Home
last modified time | relevance | path

Searched refs:type (Results 151 – 175 of 2995) sorted by path

12345678910>>...120

/trunk/main/
H A Dbootstrap.184 dmake_full_package_name=$(find $TARFILE_LOCATION -type f -name "*-$dmake_package_name")
/trunk/main/bridges/inc/bridges/cpp_uno/shared/
H A Dtypes.hxx50 bool isSimpleType(typelib_TypeDescriptionReference const * type);
60 bool isSimpleType(typelib_TypeDescription const * type);
69 bool relatesToInterfaceType(typelib_TypeDescription const * type);
H A Dvtablefactory.hxx107 Vtables getVtables(typelib_InterfaceTypeDescription * type);
130 typelib_InterfaceTypeDescription * type, bool includePrimary) const;
186 typelib_InterfaceTypeDescription const * type, sal_Int32 functionOffset,
H A Dvtables.hxx45 sal_Int32 getLocalFunctions(typelib_InterfaceTypeDescription const * type);
59 sal_Int32 getPrimaryFunctions(typelib_InterfaceTypeDescription * type);
/trunk/main/bridges/java/java_uno/src/main/java/com/sun/star/bridges/jni_uno/
H A DJNI_proxy.java99 long receiver_handle, long td_handle, Type type, String oid ) in JNI_proxy() argument
105 m_type = type; in JNI_proxy()
113 long receiver_handle, long td_handle, Type type, String oid, in create() argument
118 bridge_handle, java_env, receiver_handle, td_handle, type, oid ); in create()
120 return java_env.registerInterface( proxy, new String [] { oid }, type ); in create()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcall.s37 .type privateSnippetExecutorGeneral, @function
54 .type privateSnippetExecutorVoid, @function
73 .type privateSnippetExecutorHyper, @function
91 .type privateSnippetExecutorFloat, @function
109 .type privateSnippetExecutorDouble, @function
127 .type privateSnippetExecutorStruct, @function
246 .type callVirtualMethod, @function
259 .type callVirtualMethodExceptionHandler, @function
H A Dcpp2uno.cxx344 bool isSimpleStruct(typelib_TypeDescriptionReference * type) { in isSimpleStruct() argument
346 TYPELIB_DANGER_GET(&td, type); in isSimpleStruct()
477 typelib_InterfaceTypeDescription const * type, sal_Int32 functionOffset, in addLocalFunctions() argument
482 for (sal_Int32 i = 0; i < type->nMembers; ++i) { in addLocalFunctions()
484 TYPELIB_DANGER_GET(&member, type->ppMembers[i]); in addLocalFunctions()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcall.s23 .type privateSnippetExecutor,2
58 .type callVirtualMethod,2
H A Dcpp2uno.cxx474 typelib_InterfaceTypeDescription const * type, sal_Int32 functionOffset, in addLocalFunctions() argument
479 for (sal_Int32 i = 0; i < type->nMembers; ++i) { in addLocalFunctions()
481 TYPELIB_DANGER_GET(&member, type->ppMembers[i]); in addLocalFunctions()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcallvirtualmethod.s55 .type callVirtualMethod, #function
H A Dcpp2uno.cxx55 void loadFpRegsFromStruct(typelib_TypeDescription * type, void * data) { in loadFpRegsFromStruct() argument
57 reinterpret_cast< typelib_CompoundTypeDescription * >(type); in loadFpRegsFromStruct()
415 typelib_InterfaceTypeDescription * type = proxy->getTypeDescr(); in vtableCall() local
416 OSL_ASSERT(functionIndex < type->nMapFunctionIndexToMemberIndex); in vtableCall()
417 sal_Int32 pos = type->pMapFunctionIndexToMemberIndex[functionIndex]; in vtableCall()
418 css::uno::TypeDescription desc(type->ppAllMembers[pos]); in vtableCall()
421 if (type->pMapMemberIndexToFunctionIndex[pos] == functionIndex) { in vtableCall()
554 typelib_InterfaceTypeDescription const * type, sal_Int32 functionOffset, in addLocalFunctions() argument
559 for (sal_Int32 i = 0; i < type->nMembers; ++i) { in addLocalFunctions()
561 TYPELIB_DANGER_GET(&member, type->ppMembers[i]); in addLocalFunctions()
H A Dexceptions.cxx305 typelib_CompoundTypeDescription const * type) in get() argument
311 return get_(type).info; in get()
355 rtl::OUString name(type->aBase.pTypeName); in get_()
395 exception, type, in deleteException()
397 typelib_typedescription_release(type); in deleteException()
408 typelib_TypeDescription * type = NULL; in raiseException() local
412 void * exc = __Crun::ex_alloc(type->nSize); in raiseException()
435 typelib_TypeDescription * type = NULL; in fillUnoException() local
439 if (type == NULL || type->eTypeClass != typelib_TypeClass_EXCEPTION) { in fillUnoException()
450 if (type != NULL) { in fillUnoException()
[all …]
H A Dfp.s30 .type fp_loadf0, #function
38 .type fp_loadf1, #function
46 .type fp_loadf2, #function
54 .type fp_loadf3, #function
62 .type fp_loadf4, #function
70 .type fp_loadf5, #function
78 .type fp_loadf6, #function
86 .type fp_loadf7, #function
94 .type fp_loadf9, #function
102 .type fp_loadf11, #function
[all …]
H A Disdirectreturntype.cxx37 bool isPodStruct(typelib_CompoundTypeDescription * type) { in isPodStruct() argument
38 for (; type != NULL; type = type->pBaseTypeDescription) { in isPodStruct()
39 for (sal_Int32 i = 0; i < type->nMembers; ++i) { in isPodStruct()
41 type->ppTypeRefs[i])) in isPodStruct()
54 bool isDirectReturnType(typelib_TypeDescriptionReference * type) { in isDirectReturnType() argument
56 switch (type->eTypeClass) { in isDirectReturnType()
68 TYPELIB_DANGER_GET(&t, type); in isDirectReturnType()
H A Disdirectreturntype.hxx33 bool isDirectReturnType(typelib_TypeDescriptionReference * type);
H A Duno2cpp.cxx56 void storeFpRegsToStruct(typelib_TypeDescription * type, void * data) { in storeFpRegsToStruct() argument
58 reinterpret_cast< typelib_CompoundTypeDescription * >(type); in storeFpRegsToStruct()
H A Dvtableslotcall.s47 .type vtableSlotCall, #function
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Darmhelper.S36 .type privateSnippetExecutor, %function
H A Dcpp2uno.cxx484 typelib_InterfaceTypeDescription const * type, sal_Int32 functionOffset, in addLocalFunctions() argument
489 for (sal_Int32 i = 0; i < type->nMembers; ++i) in addLocalFunctions()
492 TYPELIB_DANGER_GET(&member, type->ppMembers[i]); in addLocalFunctions()
H A Duno2cpp.cxx104 bool is_complex_struct(const typelib_TypeDescription * type) in is_complex_struct() argument
107 = reinterpret_cast< const typelib_CompoundTypeDescription * >(type); in is_complex_struct()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcall.s25 .type privateSnippetExecutorGeneral,@function
47 .type privateSnippetExecutorVoid,@function
67 .type privateSnippetExecutorHyper,@function
90 .type privateSnippetExecutorFloat,@function
112 .type privateSnippetExecutorDouble,@function
134 .type privateSnippetExecutorClass,@function
H A Dcpp2uno.cxx443 typelib_InterfaceTypeDescription const * type, sal_Int32 functionOffset, in addLocalFunctions() argument
448 for (sal_Int32 i = 0; i < type->nMembers; ++i) { in addLocalFunctions()
450 TYPELIB_DANGER_GET(&member, type->ppMembers[i]); in addLocalFunctions()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dcpp2uno.cxx739 typelib_InterfaceTypeDescription const * type, sal_Int32 functionOffset, argument
748 for (sal_Int32 i = 0; i < type->nMembers; ++i) {
750 TYPELIB_DANGER_GET(&member, type->ppMembers[i]);
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dcpp2uno.cxx664 typelib_InterfaceTypeDescription const * type, sal_Int32 functionOffset, in addLocalFunctions() argument
674 for (sal_Int32 i = 0; i < type->nMembers; ++i) { in addLocalFunctions()
676 TYPELIB_DANGER_GET(&member, type->ppMembers[i]); in addLocalFunctions()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx370 if (ecif->cif->rtype->type != FFI_TYPE_VOID
379 switch ((*p_arg)->type)
475 if (cif->rtype->type != FFI_TYPE_VOID
504 switch (cif->rtype->type)
512 cif->flags = (unsigned) cif->rtype->type;
548 switch (ecif->cif->rtype->type)
707 switch (arg_types[i]->type)
785 FFI_ASSERT(cif->rtype->type != FFI_TYPE_STRUCT);
789 return cif->rtype->type;

Completed in 229 milliseconds

12345678910>>...120