Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 20 of 20) sorted by relevance

/art/test/2265-checker-select-binary-unary/
DAndroid.bp3 // 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/
Ddexanalyze_test.cc29 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/
DAndroid.bp38 // 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/
Dinfo.txt1 A test that is only available as a DEX binary.
/art/profman/
DAndroid.bp57 // 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/
Drun-gtests.sh28 Options after \`--\` are passed verbatim to each gtest binary.
/art/runtime/
Ddex2oat_environment_test.h162 std::ifstream src_stream(src, std::ios::binary); in Copy()
163 std::ofstream dst_stream(dst, std::ios::binary); in Copy()
/art/dex2oat/
DAndroid.bp141 // 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
Ddex2oat_image_test.cc137 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/
DAndroid.bp140 // 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/
DAndroid.bp38 // Produce text file rather than binary.
/art/build/
Dcodegen.go38 binary = moduleType{false, false, false} var
Dart.go399 installCodegenCustomizer(module, binary)
DAndroid.bp213 // runtime binary itself may exploit these features. Secondly, this implies that
/art/sigchainlib/
DAndroid.bp37 // -z,global marks the binary with the DF_1_GLOBAL flag which puts the symbols
/art/libdexfile/
DAndroid.bp585 // Build static test binary on device, to make sure libdexfile_static can be used in
586 // static simpleperf binary in ndk.
/art/test/
DREADME.atest.md119 You can also pass option `--gtest_filter` to the gtest binary to achieve a
/art/tools/hiddenapi/
Dhiddenapi.cc743 std::ofstream ofs(path.c_str(), std::ofstream::out | std::ofstream::binary); in WriteTo()
/art/
DTEST_MAPPING494 "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/
DAndroid.bp609 "host_2265-checker-select-binary-unary_classes.dex",