/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/cmds/statsd/src/ |
D | StatsService.cpp | 550 bool good = false; in cmd_trigger_broadcast() local 557 good = true; in cmd_trigger_broadcast() 559 good = getUidFromArgs(args, 1, uid); in cmd_trigger_broadcast() 560 if (!good) { in cmd_trigger_broadcast() 566 if (!good) { in cmd_trigger_broadcast() 643 bool good = false; in cmd_config() local 651 good = true; in cmd_config() 653 good = getUidFromArgs(args, 2, uid); in cmd_config() 654 if (!good) { in cmd_config() 660 good = true; in cmd_config() [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/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/base/cmds/statsd/src/metrics/ |
D | metrics_manager_util.cpp | 326 bool good = handleMetricWithConditions( in initMetrics() local 329 if (!good) { in initMetrics() 395 bool good = handleMetricWithConditions( in initMetrics() local 398 if (!good) { in initMetrics() 432 bool good = handleMetricWithConditions( in initMetrics() local 435 if (!good) { in initMetrics() 489 bool good = handleMetricWithConditions( in initMetrics() local 492 if (!good) { in initMetrics() 575 bool good = handleMetricWithConditions( in initMetrics() local 578 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.rscript | 5 int RS_KERNEL good(int in, rs_kernel_context context) {
|
/frameworks/compile/slang/tests/F_ctxt_wrong_place/ |
D | ctxt_wrong_place.rscript | 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.rscript | 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 | 32 if (!meminfoStream.good()) { in parseMemInfo()
|
/frameworks/av/media/libmedia/xsd/vts/ |
D | ValidateMediaProfiles.cpp | 26 return f.good(); in isFileReadable()
|
/frameworks/compile/slang/lit-tests/P_ref_count/ |
D | ref_count.rscript | 35 rsDebug("good objects", 0);
|
D | func_params.rscript | 61 rsDebug("good objects", 0);
|
/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/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/ml/nn/runtime/test/android_fuzzing/ |
D | GenerateCorpus.cpp | 162 if (file.good()) { in createCorpusEntry()
|
/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/base/packages/SystemUI/docs/ |
D | clock-plugins.md | 20 burn-in testing is a good starting point to assess the pixel shifting
|
/frameworks/ml/nn/runtime/test/ |
D | TestMemoryInternal.cpp | 80 if (!mappingsStream.good()) { in GetAshmemMappingsCount()
|
/frameworks/compile/slang/ |
D | slang_rs_reflect_utils.cpp | 364 if (!good()) { in startFile()
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | scorecard.proto | 112 optional int32 good = 2; // Successful roams field
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 46 # An application process that was bad is now marked as good
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 2267 // Total duration of good call quality reported at the end of a call 2279 // Snapshot of the CallQuality when signal strength is worst within good 2283 // Snapshot of the CallQuality when signal strength is best within good 2295 // The worst SignalStrength in any good quality section 2298 // The best SignalStrength in any good quality section
|
/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/ |
D | LoadtestActivity.java | 367 boolean good = false; in getMetadata()
|