HomeSort by relevance Sort by last modified time
    Searched refs:libraries (Results 326 - 350 of 1395) sorted by null

<<11121314151617181920>>

  /external/libbackup/src/com/google/android/libraries/backup/shadow/
BackupAgentHelperShadow.java 1 package com.google.android.libraries.backup.shadow;
  /external/python/cpython2/Lib/distutils/
msvc9compiler.py 583 libraries=None,
596 fixed_args = self._fix_lib_args(libraries, library_dirs,
598 (libraries, library_dirs, runtime_library_dirs) = fixed_args
606 libraries)
  /external/python/cpython2/PCbuild/
build.bat 19 echo. -e Build external libraries fetched by get_externals.bat
20 echo. Extension modules that depend on external libraries will not attempt
  /external/python/cpython3/Lib/distutils/
msvc9compiler.py 573 libraries=None,
586 fixed_args = self._fix_lib_args(libraries, library_dirs,
588 (libraries, library_dirs, runtime_library_dirs) = fixed_args
596 libraries)
  /external/python/cpython3/PCbuild/
build.bat 20 echo. -e Build external libraries fetched by get_externals.bat
21 echo. Extension modules that depend on external libraries will not attempt
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 125 self.jet_file.libraries.append(self.segment.dlsfile)
JetUtils.py 116 def FindDlsNum(libraries, dlsfile):
118 for index, library in enumerate(libraries):
510 for index, library in enumerate(jet_file.libraries):
511 jet_file.libraries[index] = FileJustName(library)
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
llvm-config.in.in 185 --libdir Directory containing LLVM libraries.
190 --libs Libraries needed to link against LLVM components.
198 all All LLVM libraries (default).
222 # Turn the list of libraries into a list of files.
238 # our libraries into fewer archives, we could make the linker do much
241 # Libraries have two different types of names in this code: Human-friendly
256 # Each "set" contains one or more libraries which must be included as a
263 my %SET_DEPS; # Maps sets to a list of libraries they depend on.
277 # Expand the library sets into libraries.
306 # Add entries for all the actual libraries.
    [all...]
  /external/v8/tools/
codemap.js 51 * Libraries entries. Used for the whole static code libraries.
257 * Returns an array of all libraries entries.
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 173 # replace the last line with this for dynamic libraries
175 # and this for static libraries
  /frameworks/base/core/jni/
android_os_VintfObject.cpp 155 env->NewStringUTF(key.c_str()), toJavaStringArray(env, vndk.libraries()));
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvc9compiler.py 583 libraries=None,
596 fixed_args = self._fix_lib_args(libraries, library_dirs,
598 (libraries, library_dirs, runtime_library_dirs) = fixed_args
606 libraries)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvc9compiler.py 583 libraries=None,
596 fixed_args = self._fix_lib_args(libraries, library_dirs,
598 (libraries, library_dirs, runtime_library_dirs) = fixed_args
606 libraries)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 583 libraries=None,
596 fixed_args = self._fix_lib_args(libraries, library_dirs,
598 (libraries, library_dirs, runtime_library_dirs) = fixed_args
606 libraries)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 583 libraries=None,
596 fixed_args = self._fix_lib_args(libraries, library_dirs,
598 (libraries, library_dirs, runtime_library_dirs) = fixed_args
606 libraries)
  /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...]
  /build/soong/java/
java.go 78 // don't build against the default libraries (bootclasspath, legacy-test, core-junit,
82 // don't build against the framework libraries (legacy-test, core-junit,
89 // list of of java libraries that will be in the classpath
92 // list of java libraries that will be compiled into the resulting jar
207 // libraries and tests.
211 // false for libraries and tests.
711 // Give host-side tools a version of OpenJDK's standard libraries
916 // Combine the classes built from sources, any manifests, and any static libraries into
    [all...]
  /prebuilts/misc/common/robolectric/3.5.1/lib/
robolectric-3.5.1.jar 
  /build/make/core/
java_common.mk 312 # Give host-side tools a version of OpenJDK's standard libraries
366 # shared libraries, allowing them to make use of the code in the linked apk.
426 # Verify that all libraries are safe to use
  /external/tensorflow/tensorflow/contrib/makefile/
README.md 26 You will compile tensorflow and protobuf libraries that you can link into other
41 You should only need to do this step once. It downloads the required libraries
113 At this point, you will have compiled libraries in `gen/lib/*` and the
205 # Copy native TensorFlow libraries
267 If you just want to get the libraries compiled in a hurry, you can run this
  /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 1386 milliseconds

<<11121314151617181920>>