HomeSort by relevance Sort by last modified time
    Searched defs:library (Results 51 - 75 of 1205) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/freetype/src/truetype/
ttobjs.c 585 FT_Library library; local
592 library = ttface->driver->root.library;
594 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
1094 FT_Library library = face->root.driver->root.library; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ft.cc 6 * This is part of HarfBuzz, a text shaping library.
684 FT_Library library = (FT_Library) hb_atomic_ptr_get (&ft_library); local
686 if (unlikely (!library))
689 if (FT_Init_FreeType (&library))
692 if (!hb_atomic_ptr_cmpexch (&ft_library, nullptr, library)) {
693 FT_Done_FreeType (library);
702 return library;
  /external/libmojo/base/android/linker/
legacy_linker_jni.cc 9 // STL, to keep the final library small, and avoid ugly dependency issues.
103 ScopedLibrary library; local
104 if (!opener.Open(library.GetPtr(), library_name, context)) {
109 if (!crazy_library_get_info(library.Get(), context, &info)) {
110 LOG_ERROR("Could not get library information for %s: %s",
115 // Release library object to keep it alive after the function returns.
116 library.Release();
121 LOG_INFO("Success loading library %s", library_name);
125 // Used for opening the library in a regular file.
128 bool Open(crazy_library_t** library,
335 ScopedLibrary library; local
371 ScopedLibrary library; local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.cc 92 // so let's go over the function library and erase it.
98 // Instantiate all variables for function library runtime creation.
104 graph_def.library());
117 // Create the function library runtime.
456 new_item->graph.library()),
516 const FunctionDefLibrary& library) {
547 FunctionLibraryDefinition func_def(OpRegistry::Global(), library); local
grappler_item_builder_test.cc 303 FunctionDefLibrary library; local
305 GrapplerItemFromFunctionDef(func, func_attr, library);
370 FunctionDefLibrary library; local
372 GrapplerItemFromFunctionDef(func, func_attr, library);
407 FunctionDefLibrary library; local
408 *library.add_function() = FunctionDefHelper::Define(
444 GrapplerItemFromFunctionDef(func, func_attr, library);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 88 * include library dependency.
111 // because aapt put all the library in their order in this array, the first
116 IProject library = libraries.get(i); local
118 ProjectResources libRes = resMgr.getProjectResources(library);
120 // get the library resources, and only the library, not the dependencies
134 // directly coming from the library resources
138 // library, this will override existing value, which is why
139 // we loop in a specific library order.
  /system/extras/librank/
librank.c 77 struct library_info *library; local
103 library = calloc(1, sizeof(*library));
104 if (!library) {
105 fprintf(stderr, "Couldn't allocate space for library struct: %s\n", strerror(errno));
108 library->name = malloc(strlen(name) + 1);
109 if (!library->name) {
110 fprintf(stderr, "Couldn't allocate space for library name: %s\n", strerror(errno));
113 strcpy(library->name, name);
114 library->mappings = malloc(INIT_MAPPINGS * sizeof(struct mapping_info *))
    [all...]
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 17 package com.example.android.tictactoe.library;
453 // library in Eclipse's Graphical Layout Editor. Use this workaround instead.
  /external/ImageMagick/MagickCore/
opencl-private.h 344 *library; member in struct:_MagickCLEnv
annotate.c 1267 library; local
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
jniutil.cc 339 int library = ERR_GET_LIB(error); local
341 JNI_TRACE("OpenSSL error in %s error=%lx library=%x reason=%x (%s:%d): %s %s", location,
342 error, library, reason, file, line, message,
344 switch (library) {
411 sslErrorStr = "Failure in SSL library, usually a protocol error";
  /external/freetype/src/cff/
cffobjs.c 74 module = FT_Get_Module( size->root.face->driver->root.library,
370 module = FT_Get_Module( slot->face->driver->root.library,
506 FT_Library library = cffface->driver->root.library; local
509 sfnt = (SFNT_Service)FT_Get_Module_Interface( library,
520 pshinter = (PSHinter_Service)FT_Get_Module_Interface( library,
523 psaux = (PSAux_Service)FT_Get_Module_Interface( library,
616 error = cff_font_load( library,
    [all...]
cffparse.c 45 FT_Library library,
50 FT_Memory memory = library->memory; /* for FT_NEW_ARRAY */
61 parser->library = library;
83 FT_Memory memory = parser->library->memory; /* for FT_FREE */
1125 FT_Destroy_Class_cff_field_handlers( FT_Library library,
1128 FT_Memory memory = library->memory;
1137 FT_Create_Class_cff_field_handlers( FT_Library library,
1142 FT_Memory memory = library->memory;
1310 FT_Library library = parser->library; local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 123 //The FreeType library is already loaded, so symbols are available in process.
136 //The FreeType library is already loaded, so symbols are available in process.
163 FT_Library library() { return fLibrary; } function in class:FreeTypeLibrary
213 return gFTLibrary->library();
365 FT_Error err = FT_Open_Face(gFTLibrary->library(), &args, data->getIndex(), &rawFace);
667 // If the runtime Freetype library doesn't support LCD, disable it here.
    [all...]
  /external/skqp/src/ports/
SkFontHost_FreeType.cpp 123 //The FreeType library is already loaded, so symbols are available in process.
136 //The FreeType library is already loaded, so symbols are available in process.
163 FT_Library library() { return fLibrary; } function in class:FreeTypeLibrary
213 return gFTLibrary->library();
365 FT_Error err = FT_Open_Face(gFTLibrary->library(), &args, data->getIndex(), &rawFace);
667 // If the runtime Freetype library doesn't support LCD, disable it here.
    [all...]
  /frameworks/native/vulkan/libvulkan/
layers_extensions.cpp 117 ALOGV("opening layer library '%s'", path_.c_str());
118 // Libraries in the system layer library dir can't be loaded into
135 ALOGE("failed to load layer library '%s': %s", path_.c_str(),
147 ALOGV("closing layer library '%s'", path_.c_str());
162 ALOGE("layer library '%s' missing some instance enumeration functions",
182 "vkEnumerateInstanceLayerProperties failed for library '%s': "
193 "vkEnumerateDeviceLayerProperties failed for library '%s': %d",
204 ALOGE("vkEnumerateInstanceLayerProperties failed for library '%s': %d",
213 "vkEnumerateDeviceLayerProperties failed for library '%s': %d",
236 "library '%s': %d"
447 const LayerLibrary& library = g_layer_libraries[layer.library_idx]; local
510 LayerLibrary& library = g_layer_libraries[layer.library_idx]; local
518 LayerLibrary& library = g_layer_libraries[layer_->library_idx]; local
    [all...]
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc0/
adapters-1.0-rc0.jar 
  /external/freetype/src/sfnt/
sfdriver.c 1177 /* SFNT_SERVICES_GET dereferences `library' in PIC mode */
1179 FT_Library library; local
1184 library = module->library;
1185 if ( !library )
    [all...]
sfobjs.c 861 FT_Library library = face->root.driver->root.library; local
874 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
891 FT_Module tt_module = FT_Get_Module( library, "truetype" );
903 FT_Module tt_module = FT_Get_Module( library, "truetype" );
    [all...]
ttsbit.c 1651 FT_Library library = face->root.glyph->library; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 110 struct util_dl_library *library = NULL; local
124 library = util_dl_open(DXTN_LIBNAME);
125 if (!library) {
132 util_dl_get_proc_address(library, "fetch_2d_texel_rgb_dxt1");
134 util_dl_get_proc_address(library, "fetch_2d_texel_rgba_dxt1");
136 util_dl_get_proc_address(library, "fetch_2d_texel_rgba_dxt3");
138 util_dl_get_proc_address(library, "fetch_2d_texel_rgba_dxt5");
140 util_dl_get_proc_address(library, "tx_compress_dxtn");
150 util_dl_close(library);
  /external/pdfium/core/fxge/
cfx_font.cpp 57 bool LoadFileImp(FXFT_Library library,
72 if (FXFT_Open_Face(library, &args, faceIndex, Face))
287 FXFT_Library library = pFontMgr->GetFTLibrary(); local
289 if (!LoadFileImp(library, &m_Face, pFile, nFaceIndex, &stream))
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 142 public void loadTextures(GL10 gl, TextureLibrary library) {
144 library.loadAll(mContext, gl);
149 public void flushTextures(GL10 gl, TextureLibrary library) {
151 library.deleteAll(gl);
156 public void loadBuffers(GL10 gl, BufferLibrary library) {
158 library.generateHardwareBuffers(gl);
163 public void flushBuffers(GL10 gl, BufferLibrary library) {
165 library.releaseHardwareBuffers(gl);
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass_test.cc 406 Status Encapsulate(GraphDef* graphdef, FunctionDefLibrary* library) {
410 new FunctionLibraryDefinition(OpRegistry::Global(), *library));
429 *library = lib_def->ToProto();
458 FunctionDefLibrary library; local
462 *library.add_function() = test::function::XTimesTwo();
475 TF_EXPECT_OK(Encapsulate(&graphdef, &library));
505 TF_EXPECT_FUNCTIONDEFLIBRARY_EQ(library_expected, library);
510 FunctionDefLibrary library; local
514 *library.add_function() = test::function::XTimesTwo();
530 TF_EXPECT_OK(Encapsulate(&graphdef, &library));
777 FunctionDefLibrary library; local
881 FunctionDefLibrary library; local
1035 FunctionDefLibrary library; local
1184 FunctionDefLibrary library; local
1259 FunctionDefLibrary library; local
1340 FunctionDefLibrary library; local
1408 FunctionDefLibrary library; local
1486 FunctionDefLibrary library; local
1541 FunctionDefLibrary library; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 282 // Look up the project where the type is declared (could be a library project;
284 IProject library = getProjectDeclaringType(type); local
285 if (library == null) {
286 library = project;
290 Set<ResourceFile> resourceFiles = findAttrsFiles(library, className);
320 * Finds the set of XML files (if any) in the given library declaring
324 private static Set<ResourceFile> findAttrsFiles(IProject library, String className) {
327 ProjectResources resources = manager.getProjectResources(library);
349 * project and we're after the library project such that we can find the

Completed in 1831 milliseconds

1 23 4 5 6 7 8 91011>>