Searched refs:binary (Results 1 – 20 of 20) sorted by relevance
/art/test/2265-checker-select-binary-unary/ |
D | Android.bp | 3 // Build rules for ART run-test `2265-checker-select-binary-unary`. 16 name: "art-run-test-2265-checker-select-binary-unary", 21 ":art-run-test-2265-checker-select-binary-unary-expected-stdout", 22 ":art-run-test-2265-checker-select-binary-unary-expected-stderr", 31 name: "art-run-test-2265-checker-select-binary-unary-expected-stdout", 32 out: ["art-run-test-2265-checker-select-binary-unary-expected-stdout.txt"], 39 name: "art-run-test-2265-checker-select-binary-unary-expected-stderr", 40 out: ["art-run-test-2265-checker-select-binary-unary-expected-stderr.txt"],
|
/art/tools/dexanalyze/ |
D | dexanalyze_test.cc | 29 std::string binary = GetDexAnalyzePath(); in DexAnalyzeExec() local 30 CHECK(OS::FileExists(binary.c_str())) << binary << " should be a valid file path"; in DexAnalyzeExec() 32 argv.push_back(binary); in DexAnalyzeExec()
|
/art/oatdump/ |
D | Android.bp | 38 // is then used for the (mostly) static host oatdump binary. 75 // Make the host binary static, except for system libraries. 89 // is then used for the (mostly) static host oatdump binary. 129 // Make the host binary static, except for system libraries.
|
/art/test/801-VoidCheckCast/ |
D | info.txt | 1 A test that is only available as a DEX binary.
|
/art/profman/ |
D | Android.bp | 57 // is then used for the (mostly) static host profman binary. 104 // Make the host binary static, except for system libraries. This 133 // Make the host binary static, except for system libraries. This
|
/art/tools/ |
D | run-gtests.sh | 28 Options after \`--\` are passed verbatim to each gtest binary.
|
/art/runtime/ |
D | dex2oat_environment_test.h | 162 std::ifstream src_stream(src, std::ios::binary); in Copy() 163 std::ofstream dst_stream(dst, std::ios::binary); in Copy()
|
/art/dex2oat/ |
D | Android.bp | 141 // is then used for the (mostly) static host dex2oat binary. 268 // Make the host binary static, except for system libraries. This 324 // Make the host binary static, except for system libraries. This
|
D | dex2oat_image_test.cc | 137 std::ifstream src_stream(dex_file, std::ios::binary); in CopyDexFiles() 138 std::ofstream dst_stream(new_location, std::ios::binary); in CopyDexFiles()
|
/art/odrefresh/ |
D | Android.bp | 140 // A no-op version of the odrefresh binary. 168 // TODO(b/183882457): This binary doesn't go into com.android.art, but
|
/art/tools/cpp-define-generator/ |
D | Android.bp | 38 // Produce text file rather than binary.
|
/art/build/ |
D | codegen.go | 38 binary = moduleType{false, false, false} var
|
D | art.go | 399 installCodegenCustomizer(module, binary)
|
D | Android.bp | 213 // runtime binary itself may exploit these features. Secondly, this implies that
|
/art/sigchainlib/ |
D | Android.bp | 37 // -z,global marks the binary with the DF_1_GLOBAL flag which puts the symbols
|
/art/libdexfile/ |
D | Android.bp | 585 // Build static test binary on device, to make sure libdexfile_static can be used in 586 // static simpleperf binary in ndk.
|
/art/test/ |
D | README.atest.md | 119 You can also pass option `--gtest_filter` to the gtest binary to achieve a
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 743 std::ofstream ofs(path.c_str(), std::ofstream::out | std::ofstream::binary); in WriteTo()
|
/art/ |
D | TEST_MAPPING | 494 "name": "art-run-test-2265-checker-select-binary-unary" 1922 "name": "art-run-test-2265-checker-select-binary-unary[com.google.android.art.apex]" 3368 "name": "art-run-test-2265-checker-select-binary-unary" 4804 "name": "art-run-test-2265-checker-select-binary-unary"
|
/art/tools/fuzzer/ |
D | Android.bp | 609 "host_2265-checker-select-binary-unary_classes.dex",
|