HomeSort by relevance Sort by last modified time
    Searched full:library (Results 351 - 375 of 27889) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
BUILD 5 jars = ["hamcrest-library-1.3.jar"],
  /prebuilts/tools/common/spantable/
README 1 Spantable library (https://code.google.com/p/spantable) forked at c4e5b3f67595,
  /system/connectivity/shill/net/
libshill-net.pc.in 4 Description: Shill networking component interface library
  /system/core/metricsd/
libmetrics.pc.in 4 Description: Chrome OS metrics library
  /system/webservd/libwebserv/
libwebserv.pc.in 4 Description: Web server interface library
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmod6.c 1 /* Test STT_GNU_IFUNC symbol reference in a shared library. */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers2.c 2 * Test function. This is built into a shared library, and references a
  /external/androidplot/AndroidPlot-Core/
androidplot-core.iml 14 <orderEntry type="library" scope="TEST" name="Maven: mockit:jmockit:0.999.3" level="project" />
15 <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.8.1" level="project" />
16 <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.android:android:4.1.1.4" level="project" />
17 <orderEntry type="library" scope="PROVIDED" name="Maven: commons-logging:commons-logging:1.1.1" level="project" />
18 <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.httpcomponents:httpclient:4.0.1" level="project" />
19 <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.httpcomponents:httpcore:4.0.1" level="project" />
20 <orderEntry type="library" scope="PROVIDED" name="Maven: commons-codec:commons-codec:1.3" level="project" />
21 <orderEntry type="library" scope="PROVIDED" name="Maven: org.khronos:opengl-api:gl1.1-android-2.1_r1" level="project" />
22 <orderEntry type="library" scope="PROVIDED" name="Maven: xerces:xmlParserAPIs:2.6.2" level="project" />
23 <orderEntry type="library" scope="PROVIDED" name="Maven: xpp3:xpp3:1.1.4c" level="project" />
    [all...]
  /external/skia/gyp/
core.gyp 5 # Core Skia library code.
55 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
68 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
69 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
70 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework',
71 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
72 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
73 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
74 '$(SDKROOT)/System/Library/Frameworks/OpenGLES.framework',
75 '$(SDKROOT)/System/Library/Frameworks/ImageIO.framework'
    [all...]
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 15 // Handle to the OMX core library
26 ALOGE("TIOMXInterface: Error closing library: %s\n", pErr);
30 ALOGE("OsclSharedLibrary::Close: Error closing library, no error reported");
43 ALOGD("TIOMXInterface: library lookup success\n");
44 // the library lookup was successful
48 ALOGE("TIOMXInterface: library lookup failed\n");
60 // As of 9/22/08, the PV OMX core library can not be
91 // No error reported, but no handle to the library
93 "library (%s) but no error reported\n", OMX_CORE_LIBRARY);
99 "library (%s): %s\n", OMX_CORE_LIBRARY, pErr)
    [all...]
  /cts/suite/audio_quality/
BUILD.txt 1 C++: No special library required in host side, but gcc/g++ and std c++ library should be present.
  /device/google/accessory/demokit/
README 10 /AndroidAccessory Open Accessory Protocol library
12 /USB_Host_Shield USB Host library
  /external/androidplot/.idea/libraries/
Maven__org_json_json_20080701.xml 2 <library name="Maven: org.json:json:20080701">
12 </library>
  /external/e2fsprogs/debian/attic/
comerrg-dev.menu 2 title="The com_err library" \
3 longtitle="The Common Error Description library"\
  /external/libmtp/doc/
mainpage.h 6 * libmtp is a library for the Media Transfer Protocol (MTP)
13 * long as you publish your modifications to this library in accordance
  /external/ltrace/
library.h 49 struct library *lib;
62 * potentially become active if a library implementing them
83 /* Copy library symbol SYM into the area pointed-to by RETP. Return 0
88 /* Destroy library symbol. This essentially just frees name if it's
94 /* Compare two library symbols. Returns a negative value, 0, or a
100 /* Set a name for library symbol. This frees the old name, if
131 struct library { struct
132 struct library *next;
134 /* Unique key. Two library objects are considered equal, if
138 /* Address where the library is mapped. *
    [all...]
  /external/parameter-framework/support/android/parameter/
parameter_export.h 11 /* We are building this library */
14 /* We are using this library */
  /external/parameter-framework/support/android/remote-processor/
remote_processor_export.h 11 /* We are building this library */
14 /* We are using this library */
  /external/skia/src/ports/
SkOSLibrary_posix.cpp 19 void* GetProcedureAddress(void* library, const char* functionName) {
20 return dlsym(library, functionName);
SkOSLibrary_win.cpp 18 void* GetProcedureAddress(void* library, const char* functionName) {
19 return reinterpret_cast<void*>(::GetProcAddress((HMODULE)library, functionName));
  /external/sonic/
wave.h 1 /* Sonic library
4 This file is part of the Sonic Library.
  /external/webrtc/webrtc/system_wrappers/source/
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");
  /external/zlib/src/old/os2/
zlib.def 5 LIBRARY Z
6 DESCRIPTION "Zlib compression library for OS/2"
  /frameworks/base/docs/html/topic/libraries/support-library/
index.jd 1 page.title=Support Library
2 page.metaDescription=The Android Support Library offers backward-compatible versions of a number of features that are not built into the framework.
20 <li><a href="{@docRoot}topic/libraries/support-library/features.html">
21 Support Library Features</a></li>
22 <li><a href="{@docRoot}topic/libraries/support-library/setup.html">
23 Support Library Setup</a></li>
24 <li><a href="{@docRoot}topic/libraries/support-library/revisions.html">
25 Support Library Revision History</a></li>
33 The Android Support Library offers a number of features that are not built
50 collectively called the <em>Android Support Library</em>. App developer
    [all...]
  /frameworks/base/tools/layoutlib/.idea/libraries/
layoutlib_api_prebuilt.xml 2 <library name="layoutlib_api-prebuilt">
10 </library>

Completed in 1003 milliseconds

<<11121314151617181920>>