/frameworks/base/cmds/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 43 bool good = report.ParseFromArray(&output[0], output.size()); in TEST() local 44 EXPECT_TRUE(good); in TEST() 70 bool good = report.ParseFromArray(&output[0], output.size()); in TEST() local 71 EXPECT_TRUE(good); in TEST() 90 bool good = report.ParseFromArray(&output[0], output.size()); in TEST() local 91 EXPECT_TRUE(good); in TEST() 98 good = report.ParseFromArray(&output[0], output.size()); in TEST() 99 EXPECT_TRUE(good); in TEST() 146 bool good = report.ParseFromArray(&output[0], output.size()); in TEST() local 147 EXPECT_TRUE(good); in TEST() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PreferredComponent.java | 215 boolean good = false; in sameSet() 227 good = true; in sameSet() 231 if (!good) return false; in sameSet() 243 boolean good = false; in sameSet() 248 good = true; in sameSet() 252 if (!good) return false; in sameSet()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsService.cpp | 546 bool good = false; in cmd_trigger_broadcast() local 553 good = true; in cmd_trigger_broadcast() 555 good = getUidFromArgs(args, 1, uid); in cmd_trigger_broadcast() 556 if (!good) { in cmd_trigger_broadcast() 562 if (!good) { in cmd_trigger_broadcast() 639 bool good = false; in cmd_config() local 647 good = true; in cmd_config() 649 good = getUidFromArgs(args, 2, uid); in cmd_config() 650 if (!good) { in cmd_config() 656 good = true; in cmd_config() [all …]
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | AidlTest.java | 401 boolean good = false; in testVoidSecurityException() 405 good = true; in testVoidSecurityException() 407 assertEquals(good, true); in testVoidSecurityException() 412 boolean good = false; in testIntSecurityException() 416 good = true; in testIntSecurityException() 418 assertEquals(good, true); in testIntSecurityException()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | statusor_test.cc | 151 StatusOr<int> good(4); in TEST() local 152 EXPECT_TRUE(good.ok()); in TEST() 253 StatusOr<const int*> good(&kI); in TEST() local 254 EXPECT_TRUE(good.ok()); in TEST()
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | metrics_manager_util.cpp | 325 bool good = handleMetricWithConditions( in initMetrics() local 328 if (!good) { in initMetrics() 394 bool good = handleMetricWithConditions( in initMetrics() local 397 if (!good) { in initMetrics() 431 bool good = handleMetricWithConditions( in initMetrics() local 434 if (!good) { in initMetrics() 488 bool good = handleMetricWithConditions( in initMetrics() local 491 if (!good) { in initMetrics() 574 bool good = handleMetricWithConditions( in initMetrics() local 577 if (!good) { in initMetrics()
|
/frameworks/base/cmds/statsd/tools/dogfood/src/com/android/statsd/dogfood/ |
D | MainActivity.java | 293 boolean good = false; in displayData() 297 good = true; in displayData() 304 sb.append(good ? "Proto parsing OK!" : "Proto parsing Error!"); in displayData() 307 if (good && reports != null) { in displayData()
|
/frameworks/compile/slang/tests/F_ctxt_wrong_api/ |
D | ctxt_wrong_api.rs | 5 int RS_KERNEL good(int in, rs_kernel_context context) {
|
/frameworks/compile/slang/tests/F_ctxt_wrong_place/ |
D | ctxt_wrong_place.rs | 5 int RS_KERNEL good(int in, rs_kernel_context context, uint32_t x) {
|
/frameworks/compile/slang/tests/F_too_many_inputs/ |
D | too_many_inputs.rs | 5 int RS_KERNEL good(int in0, int in1, int in2, int in3, int in4, int in5, int in6, int in7) {
|
/frameworks/ml/nn/tools/ion_watcher/ |
D | ion_watcher.cpp | 30 if (!meminfoStream.good()) { in parseMemInfo()
|
/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/ |
D | mocktuningfork.cc | 20 if(fin.good()) { in init()
|
D | sztool.cc | 224 if(!settings_file.good()) { in main()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 81 5. Each orientation has its own bound on allowable tilt angles. It's a good idea to 88 can be a bit unusual. The tilt is a good indicator of whether the device is
|
/frameworks/opt/gamesdk/src/tuningfork/ |
D | tuningfork_extra.cpp | 205 if (save_file.good()) { in GetSavedFidelityParams() 225 if (save_file.good()) { in SaveFidelityParams()
|
D | uploadthread.cpp | 137 if (f.good()) { in slurpFile()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | README.md | 36 150 lines and is a good example for what this program should look like
|
/frameworks/native/libs/ui/tools/ |
D | lutgen.cpp | 143 if (outputStream.good()) { in main()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/ |
D | README.txt | 42 The application tries to take good pictures for you automatically when in the
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/ |
D | benchmarks.proto | 61 // good branch prediction performance.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBObjectiveCPlusPlusTest.mm | 41 // are still good.
|
/frameworks/base/services/tests/servicestests/assets/PackageSignaturesTest/xml/ |
D | README | 39 The tags and attributes within the sigs tag can be modified and used to verify various good and
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 347 return output_->good(); in Write()
|
/frameworks/base/packages/SystemUI/docs/ |
D | clock-plugins.md | 20 burn-in testing is a good starting point to assess the pixel shifting
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | scorecard.proto | 112 optional int32 good = 2; // Successful roams field
|