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

1 2 3 4 5

  /external/e2fsprogs/contrib/python-uuid/
setup.py 6 libraries = ['uuid']) variable
  /external/chromium_org/third_party/icu/source/test/depstest/
dependencies.py 20 Each item can have an optional set of "deps" (libraries & groups).
24 libraries: Set of library names mentioned in the dependencies file.
37 libraries = set() variable
139 global items, libraries, _line_number, _groups_to_be_defined
153 libraries.add(name)
  /external/icu/icu4c/source/test/depstest/
dependencies.py 20 Each item can have an optional set of "deps" (libraries & groups).
24 libraries: Set of library names mentioned in the dependencies file.
37 libraries = set() variable
139 global items, libraries, _line_number, _groups_to_be_defined
153 libraries.add(name)
  /external/chromium_org/chrome/test/base/
web_ui_browser_test.cc 414 // Get the user libraries. Preloading them individually is best, then
418 std::vector<base::string16> libraries; local
420 BuildJavascriptLibraries(&libraries);
422 content = JoinString(libraries, '\n');
423 libraries.clear();
444 for (size_t i = 0; i < libraries.size(); ++i)
445 test_handler_->PreloadJavaScript(libraries[i], preload_host);
  /external/ltrace/
proc.h 105 /* Linked list of libraries in backwards order of mapping.
107 struct library *libraries; member in struct:process
205 /* Add a library LIB to the list of PROC's libraries. */
208 /* Remove LIB from list of PROC's libraries. Returns 0 if the library
220 /* Iterate through the libraries of PROC. See callback.h for notes on
258 /* Iterate through all symbols in all libraries of PROC. See
  /ndk/build/core/
default-build-commands.mk 12 # Return the list of object, static libraries and shared libraries as they
16 # we always put libgcc _after_ all static libraries and _before_ shared
17 # libraries. This ensures that any libgcc function used by the final
19 # symbol references to the same symbols as exported by shared libraries
21 # system libraries (e.g. libc.so and others).
26 # $2: static libraries
27 # $3: whole static libraries
28 # $4: shared libraries
30 TARGET-get-linker-objects-and-libraries =
    [all...]
definitions.mk 129 # Rationale: When there is a very large number of objects and/or libraries at
320 # Arguments: 1: list of whole static libraries
321 # Returns : linker flags to use the whole static libraries
322 # Usage : $(call link-whole-archives,<libraries>)
323 # Rationale: This function is used to put the list of whole static libraries
369 # Note that some modules are never installed (e.g. static libraries).
523 # (e.g. shared libraries).
530 # libraries, since it helps ndk-gdb.
598 # Rationale: Record that a module depends on a set of static libraries.
610 # Rationale: Record that a module depends on a set of shared libraries
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 199 final List<IProject> libraries = state != null local
226 if (mProject == matchProject || libraries.contains(matchProject)) {
233 if (mProject == matchProject || libraries.contains(matchProject)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 246 List<IProject> libraries = null; local
249 libraries = projectState.getFullLibraryProjects();
255 if (libraries == null || libraries.isEmpty()) {
259 // Also compute matches for each of the libraries, and combine them
265 for (IProject library : libraries) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 360 List<IProject> libraries = projectState.getFullLibraryProjects(); local
361 for (IProject library : libraries) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 46 *<li>configured resources contain the resources coming from the libraries.</li>
102 // if the project contains libraries, we need to add the libraries resources here
107 List<IProject> libraries = state.getFullLibraryProjects(); local
115 for (int i = libraries.size() - 1 ; i >= 0 ; i--) {
116 IProject library = libraries.get(i);
  /system/extras/librank/
librank.c 71 struct library_info **libraries; variable in typeref:struct:library_info
90 if (!strcmp(libraries[i]->name, name))
91 return libraries[i];
95 libraries = realloc(libraries, 2 * libraries_size * sizeof(struct library_info *));
96 if (!libraries) {
97 fprintf(stderr, "Couldn't resize libraries array: %s\n", strerror(errno));
122 libraries[libraries_count++] = library;
317 libraries = malloc(INIT_LIBRARIES * sizeof(struct library_info *));
388 qsort(libraries, libraries_count, sizeof(libraries[0]), &licmp)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 128 IClasspathContainer libraries = allocateLibraryContainer(project); local
129 if (libraries != null) {
132 new IClasspathContainer[] { libraries },
175 // process all the libraries
198 "Android Private Libraries");
355 // process all the libraries
582 // libraries that are part of the runtime.
ProjectHelper.java 380 // add the exported libraries android container to the array
1035 List<IProject> libraries = projectState.getFullLibraryProjects(); local
1093 List<IProject> libraries = projectState.getFullLibraryProjects(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 228 List<IProject> libraries = projectState.getFullLibraryProjects(); local
229 if (libraries != null && !libraries.isEmpty()) {
230 for (IProject library : libraries) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 247 // list of res folder (main project + maybe libraries)
262 // then libraries
410 // check if we found native libraries in the external library. This
416 "Native libraries detected in '%1$s'. See console for more information.",
422 "The library '%1$s' contains native libraries that will not run on the device.",
426 consoleMsgs.add("Additionally some of those libraries will interfer with the installation of the application because of their location in lib/");
427 consoleMsgs.add("lib/ is reserved for NDK libraries.");
430 consoleMsgs.add("The following libraries were found:");
462 // now write the native libraries.
471 // next the native libraries for the renderscript support mode
541 IOptionalLibrary[] libraries = target.getOptionalLibraries(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 1212 List<IProject> libraries = projectState.getFullLibraryProjects(); local
    [all...]
  /build/core/
definitions.mk 84 # Target and host installed module's dependencies on shared libraries.
504 define normalize-libraries
510 define normalize-host-libraries
511 $(call normalize-libraries,$(1))
514 define normalize-target-libraries
515 $(call normalize-libraries,$(1))
    [all...]
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 

Completed in 2096 milliseconds

1 2 3 4 5