OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:library
(Results
151 - 175
of
27889
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/tools/llvm-objdump/
macho-bad-ordinal.test
5
# CHECK: __DATA __nl_symbol_ptr 0x100001000 pointer 0 <<bad
library
ordinal>> dyld_stub_binder
6
# CHECK: __DATA __la_symbol_ptr 0x100001010 <<bad
library
ordinal>> _printf
/external/ltrace/testsuite/ltrace.main/
main.c
2
Objectives : Verify that ltrace can trace call a
library
function
17
print ("
Library
function call!");
/external/lz4/examples/
printVersion.c
1
// LZ4 trivial example : print
Library
version number
11
printf("Hello World ! LZ4
Library
version = %d\n", LZ4_versionNumber());
/external/oauth/core/src/main/java/
Android.mk
4
# This will build the client static
library
for the Google Services Framework
13
# Build the actual static
library
/external/v8/tools/gyp/test/mac/framework-dirs/
framework-dirs.gyp
14
'/System/
Library
/PrivateFrameworks/Calculate.framework',
17
'/System/
Library
/PrivateFrameworks',
/external/v8/tools/gyp/test/win/
gyptest-link-library-directories.py
20
# Build subdirectory
library
.
21
test.run_gyp('subdir/
library
.gyp', chdir=CHDIR)
22
test.build('subdir/
library
.gyp', test.ALL, chdir=CHDIR)
24
# And then try to link the main project against the
library
using only
26
test.run_gyp('
library
-directories.gyp', chdir=CHDIR)
29
test.build('
library
-directories.gyp', 'test_libdirs_none', chdir=CHDIR,
32
# With the additional
library
directory, should pass.
33
test.build('
library
-directories.gyp', 'test_libdirs_with', chdir=CHDIR)
/external/valgrind/drd/tests/
linuxthreads_det.stderr.exp-linuxthreads
2
Detected the LinuxThreads threading
library
. Sorry, but DRD only supports
3
the newer NPTL (Native POSIX Threads
Library
). Please try to rerun DRD
/frameworks/base/tools/layoutlib/.idea/libraries/
junit.xml
2
<
library
name="junit">
10
</
library
>
/hardware/intel/common/libmix/mix_common/
mixcommon.pc.in
6
Name: MI-X
Library
- Common
7
Description: Common
library
for MI-X
/hardware/intel/common/wrs_omxil_core/
AUTHORS
1
OMX-IL Core
Library
(core)
7
Utility
Library
(utils)
/hardware/intel/common/wrs_omxil_core/base/inc/
cmodule.h
51
*
library
loading / unloading
56
/* end of
library
loading / unloading */
61
/*
library
name */
72
/*
library
symbol method and helpers */
76
/* end of
library
symbol method and helpers */
80
*
library
symbol
84
/* end of
library
symbol */
93
/*
library
name */
/ndk/tests/build/import-install/path1/
Android.mk
1
# This is a trivial shared
library
that will be imported
3
# another
library
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/
libc.so
2
Use the shared
library
, but some functions are only in
3
the static
library
, so try that secondarily. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libc.so
2
Use the shared
library
, but some functions are only in
3
the static
library
, so try that secondarily. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
af_vfs.h
2
Audio File
Library
5
This
library
is free software; you can redistribute it and/or
6
modify it under the terms of the GNU
Library
General Public
10
This
library
is distributed in the hope that it will be useful,
13
Library
General Public License for more details.
15
You should have received a copy of the GNU
Library
General Public
16
License along with this
library
; if not, write to the
24
Virtual file operations for the Audio File
Library
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libc.so
2
Use the shared
library
, but some functions are only in
3
the static
library
, so try that secondarily. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libc.so
2
Use the shared
library
, but some functions are only in
3
the static
library
, so try that secondarily. */
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
_remote.repositories
3
hamcrest-
library
-1.3.jar>central=
4
hamcrest-
library
-1.3.pom>central=
/external/icu/icu4c/source/common/
ucln.h
22
/** These are the functions used to register a
library
's memory cleanup
23
* functions. Each
library
should define a single
library
register function
24
* to call this API. In the i18n
library
, it is ucln_i18n_registerCleanup().
32
* You should add your function to the
library
specific cleanup function.
33
* If the cleanup function is not in the common
library
, the code that
34
* allocates the memory should call the
library
specific cleanup function.
35
* For instance, in the i18n
library
, any memory allocated statically must
36
* call ucln_i18n_registerCleanup() from the ucln_in.h header. These
library
38
* between the common
library
and any other library
[
all
...]
/developers/build/prebuilts/androidtv/leanback/
README.md
1
# AndroidTV Leanback Support
Library
sample for videos
3
The Leanback API Demo/Video By Googles app is designed to run on an Android TV device and demonstrates how to use the Leanback Support
library
7
* Android SDK v7 appcompat
library
8
* Android SDK v17 leanback support
library
9
* Android SDK v7 recyclerview
library
/external/freetype/src/base/
ftpic.c
29
ft_pic_container_init( FT_Library
library
)
31
FT_PIC_Container* pic_container = &
library
->pic_container;
37
error = ft_base_pic_init(
library
);
47
ft_pic_container_destroy( FT_Library
library
)
49
ft_base_pic_free(
library
);
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftpic.c
29
ft_pic_container_init( FT_Library
library
)
31
FT_PIC_Container* pic_container = &
library
->pic_container;
37
error = ft_base_pic_init(
library
);
47
ft_pic_container_destroy( FT_Library
library
)
49
ft_base_pic_free(
library
);
/external/pdfium/third_party/freetype/src/base/
ftpic.c
29
ft_pic_container_init( FT_Library
library
)
31
FT_PIC_Container* pic_container = &
library
->pic_container;
37
error = ft_base_pic_init(
library
);
47
ft_pic_container_destroy( FT_Library
library
)
49
ft_base_pic_free(
library
);
/external/svox/pico/tts/
Android.mk
3
# Build static
library
containing all PICO code
6
#
library
.
32
# Build Pico Shared
Library
. This rule is used by the
33
# compatibility code, which opens this shared
library
35
# above, except that it packages things a shared
library
.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/
sh2.c
1
/* This is part of the shared
library
ld test. This file becomes part
2
of a shared
library
. */
5
the shared
library
. */
9
reference with non-default visibility in another shared
library
. */
12
/* This function is called by another file in the shared
library
. */
Completed in 459 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>