OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libraries
(Results
251 - 275
of
5001
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/native_client_sdk/doc_generated/devguide/devcycle/
dynamic-loading.html
9
<li><a class="reference internal" href="#c-standard-
libraries
-glibc-and-newlib" id="id2">C standard
libraries
: glibc and newlib</a></li>
11
<li><a class="reference internal" href="#specifying-and-delivering-shared-
libraries
" id="id4">Specifying and delivering shared
libraries
</a></li>
32
<section id="c-standard-
libraries
-glibc-and-newlib">
33
<span id="c-
libraries
"></span><h3 id="c-standard-
libraries
-glibc-and-newlib"><span id="c-
libraries
"></span>C standard
libraries
: glibc and newlib</h3>
34
<p>The Native Client SDK comes with two C standard
libraries
— glibc an
[
all
...]
/external/chromium_org/build/linux/
system.gyp
39
'
libraries
': [
66
'
libraries
': [
80
'
libraries
': [
101
'
libraries
': [
128
'
libraries
': [
142
'
libraries
': [
161
'
libraries
': [
178
'
libraries
': [
195
'
libraries
': [
212
'
libraries
':
[
all
...]
/external/chromium_org/third_party/android_crazy_linker/src/
README.TXT
17
-
Libraries
from the application paths are favored over system ones.
18
This avoids conflicts when one of your application's
libraries
24
- Supports any number of shared
libraries
. On older Android platforms,
25
the system linker will refuse to load more than 64 or 128
libraries
57
system
libraries
(e.g. liblog.so and others). This avoids having two
59
resolving any symbols from system
libraries
.
68
-
Libraries
loaded with the crazy linker are visible to GDB, or Breakpad,
80
Also,
libraries
loaded with the crazy linker are not visible to the system
87
The VM will look into existing native
libraries
with dlsym() for a
123
-
Libraries
loaded by the crazy linker are not automatically closed whe
[
all
...]
/external/icu/icu4c/source/samples/legacy/
README
12
2) explicitly add old
libraries
to the linker.
18
To make it work, you should build and install both the current ICU and ICU 1.8.1. Put both data
libraries
to wherever ICU_DATA points (usually it is $(prefix)/share/icu/$(icu_version)/). If data
libraries
are used, then check for $(prefix)/lib/icu/1.8.1 which should contain libicudata.so and libicudt18*.so
19
2. Copy libicuuc.so.18* and libicui18n.so.18* to $(prefix)/lib directory, together with current
libraries
).
25
Run make check. You should get two different
libraries
running at the same time.
37
Sample won't link: The path for 1.8.1.
libraries
is broken. Edit it so that it reflects the path to your
libraries
.
38
Linker says: "Undefined symbol u_getVersion()" (or something similar): path to 1.8.1.
libraries
is bad.
39
Linker says: "Undefined symbol u_getVersion()_X_Y" (or something similar): path to current
libraries
is bad.
40
Legacy crashes horribly: Sorry, didn't put any error checking. If legacy crashes that's most probably because it cannot find the data
libraries
. You can see which data library is not found by the part of the program that is running. Make sure (…)
[
all
...]
/ndk/sources/android/crazy_linker/
README.TXT
17
-
Libraries
from the application paths are favored over system ones.
18
This avoids conflicts when one of your application's
libraries
24
- Supports any number of shared
libraries
. On older Android platforms,
25
the system linker will refuse to load more than 64 or 128
libraries
57
system
libraries
(e.g. liblog.so and others). This avoids having two
59
resolving any symbols from system
libraries
.
68
-
Libraries
loaded with the crazy linker are visible to GDB, or Breakpad,
80
Also,
libraries
loaded with the crazy linker are not visible to the system
87
The VM will look into existing native
libraries
with dlsym() for a
123
-
Libraries
loaded by the crazy linker are not automatically closed whe
[
all
...]
/external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_library_list.h
23
// The list of all shared
libraries
loaded by the crazy linker.
44
// could be found. This simply scans all
libraries
.
58
// Loop over all loaded
libraries
and call the |cb| callback
89
// The list of all known
libraries
.
94
// The list of all
libraries
loaded by the crazy linker.
95
// This does _not_ include system
libraries
present in known_libraries_.
/external/llvm/docs/CommandGuide/
llvm-config.rst
17
print the compiler flags, linker flags and object
libraries
needed to link
85
Print the installation directory for LLVM
libraries
.
97
Print the flags needed to link against LLVM
libraries
.
103
Print all the
libraries
needed to link against the specified LLVM
110
Similar to **--libs**, but prints the bare filenames of the
libraries
149
libraries
. Useful "virtual" components include:
/ndk/docs/text/
CPU-MIPS.text
26
will ensure that your application package contains
libraries
for all target
28
correspond to its own set of native
libraries
built from the same sources.
30
As you would expect, generated
libraries
will go into $PROJECT/libs/mips/, and
34
libraries
on a *compatible* mips-based device automatically at install time,
39
based on the native
libraries
they embed and your device's target CPU.
63
native platform headers/
libraries
for you. For mips, this still corresponds
CPU-X86-64.text
26
will ensure that your application package contains
libraries
for all target
28
correspond to its own set of native
libraries
built from the same sources.
32
As you would expect, generated
libraries
will go into `$PROJECT/libs/x86-64/`,
36
libraries
on a *compatible* x86-64 based device automatically at install
41
based on the native
libraries
they embed and your device's target CPU.
66
native platform headers/
libraries
for you.
/ndk/sources/android/crazy_linker/src/
crazy_linker_library_list.h
23
// The list of all shared
libraries
loaded by the crazy linker.
44
// could be found. This simply scans all
libraries
.
58
// Loop over all loaded
libraries
and call the |cb| callback
89
// The list of all known
libraries
.
94
// The list of all
libraries
loaded by the crazy linker.
95
// This does _not_ include system
libraries
present in known_libraries_.
/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
LibraryLoader.java
17
* This class provides functionality to load and register the native
libraries
.
18
* Callers are allowed to separate loading the
libraries
from initializing them.
19
* This may be an advantage for Android Webview, where the
libraries
can be loaded
23
* The
libraries
may be loaded and initialized from any thread. Synchronization
34
// Guards all access to the
libraries
37
// One-way switch becomes true when the
libraries
are loaded.
40
// One-way switch becomes true when the
libraries
are initialized (
70
* will extract the native
libraries
from APK. This is a hack used to
75
* should delete the old workaround
libraries
or not.
118
* should delete the old workaround
libraries
or not
[
all
...]
/external/chromium_org/build/android/gyp/
create_standalone_apk.py
7
"""Combines stripped
libraries
and incomplete APK into single standalone APK.
41
parser.add_option('--
libraries
-top-dir',
42
help='Top directory that contains
libraries
'
/external/chromium_org/chrome/test/base/
javascript_browser_test.h
36
// Builds a vector of strings of all added javascript
libraries
suitable for
38
void BuildJavascriptLibraries(std::vector<base::string16>*
libraries
);
49
// User added
libraries
.
/external/chromium_org/chrome/utility/importer/
nss_decryptor_mac.mm
16
// Important!! : On OS X the nss3
libraries
are compiled with depedencies
18
// To make a long story short in order to get the
libraries
to load, dyld's
19
// fallback path needs to be set to the directory containing the
libraries
.
/external/chromium_org/third_party/skia/platform_tools/android/gyp/
skia_android.gypi
26
# Copy all shared
libraries
into the Android app's libs folder. Note
28
#
libraries
, so that they exist by the time it occurs. If there are no
29
#
libraries
to copy, this will cause an error in Make, but the app will
/external/libexif/
libexif.spec
7
Group: System Environment/
Libraries
21
Group: Development/
Libraries
25
The libexif-devel package contains the
libraries
and include files
libexif.spec.in
7
Group: System Environment/
Libraries
21
Group: Development/
Libraries
25
The libexif-devel package contains the
libraries
and include files
/external/skia/platform_tools/android/gyp/
skia_android.gypi
26
# Copy all shared
libraries
into the Android app's libs folder. Note
28
#
libraries
, so that they exist by the time it occurs. If there are no
29
#
libraries
to copy, this will cause an error in Make, but the app will
/external/stlport/doc/
README.cygwin
11
If you use the static version of the STLport
libraries
you have
22
compiler option and explicitely give all
libraries
by yourself. See build of
37
To build STLport
libraries
that do not depend on cygwin1.dll
/sdk/emulator/opengl/
DESIGN
10
- Several host "translator"
libraries
. They implement the EGL, GLES 1.1 and
21
|_________| |__________| |__________|
LIBRARIES
27
| Xgl | | GL 2.0 | | GL 2.0 |
LIBRARIES
32
- Several system
libraries
inside the emulated guest system that implement
49
|_________| |__________| |__________|
LIBRARIES
82
protocol stream, and dispatches them to the translator
libraries
98
|_________| |__________| |__________|
LIBRARIES
114
|_________| |__________| |__________|
LIBRARIES
146
|_________| |__________| |__________|
LIBRARIES
153
| Xgl | | GL 2.0 | | GL 2.0 |
LIBRARIES
[
all
...]
/system/media/audio_utils/include/audio_utils/
sndfile.h
21
// influenced by other
libraries
such as libsndfile and audiofile, except is
23
// The API should be familiar to clients of similar
libraries
, but there is
24
// no guarantee that it will stay exactly source-code compatible with other
libraries
.
/build/core/
install_jni_libs.mk
1
# Decides how to install the jni
libraries
needed by an apk.
10
# jni_shared_libraries, jni_shared_libraries_abi, jni_shared_libraries_with_abis if we are going to embed the
libraries
into the apk;
56
# Include RS dynamically-generated
libraries
as well
57
# TODO: Add multilib support once RS supports generating multilib
libraries
.
static_library.mk
5
#
libraries
default to building for both architecturess
/developers/samples/android/
.gitignore
19
#
Libraries
used by the app
/development/samples/wearable/
.gitignore
19
#
Libraries
used by the app
Completed in 409 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>