HomeSort by relevance Sort by last modified time
    Searched full:sharedlibs (Results 1 - 14 of 14) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dl.py 9 sharedlibs = [ variable
17 for s, func in sharedlibs:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dl.py 9 sharedlibs = [ variable
17 for s, func in sharedlibs:
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
shared-lib-test.cc 1 // RUN: %clangxx_asan -O0 %p/SharedLibs/shared-lib-test-so.cc \
4 // RUN: %clangxx_asan -O1 %p/SharedLibs/shared-lib-test-so.cc \
7 // RUN: %clangxx_asan -O2 %p/SharedLibs/shared-lib-test-so.cc \
10 // RUN: %clangxx_asan -O3 %p/SharedLibs/shared-lib-test-so.cc \
dlclose-test.cc 17 // RUN: %clangxx_asan -O0 %p/SharedLibs/dlclose-test-so.cc \
20 // RUN: %clangxx_asan -O1 %p/SharedLibs/dlclose-test-so.cc \
23 // RUN: %clangxx_asan -O2 %p/SharedLibs/dlclose-test-so.cc \
26 // RUN: %clangxx_asan -O3 %p/SharedLibs/dlclose-test-so.cc \
init-order-dlopen.cc 4 // RUN: %clangxx_asan -O0 %p/SharedLibs/init-order-dlopen-so.cc \
asan-symbolize-sanity-test.cc 4 // RUN: %clangxx_asan -O0 %p/SharedLibs/shared-lib-test-so.cc -fPIC -shared -o %t-so.so
  /external/compiler-rt/lib/msan/lit_tests/
dso-origin.cc 3 // RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O0 %p/SharedLibs/dso-origin-so.cc \
9 #include "SharedLibs/dso-origin.h"
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Darwin/
reexec-insert-libraries-env.cc 6 // RUN: %clangxx %p/../SharedLibs/darwin-dummy-shared-lib-so.cc \
unset-insert-libraries-on-exec.cc 6 // RUN: %clangxx %p/../SharedLibs/darwin-dummy-shared-lib-so.cc \
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
use_tls_dynamic.cc 3 // RUN: %clangxx %p/SharedLibs/huge_tls_lib_so.cc -fPIC -shared -o %t-so.so
  /external/compiler-rt/lib/tsan/lit_tests/
load_shared_lib.cc 5 // RUN: %clangxx_tsan -O1 %p/SharedLibs/load_shared_lib-so.cc \
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 187 const std::vector<std::string> &SharedLibs =
200 const std::vector<std::string> &SharedLibs,
207 for (std::vector<std::string>::const_iterator i = SharedLibs.begin(),
208 e = SharedLibs.end(); i != e; ++i) {
309 const std::vector<std::string> &SharedLibs =
364 const std::vector<std::string> &SharedLibs =
377 const std::vector<std::string> &SharedLibs,
531 const std::vector<std::string> &SharedLibs,
541 GCCArgs.insert(GCCArgs.end(), SharedLibs.begin(), SharedLibs.end())
    [all...]
ToolRunner.h 57 /// Output is captured to the specified OutputFile location. The SharedLibs
143 const std::vector<std::string> &SharedLibs =
181 const std::vector<std::string> &SharedLibs =
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 608 String[] sharedLibs = getPm().getSystemSharedLibraryNames();
610 for (String str : sharedLibs) {

Completed in 494 milliseconds