/external/vogar/test/vogar/target/ |
D | AssertTest.java | 28 boolean success = false; in testAssertEquals() 33 success = true; in testAssertEquals() 35 assertTrue(success); in testAssertEquals() 41 boolean success = false; in testAssertEqualsNan() 46 success = true; in testAssertEqualsNan() 48 assertTrue(success); in testAssertEqualsNan() 54 boolean success = false; in testAssertEqualsWithDelta() 59 success = true; in testAssertEqualsWithDelta() 61 assertTrue(success); in testAssertEqualsWithDelta() 67 boolean success = false; in testAssertEqualsWithNaNDelta() [all …]
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedNegative.cpp | 68 bool success = true; in iterate() local 72 success &= ExpectedError(GL_INVALID_VALUE, "glBlendEquationi(0, maxDrawBuffers)"); in iterate() 75 success &= ExpectedError(GL_INVALID_VALUE, "glBlendEquationSeparatei(0, maxDrawBuffers)"); in iterate() 78 success &= in iterate() 83 success &= ExpectedError(GL_INVALID_VALUE, "glBlendFunci(maxDrawBuffers, GL_ZERO, GL_SRC_COLOR)"); in iterate() 86 …success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_EQUATION_RGB, maxDrawBuffers,… in iterate() 89 …success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_EQUATION_ALPHA, maxDrawBuffer… in iterate() 92 …success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_SRC_RGB, maxDrawBuffers, &dat… in iterate() 95 …success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_SRC_ALPHA, maxDrawBuffers, &d… in iterate() 98 …success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_DST_RGB, maxDrawBuffers, &dat… in iterate() [all …]
|
/external/vogar/test/vogar/target/junit4/ |
D | TestRunnerJUnit4Test.java | 41 .success("testDefault_Locale_CANADA") in testRunner_ChangeDefaultLocaleTest() 42 .success("testDefault_Locale_CHINA") in testRunner_ChangeDefaultLocaleTest() 53 .success("Simple3") in testRunner_SimpleTest2() 54 .success("simple1") in testRunner_SimpleTest2() 55 .success("simple2") in testRunner_SimpleTest2() 69 .success("simple2") in testRunner_SkipPast() 92 .success("simple2") in testRunner_SimpleTest2_OneMethod() 104 .success("Simple3") in testRunner_SimpleTest2_TwoMethod() 105 .success("simple1") in testRunner_SimpleTest2_TwoMethod() 130 .success("Simple3") in testRunner_ExtendedSimple2() [all …]
|
/external/vogar/test/vogar/target/junit3/ |
D | TestRunnerJUnit3Test.java | 42 .success("testFoo") in testConstructor_JUnit3Test_RunnerType_JUNIT() 55 .success("testDefault_Locale_CANADA") in testRunner_ChangeDefaultLocaleTest() 56 .success("testDefault_Locale_CHINA") in testRunner_ChangeDefaultLocaleTest() 67 .success("testSimple1") in testRunner_SimpleTest2() 68 .success("testSimple2") in testRunner_SimpleTest2() 69 .success("testSimple3") in testRunner_SimpleTest2() 82 .success("testSimple3") in testRunner_SkipPast() 106 .success("testSimple2") in testRunner_SimpleTest2_OneMethod() 118 .success("testSimple1") in testRunner_SimpleTest2_TwoMethod() 119 .success("testSimple3") in testRunner_SimpleTest2_TwoMethod() [all …]
|
/external/mesa3d/src/gallium/tests/unit/ |
D | u_format_test.c | 209 boolean success; in test_format_fetch_rgba_float() local 211 success = TRUE; in test_format_fetch_rgba_float() 217 success = FALSE; in test_format_fetch_rgba_float() 225 success = TRUE; in test_format_fetch_rgba_float() 228 if (!success) { in test_format_fetch_rgba_float() 233 return success; in test_format_fetch_rgba_float() 243 boolean success; in test_format_unpack_rgba_float() local 249 success = TRUE; in test_format_unpack_rgba_float() 254 success = FALSE; in test_format_unpack_rgba_float() 262 success = TRUE; in test_format_unpack_rgba_float() [all …]
|
/external/skqp/tests/ |
D | EncodeTest.cpp | 51 bool success = GetResourceAsBitmap("images/mandrill_128.png", &bitmap); in test_encode() local 52 if (!success) { in test_encode() 57 success = bitmap.peekPixels(&src); in test_encode() 58 REPORTER_ASSERT(r, success); in test_encode() 59 if (!success) { in test_encode() 64 success = encode(format, &dst0, src); in test_encode() 65 REPORTER_ASSERT(r, success); in test_encode() 69 success = encoder1->encodeRows(1); in test_encode() 70 REPORTER_ASSERT(r, success); in test_encode() 75 success = encoder2->encodeRows(3); in test_encode() [all …]
|
/external/skia/tests/ |
D | EncodeTest.cpp | 56 bool success = GetResourceAsBitmap("images/mandrill_128.png", &bitmap); in test_encode() local 57 if (!success) { in test_encode() 62 success = bitmap.peekPixels(&src); in test_encode() 63 REPORTER_ASSERT(r, success); in test_encode() 64 if (!success) { in test_encode() 69 success = encode(format, &dst0, src); in test_encode() 70 REPORTER_ASSERT(r, success); in test_encode() 74 success = encoder1->encodeRows(1); in test_encode() 75 REPORTER_ASSERT(r, success); in test_encode() 80 success = encoder2->encodeRows(3); in test_encode() [all …]
|
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/ |
D | PerfStatsCollector.java | 47 boolean success = true; in measure() 52 success = false; in measure() 55 event.finished(success); in measure() 69 boolean success = true; in measure() 74 success = false; in measure() 77 event.finished(success); in measure() 126 public void finished(boolean success) { in finished() argument 132 MetricKey key = new MetricKey(name, success); in finished() 135 metricMap.put(key, metric = new Metric(key.name, key.success)); in finished() 150 private final boolean success; field in PerfStatsCollector.Metric [all …]
|
/external/python/cpython2/Lib/ |
D | compileall.py | 42 success = 1 51 success = 0 58 success = 0 59 return success 72 success = 1 81 return success 93 return success 104 success = 0 107 success = 0 110 success = 0 [all …]
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 142-defined-within-macro.c.expected | 7 success 11 success 20 success 28 success 38 success 42 success 52 success 60 success 71 success 79 success [all …]
|
D | 142-defined-within-macro.c | 7 success 11 success 20 success 28 success 38 success 42 success 52 success 60 success 71 success 79 success [all …]
|
/external/grpc-grpc/test/cpp/qps/ |
D | qps_json_driver.cc | 79 bool* success) { in RunAndReport() argument 101 for (int i = 0; *success && i < result->client_success_size(); i++) { in RunAndReport() 102 *success = result->client_success(i); in RunAndReport() 104 for (int i = 0; *success && i < result->server_success_size(); i++) { in RunAndReport() 105 *success = result->server_success(i); in RunAndReport() 119 bool* success) { in GetCpuLoad() argument 124 auto result = RunAndReport(*scenario, success); in GetCpuLoad() 129 double low, double high, bool* success) { in BinarySearch() argument 132 double current_cpu_load = GetCpuLoad(scenario, mid, success); in BinarySearch() 134 if (!*success) { in BinarySearch() [all …]
|
/external/vboot_reference/tests/ |
D | sha_tests.c | 17 int i, success = 1; in SHA1_tests() local 32 success = 0; in SHA1_tests() 35 return success; in SHA1_tests() 39 int i, success = 1; in SHA256_tests() local 54 success = 0; in SHA256_tests() 57 return success; in SHA256_tests() 61 int i, success = 1; in SHA512_tests() local 76 success = 0; in SHA512_tests() 79 return success; in SHA512_tests() 83 int success = 1; in main() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 52 return Error::success(); in visitTypeBegin() 59 return Error::success(); in visitTypeBegin() 62 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd() 67 return Error::success(); in visitKnownRecord() 73 return Error::success(); in visitKnownRecord() 88 return Error::success(); in visitKnownRecord() 102 return Error::success(); in visitKnownRecord() 107 return Error::success(); in visitKnownRecord() 112 return Error::success(); in visitKnownRecord() 117 return Error::success(); in visitKnownRecord() [all …]
|
D | SymbolRecordMapping.cpp | 24 return Error::success(); in operator ()() 34 return Error::success(); in mapLocalVariableAddrRange() 39 return Error::success(); in visitSymbolBegin() 45 return Error::success(); in visitSymbolEnd() 57 return Error::success(); in visitKnownRecord() 72 return Error::success(); in visitKnownRecord() 85 return Error::success(); in visitKnownRecord() 100 return Error::success(); in visitKnownRecord() 112 return Error::success(); in visitKnownRecord() 122 return Error::success(); in visitKnownRecord() [all …]
|
D | TypeRecordMapping.cpp | 39 return Error::success(); in operator ()() 81 return Error::success(); in mapNameAndUniqueName() 97 return Error::success(); in visitTypeBegin() 107 return Error::success(); in visitTypeEnd() 123 return Error::success(); in visitMemberBegin() 137 return Error::success(); in visitMemberEnd() 144 return Error::success(); in visitKnownRecord() 155 return Error::success(); in visitKnownRecord() 169 return Error::success(); in visitKnownRecord() 177 return Error::success(); in visitKnownRecord() [all …]
|
/external/minijail/test/ |
D | libminijail_test.cpp | 52 bool success = true; in check_ugid() local 57 success = false; in check_ugid() 62 success = false; in check_ugid() 64 return success; in check_ugid() 68 bool success = true; in check_groups() local 76 success = false; in check_groups() 90 success = false; in check_groups() 94 return success; in check_groups() 123 bool success = check_ugid(kSystemUid); in main() local 124 success = success && check_groups(num_groups, groups); in main() [all …]
|
/external/flatbuffers/samples/ |
D | SampleBinary.php | 80 $success = true; // Tracks if an assert occurred. 83 $success &= assert($monster->getMana() == 150); 84 $success &= assert($monster->getHp() == 300); 85 $success &= assert($monster->getName() == "Orc"); 86 $success &= assert($monster->getColor() == \MyGame\Sample\Color::Red); 87 $success &= assert($monster->getPos()->getX() == 1.0); 88 $success &= assert($monster->getPos()->getY() == 2.0); 89 $success &= assert($monster->getPos()->getZ() == 3.0); 93 $success &= assert($monster->getInventory($i) == $i); 100 $success &= assert($monster->getWeapons($i)->getName() == $expected_weapon_names[$i]); [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | util.cpp | 22 bool success = pp::numeric_lex_float(str, value); in atof_clamp() local 23 if(!success) in atof_clamp() 25 return success; in atof_clamp() 30 bool success = pp::numeric_lex_int(str, value); in atoi_clamp() local 31 if(!success) in atoi_clamp() 33 return success; in atoi_clamp() 38 bool success = pp::numeric_lex_int(str, value); in atou_clamp() local 39 if(!success) in atou_clamp() 41 return success; in atou_clamp()
|
/external/chromium-trace/catapult/systrace/systrace/test_data/ |
D | atrace_fixed_tgids | 13 …--) [000] d..4 1212.465074: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 16 …--) [000] d..4 1212.465102: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 19 …--) [000] d..4 1212.465139: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 22 … (-----) [000] d.h5 1212.465297: sched_wakeup: comm=adbd pid=212 prio=120 success=1 target_cpu=000 24 adbd-212 ( 212) [000] d..4 1212.465329: sched_wakeup: comm=adbd pid=209 prio=120 success=1 target_… 26 adbd-209 ( 209) [000] d..4 1212.465395: sched_wakeup: comm=adbd pid=211 prio=120 success=1 target_… 29 … [000] d.h5 1212.574554: sched_wakeup: comm=sensors.qcom pid=292 prio=120 success=1 target_cpu=000 32 …[000] d..4 1212.574797: sched_wakeup: comm=sensors.qcom pid=1593 prio=120 success=1 target_cpu=000 35 …[000] d..3 1212.574823: sched_wakeup: comm=sensors.qcom pid=1593 prio=120 success=1 target_cpu=000 37 … [000] d..4 1212.574865: sched_wakeup: comm=sensors.qcom pid=760 prio=120 success=1 target_cpu=000 [all …]
|
D | atrace_data_stripped | 13 … [000] d..4 1212.465074: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 16 … [000] d..4 1212.465102: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 19 … [000] d..4 1212.465139: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 22 …<idle>-0 [000] d.h5 1212.465297: sched_wakeup: comm=adbd pid=212 prio=120 success=1 target_cp… 24 …adbd-212 [000] d..4 1212.465329: sched_wakeup: comm=adbd pid=209 prio=120 success=1 target_cpu=… 26 …adbd-209 [000] d..4 1212.465395: sched_wakeup: comm=adbd pid=211 prio=120 success=1 target_cpu=… 29 … [000] d.h5 1212.574554: sched_wakeup: comm=sensors.qcom pid=292 prio=120 success=1 target_cpu=000 32 …[000] d..4 1212.574797: sched_wakeup: comm=sensors.qcom pid=1593 prio=120 success=1 target_cpu=000 35 …[000] d..3 1212.574823: sched_wakeup: comm=sensors.qcom pid=1593 prio=120 success=1 target_cpu=000 37 … [000] d..4 1212.574865: sched_wakeup: comm=sensors.qcom pid=760 prio=120 success=1 target_cpu=000 [all …]
|
D | atrace_data | 13 … [000] d..4 1212.465074: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 16 … [000] d..4 1212.465102: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 19 … [000] d..4 1212.465139: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 22 …<idle>-0 [000] d.h5 1212.465297: sched_wakeup: comm=adbd pid=212 prio=120 success=1 target_cp… 24 dsx_exp_workque-212 [000] d..4 1212.465329: sched_wakeup: comm=adbd pid=209 prio=120 success=1 t… 26 uether-209 [000] d..4 1212.465395: sched_wakeup: comm=adbd pid=211 prio=120 success=1 target_cpu… 29 … [000] d.h5 1212.574554: sched_wakeup: comm=sensors.qcom pid=292 prio=120 success=1 target_cpu=000 32 …[000] d..4 1212.574797: sched_wakeup: comm=sensors.qcom pid=1593 prio=120 success=1 target_cpu=000 35 …[000] d..3 1212.574823: sched_wakeup: comm=sensors.qcom pid=1593 prio=120 success=1 target_cpu=000 37 … [000] d..4 1212.574865: sched_wakeup: comm=sensors.qcom pid=760 prio=120 success=1 target_cpu=000 [all …]
|
D | atrace_data_raw | 14 … [000] d..4 1212.465074: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 17 … [000] d..4 1212.465102: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 20 … [000] d..4 1212.465139: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 23 …<idle>-0 [000] d.h5 1212.465297: sched_wakeup: comm=adbd pid=212 prio=120 success=1 target_cp… 25 …adbd-212 [000] d..4 1212.465329: sched_wakeup: comm=adbd pid=209 prio=120 success=1 target_cpu=… 27 …adbd-209 [000] d..4 1212.465395: sched_wakeup: comm=adbd pid=211 prio=120 success=1 target_cpu=… 30 … [000] d.h5 1212.574554: sched_wakeup: comm=sensors.qcom pid=292 prio=120 success=1 target_cpu=000 33 …[000] d..4 1212.574797: sched_wakeup: comm=sensors.qcom pid=1593 prio=120 success=1 target_cpu=000 36 …[000] d..3 1212.574823: sched_wakeup: comm=sensors.qcom pid=1593 prio=120 success=1 target_cpu=000 38 … [000] d..4 1212.574865: sched_wakeup: comm=sensors.qcom pid=760 prio=120 success=1 target_cpu=000 [all …]
|
D | atrace_missing_tgids | 13 …--) [000] d..4 1212.465074: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 16 …--) [000] d..4 1212.465102: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 19 …--) [000] d..4 1212.465139: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000 22 … (-----) [000] d.h5 1212.465297: sched_wakeup: comm=adbd pid=212 prio=120 success=1 target_cpu=000 24 … (-----) [000] d..4 1212.465329: sched_wakeup: comm=adbd pid=209 prio=120 success=1 target_cpu=000 26 … (-----) [000] d..4 1212.465395: sched_wakeup: comm=adbd pid=211 prio=120 success=1 target_cpu=000 29 … [000] d.h5 1212.574554: sched_wakeup: comm=sensors.qcom pid=292 prio=120 success=1 target_cpu=000 32 …[000] d..4 1212.574797: sched_wakeup: comm=sensors.qcom pid=1593 prio=120 success=1 target_cpu=000 35 …[000] d..3 1212.574823: sched_wakeup: comm=sensors.qcom pid=1593 prio=120 success=1 target_cpu=000 37 … [000] d..4 1212.574865: sched_wakeup: comm=sensors.qcom pid=760 prio=120 success=1 target_cpu=000 [all …]
|
/external/parameter-framework/upstream/test/test-fixed-point-parameter/ |
D | Main.py | 117 value, success = testFunc(value) 118 if not success: 126 value, success = self.checkBounds(value) 127 if success: 141 (success, errorMsg) = self._pfwClient.set(self._paramPath, str(valueToSet)) 143 return valueToSet, success 183 (success, errorMsg) = pfw.set(self._paramPath, valuePreviouslyGotten) 185 return valuePreviouslyGotten, success 220 (success, _, errorMsg) = self._instance.accessParameterValue(parameter, str(value), True) 221 return success, errorMsg [all …]
|