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

1 2 3 4 5 6 7 8 91011>>

  /external/libbackup/src/com/google/android/libraries/backup/
BackupKeyPredicate.java 1 package com.google.android.libraries.backup;
Backup.java 1 package com.google.android.libraries.backup;
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
ExportLicensesTask.groovy 27 libraries: ["kotlin-stdlib", "kotlin-runtime", "kotlin-annotation-processing", "kotlin-gradle-plugin", "kotlin-gradle-plugin-api",
34 libraries: ["antlr4", "antlr4-runtime", "antlr-runtime", "antlr4-annotations"],
38 libraries: ["antlr"],
42 libraries: ["java.g4"],
46 libraries: ["ST4", "stringtemplate"],
50 libraries: ["org.abego.treelayout.core"],
54 libraries: ["junit"],
59 libraries: ["commons-io"],
64 libraries: ["commons-codec"],
69 libraries: ["commons-lang3"]
    [all...]
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
ManifestIdentifier.java 15 private final List<ManifestIdentifier> libraries; field in class:ManifestIdentifier
19 List<ManifestIdentifier> libraries) {
24 this.libraries = libraries == null ? Collections.emptyList() : libraries;
38 List<ManifestIdentifier> libraries = new ArrayList<>(); local
41 libraries.add(new ManifestIdentifier(
49 this.libraries = Collections.unmodifiableList(libraries);
70 return libraries;
    [all...]
MavenManifestFactory.java 41 List<ManifestIdentifier> libraries; local
42 if (config.libraries().length == 0) {
44 libraries = findLibraries(resDir);
46 libraries = new ArrayList<>();
47 for (String libraryDirName : config.libraries()) {
49 libraries.add(new ManifestIdentifier(
58 return new ManifestIdentifier(config.packageName(), manifestFile, resDir, assetDir, libraries);
111 List<ManifestIdentifier> libraries = findLibraries(libraryDir.join(Config.DEFAULT_RES_FOLDER)); local
117 libraries));
  /external/e2fsprogs/contrib/python-uuid/
setup.py 6 libraries = ['uuid']) variable
  /prebuilts/vndk/v27/common/
Android.mk 18 # llndk.libraries.txt
20 LOCAL_MODULE := llndk.libraries.27.txt
21 LOCAL_SRC_FILES := ../$(TARGET_ARCH)/configs/llndk.libraries.txt
29 # vndksp.libraries.txt
31 LOCAL_MODULE := vndksp.libraries.27.txt
32 LOCAL_SRC_FILES := ../$(TARGET_ARCH)/configs/vndksp.libraries.txt
  /external/python/cpython2/PCbuild/
get_externals.bat 3 rem Simple script to fetch source for external libraries
20 echo.Cleaning up external libraries.
52 echo.Fetching external libraries...
57 set libraries= variable
58 set libraries=%libraries% bzip2-1.0.6 variable
59 if NOT "%IncludeBsddb%"=="false" set libraries=%libraries% db-4.7.25.0 variable
60 if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06 variable
61 if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2j variable
62 set libraries=%libraries% sqlite-3.8.11.0 variable
63 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-8.5.15.0 variable
64 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.5.15.0 variable
65 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.5 variable
    [all...]
  /external/python/cpython3/PCbuild/
get_externals.bat 3 rem Simple script to fetch source for external libraries
20 echo.Cleaning up external libraries.
52 echo.Fetching external libraries...
54 set libraries= variable
55 set libraries=%libraries% bzip2-1.0.6 variable
56 if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06 variable
57 if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2k variable
58 set libraries=%libraries% sqlite-3.14.2.0 variable
59 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0 variable
60 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0 variable
61 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.6 variable
62 set libraries=%libraries% xz-5.2.2 variable
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
movw-shared-1.d 1 #name: MOVW/MOVT shared libraries test 1
movw-shared-2.d 1 #name: MOVW/MOVT shared libraries test 2
movw-shared-3.d 1 #name: MOVW/MOVT shared libraries test 3
movw-shared-4.d 1 #name: MOVW/MOVT shared libraries test 4
thumb2-bl-undefweak.s 2 @ the PLT in shared libraries.
thumb2-bl-undefweak1.s 2 @ the PLT in shared libraries in ARM mode.
  /external/libnl/python/
setup.py.in 14 libraries = ['nl-3'],
22 libraries = ['nl-3', 'nl-route-3'],
30 libraries = ['nl-3', 'nl-genl-3'],
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
elfv2-2so.d 5 #error: .* R_PPC64_ADDR64_LOCAL reloc unsupported in shared libraries and PIEs.*
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build_clib.py 32 description = "build C/C++ libraries used by Python extensions"
36 "directory to build C/C++ libraries to"),
58 # List of libraries to build
59 self.libraries = None
61 # Compilation options for all libraries
73 # I think that C libraries are really just temporary build
83 self.libraries = self.distribution.libraries
84 if self.libraries:
85 self.check_library_list(self.libraries)
    [all...]
  /external/python/cpython2/Lib/distutils/command/
build_clib.py 32 description = "build C/C++ libraries used by Python extensions"
36 "directory to build C/C++ libraries to"),
58 # List of libraries to build
59 self.libraries = None
61 # Compilation options for all libraries
73 # I think that C libraries are really just temporary build
83 self.libraries = self.distribution.libraries
84 if self.libraries:
85 self.check_library_list(self.libraries)
    [all...]
  /external/python/cpython3/Lib/distutils/command/
build_clib.py 30 description = "build C/C++ libraries used by Python extensions"
34 "directory to build C/C++ libraries to"),
56 # List of libraries to build
57 self.libraries = None
59 # Compilation options for all libraries
71 # I think that C libraries are really just temporary build
81 self.libraries = self.distribution.libraries
82 if self.libraries:
83 self.check_library_list(self.libraries)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_clib.py 32 description = "build C/C++ libraries used by Python extensions"
36 "directory to build C/C++ libraries to"),
58 # List of libraries to build
59 self.libraries = None
61 # Compilation options for all libraries
73 # I think that C libraries are really just temporary build
83 self.libraries = self.distribution.libraries
84 if self.libraries:
85 self.check_library_list(self.libraries)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_clib.py 32 description = "build C/C++ libraries used by Python extensions"
36 "directory to build C/C++ libraries to"),
58 # List of libraries to build
59 self.libraries = None
61 # Compilation options for all libraries
73 # I think that C libraries are really just temporary build
83 self.libraries = self.distribution.libraries
84 if self.libraries:
85 self.check_library_list(self.libraries)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_clib.py 32 description = "build C/C++ libraries used by Python extensions"
36 "directory to build C/C++ libraries to"),
58 # List of libraries to build
59 self.libraries = None
61 # Compilation options for all libraries
73 # I think that C libraries are really just temporary build
83 self.libraries = self.distribution.libraries
84 if self.libraries:
85 self.check_library_list(self.libraries)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_clib.py 32 description = "build C/C++ libraries used by Python extensions"
36 "directory to build C/C++ libraries to"),
58 # List of libraries to build
59 self.libraries = None
61 # Compilation options for all libraries
73 # I think that C libraries are really just temporary build
83 self.libraries = self.distribution.libraries
84 if self.libraries:
85 self.check_library_list(self.libraries)
    [all...]
  /frameworks/av/media/audioserver/
Android.mk 47 # the LOCAL_MULTILIB for all audioserver exclusive libraries.
49 # 32 and 64 bit libraries may be built.
52 # 32 to build 32 bit audioserver libraries and 32 bit audioserver.
53 # 64 to build 64 bit audioserver libraries and 64 bit audioserver.
54 # both to build both 32 bit and 64 bit libraries,
56 # first to build libraries and audioserver for the primary target architecture only.
57 # <empty> to build both 32 and 64 bit libraries and 32 bit audioserver.

Completed in 364 milliseconds

1 2 3 4 5 6 7 8 91011>>