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

1 2 3 4 56 7 8 91011>>

  /frameworks/support/jetifier/jetifier/preprocessor/src/main/kotlin/com/android/tools/build/jetifier/preprocessor/
ConfigGenerator.kt 59 val library = Archive.Builder.extract(fileInDir)
60 mapper.scanLibrary(library)
63 val library = Archive.Builder.extract(it)
64 mapper.scanLibrary(library)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/
sym_extract.py 11 sym_extract - Extract and output a list of symbols from a shared library.
19 description='Extract a list of symbols from a shared library.')
20 parser.add_argument('library', metavar='shared-lib', type=str,
21 help='The library to extract symbols from')
34 % (args.library, args.output))
35 syms = extract.extract_symbols(args.library)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
shared-nopic.d 1 #name: C6X shared library without PIC code
shared-nopid.d 1 #name: C6X shared library without PIC code
  /build/make/core/
header_library_internal.mk 2 ## Standard rules for building a header library.
11 $(error $(LOCAL_PATH): Cannot set module stem for a library)
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/shared/OpenglCodecCommon/
Android.mk 1 # This build script corresponds to a library containing many definitions
17 $(call emugl-begin-static-library,libOpenglCodecCommon)
  /device/generic/goldfish-opengl/system/gralloc/
Android.mk 6 $$(call emugl-begin-shared-library,gralloc.$(1))
8 $$(call emugl-set-shared-library-subpath,hw)
  /external/compiler-rt/lib/sanitizer_common/scripts/
gen_dynamic_list.py 43 def get_global_functions(library):
45 nm_proc = subprocess.Popen(['nm', library], stdout=subprocess.PIPE,
70 for library in args.libraries:
71 all_functions.extend(get_global_functions(library))
82 # We have to avoid exporting the interceptors for versioned library
  /external/elfutils/tests/
run-readelf-d.sh 53 NEEDED Shared library: [libc.so.6]
54 NEEDED Shared library: [ld-linux-x86-64.so.2]
  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
26 # the custom emma library to add to an SDK project.
  /external/freetype/include/freetype/
ftoutln.h 137 /* library :: A handle to the library object from where the */
140 /* destroying the library, by @FT_Done_FreeType. */
155 /* The reason why this function takes a `library' parameter is simply */
156 /* to use the library's memory allocator. */
159 FT_Outline_New( FT_Library library,
181 /* library :: A handle of the library object used to allocate the */
194 FT_Outline_Done( FT_Library library,
427 /* library :: A handle to a FreeType library object. *
    [all...]
  /external/freetype/src/base/
ftsynth.c 92 FT_Library library; local
101 library = slot->library;
140 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
  /external/glide/
Android.mk 4 LOCAL_SRC_FILES := $(call all-java-files-under, library/src)
8 LOCAL_MANIFEST_FILE := library/src/main/AndroidManifest.xml
  /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...]
  /frameworks/base/cmds/uiautomator/instrumentation/
Android.mk 23 $(call all-java-files-under, ../library/core-src)
  /frameworks/support/lifecycle/compiler/src/tests/test-data/lib/src/test/library/
LibraryBaseObserver.java 17 package test.library;
PPObserverNoAdapter.java 17 package test.library;
PPObserverWithAdapter.java 17 package test.library;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
c++0x_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
9 // This library is distributed in the hope that it will be useful,
15 // permissions described in the GCC Runtime Library Exception, version
19 // a copy of the GCC Runtime Library Exception along with this program;
24 * This is an internal header file, included by other library headers.
32 #error This file requires compiler and library support for the \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
c++0x_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
9 // This library is distributed in the hope that it will be useful,
15 // permissions described in the GCC Runtime Library Exception, version
19 // a copy of the GCC Runtime Library Exception along with this program;
24 * This is an internal header file, included by other library headers.
32 #error This file requires compiler and library support for the \
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
library.go 7 type Library struct {
15 Imports []*Library
16 Textp []*Symbol // text symbols defined in this library
17 DupTextSyms []*Symbol // dupok text symbols defined in this library
20 func (l Library) String() string {
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
library.go 7 type Library struct {
15 Imports []*Library
16 Textp []*Symbol // text symbols defined in this library
17 DupTextSyms []*Symbol // dupok text symbols defined in this library
20 func (l Library) String() string {
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftoutln.h 133 /* library :: A handle to the library object from where the */
136 /* destroying the library, by @FT_Done_FreeType. */
151 /* The reason why this function takes a `library' parameter is simply */
152 /* to use the library's memory allocator. */
155 FT_Outline_New( FT_Library library,
177 /* library :: A handle of the library object used to allocate the */
189 /* The reason why this function takes an `library' parameter is */
193 FT_Outline_Done( FT_Library library,
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
bork.s 3 ; on the host C library.

Completed in 960 milliseconds

1 2 3 4 56 7 8 91011>>