/external/clang/test/Frontend/ |
H A D | preprocessed-output-macro-first-token.c | 5 #pragma comment(lib, "somelib")
|
/external/clang/test/CodeGen/ |
H A D | pragma-comment.c | 8 #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 D | Android.mk | 23 $(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 D | Android.mk | 11 lib/Analysis/AliasAnalysis.cpp \ 12 lib/Analysis/AliasSetTracker.cpp \ 13 lib/Analysis/BasicAliasAnalysis.cpp \ 14 lib/Analysis/BranchProbabilityInfo.cpp \ 15 lib/Analysis/CaptureTracking.cpp \ 16 lib/Analysis/ConstantFolding.cpp \ 17 lib/Analysis/DebugInfo.cpp \ 18 lib/Analysis/DIBuilder.cpp \ 19 lib/Analysis/InstructionSimplify.cpp \ 20 lib/Analysi [all...] |
/external/clang/test/PCH/ |
H A D | pragma-comment.c | 19 #pragma comment(lib, "foo.lib") 23 // CHECK: "/DEFAULTLIB:foo.lib"
|
/external/curl/tests/server/ |
H A D | Makefile.inc | 4 ../../lib/mprintf.c \ 5 ../../lib/nonblock.c \ 6 ../../lib/strtoofft.c \ 7 ../../lib/timeval.c \ 8 ../../lib/warnless.c 11 ../../lib/curlx.h \ 12 ../../lib/nonblock.h \ 13 ../../lib/strtoofft.h \ 14 ../../lib/timeval.h \ 15 ../../lib/warnles [all...] |
/external/openssh/regress/unittests/ |
H A D | Makefile.inc | 50 .if exists(${.CURDIR}/${SSHREL}/lib/${__objdir}) 51 LDADD+=-L${.CURDIR}/${SSHREL}/lib/${__objdir} -lssh 52 LIBSSH=${.CURDIR}/${SSHREL}/lib/${__objdir}/libssh.a 54 LDADD+=-L${.CURDIR}/${SSHREL}/lib -lssh 55 LIBSSH=${.CURDIR}/${SSHREL}/lib/libssh.a 60 cd ${.CURDIR}/${SSHREL} && ${MAKE} lib
|
/external/e2fsprogs/debian/ |
H A D | libuuid1.postrm | 5 rm -rf /var/lib/libuuid
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
H A D | dlldatax.c | 34 #pragma comment(lib, "rpcns4.lib") 36 #pragma comment(lib, "rpcrt4.lib")
|
/external/skia/third_party/lua/src/ |
H A D | linit.c | 53 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 D | linit.c | 55 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 D | CompatibilityCloseMonitor.cpp | 31 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 D | 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/linux-kselftest/tools/testing/selftests/sigaltstack/ |
H A D | Makefile | 4 include ../lib.mk
|
/external/linux-kselftest/tools/testing/selftests/static_keys/ |
H A D | Makefile | 8 include ../lib.mk
|
/external/linux-kselftest/tools/testing/selftests/user/ |
H A D | Makefile | 8 include ../lib.mk
|
/external/openssh/contrib/aix/ |
H A D | 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
|
/external/e2fsprogs/e2fsck/ |
H A D | Makefile.in | 37 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/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_libignore.cc | 31 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 D | classes.t | 6 use lib 't/lib';
|
/external/clang/tools/scan-build/libexec/ |
H A D | c++-analyzer | 6 use lib dirname(abs_path($0));
|
/external/f2fs-tools/ |
H A D | Makefile.am | 5 SUBDIRS = man lib mkfs fsck tools
|
/external/iproute2/testsuite/tests/ip/link/ |
H A D | show_dev_wo_vf_rate.t | 3 source lib/generic.sh
|
/external/lz4/contrib/gen_manual/ |
H A D | gen-lz4-manual.sh | 3 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/python/cpython2/Lib/ctypes/test/ |
H A D | test_libc.py | 6 lib = CDLL(_ctypes_test.__file__) variable 10 lib.my_sqrt.argtypes = c_double, 11 lib.my_sqrt.restype = c_double 12 self.assertEqual(lib.my_sqrt(4.0), 2.0) 14 self.assertEqual(lib.my_sqrt(2.0), math.sqrt(2.0)) 18 lib.my_qsort.argtypes = c_void_p, c_size_t, c_size_t, comparefunc 19 lib.my_qsort.restype = None 25 lib.my_qsort(chars, len(chars)-1, sizeof(c_char), comparefunc(sort))
|