HomeSort by relevance Sort by last modified time
    Searched defs:library (Results 76 - 100 of 1053) sorted by null

1 2 34 5 6 7 8 91011>>

  /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
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 44 * as direct access to target and library information.
46 * This also gives access to library information.
48 * {@link #isLibrary()} indicates if the project is a library.
51 * project and its library. Theses instances are owned by the {@link ProjectState}.
62 * A class that represents a library linked to a project.
63 * <p/>It does not represent the library uniquely. Instead the {@link LibraryState} is linked
65 * <p/>If a library is used by two different projects, then there will be two different
66 * instances of {@link LibraryState} for the library.
80 * Returns the {@link ProjectState} of the main project using this library.
87 * Closes the library. This resets the IProject from this object ({@link #getProjectState()} wil
472 File library = new File(projectFile, state.getRelativePath()); local
683 LibraryState library = inLibraries.get(i); local
    [all...]
Sdk.java 874 LibraryState library = entry.getValue().getLibrary(project); local
    [all...]
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger/1.2.2/
dagger-1.2.2.jar 
  /art/runtime/
java_vm_ext.cc 99 * Check the result of an earlier call to JNI_OnLoad on this library.
112 LOG(INFO) << *self << " recursive attempt to load library " << "\"" << path_ << "\"";
173 // Path to library "/system/lib/libjni.so".
182 // The ClassLoader this library is associated with, a weak global JNI reference that is
183 // created/deleted with the scope of the library.
214 for (const auto& library : libraries_) {
219 os << library.first;
232 void Put(const std::string& path, SharedLibrary* library)
234 libraries_.Put(path, library);
249 SharedLibrary* const library = lib.second local
284 SharedLibrary* const library = it->second; local
777 SharedLibrary* library; local
    [all...]
  /external/ImageMagick/MagickCore/
opencl.c 150 /* OpenCL library */
443 Provide call to OpenCL library methods
2336 *library; local
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 250 FT_Init_Class_ ## class_( FT_Library library, \
266 FT_Init_Class_ ## class_( FT_Library library, \
269 FT_UNUSED( library ); \
462 /* library :: A handle to the parent library object. */
469 FT_Library library; member in struct:FT_ModuleRec_
478 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
517 /* library :: A handle to the library object. */
529 FT_Get_Module_Interface( FT_Library library,
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 67 // with an embedded copy of the client stub instead of linking the system library version at runtime.
113 HMODULE library; local
116 // Try and load the IP helper library dll
117 if ((library = LoadLibrary(TEXT("Iphlpapi")) ) != NULL )
122 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
127 FreeLibrary(library);
135 HMODULE library; local
138 // Try and load the IP helper library dll
139 if ((library = LoadLibrary(TEXT("Iphlpapi")) ) != NULL )
144 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextoname")) != NULL
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftobjs.h 249 FT_Init_Class_ ## class_( FT_Library library, \
265 FT_Init_Class_ ## class_( FT_Library library, \
268 FT_UNUSED( library ); \
348 /* library. */
468 /* library :: A handle to the parent library object. */
475 FT_Library library; member in struct:FT_ModuleRec_
484 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
520 /* library :: A handle to the library object. *
    [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 366 "~/Library/Fonts", "/Library/Fonts", "/System/Library/Fonts",
808 FXFT_Library library = pFontMgr->GetFTLibrary(); local
809 if (!library)
827 if (FXFT_Open_Face(library, &ftArgs, iFaceIndex, &pFace)) {
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha3/
lint-tests-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha5/
lint-tests-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha6/
lint-tests-25.4.0-alpha6.jar 
  /prebuilts/devtools/tools/lib/
sdkmanager.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkmanager/24.4.0-beta6/
sdkmanager-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkmanager/24.5.0/
sdkmanager-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkmanager/25.0.0-alpha1/
sdkmanager-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0/
lint-tests-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta1/
lint-tests-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta2/
lint-tests-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta3/
lint-tests-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta4/
lint-tests-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.1/
lint-tests-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha1/
lint-tests-25.4.0-alpha1.jar 

Completed in 1501 milliseconds

1 2 34 5 6 7 8 91011>>