HomeSort by relevance Sort by last modified time
    Searched refs:library (Results 126 - 150 of 725) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/build/android/
asan_symbolize.py 31 'library': m.group(4),
49 def _TranslateLibPath(library, asan_libs):
51 if os.path.basename(library) == os.path.basename(asan_lib):
53 return symbol.TranslateLibPath(library)
63 libraries[m['library']].append(m)
67 for library, items in libraries.iteritems():
68 libname = _TranslateLibPath(library, asan_libs)
74 all_symbols[library]['symbols'] = info_dict
81 if (m['library'] in all_symbols and
82 m['rel_address'] in all_symbols[m['library']]['symbols'])
    [all...]
  /external/chromium_org/third_party/ots/test/
side-by-side.cc 73 int GetBitmap(FT_Library library, FT_Outline *outline, FT_Bitmap *bitmap) {
103 if (FT_Outline_Get_Bitmap(library, outline, bitmap)) {
145 int LoadCharThenCompare(FT_Library library,
155 ret = GetBitmap(library, outline, &orig_bitmap);
165 ret = GetBitmap(library, outline, &trans_bitmap);
171 int SideBySide(FT_Library library, const char *file_name,
176 = FT_New_Memory_Face(library, orig_font, orig_len, 0, &orig_face);
183 error = FT_New_Memory_Face(library, trans_font, trans_len, 0, &trans_face);
208 int ret = LoadCharThenCompare(library, orig_face, trans_face,
252 FT_Library library; local
    [all...]
  /build/core/
host_shared_library_internal.mk 2 ## Standard rules for building a normal shared library.
22 $(error $(LOCAL_PATH): Cannot set module stem for a library)
25 $(call host-shared-library-hook)
host_static_library_internal.mk 2 ## Standard rules for building a static library for the host.
17 $(error $(LOCAL_PATH): Cannot set module stem for a library)
  /device/generic/goldfish/opengl/system/GLESv1/
Android.mk 4 $(call emugl-begin-shared-library,libGLESv1_CM_emulation)
  /device/generic/goldfish/opengl/system/GLESv2/
Android.mk 4 $(call emugl-begin-shared-library,libGLESv2_emulation)
  /device/generic/goldfish/opengl/system/GLESv2_enc/
Android.mk 4 $(call emugl-begin-shared-library,libGLESv2_enc)
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
Android.mk 3 $(call emugl-begin-shared-library,libOpenglSystemCommon)
  /device/generic/goldfish/opengl/system/renderControl_enc/
Android.mk 3 $(call emugl-begin-shared-library,lib_renderControl_enc)
  /device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/
Android.mk 3 $(call emugl-begin-shared-library,libut_rendercontrol_enc)
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svcid.h 68 FT_Init_Class_ ## class_( FT_Library library, \
71 FT_UNUSED( library ); \
  /external/chromium_org/third_party/freetype/src/cff/
cffparse.h 39 FT_Library library; member in struct:CFF_ParserRec_
57 FT_Library library);
  /external/chromium_org/third_party/libyuv/
public.mk 2 # anyone depending on this library.
  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_nonbundle_static_library.sh 9 test $PRODUCT_TYPE = com.apple.product-type.library.static
  /external/freetype/include/internal/services/
svcid.h 68 FT_Init_Class_ ## class_( FT_Library library, \
71 FT_UNUSED( library ); \
  /external/freetype/src/cff/
cffparse.h 39 FT_Library library; member in struct:CFF_ParserRec_
57 FT_Library library);
  /external/libyuv/
public.mk 2 # anyone depending on this library.
  /external/llvm/bindings/python/llvm/
disassembler.py 47 # as symbols in the shared library.
149 def register_library(library):
150 library.LLVMCreateDisasm.argtypes = [c_char_p, c_void_p, c_int,
152 library.LLVMCreateDisasm.restype = c_object_p
154 library.LLVMDisasmDispose.argtypes = [Disassembler]
156 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte),
158 library.LLVMDisasmInstruction.restype = c_size_t
160 library.LLVMSetDisasmOptions.argtypes = [Disassembler, c_uint64]
161 library.LLVMSetDisasmOptions.restype = c_int
  /external/ltrace/
filter.h 76 /* Create a matcher that matches library name. RE is owned and
91 int filter_matches_library(struct filter *filt, struct library *lib);
96 struct library *lib);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Android.mk 1 # This build script corresponds to a library containing many definitions
15 $(call emugl-begin-static-library,libOpenglCodecCommon)
  /external/chromium_org/third_party/freetype/include/freetype/
ftoutln.h 123 /* library :: A handle to the library object from where the */
126 /* destroying the library, by @FT_Done_FreeType. */
141 /* The reason why this function takes a `library' parameter is simply */
142 /* to use the library's memory allocator. */
145 FT_Outline_New( FT_Library library,
167 /* library :: A handle of the library object used to allocate the */
179 /* The reason why this function takes an `library' parameter is */
183 FT_Outline_Done( FT_Library library,
    [all...]
  /external/clang/
host_shared_clang.mk 1 # Don't build the library unless forced to.
3 # Don't build the library in unbundled branches.
  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
24 # the custom emma library to add to an SDK project.
  /external/freetype/include/
ftoutln.h 130 /* library :: A handle to the library object from where the */
133 /* destroying the library, by @FT_Done_FreeType. */
148 /* The reason why this function takes a `library' parameter is simply */
149 /* to use the library's memory allocator. */
152 FT_Outline_New( FT_Library library,
174 /* library :: A handle of the library object used to allocate the */
186 /* The reason why this function takes an `library' parameter is */
190 FT_Outline_Done( FT_Library library,
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
Android.mk 4 $(call emugl-begin-shared-library,libGLESv1_CM_emul)
7 $(call emugl-set-shared-library-subpath,egl)
20 $(call emugl-begin-shared-library, libGLESv2_emul)
24 $(call emugl-set-shared-library-subpath,egl)
31 $(call emugl-begin-shared-library,libEGL_emul)
34 $(call emugl-set-shared-library-subpath,egl)

Completed in 887 milliseconds

1 2 3 4 56 7 8 91011>>