Searched refs:lib (Results 1 - 25 of 1015) sorted by relevance

1234567891011>>

/external/clang/test/Frontend/
H A Dpreprocessed-output-macro-first-token.c5 #pragma comment(lib, "somelib")
/external/libvorbis/
H A DAndroid.mk6 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/inf
[all...]
/external/clang/test/CodeGen/
H A Dpragma-comment.c8 #pragma comment(lib, "msvcrt.lib")
9 #pragma comment(lib, "kernel32")
10 #pragma comment(lib, "USER32.LIB")
11 #pragma comment(lib, "with space")
20 // CHECK: ![[msvcrt]] = !{!"/DEFAULTLIB:msvcrt.lib"}
21 // CHECK: ![[kernel32]] = !{!"/DEFAULTLIB:kernel32.lib"}
23 // CHECK: ![[space]] = !{!"/DEFAULTLIB:\22with space.lib\22"}
27 // LINUX: !{!"-lmsvcrt.lib"}
32 // PS4: !{!"\01msvcrt.lib"}
[all...]
/external/bison/
H A DAndroid.mk23 $(LOCAL_PATH)/$(BUILD_OS)-lib \
24 $(LOCAL_PATH)/lib
27 lib/abitset.c \
28 lib/argmatch.c \
29 lib/asnprintf.c \
30 lib/basename-lgpl.c \
31 lib/basename.c \
32 lib/binary-io.c \
33 lib/bitrotate.c \
34 lib/bitse
[all...]
/external/swiftshader/third_party/LLVM/
H A DAndroid.mk10 lib/Analysis/AliasAnalysis.cpp \
11 lib/Analysis/AliasSetTracker.cpp \
12 lib/Analysis/BasicAliasAnalysis.cpp \
13 lib/Analysis/BranchProbabilityInfo.cpp \
14 lib/Analysis/CaptureTracking.cpp \
15 lib/Analysis/ConstantFolding.cpp \
16 lib/Analysis/DebugInfo.cpp \
17 lib/Analysis/DIBuilder.cpp \
18 lib/Analysis/InstructionSimplify.cpp \
19 lib/Analysi
[all...]
/external/clang/test/PCH/
H A Dpragma-comment.c19 #pragma comment(lib, "foo.lib")
23 // CHECK: "/DEFAULTLIB:foo.lib"
/external/curl/tests/server/
H A DMakefile.inc4 ../../lib/mprintf.c \
5 ../../lib/nonblock.c \
6 ../../lib/strequal.c \
7 ../../lib/strtoofft.c \
8 ../../lib/timeval.c \
9 ../../lib/warnless.c
12 ../../lib/curlx.h \
13 ../../lib/nonblock.h \
14 ../../lib/strequal.h \
15 ../../lib/strtooff
[all...]
/external/e2fsprogs/debian/
H A Dlibuuid1.postrm5 rm -rf /var/lib/libuuid
/external/mdnsresponder/mDNSWindows/DLLX/
H A Ddlldatax.c34 #pragma comment(lib, "rpcns4.lib")
36 #pragma comment(lib, "rpcrt4.lib")
/external/skia/third_party/lua/src/
H A Dlinit.c53 const luaL_Reg *lib; local
55 for (lib = loadedlibs; lib->func; lib++) {
56 luaL_requiref(L, lib->name, lib->func, 1);
57 lua_pop(L, 1); /* remove lib */
61 for (lib = preloadedlibs; lib->func; lib
[all...]
/external/syslinux/com32/lua/src/
H A Dlinit.c55 const luaL_Reg *lib; local
57 for (lib = loadedlibs; lib->func; lib++) {
58 luaL_requiref(L, lib->name, lib->func, 1);
59 lua_pop(L, 1); /* remove lib */
63 for (lib = preloadedlibs; lib->func; lib
[all...]
/external/conscrypt/common/src/jni/main/cpp/
H A DCompatibilityCloseMonitor.cpp31 void *lib = dlopen("libjavacore.so", RTLD_NOW); local
32 if (lib != nullptr) {
34 (acm_ctor_func)dlsym(lib, "_ZN24AsynchronousCloseMonitorC1Ei");
36 (acm_dtor_func)dlsym(lib, "_ZN24AsynchronousCloseMonitorD1Ev");
/external/javassist/
H A Dregenerate_from_source.sh11 rm lib/junit.jar
12 # I don't check if there is something on lib on purpose; that way, if
14 rmdir lib
/external/linux-kselftest/tools/testing/selftests/static_keys/
H A DMakefile8 include ../lib.mk
/external/linux-kselftest/tools/testing/selftests/user/
H A DMakefile8 include ../lib.mk
/external/openssh/contrib/aix/
H A Dpam.conf7 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
/external/e2fsprogs/e2fsck/
H A DMakefile.in37 COMPILE_ET= _ET_DIR_OVERRIDE=$(srcdir)/../lib/et/et ../lib/et/compile_et
266 e2fsck.o: $(srcdir)/e2fsck.c $(top_builddir)/lib/config.h \
267 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
268 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
269 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
270 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2f
[all...]
/external/libvorbis/examples/
H A DMakefile.am16 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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cc31 Lib *lib = &libs_[count_++]; local
32 lib->templ = internal_strdup(name_templ);
33 lib->name = nullptr;
34 lib->real_name = nullptr;
35 lib->loaded = false;
45 Lib *lib = &libs_[i]; local
46 if (!lib->loaded && (!lib->real_name) &&
47 TemplateMatch(lib->templ, name))
48 lib
56 Lib *lib = &libs_[i]; local
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/t/
H A Dclasses.t6 use lib 't/lib';
/external/clang/tools/scan-build/libexec/
H A Dc++-analyzer6 use lib dirname(abs_path($0));
/external/f2fs-tools/
H A DMakefile.am5 SUBDIRS = man lib mkfs fsck tools
/external/iproute2/testsuite/tests/ip/link/
H A Dshow_dev_wo_vf_rate.t3 source lib/generic.sh
/external/lz4/contrib/gen_manual/
H A Dgen-lz4-manual.sh3 LIBVER_MAJOR_SCRIPT=`sed -n '/define LZ4_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/lz4.h`
4 LIBVER_MINOR_SCRIPT=`sed -n '/define LZ4_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/lz4.h`
5 LIBVER_PATCH_SCRIPT=`sed -n '/define LZ4_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/lz4.h`
9 ./gen_manual $LIBVER_SCRIPT ../../lib/lz4.h ./lz4_manual.html
/external/linux-kselftest/tools/testing/selftests/firmware/
H A DMakefile8 include ../lib.mk

Completed in 661 milliseconds

1234567891011>>