OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libraries
(Results
76 - 100
of
5001
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/google/accessory/demokit/
README
7
COPYING License for third party code used in Arduino
libraries
9
arduino_libs/ Arduino
libraries
/external/chromium_org/build/android/gyp/
create_native_libraries_header.py
9
The native library list header should contain the list of native
libraries
to
31
parser.add_option('--ordered-
libraries
',
32
help='Path to json file containing list of ordered
libraries
')
36
# args should be the list of
libraries
in dependency order.
42
libraries
= json.load(libfile)
46
libraries
= ['"' + lib[3:-3] + '"' for lib in
libraries
]
47
array = '= { ' + ', '.join(
libraries
) + '}'
strip_library_for_device.py
31
parser.add_option('--
libraries
-dir',
32
help='Directory for un-stripped
libraries
')
33
parser.add_option('--stripped-
libraries
-dir',
34
help='Directory for stripped
libraries
')
35
parser.add_option('--
libraries
-file',
36
help='Path to json file containing list of
libraries
')
43
libraries
= json.load(libfile)
47
for library in
libraries
:
push_libraries.py
7
"""Pushes native
libraries
to a device.
25
libraries
= build_utils.ReadJson(options.libraries_json)
35
for lib in
libraries
:
55
parser.add_option('--
libraries
-dir',
56
help='Directory that contains stripped
libraries
.')
58
help='Device directory to push the
libraries
to.')
59
parser.add_option('--
libraries
-json',
60
help='Path to the json list of native
libraries
.')
/external/chromium_org/third_party/skia/gyp/
tests.gyp
20
'
libraries
': [
23
'
libraries
!': [
/external/compiler-rt/SDKs/
README.txt
1
It is often convenient to be able to build compiler-rt
libraries
for a certain
8
Since compiler-rt's
libraries
typically have minimal interaction with the
/external/llvm/tools/llvm-symbolizer/
CMakeLists.txt
2
#
libraries
, it has to be compiled for all supported targets (x86_64, i386 etc).
3
# This means that we need LLVM
libraries
to be compiled for these
/external/skia/gyp/
tests.gyp
20
'
libraries
': [
23
'
libraries
!': [
/external/stlport/
libstlport.mk
3
# We put the STL
libraries
in front of any user
libraries
, but we need to
/libnativehelper/
README
1
Support functions for Android's class
libraries
5
class
libraries
. All code here:
/prebuilts/tools/common/guava-tools/
PREBUILT
7
http://code.google.com/p/guava-
libraries
/wiki/Release13
8
https://code.google.com/p/guava-
libraries
/
/external/chromium_org/build/android/
push_libraries.gypi
6
# pushes stripped shared
libraries
to the attached Android device. This should
15
# 'libraries_source_dir': 'location where stripped
libraries
are stored'
16
# 'device_library_dir': 'location on the device where to put pushed
libraries
',
27
'message': 'Pushing
libraries
to device for <(_target_name)',
41
'--
libraries
-dir=<(libraries_source_dir)',
43
'--
libraries
-json=<(ordered_libraries_file)',
strip_native_libraries.gypi
6
# native
libraries
.
16
# 'stripped_libraries_dir': 'directory to store stripped
libraries
',
24
'message': 'Stripping
libraries
for <(_target_name)',
41
# changing base.so may not trigger changes to dependent
libraries
.
49
'--stripped-
libraries
-dir=<(stripped_libraries_dir)',
50
'--
libraries
-dir=<(SHARED_LIB_DIR)',
51
'--
libraries
-file=<(ordered_libraries_file)',
/external/eigen/cmake/
FindLAPACK.cmake
15
# LAPACK_LIBRARIES_DIR - Directories containing the LAPACK
libraries
.
16
# May be null if LAPACK_LIBRARIES contains
libraries
name using full path.
17
# LAPACK_LIBRARIES - List of
libraries
to link against LAPACK interface.
20
# applications or
libraries
using LAPACK.
23
# - find
libraries
for a C++ compiler, instead of Fortran
30
# This macro checks for the existence of the combination of fortran
libraries
34
# flags given by _flags. If the combination of
libraries
is found and passes
35
# the link test,
LIBRARIES
is set to the list of complete library paths that
37
# Otherwise,
LIBRARIES
is set to FALSE.
40
macro(check_lapack_libraries DEFINITIONS
LIBRARIES
_prefix _name _flags _list _blas _path
[
all
...]
FindBLAS.cmake
5
# The list of
libraries
searched for is mainly taken
16
# BLAS_LIBRARIES_DIR - Directories containing the BLAS
libraries
.
17
# May be null if BLAS_LIBRARIES contains
libraries
name using full path.
18
# BLAS_LIBRARIES - List of
libraries
to link against BLAS interface.
21
# applications or
libraries
using BLAS.
24
# - find
libraries
for a C++ compiler, instead of Fortran
31
# This macro checks for the existence of the combination of fortran
libraries
35
# flags given by _flags. If the combination of
libraries
is found and passes
36
# the link test,
LIBRARIES
is set to the list of complete library paths that
38
# Otherwise,
LIBRARIES
is set to FALSE
[
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
...]
/external/llvm/lib/Target/
LLVMBuild.txt
21
; This is a special group whose required
libraries
are extended (by llvm-build)
27
parent =
Libraries
29
; This is a special group whose required
libraries
are extended (by llvm-build)
34
parent =
Libraries
36
; This is a special group whose required
libraries
are extended (by llvm-build)
41
parent =
Libraries
47
parent =
Libraries
50
; This is a special group whose required
libraries
are extended (by llvm-build)
56
parent =
Libraries
/external/chromium_org/base/android/java/templates/
native_libraries_array.h
7
// version of the file with the real list of
libraries
required (which changes
11
// compile. Since
LIBRARIES
is final in NativeLibraries.template we have to
15
// public static final String[]
LIBRARIES
/external/chromium_org/build/config/mac/
BUILD.gn
17
# On Mac, this is used for everything except static
libraries
.
22
# Path for loading shared
libraries
for unbundled binaries.
24
# Path for loading shared
libraries
for bundled binaries. Get back from
/external/chromium_org/tools/gyp/test/mac/
gyptest-postbuild-static-library.py
8
Verifies that a postbuilds on static
libraries
work, and that sourceless
9
libraries
don't cause failures at gyp time.
23
# forbid sourceless static
libraries
, since they're pretty pointless.
/external/chromium_org/tools/gyp/test/mac/objc-gc/
test.gyp
54
'
libraries
': [ 'Foundation.framework' ],
64
'
libraries
': [ 'Foundation.framework' ],
74
'
libraries
': [ 'Foundation.framework' ],
84
'
libraries
': [ 'Foundation.framework' ],
91
'
libraries
': [ 'Foundation.framework' ],
98
'
libraries
': [ 'Foundation.framework' ],
/external/chromium_org/tools/gyp/test/mac/framework-headers/
test.gyp
19
'
libraries
': [
38
'
libraries
': [
/external/chromium_org/tools/gyp/test/win/linker-flags/
delay-load-dlls.gyp
15
'
libraries
': [
29
'
libraries
': [
/frameworks/base/test-runner/src/junit/runner/
FailureDetailView.java
3
// The following line was removed for compatibility with Android
libraries
.
14
//
libraries
.
Completed in 357 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>