Home
last modified time | relevance | path

Searched refs:libraries (Results 1 – 25 of 2541) sorted by relevance

12345678910>>...102

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DManifestIdentifier.java15 private final List<ManifestIdentifier> libraries; field in ManifestIdentifier
20 List<ManifestIdentifier> libraries) { in ManifestIdentifier() argument
21 this(packageName, manifestFile, resDir, assetDir, libraries, null); in ManifestIdentifier()
26 List<ManifestIdentifier> libraries, FsFile apkFile) { in ManifestIdentifier() argument
31 this.libraries = libraries == null ? Collections.emptyList() : libraries; in ManifestIdentifier()
46 List<ManifestIdentifier> libraries = new ArrayList<>(); in ManifestIdentifier() local
49 libraries.add(new ManifestIdentifier( in ManifestIdentifier()
57 this.libraries = Collections.unmodifiableList(libraries); in ManifestIdentifier()
79 return libraries; in getLibraries()
110 if (libraries != null ? !libraries.equals(that.libraries) : that.libraries != null) { in equals()
[all …]
DMavenManifestFactory.java47 List<ManifestIdentifier> libraries; in identify() local
48 if (config.libraries().length == 0) { in identify()
50 libraries = findLibraries(resDir); in identify()
52 libraries = new ArrayList<>(); in identify()
53 for (String libraryDirName : config.libraries()) { in identify()
55 libraries.add(new ManifestIdentifier( in identify()
64 return new ManifestIdentifier(config.packageName(), manifestFile, resDir, assetDir, libraries); in identify()
117 … List<ManifestIdentifier> libraries = findLibraries(libraryDir.join(Config.DEFAULT_RES_FOLDER)); in findLibraries() local
123 libraries)); in findLibraries()
/external/grpc-grpc-java/core/
Dbuild.gradle5 libraries.gson,
6 libraries.errorprone,
7 libraries.jsr305,
8 libraries.animalsniffer_annotations
9 compile (libraries.guava) {
10 // prefer 2.2.0 from libraries instead of 2.1.3
12 // prefer 3.0.2 from libraries instead of 3.0.1
14 // prefer 1.17 from libraries instead of 1.14
17 compile (libraries.opencensus_api) {
18 // prefer 3.0.2 from libraries instead of 3.0.1
[all …]
/external/python/cpython2/Lib/distutils/command/
Dbuild_clib.py59 self.libraries = None
83 self.libraries = self.distribution.libraries
84 if self.libraries:
85 self.check_library_list(self.libraries)
96 if not self.libraries:
116 self.build_libraries(self.libraries)
119 def check_library_list(self, libraries): argument
129 if not isinstance(libraries, list):
133 for lib in libraries:
158 if not self.libraries:
[all …]
Dconfig.py58 self.libraries = None
75 if self.libraries is None:
76 self.libraries = []
77 elif isinstance(self.libraries, str):
78 self.libraries = [self.libraries]
106 if self.libraries:
107 self.compiler.set_libraries(self.libraries)
141 def _link(self, body, headers, include_dirs, libraries, library_dirs, argument
146 libraries=libraries,
241 def try_link(self, body, headers=None, include_dirs=None, libraries=None, argument
[all …]
/external/python/cpython3/Lib/distutils/command/
Dbuild_clib.py57 self.libraries = None
81 self.libraries = self.distribution.libraries
82 if self.libraries:
83 self.check_library_list(self.libraries)
95 if not self.libraries:
115 self.build_libraries(self.libraries)
118 def check_library_list(self, libraries): argument
128 if not isinstance(libraries, list):
132 for lib in libraries:
157 if not self.libraries:
[all …]
Dconfig.py55 self.libraries = None
72 if self.libraries is None:
73 self.libraries = []
74 elif isinstance(self.libraries, str):
75 self.libraries = [self.libraries]
102 if self.libraries:
103 self.compiler.set_libraries(self.libraries)
135 def _link(self, body, headers, include_dirs, libraries, library_dirs, argument
140 libraries=libraries,
234 def try_link(self, body, headers=None, include_dirs=None, libraries=None, argument
[all …]
/external/python/cpython3/PCbuild/
Dget_externals.bat3 rem Simple script to fetch source for external libraries
35 echo.Cleaning up external libraries.
51 echo.Fetching external libraries...
53 set libraries= variable
54 set libraries=%libraries% bzip2-1.0.6 variable
55 if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi variable
56 if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1g variable
57 set libraries=%libraries% sqlite-3.33.0.0 variable
58 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.9.0 variable
59 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.9.0 variable
[all …]
/external/python/cpython2/PCbuild/
Dget_externals.bat3 rem Simple script to fetch source for external libraries
23 echo.Cleaning up external libraries.
42 echo.Fetching external libraries...
47 set libraries= variable
48 set libraries=%libraries% bzip2-1.0.6 variable
49 if NOT "%IncludeBsddb%"=="false" set libraries=%libraries% bsddb-4.7.25.0 variable
50 if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2p variable
51 set libraries=%libraries% sqlite-3.14.2.0 variable
52 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-8.5.19.0 variable
53 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.5.19.0 variable
[all …]
/external/grpc-grpc-java/alts/
Dbuild.gradle18 dependencies { classpath libraries.protobuf_plugin }
27 libraries.lang,
28 libraries.protobuf
29 compile (libraries.google_auth_oauth2_http) {
30 // prefer 3.0.2 from libraries instead of 1.3.9
32 // prefer 20.0 from libraries instead of 19.0
36 testCompile libraries.guava,
37 libraries.guava_testlib,
38 libraries.junit,
39 libraries.mockito,
[all …]
/external/llvm-project/parallel-libs/
DREADME.rst9 which will host the development of libraries which are aimed at enabling
11 Examples of libraries suitable for hosting within the `parallel-libs`
12 subproject are runtime libraries and parallel math libraries. The initial
17 The `parallel-libs` project will host a collection of libraries where each
18 library may be dependent on other libraries from the project or may be
19 completely independent of any other libraries in the project. The rationale for
20 hosting independent libraries within the same subproject is that all libraries
23 libraries which initially began as independent will develop dependencies over
24 time either between existing libraries or by extracting common code that can be
29 libraries. This will be useful for avoiding duplication of code within the LLVM
[all …]
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
DConfig.java168 String[] libraries() default {}; // DEFAULT_LIBRARIES; in libraries() method
182 private final String[] libraries; field in Config.Implementation
283 String[] libraries) { in Implementation() argument
295 this.libraries = libraries; in Implementation()
356 public String[] libraries() { in libraries() method in Config.Implementation
357 return libraries; in libraries()
378 protected String[] libraries = new String[0]; field in Config.Builder
395 libraries = config.libraries(); in Builder()
453 public Builder setLibraries(String[] libraries) { in setLibraries() argument
454 this.libraries = libraries; in setLibraries()
[all …]
/external/python/cpython2/Lib/distutils/
Dccompiler.py113 self.libraries = []
261 self.libraries.append (libname)
269 self.libraries = libnames[:]
426 def _fix_lib_args(self, libraries, library_dirs, runtime_library_dirs): argument
433 if libraries is None:
434 libraries = self.libraries
435 elif isinstance(libraries, (list, tuple)):
436 libraries = list (libraries) + (self.libraries or [])
459 return (libraries, library_dirs, runtime_library_dirs)
618 libraries=None, library_dirs=None, runtime_library_dirs=None, argument
[all …]
/external/python/cpython3/Lib/distutils/
Dccompiler.py105 self.libraries = []
249 self.libraries.append(libname)
257 self.libraries = libnames[:]
427 def _fix_lib_args(self, libraries, library_dirs, runtime_library_dirs): argument
434 if libraries is None:
435 libraries = self.libraries
436 elif isinstance(libraries, (list, tuple)):
437 libraries = list (libraries) + (self.libraries or [])
459 return (libraries, library_dirs, runtime_library_dirs)
622 libraries=None, argument
[all …]
/external/python/cpython2/Misc/
DBeOS-setup.py186 libraries=math_libs) )
190 libraries=math_libs) )
195 libraries=math_libs) )
277 libraries=readline_libs) )
286 exts.append( Extension('crypt', ['cryptmodule.c'], libraries=libs) )
305 libraries = ['ssl', 'crypto'],
321 libraries = ['ndbm'] ) )
328 libraries = ['gdbm'] ) )
352 libraries = dblib ) )
356 libraries = dblib) )
[all …]
/external/grpc-grpc-java/protobuf-lite/
Dbuild.gradle7 dependencies { classpath libraries.protobuf_plugin }
16 libraries.protobuf_lite
17 compile (libraries.guava) {
18 // prefer 2.2.0 from libraries instead of 2.1.3
20 // prefer 3.0.2 from libraries instead of 3.0.1
22 // prefer 1.17 from libraries instead of 1.14
26 testProtobuf libraries.protobuf
55 artifact = libraries.protoc_lite
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dxc-lt-iface.m439 # Default behavior is to enable shared and static libraries on systems
48 # User may have disabled shared or static libraries.
62 AC_MSG_ERROR([can not disable shared and static libraries simultaneously])
67 # and build runs for shared and static is to enable shared libraries
91 # Default behavior is to build PIC objects for shared libraries and
92 # non-PIC objects for static libraries.
114 # is to build PIC objects even for static libraries. This behavior may
174 dnl Checks wether libtool shared and static libraries
185 # Verify if finally libtool shared libraries will be built
198 # Verify if finally libtool static libraries will be built
[all …]
/external/curl/m4/
Dxc-lt-iface.m439 # Default behavior is to enable shared and static libraries on systems
48 # User may have disabled shared or static libraries.
62 AC_MSG_ERROR([can not disable shared and static libraries simultaneously])
67 # and build runs for shared and static is to enable shared libraries
91 # Default behavior is to build PIC objects for shared libraries and
92 # non-PIC objects for static libraries.
114 # is to build PIC objects even for static libraries. This behavior may
174 dnl Checks whether libtool shared and static libraries
185 # Verify if finally libtool shared libraries will be built
198 # Verify if finally libtool static libraries will be built
[all …]
/external/grpc-grpc-java/grpclb/
Dbuild.gradle8 dependencies { classpath libraries.protobuf_plugin }
15 libraries.protobuf
16 compile (libraries.protobuf_util) {
17 // prefer 20.0 from libraries instead of 19.0
20 compileOnly libraries.javax_annotation
21 testCompile libraries.truth,
/external/grpc-grpc-java/services/
Dbuild.gradle7 dependencies { classpath libraries.protobuf_plugin }
15 compile (libraries.protobuf_util) {
16 // prefer 20.0 from libraries instead of 19.0
19 compile libraries.re2j
21 compileOnly libraries.javax_annotation
23 libraries.netty_epoll // for DomainSocketAddress
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Ddependent-libraries.test1 ## Check that we can use the --dependent-libraries option
8 # RUN: llvm-readobj --dependent-libraries %t1 | \
10 # RUN: llvm-readelf --dependent-libraries %t1 | \
11 …-check-prefix=GNU --strict-whitespace --match-full-lines --implicit-check-not="Dependent libraries"
19 # GNU:Dependent libraries section .deplibs at offset 0x40 contains 3 entries:
38 # RUN: llvm-readobj --dependent-libraries %t3 2>&1 | FileCheck %s --check-prefix=NONE
39 # RUN: llvm-readelf --dependent-libraries %t3 2>&1 | FileCheck %s --allow-empty --implicit-check-no…
47 # RUN: llvm-readobj --dependent-libraries %t2 2>&1 | FileCheck %s --check-prefix=MIX-LLVM -DFILE=%t2
48 # RUN: llvm-readelf --dependent-libraries %t2 2>&1 | FileCheck %s --check-prefix=MIX-GNU -DFILE=%t2
60 # MIX-GNU-NEXT: Dependent libraries section .deplibs.nonul at offset 0x40 contains 0 entries:
[all …]
/external/grpc-grpc-java/protobuf/
Dbuild.gradle8 dependencies { classpath libraries.protobuf_plugin }
13 libraries.protobuf
14 compile (libraries.guava) {
15 // prefer 2.2.0 from libraries instead of 2.1.3
17 // prefer 3.0.2 from libraries instead of 3.0.1
19 // prefer 1.17 from libraries instead of 1.14
23 compile (libraries.google_api_protos) {
/external/opencensus-java/exporters/trace/ocagent/
Dbuild.gradle9 compileOnly libraries.auto_value
13 libraries.grpc_core,
14 libraries.grpc_netty,
15 libraries.grpc_stub,
16 libraries.opencensus_proto
/external/tensorflow/tensorflow/core/platform/
DREADME.md1 # TensorFlow Base libraries.
2 This package contains the following libraries:
3 - Platform dependent libraries that require different implementations
5 - STL replacement libraries rest of TensorFlow should depend on.
7 The libraries in this package are not allowed to have ANY dependencies
/external/grpc-grpc-java/benchmarks/
Dbuild.gradle6 dependencies { classpath libraries.protobuf_plugin }
30 libraries.junit,
31 libraries.mockito,
32 libraries.hdrhistogram,
33 libraries.netty_tcnative,
34 libraries.netty_epoll,
35 libraries.math
36 compileOnly libraries.javax_annotation

12345678910>>...102