OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libraries
(Results
551 - 575
of
5001
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/third_party/libxml/src/
libxml2.spec
6
Group: Development/
Libraries
24
Summary:
Libraries
, includes, etc. to develop XML and HTML applications
25
Group: Development/
Libraries
31
Libraries
, include files, etc you can use to develop XML applications.
44
Group: Development/
Libraries
/external/chromium_org/third_party/webrtc/system_wrappers/source/
system_wrappers.gyp
138
'
libraries
': [
156
'
libraries
': [ '-lrt', ],
161
'
libraries
': [ '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework', ],
175
'
libraries
': [ '-lwinmm.lib', ],
220
'
libraries
': [
/external/e2fsprogs/debian/attic/libs/
control
25
Description: The Common Error Description library - shared
libraries
.
51
This package contains shared
libraries
needed by the utility programs.
60
Description: The Common Error Description library - headers and static
libraries
.
86
Description: The headers and static
libraries
for ext2fs-aware tools-development.
90
This package contains the headers and shared
libraries
needed to compile
/external/google-tv-pairing-protocol/cpp/
Makefile.am
21
# The -no-undefined flag allows libtool to generate shared
libraries
for
27
# The
libraries
(.so's) to build and install.
30
#
Libraries
that are built but not installed.
94
## vvvv RULES TO MAKE THE
LIBRARIES
, BINARIES, AND UNITTESTS
156
## ^^^^ END OF RULES TO MAKE THE
LIBRARIES
, BINARIES, AND UNITTESTS
/external/icu/icu4c/source/config/
mh-hpux-acc
14
## Additional flags when building
libraries
with threads
60
# Use SHLIB_PATH and LD_LIBRARY_PATH to locate shared
libraries
92
## The type of assembly needed when pkgdata is used for generating shared
libraries
.
122
## Versioned
libraries
rules
129
## Install
libraries
as executable
mh-mingw
22
## Make sure that the static
libraries
can be built and used
25
## Make sure that the static
libraries
can be built
34
## Additional flags when building
libraries
and with threads
39
# Commands to link. Link with C++ in case static
libraries
are used.
130
## Versioned
libraries
rules
mh-mingw64
22
## Make sure that the static
libraries
can be built and used
25
## Make sure that the static
libraries
can be built
34
## Additional flags when building
libraries
and with threads
39
# Commands to link. Link with C++ in case static
libraries
are used.
130
## Versioned
libraries
rules
/external/libvorbis/
README
49
./lib The source for the
libraries
, a BSD-license implementation
95
This will install the Vorbis
libraries
(static and shared) into
119
first verify that the Ogg
libraries
are already built following the
124
versions of Vorbis shared
libraries
to link your projects against.
131
simply add the shared
libraries
you need to your project (OggLib and
/frameworks/av/media/libeffects/data/
audio_effects.conf
1
# List of effect
libraries
to load. Each library element must contain a "path" element
3
#
libraries
{
8
libraries
{
43
# Default pre-processing library. Add to audio_effect.conf "
libraries
" section if
52
# "
libraries
" element.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
user.hpp
83
// BOOST_ALL_DYN_LINK: Forces all
libraries
that have separate source,
84
// to be linked as dll's rather than static
libraries
on Microsoft Windows
87
// static library). Note that there may be some
libraries
that can only
100
// Note that there may be some
libraries
that can only be statically linked
106
// which
libraries
to link against.
/prebuilts/tools/common/m2/repository/com/google/guava/guava-parent/15.0/
guava-parent-15.0.pom
17
<url>http://code.google.com/p/guava-
libraries
</url>
26
<url>http://code.google.com/p/guava-
libraries
/issues</url>
40
<connection>scm:git:https://code.google.com/p/guava-
libraries
/</connection>
41
<developerConnection>scm:git:https://code.google.com/p/guava-
libraries
/</developerConnection>
42
<url>http://code.google.com/p/guava-
libraries
/source/browse</url>
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
building.rst
51
C
libraries
57
**nexes**. The GCC-based toolchain has support for two C
libraries
:
59
<dynamic-loading>` for information about these
libraries
, including factors to
64
C++ standard
libraries
87
architectures and C
libraries
. The single PNaCl toolchain is located
159
Creates archives (i.e., static
libraries
)
173
Lists symbols in bitcode files, native code, and
libraries
175
Generates a symbol table for archives (i.e., static
libraries
)
283
also be used link together compiled bitcode and
libraries
into a
293
as well as the *Debug* version of the Pepper
libraries
which are locate
[
all
...]
/build/core/
java_library.mk
7
$(error $(LOCAL_PATH): Host java
libraries
must use BUILD_HOST_JAVA_LIBRARY)
14
$(error $(LOCAL_PATH): Target java
libraries
may not set LOCAL_ASSET_DIR)
19
$(error $(LOCAL_PATH): Target java
libraries
may not set LOCAL_RESOURCE_DIR)
/docs/source.android.com/src/devices/tech/security/
enhancements42.jd
24
<li><strong>Certificate Pinning</strong> - The Android core
libraries
now support
42
system
libraries
and applications to prevent memory corruption.</li>
53
<li><strong>Security Fixes</strong> - Upgraded open source
libraries
with security fixes include
/external/chromium_org/base/android/java/templates/
NativeLibraries.template
57
// This is the list of native
libraries
to be loaded (in the correct order)
60
// with the real list of
libraries
required (which changes based upon which
64
public static final String[]
LIBRARIES
/external/chromium_org/build/android/
asan_symbolize.py
58
libraries
= collections.defaultdict(list)
63
libraries
[m['library']].append(m)
67
for library, items in
libraries
.iteritems():
symbolize.py
46
# especially with larger
libraries
. Consider caching strategies such as:
47
# 1) Have Python load the
libraries
and do symbol lookups instead of
57
# the cache when modification timestamp of
libraries
change.
/external/chromium_org/chrome/test/base/
javascript_browser_test.cc
67
std::vector<base::string16>*
libraries
) {
68
ASSERT_TRUE(
libraries
!= NULL);
100
libraries
->push_back(base::UTF8ToUTF16(library_content));
v8_unit_test.h
93
// Executes all added javascript
libraries
. Returns true if no errors.
96
// Initializes paths and
libraries
.
107
// User added
libraries
.
/external/chromium_org/sdch/open-vcdiff/packages/rpm/
rpm.spec
9
Group: Development/
Libraries
25
Group: Development/
Libraries
29
The %name-devel package contains static and debug
libraries
and header files
/external/chromium_org/third_party/android_crazy_linker/src/include/
crazy_linker.h
9
// by NDK applications to load shared
libraries
(not executables) with
20
// - It can share the RELRO section between two
libraries
103
// load
libraries
in the same directory than the current program itself.
138
// (e.g. modifying the list of shared
libraries
seen by GDB). To work
149
// Once all
libraries
are loaded, the callbacks can be later called either
203
//
Libraries
are reference-counted, trying to open the same library
208
// operations needs to load any dependency
libraries
, these will use
211
// NOTE: It is possible to open NDK system
libraries
(e.g. "liblog.so")
235
// Note that this function will fail for system
libraries
.
284
// loaded
libraries
, and return a handle for it in |*library| on success
[
all
...]
/external/chromium_org/third_party/icu/source/config/
mh-irix
17
## our
libraries
contain C++ code (C++ static init not called)
26
## Additional flags when building
libraries
with thread safety
67
## Versioned
libraries
rules
mh-linux-va
22
## Additional flags when building
libraries
and with threads
36
## The type of assembly needed when pkgdata is used for generating shared
libraries
.
69
## Versioned
libraries
rules
mh-solaris-gcc
18
## Additional flags when building
libraries
and with threads
31
## The type of assembly needed when pkgdata is used for generating shared
libraries
.
67
## Versioned
libraries
rules
/external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec
9
Group: Development/
Libraries
26
Group: Development/
Libraries
30
The %name-devel package contains static and debug
libraries
and header
Completed in 470 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>