Home
last modified time | relevance | path

Searched refs:lib1 (Results 1 – 11 of 11) sorted by relevance

/external/desugar/test/java/com/google/devtools/build/android/desugar/io/
DIndexedInputsTest.java37 private static File lib1; field in IndexedInputsTest
51 lib1 = File.createTempFile("lib1", ".jar"); in setUpClass()
52 lib1Name = lib1.getName(); in setUpClass()
53 try (ZipOutputStream zos1 = new ZipOutputStream(new FileOutputStream(lib1))) { in setUpClass()
70 lib1InputFileProvider = new ZipInputFileProvider(lib1.toPath()); in createProviders()
82 lib1.delete(); in tearDownClass()
/external/compiler-rt/test/tsan/
Dignore_lib2.cc18 std::string lib1 = std::string(dirname(argv[0])) + "/libignore_lib2_1.so"; in main() local
20 dlopen(lib1.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/manifest/
DAndroidManifestTest.java532 … AndroidManifest lib1 = new AndroidManifest(resourceFile("lib1/AndroidManifest.xml"), null, null); in getTransitiveManifests() local
534 Collections.singletonList(lib1), null); in getTransitiveManifests()
537 Arrays.asList(lib1, lib2), null); in getTransitiveManifests()
538 assertThat(app.getAllManifests()).containsExactly(app, lib1, lib2); in getTransitiveManifests()
/external/bcc/examples/usdt_sample/usdt_sample_lib1/
DCMakeLists.txt44 ${USDT_SAMPLE_LIB1_SRC_DIR}/lib1.cpp
/external/swiftshader/third_party/SPIRV-Tools/test/
DCMakeLists.txt19 # LIBS lib1 lib2
/external/deqp-deps/SPIRV-Tools/test/
DCMakeLists.txt19 # LIBS lib1 lib2
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu6070 PASS: gdb.base/print-file-var.exp: print 'print-file-var-lib1.c'::this_version_id == v1
7995 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib1 first
7996 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib2 first
7997 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first
7998 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib2 first
7999 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first
8000 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib2 first
8001 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first
8002 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib2 first
Di686-pc-linux-gnu5835 PASS: gdb.base/print-file-var.exp: print 'print-file-var-lib1.c'::this_version_id == v1
7760 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib1 first
7761 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib2 first
7762 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first
7763 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib2 first
7764 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first
7765 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib2 first
7766 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first
7767 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib2 first
Darmv7a-cros-linux-gnueabi5689 FAIL: gdb.base/print-file-var.exp: print 'print-file-var-lib1.c'::this_version_id == v1
7608 FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib1 first (the prog…
7610 FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib2 first (the prog…
7612 FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first (the progra…
7614 FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib2 first (the progra…
7616 FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first (the progra…
7618 FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib2 first (the progra…
7620 FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first (the program …
7622 FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib2 first (the program …
/external/python/cpython2/
Dconfigure.ac2474 AS_HELP_STRING([--with-libs='lib1 ...'], [link against additional libs]),
/external/python/cpython3/
Dconfigure.ac2954 AS_HELP_STRING([--with-libs='lib1 ...'], [link against additional libs]),