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

1 2 3 4 5 6 7 8 91011>>

  /external/libpng/
libpng-config.in 36 --libdir print path to directory containing library
37 --libs print library linking information
  /external/mdnsresponder/mDNSPosix/
Makefile 33 # This Makefile builds an mDNSResponder daemon and a libdns_sd.so shared library
153 JDK = /System/Library/Frameworks/JavaVM.framework/Home
154 JAVACFLAGS_OS = -dynamiclib -I/System/Library/Frameworks/JavaVM.framework/Headers -framework JavaVM
250 # libdns_sd target builds the client library
252 @echo "Client library done"
  /external/protobuf/objectivec/google/protobuf/
Any.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
42 /// Protobuf library provides support to pack/unpack Any values in the form
64 /// The pack methods provided by protobuf library will by default use
Duration.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
FieldMask.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
SourceContext.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
Timestamp.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
  /frameworks/data-binding/
Android.mk 32 LOCAL_MODULE := databinding-library
33 LOCAL_SRC_FILES := prebuilds/$(my_prebuilt_version)/databinding-library.aar
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/type/
LibraryMapGenerator.kt 28 * Scans a library java files using [MapGeneratorRemapper] to create [TypesMap].
35 * Scans the given [library] to extend the types map meta-data. The final map can be retrieved
38 fun scanLibrary(library: Archive) {
39 library.accept(this)
  /frameworks/support/lifecycle/compiler/src/tests/test-data/expected/
DerivedFromJar_LifecycleAdapter.java 25 import test.library.LibraryBaseObserver_LifecycleAdapter;
  /hardware/interfaces/cas/1.0/default/
DescramblerImpl.h 36 DescramblerImpl(const sp<SharedLibrary>& library, DescramblerPlugin *plugin);
  /packages/apps/Gallery2/gallerycommon/
Android.mk 17 # Build the com.android.emailcommon static library. At the moment, this includes
19 # AIDL files are also compiled into the static library
  /packages/inputmethods/LatinIME/tools/dicttool/
NativeLib.mk 19 # Need to define the name of the library in the caller in LATINIME_HOST_NATIVE_LIBNAME
24 $(warning Making debug version of native library)
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo2/
libgo2.go 9 // Test a shared library created by -buildmode=c-shared that does not
19 // the shared library without using any exported symbols. The init
  /prebuilts/go/darwin-x86/src/runtime/cgo/
mmap.go 12 // When using cgo, call the C library for mmap, so that we call into
19 // also call the C library for munmap.
  /prebuilts/go/linux-x86/misc/cgo/testcshared/src/libgo2/
libgo2.go 9 // Test a shared library created by -buildmode=c-shared that does not
19 // the shared library without using any exported symbols. The init
  /prebuilts/go/linux-x86/src/runtime/cgo/
mmap.go 12 // When using cgo, call the C library for mmap, so that we call into
19 // also call the C library for munmap.
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
Android.mk 22 # Static library for platform use
40 # Static library for NDK use (CTS)
  /test/vts/utils/python/library/
ar_parser.py 17 from vts.utils.python.library import elf_parser
86 elf_parser.ElfError if fails to load any library in the archive.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
preempt-app.s 1 @ Preempt an ARM shared library function with a Thumb function
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-page-4b.s 17 # Make sure the loadable size of the library is large.
  /tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/src/
Android.mk 15 # Makefile to build sample static library that has native tests.
20 #All source files for the library
  /build/soong/cc/
androidmk.go 123 func (library *libraryDecorator) androidMkWriteExportedFlags(w io.Writer) {
124 exportedFlags := library.exportedFlags()
128 exportedFlagsDeps := library.exportedFlagsDeps()
134 func (library *libraryDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) {
135 if library.static() {
137 } else if library.shared() {
138 ctx.subAndroidMk(ret, &library.stripper)
139 ctx.subAndroidMk(ret, &library.relocationPacker)
142 } else if library.header() {
172 library.androidMkWriteExportedFlags(w
    [all...]
  /art/runtime/
java_vm_ext.cc 105 * Check the result of an earlier call to JNI_OnLoad on this library.
118 LOG(INFO) << *self << " recursive attempt to load library " << "\"" << path_ << "\"";
184 // Path to library "/system/lib/libjni.so".
193 // The ClassLoader this library is associated with, a weak global JNI reference that is
194 // created/deleted with the scope of the library.
225 for (const auto& library : libraries_) {
230 os << library.first;
243 void Put(const std::string& path, SharedLibrary* library)
245 libraries_.Put(path, library);
288 SharedLibrary* const library = lib.second variable
318 SharedLibrary* const library = it->second; local
864 SharedLibrary* library; local
    [all...]
  /cts/hostsidetests/sustainedperf/dhrystone/
Android.mk 12 LOCAL_CFLAGS += -Wall -Werror -Wno-incompatible-library-redeclaration

Completed in 496 milliseconds

1 2 3 4 5 6 7 8 91011>>