/external/tensorflow/tensorflow/compiler/tf2xla/ |
functionalize_control_flow.h | 27 FunctionLibraryDefinition* library);
|
test_util.cc | 24 const FunctionLibraryDefinition& library, 26 const FunctionDef* fdef = library.Find(name); 29 auto get_func_sig = [&library](const string& op, const OpDef** sig) { 30 return library.LookUpOpDef(op, sig);
|
/development/tools/bugreport/src/com/android/bugreport/stacks/ |
NativeStackFrameSnapshot.java | 24 public String library; field in class:NativeStackFrameSnapshot 35 that.library = this.library;
|
/external/freetype/src/pshinter/ |
pshpic.h | 45 #define PSHINTER_INTERFACE_GET ( GET_PIC( library )->pshinter_interface ) 49 pshinter_module_class_pic_free( FT_Library library ); 52 pshinter_module_class_pic_init( FT_Library library );
|
/external/freetype/src/raster/ |
rastpic.h | 44 #define FT_STANDARD_RASTER_GET ( GET_PIC( library )->ft_standard_raster ) 49 ft_raster1_renderer_class_pic_free( FT_Library library ); 52 ft_raster1_renderer_class_pic_init( FT_Library library );
|
rastpic.c | 34 ft_raster1_renderer_class_pic_free( FT_Library library ) 36 FT_PIC_Container* pic_container = &library->pic_container; 37 FT_Memory memory = library->memory; 54 ft_raster1_renderer_class_pic_init( FT_Library library ) 56 FT_PIC_Container* pic_container = &library->pic_container; 59 FT_Memory memory = library->memory;
|
/external/freetype/src/cff/ |
cffpic.h | 79 ( GET_PIC( library )->cff_service_ps_info ) 81 ( GET_PIC( library )->cff_service_glyph_dict ) 83 ( GET_PIC( library )->cff_service_ps_name ) 85 ( GET_PIC( library )->cff_service_get_cmap_info ) 87 ( GET_PIC( library )->cff_service_cid_info ) 89 ( GET_PIC( library )->cff_service_properties ) 91 ( GET_PIC( library )->cff_services ) 93 ( GET_PIC( library )->cff_service_multi_masters ) 95 ( GET_PIC( library )->cff_service_metrics_variations ) 97 ( GET_PIC( library )->cff_service_cff_load [all...] |
/frameworks/support/lifecycle/compiler/src/tests/test-data/lib/ |
test-library.jar | |
/external/freetype/src/base/ |
basepic.c | 43 ft_create_default_module_classes( FT_Library library ); 46 ft_destroy_default_module_classes( FT_Library library ); 50 ft_base_pic_free( FT_Library library ) 52 FT_PIC_Container* pic_container = &library->pic_container; 53 FT_Memory memory = library->memory; 60 ft_destroy_default_module_classes( library ); 69 ft_base_pic_init( FT_Library library ) 71 FT_PIC_Container* pic_container = &library->pic_container; 74 FT_Memory memory = library->memory; 84 error = ft_create_default_module_classes( library ); [all...] |
basepic.h | 63 ( &GET_PIC( library )->ft_outline_glyph_class ) 65 ( &GET_PIC( library )->ft_bitmap_glyph_class ) 67 ( GET_PIC( library )->default_module_classes ) 71 ( GET_PIC( library )->ft_raccess_guess_table ) 77 ft_base_pic_free( FT_Library library ); 80 ft_base_pic_init( FT_Library library );
|
/external/freetype/src/truetype/ |
ttpic.c | 30 FT_Create_Class_tt_services( FT_Library library, 33 FT_Destroy_Class_tt_services( FT_Library library, 44 tt_driver_class_pic_free( FT_Library library ) 46 FT_PIC_Container* pic_container = &library->pic_container; 47 FT_Memory memory = library->memory; 56 FT_Destroy_Class_tt_services( library, container->tt_services ); 65 tt_driver_class_pic_init( FT_Library library ) 67 FT_PIC_Container* pic_container = &library->pic_container; 70 FT_Memory memory = library->memory; 81 error = FT_Create_Class_tt_services( library, [all...] |
ttpic.h | 61 ( GET_PIC( library )->tt_services ) 63 ( GET_PIC( library )->tt_service_metrics_variations ) 65 ( GET_PIC( library )->tt_service_gx_multi_masters ) 67 ( GET_PIC( library )->tt_service_truetype_glyf ) 69 ( GET_PIC( library )->tt_service_properties ) 74 tt_driver_class_pic_free( FT_Library library ); 77 tt_driver_class_pic_init( FT_Library library );
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_dl.c | 58 util_dl_get_proc_address(struct util_dl_library *library, 62 return (util_dl_proc) pointer_to_func(dlsym((void *)library, procname)); 64 return (util_dl_proc)GetProcAddress((HMODULE)library, procname); 72 util_dl_close(struct util_dl_library *library) 75 dlclose((void *)library); 77 FreeLibrary((HMODULE)library); 79 (void)library;
|
u_dl.h | 58 * Open a library dynamically. 65 * Lookup a function in a library. 68 util_dl_get_proc_address(struct util_dl_library *library, 73 * Close a library. 76 util_dl_close(struct util_dl_library *library);
|
/external/freetype/src/sfnt/ |
sfntpic.h | 78 ( GET_PIC( library )->sfnt_services ) 80 ( GET_PIC( library )->sfnt_service_glyph_dict ) 82 ( GET_PIC( library )->sfnt_service_ps_name ) 84 ( GET_PIC( library )->tt_service_get_cmap_info ) 86 ( GET_PIC( library )->tt_cmap_classes ) 88 ( GET_PIC( library )->sfnt_service_sfnt_table ) 90 ( GET_PIC( library )->sfnt_service_bdf ) 92 ( GET_PIC( library )->sfnt_interface ) 97 sfnt_module_class_pic_free( FT_Library library ); 100 sfnt_module_class_pic_init( FT_Library library ); [all...] |
/frameworks/av/media/libeffects/data/ |
audio_effects.conf | 1 # List of effect libraries to load. Each library element must contain a "path" element 2 # giving the full path of the library .so file. 9 # This is a proxy library that will be an abstraction for 16 # This is the SW implementation library of the effect 21 # This is the HW implementation library for the effect 46 # Default pre-processing library. Add to audio_effect.conf "libraries" section if 53 # list of effects to load. Each effect element must contain a "library" and a "uuid" element. 54 # The value of the "library" element must correspond to the name of one library element in the 62 # library <lib name [all...] |
/frameworks/base/vr/java/com/google/vr/platform/ |
Dvr.java | 9 * Opens a shared library containing the dvr api and returns the handle to it. 14 // Load a thin JNI library that runs dlopen on request. 17 // Performs dlopen on the library and returns the handle. 21 private static native long nativeLoadLibrary(String library);
|
/external/freetype/include/freetype/ |
ftmodapi.h | 240 /* Add a new module to a given library instance. */ 243 /* library :: A handle to the library object. */ 256 FT_Add_Module( FT_Library library, 269 /* library :: A handle to the library object. */ 281 FT_Get_Module( FT_Library library, 291 /* Remove a given module from a library instance. */ 294 /* library :: A handle to a library object. * 480 FT_Set_Default_Properties( FT_Library library ); variable 507 FT_Reference_Library( FT_Library library ); variable 568 FT_Done_Library( FT_Library library ); variable 623 FT_Add_Default_Modules( FT_Library library ); variable 701 FT_Get_TrueType_Engine_Type( FT_Library library ); variable [all...] |
/dalvik/dx/tests/089-dex-define-object/ |
run | 17 dx --debug --dex --core-library --output=blort.dex */*/*.class
|
/external/deqp/framework/egl/ |
egluGLFunctionLoader.cpp | 21 * \brief glw::FunctionLoader using eglGetProcAddress() and tcu::Library. 32 GLFunctionLoader::GLFunctionLoader (const eglw::Library& egl, const tcu::FunctionLibrary* library) 34 , m_library (library) 62 tcu::FunctionLibrary* library = DE_NULL; local 68 library = m_platform.createDefaultGLFunctionLibrary(apiType, m_cmdLine); 71 m_libraries.insert(std::make_pair(key, library)); 75 delete library; 80 library = iter->second; 82 return library; [all...] |
/external/freetype/include/freetype/internal/ |
ftpic.h | 55 ft_pic_container_init( FT_Library library ); variable 60 ft_pic_container_destroy( FT_Library library ); variable
|
/external/webrtc/webrtc/system_wrappers/source/ |
condition_variable_native_win.cc | 17 static HMODULE library = NULL; member in namespace:webrtc 47 if (!library) { 49 library = LoadLibrary(TEXT("Kernel32.dll")); 52 if (library) { 53 // TODO(henrike): not thread safe as reading and writing to library is not 59 library, "InitializeConditionVariable"); 61 library, "SleepConditionVariableCS"); 63 library, "WakeConditionVariable"); 65 library, "WakeAllConditionVariable");
|
rw_lock_win.cc | 19 static HMODULE library = NULL; member in namespace:webrtc 68 library = LoadLibrary(TEXT("Kernel32.dll")); 69 if (!library) { 75 (InitializeSRWLock)GetProcAddress(library, "InitializeSRWLock"); 78 (AcquireSRWLockExclusive)GetProcAddress(library, 81 (ReleaseSRWLockExclusive)GetProcAddress(library, 84 (AcquireSRWLockShared)GetProcAddress(library, "AcquireSRWLockShared"); 86 (ReleaseSRWLockShared)GetProcAddress(library, "ReleaseSRWLockShared");
|
/frameworks/opt/car/setupwizard/library/tests/robotests/config/ |
robolectric.properties | 16 manifest=frameworks/opt/car/setupwizard/library/tests/robotests/AndroidManifest.xml
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftlcdfil.h | 53 * *not* implemented in default builds of the library. You need to 155 * library :: 156 * A handle to the target library instance. 176 * defined in your build of the library, which should correspond to all 199 FT_Library_SetLcdFilter( FT_Library library, 216 * library :: 217 * A handle to the target library instance. 230 * defined in your build of the library, which should correspond to all 240 FT_Library_SetLcdFilterWeights( FT_Library library,
|