/aosp12/art/test/695-simplify-throws/ |
H A D | Android.bp | 3 // Build rules for ART run-test `695-simplify-throws`. 16 name: "art-run-test-695-simplify-throws", 21 ":art-run-test-695-simplify-throws-expected-stdout", 22 ":art-run-test-695-simplify-throws-expected-stderr", 28 name: "art-run-test-695-simplify-throws-expected-stdout", 29 out: ["art-run-test-695-simplify-throws-expected-stdout.txt"], 36 name: "art-run-test-695-simplify-throws-expected-stderr", 37 out: ["art-run-test-695-simplify-throws-expected-stderr.txt"],
|
/aosp12/art/test/475-simplify-mul-zero/ |
H A D | Android.bp | 3 // Build rules for ART run-test `475-simplify-mul-zero`. 16 name: "art-run-test-475-simplify-mul-zero", 21 ":art-run-test-475-simplify-mul-zero-expected-stdout", 22 ":art-run-test-475-simplify-mul-zero-expected-stderr", 28 name: "art-run-test-475-simplify-mul-zero-expected-stdout", 29 out: ["art-run-test-475-simplify-mul-zero-expected-stdout.txt"], 36 name: "art-run-test-475-simplify-mul-zero-expected-stderr", 37 out: ["art-run-test-475-simplify-mul-zero-expected-stderr.txt"],
|
H A D | info.txt | 1 Regression check for optimizing simplify instruction pass.
|
/aosp12/art/test/611-checker-simplify-if/ |
H A D | Android.bp | 3 // Build rules for ART run-test `611-checker-simplify-if`. 16 name: "art-run-test-611-checker-simplify-if", 21 ":art-run-test-611-checker-simplify-if-expected-stdout", 22 ":art-run-test-611-checker-simplify-if-expected-stderr", 31 name: "art-run-test-611-checker-simplify-if-expected-stdout", 32 out: ["art-run-test-611-checker-simplify-if-expected-stdout.txt"], 39 name: "art-run-test-611-checker-simplify-if-expected-stderr", 40 out: ["art-run-test-611-checker-simplify-if-expected-stderr.txt"],
|
/aosp12/frameworks/base/tools/split-select/ |
H A D | Rule_test.cpp | 82 EXPECT_RULES_EQ(Rule::simplify(rule), EqRule(Rule::SDK_VERSION, 7)); in TEST() 93 EXPECT_RULES_EQ(Rule::simplify(rule), in TEST()
|
H A D | Rule.cpp | 177 sp<Rule> Rule::simplify(sp<Rule> rule) { in simplify() function in split::Rule 186 sp<Rule> simplifiedRule = simplify(rule->subrules.editItemAt(i)); in simplify()
|
H A D | Rule.h | 69 static android::sp<Rule> simplify(android::sp<Rule> rule);
|
H A D | SplitSelector.cpp | 76 sp<Rule> rule = Rule::simplify(RuleGenerator::generate(splits, j)); in getRules()
|
H A D | Main.cpp | 100 masterRule = Rule::simplify(masterRule); in generate()
|
/aosp12/frameworks/av/media/janitors/ |
H A D | README | 3 This is to simplify our owner/approver management across the multiple
|
/aosp12/art/test/474-fp-sub-neg/ |
H A D | info.txt | 1 Regression check for optimizing simplify instruction pass.
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | README.txt | 39 *) To simplify testing we also have detach and attach simulations below where {x} is gsm, cdma or s…
|
/aosp12/frameworks/base/startop/view_compiler/ |
H A D | README.md | 53 you can skip all of steps 2 and 3 above, and simplify steps 1 and 4.
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | README.md | 99 The Metadata subsystem attempts to organize and simplify handling of 108 Some generalized metadata classes are provided to simplify common logic
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | bitfield.rscript | 20 // reads "One special guarantee is made in order to simplify the use
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | bitfield.rscript | 22 // reads "One special guarantee is made in order to simplify the use
|
/aosp12/frameworks/compile/slang/lit-tests/padding/ |
H A D | bitfield.rscript | 26 // reads "One special guarantee is made in order to simplify the use
|
/aosp12/system/chre/chpp/ |
H A D | QUICKSTART.md | 66 …ry), as well as three standard services that follow the CHRE PAL API to simplify integration and t…
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | README.md | 18 otherwise). To simplify development of future tests, this directory also 179 complicated. `libFuzzer` has a way to minimize the crashing case to simplify
|
/aosp12/art/ |
H A D | TEST_MAPPING | 578 "name": "art-run-test-475-simplify-mul-zero[com.google.android.art.apex]" 914 "name": "art-run-test-611-checker-simplify-if[com.google.android.art.apex]" 1070 "name": "art-run-test-695-simplify-throws[com.google.android.art.apex]" 1765 "name": "art-run-test-475-simplify-mul-zero" 2101 "name": "art-run-test-611-checker-simplify-if" 2257 "name": "art-run-test-695-simplify-throws"
|
/aosp12/system/chre/chpp/api_parser/ |
H A D | README.md | 38 offset field helps simplify decoding.
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | pointer.md | 7 Using RapidJSON's implementation of JSON Pointer can simplify some manipulations of the DOM.
|
/aosp12/art/compiler/optimizing/ |
H A D | inliner.cc | 2015 InstructionSimplifier simplify(callee_graph, codegen_, inline_stats_); in RunOptimizations() local 2018 &simplify, in RunOptimizations()
|
/aosp12/system/bt/gd/docs/architecture/ |
H A D | architecture.md | 56 * Reduce the number of threads as much as possible to simplify synchronization
|
/aosp12/system/update_engine/update_engine/ |
H A D | update_metadata.proto | 45 // // except that metadata_signature_message is skipped to simplify signing
|