HomeSort by relevance Sort by last modified time
    Searched defs:libraries (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/contrib/python-uuid/
setup.py 6 libraries = ['uuid']) variable
  /external/clearsilver/python/
setup.py 18 LIBRARIES = ["neo_cgi", "neo_cs", "neo_utl"]
56 if lib not in LIBRARIES:
59 LIBRARIES = inserted + LIBRARIES
96 LIBRARIES = expand_vars(LIBRARIES, make_vars)
124 libraries=LIBRARIES, variable
  /system/extras/librank/
librank.c 68 struct library_info **libraries; variable in typeref:struct:library_info
81 if (!strcmp(libraries[i]->name, name))
82 return libraries[i];
86 libraries = realloc(libraries, 2 * libraries_size * sizeof(struct library_info *));
87 if (!libraries) {
88 fprintf(stderr, "Couldn't resize libraries array: %s\n", strerror(errno));
113 libraries[libraries_count++] = library;
214 libraries = malloc(INIT_LIBRARIES * sizeof(struct library_info *));
270 qsort(libraries, libraries_count, sizeof(libraries[0]), &licmp)
    [all...]
  /sdk/anttasks/src/com/android/ant/
SetupTask.java 57 * the libraries. This includes the default android.jar from the resolved target but also optional
58 * libraries provided by the target (if any, when the target is an add-on).</li>
199 // look for referenced libraries.
217 "Project target '%1$s' does not support building libraries.",
245 IOptionalLibrary[] libraries = androidTarget.getOptionalLibraries(); local
246 if (libraries != null) {
248 for (IOptionalLibrary library : libraries) {
444 "The build system for this project target (%1$s) does not support libraries",
491 // even with no libraries, always setup these so that various tasks in Ant don't complain
493 antProject.addReference("android.libraries.src", sourcePath)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 382 // if the project contains libraries, we need to add the libraries resources here
387 IProject[] libraries = state.getLibraryProjects(); local
395 final int libCount = libraries != null ? libraries.length : 0;
397 IProject library = libraries[i];
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 620 // display the optional libraries.
621 IOptionalLibrary[] libraries = target.getOptionalLibraries(); local
622 if (libraries != null) {
623 mSdkLog.printf(" Libraries:\n");
624 for (IOptionalLibrary library : libraries) {
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java 54 private final static String ADDON_LIBRARIES = "libraries";
481 // get the optional libraries
488 // split in the string into the libraries name
489 String[] libraries = librariesValue.split(";"); local
490 if (libraries.length > 0) {
492 for (String libName : libraries) {
  /build/core/
definitions.mk 412 define normalize-libraries
418 define normalize-host-libraries
419 $(call normalize-libraries,$(1))
422 define normalize-target-libraries
423 $(call normalize-libraries,$(1))
1025 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
1027 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
1028 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ApkBuilder.java 202 * resources, and also record whether the zip file contains native libraries.
284 // get the libraries
573 // list of res folder (main project + maybe libraries)
577 // libraries?
897 String[] libraries = getExternalJars(); local
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 709 milliseconds