HomeSort by relevance Sort by last modified time
    Searched refs:lib (Results 1 - 25 of 1058) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Frontend/
preprocessed-output-macro-first-token.c 5 #pragma comment(lib, "somelib")
  /external/libvorbis/
Android.mk 6 LOCAL_C_INCLUDES += $(LOCAL_PATH)/include $(LOCAL_PATH)/lib $(OGG_DIR)/include
8 LOCAL_SRC_FILES := lib/analysis.c \
9 lib/barkmel.c \
10 lib/bitrate.c \
11 lib/block.c \
12 lib/codebook.c \
13 lib/envelope.c \
14 lib/floor0.c \
15 lib/floor1.c \
16 lib/info.c
    [all...]
  /external/clang/
Android.mk 7 lib/Analysis \
8 lib/AST \
9 lib/ARCMigrate \
10 lib/Basic \
11 lib/CodeGen \
12 lib/Driver \
13 lib/Edit \
14 lib/Frontend \
15 lib/FrontendTool \
16 lib/Headers
    [all...]
  /frameworks/compile/libbcc/runtime/
Android.mk 34 lib/arm/adddf3vfp.S \
35 lib/arm/addsf3vfp.S \
36 lib/arm/divdf3vfp.S \
37 lib/arm/divsf3vfp.S \
38 lib/arm/eqdf2vfp.S \
39 lib/arm/eqsf2vfp.S \
40 lib/arm/extendsfdf2vfp.S \
41 lib/arm/fixdfsivfp.S \
42 lib/arm/fixsfsivfp.S \
43 lib/arm/fixunsdfsivfp.S
    [all...]
  /external/llvm/
Android.mk 9 lib/Analysis \
10 lib/Analysis/IPA \
11 lib/Archive \
12 lib/AsmParser \
13 lib/Bitcode/Reader \
14 lib/Bitcode/Writer \
15 lib/ExecutionEngine/JIT \
16 lib/CodeGen \
17 lib/CodeGen/AsmPrinter \
18 lib/CodeGen/SelectionDAG
    [all...]
  /ndk/tests/device/whole-static-libs/jni/
main.c 11 void* lib; local
13 lib = dlopen("/data/local/tmp/ndk-tests/libbar.so", RTLD_NOW);
14 if (lib == NULL) {
18 if (dlsym(lib, "foo2") == NULL) {
22 dlclose(lib);
  /external/compiler-rt/
Android.mk 38 lib/arm/adddf3vfp.S \
39 lib/arm/addsf3vfp.S \
40 lib/arm/divdf3vfp.S \
41 lib/arm/divsf3vfp.S \
42 lib/arm/eqdf2vfp.S \
43 lib/arm/eqsf2vfp.S \
44 lib/arm/extendsfdf2vfp.S \
45 lib/arm/fixdfsivfp.S \
46 lib/arm/fixsfsivfp.S \
47 lib/arm/fixunsdfsivfp.S
    [all...]
  /external/android-mock/
regenerate_from_source.sh 10 rm lib/easymock.jar
11 rm lib/junit.jar
12 rm lib/javassist.jar
13 rm lib/android/*
14 # I don't check if there is something on lib on purpose; that way, if
16 rmdir lib/android
17 rmdir lib
  /frameworks/compile/mclinker/
Android.mk 11 lib/ADT \
12 lib/CodeGen \
13 lib/LD \
14 lib/MC \
15 lib/Support \
16 lib/Target
20 lib/Target/ARM \
21 lib/Target/ARM/TargetInfo
25 lib/Target/Mips \
26 lib/Target/Mips/TargetInf
    [all...]
  /external/e2fsprogs/debian/
libuuid1.postrm 5 rm -rf /var/lib/libuuid
  /external/webkit/Tools/Scripts/
num-cpus 4 use lib $FindBin::Bin;
debug-minibrowser 33 use lib $FindBin::Bin;
debug-safari 33 use lib $FindBin::Bin;
debug-test-runner 30 use lib $FindBin::Bin;
run-minibrowser 33 use lib $FindBin::Bin;
  /external/javassist/
regenerate_from_source.sh 11 rm lib/junit.jar
12 # I don't check if there is something on lib on purpose; that way, if
14 rmdir lib
  /external/openssh/contrib/aix/
pam.conf 7 sshd auth required /usr/lib/security/pam_aix
8 OTHER auth required /usr/lib/security/pam_aix
11 sshd account required /usr/lib/security/pam_aix
12 OTHER account required /usr/lib/security/pam_aix
15 sshd password required /usr/lib/security/pam_aix
16 OTHER password required /usr/lib/security/pam_aix
19 sshd session required /usr/lib/security/pam_aix
20 OTHER session required /usr/lib/security/pam_aix
  /system/extras/tests/bionic/libc/common/
test_dlopen_null.c 14 void* lib = dlopen(NULL, RTLD_NOW | RTLD_GLOBAL); local
26 if (lib == NULL) {
30 symbol = dlsym(lib, "foo");
35 dlclose(lib);
  /external/e2fsprogs/tests/
test_config 19 LD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss
20 DYLD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/s
    [all...]
  /external/bison/
Android.mk 13 lib/abitset.c \
14 lib/argmatch.c \
15 lib/basename.c \
16 lib/bitset.c \
17 lib/bitset_stats.c \
18 lib/bitsetv-print.c \
19 lib/bitsetv.c \
20 lib/dirname.c \
21 lib/dup-safer.c \
22 lib/ebitset.c
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.cpp 31 osUtils::dynLibrary *lib = osUtils::dynLibrary::open(libName); local
32 if (!lib) {
36 s_egl.eglGetError = (eglGetError_t) lib->findSymbol("eglGetError");
37 s_egl.eglGetDisplay = (eglGetDisplay_t) lib->findSymbol("eglGetDisplay");
38 s_egl.eglInitialize = (eglInitialize_t) lib->findSymbol("eglInitialize");
39 s_egl.eglTerminate = (eglTerminate_t) lib->findSymbol("eglTerminate");
40 s_egl.eglQueryString = (eglQueryString_t) lib->findSymbol("eglQueryString");
41 s_egl.eglGetConfigs = (eglGetConfigs_t) lib->findSymbol("eglGetConfigs");
42 s_egl.eglChooseConfig = (eglChooseConfig_t) lib->findSymbol("eglChooseConfig");
43 s_egl.eglGetConfigAttrib = (eglGetConfigAttrib_t) lib->findSymbol("eglGetConfigAttrib")
    [all...]
  /external/e2fsprogs/debugfs/
Makefile.in 17 MK_CMDS= _SS_DIR_OVERRIDE=../lib/ss ../lib/ss/mk_cmds
95 debug_cmds.o: debug_cmds.c $(top_srcdir)/lib/ss/ss.h \
96 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h
97 debugfs.o: $(srcdir)/debugfs.c $(top_srcdir)/lib/et/com_err.h \
98 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
99 $(srcdir)/debugfs.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
100 $(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h
    [all...]
  /external/libvorbis/examples/
Makefile.am 16 decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la
19 encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la
22 chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
25 vorbisfile_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
28 seeking_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
  /external/antlr/antlr-3.4/runtime/Perl5/t/
classes.t 6 use lib 't/lib';
  /external/qemu/android/utils/
dll.h 37 void* adynamicLibrary_findSymbol( ADynamicLibrary* lib,
42 void adynamicLibrary_close( ADynamicLibrary* lib );

Completed in 689 milliseconds

1 2 3 4 5 6 7 8 91011>>