Home
last modified time | relevance | path

Searched refs:passed (Results 26 - 50 of 154) sorted by relevance

1234567

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableChecker.java117 boolean passed = true; in visit()
149 passed = false; in visit()
154 if (passed) { in visit()
155 System.out.print("test passed."); in visit()
/third_party/mesa3d/src/gallium/tests/unit/
H A Dtranslate_test.c66 unsigned passed = 0; in main() local
317 ++passed; in main()
326 printf("%u/%u tests passed for translate_%s\n", passed, total, argv[1]); in main()
327 return passed != total; in main()
/third_party/node/test/sequential/
H A Dtest-module-loading.js172 'exports.test = \'passed\'');
176 assert.strictEqual(require('../fixtures/registerExt').test, 'passed');
179 'passed');
184 custom: 'passed'
188 assert.strictEqual(require('../fixtures/registerExt2').custom, 'passed');
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSpirVAsm.cpp199 const bool passed = (valid == SPV_SUCCESS); in validateSpirV() local
201 *infoLog << "Validation " << (passed ? "PASSED: " : "FAILED: "); in validateSpirV()
226 return passed; in validateSpirV()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp418 bool passed = true; local
451 passed = false;
460 passed = false;
496 passed = false;
505 passed = false;
511 if (passed)
513 return tcu::TestStatus(QP_TEST_RESULT_PASS, "Query result verification passed");
745 bool passed = true;
777 passed = false;
786 passed
[all...]
H A DvktQueryPoolOcclusionTests.cpp475 bool passed = true; in iterate() local
501 passed = false; in iterate()
513 passed = false; in iterate()
519 if (passed) in iterate()
521 return tcu::TestStatus(QP_TEST_RESULT_PASS, "Query result verification passed"); in iterate()
767 bool passed = validateResults(queryResults, queryAvailability, allowNotReady, m_testVector.primitiveTopology); in iterate() local
776 if (passed) in iterate()
778 return tcu::TestStatus(QP_TEST_RESULT_PASS, "Query result verification passed"); in iterate()
1140 bool passed = true; in validateResults() local
1157 passed in validateResults()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp418 bool passed = true; local
451 passed = false;
460 passed = false;
496 passed = false;
505 passed = false;
511 if (passed)
513 return tcu::TestStatus(QP_TEST_RESULT_PASS, "Query result verification passed");
745 bool passed = true;
777 passed = false;
786 passed
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_hysteresis.c135 static int passed(HysteresisContext *s, int x, int y, int w) in passed() function
170 if ((bsrc[x + y * blinesize] > t) && (asrc[x + y * alinesize] > t) && !passed(s, x, y, w)) { in hysteresis8()
189 if ((asrc[xx + yy * alinesize] > t) && !passed(s, xx, yy, w)) { in hysteresis8()
219 if ((bsrc[x + y * blinesize] > t) && (asrc[x + y * alinesize] > t) && !passed(s, x, y, w)) { in hysteresis16()
238 if ((asrc[xx + yy * alinesize] > t) && !passed(s, xx, yy, w)) { in hysteresis16()
/third_party/node/lib/internal/test_runner/
H A Dtest.js326 this.passed = false;
501 this.passed = false;
511 this.passed = true;
622 'passed a callback but also returned a Promise',
696 if (!subtest.passed && !subtest.isTodo) {
701 if ((this.passed || this.parent === null) && failed > 0) {
748 reporter.diagnostic(nesting, loc, `pass ${harness.counters.passed}`);
812 if (this.passed) {
848 this.passed = false;
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dminicheck.c203 int passed = runner->nchecks - runner->nfailures; in srunner_run_all() local
204 double percentage = ((double)passed) / runner->nchecks; in srunner_run_all()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex31 \Var{unw\_local\_addr\_space} can be passed for this argument.
39 \Var{unw\_local\_addr\_space}), \Const{NULL} must be passed for this
59 address-space is passed in argument \Var{as}, this routine is also
H A Dunw_init_remote.tex27 passed in \Var{as}, then \Var{arg} needs to be a pointer to a context
50 is passed in argument \Var{as}, this routine is also safe to use from
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAutoGlitchActivity.java241 boolean passed = (getMaxSecondsWithNoGlitch() in testConfiguration()
245 resultText += ", " + (passed ? TEXT_PASS : TEXT_FAIL); in testConfiguration()
247 if (!passed) { in testConfiguration()
313 log(mPassCount + " passed. " + mFailCount + " failed."); in run()
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
H A Dconstruct-byob-request.any.js50 }, `ReadableStreamBYOBRequest constructor should throw when passed a ${controllerType} ` +
/third_party/node/test/parallel/
H A Dtest-tls-empty-sni-context.js19 assert.match(err.message, /passed a null parameter/i);
H A Dtest-vm-static-this.js28 const result = vm.runInThisContext('\'passed\';');
29 assert.strictEqual(result, 'passed');
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dltpfsscsi.sh24 There are no defaults, all items MUST be passed
/third_party/cJSON/tests/unity/auto/
H A Dstylize_as_junit.rb94 result_output[:counts][:passed] = (result_output[:counts][:total] - result_output[:counts][:failed] - result_output[:counts][:ignored])
170 counts: { total: 0, passed: 0, failed: 0, ignored: 0 },
/third_party/ltp/
H A Dbuild.sh156 -p DIR Change installation directory. For in-tree build is this value passed
158 value passed to DESTDIR variable (i.e. sysroot) of make install
/third_party/unity/auto/
H A Dstylize_as_junit.rb94 result_output[:counts][:passed] = (result_output[:counts][:total] - result_output[:counts][:failed] - result_output[:counts][:ignored])
167 counts: { total: 0, passed: 0, failed: 0, ignored: 0 },
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js238 verify: (test: ITestMetadata, passed: boolean, actual: any, expected: any, message: string) => void;
252 public verify(test: ITestMetadata, passed: boolean, actual: any, expected: any, message: string) { }
282 public passed = null;
384 that.passed = false;
388 that.passed = true;
423 that.passed = false;
431 that.passed = true; // so far so good.
447 that.passed = that.passed && that.children[index].passed;
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp122 bool passed; member
1091 bool passed = true; in iterate() local
1096 passed &= results.expectedResult[y][x].red == results.deviceResult[y][x].red; in iterate()
1097 passed &= results.expectedResult[y][x].green == results.deviceResult[y][x].green; in iterate()
1098 passed &= results.expectedResult[y][x].blue == results.deviceResult[y][x].blue; in iterate()
1101 results.passed = passed; // Log results? in iterate()
1103 failBits |= deUint32(!passed) << i; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp974 deBool passed = DE_TRUE; in iterate() local
979 passed = checkData(*dstMemory, 1, dstMemorySize) && passed; in iterate()
982 return passed ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Failed"); in iterate()
1025 deBool passed = DE_TRUE; in iterate() local
1032 passed = checkData(*dstMemory, 2, dstMemorySize) && passed; in iterate()
1035 return passed ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Failed"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp120 bool passed; member
1000 bool passed = true; in iterate() local
1005 passed &= results.expectedResult[y][x].red == results.deviceResult[y][x].red; in iterate()
1006 passed &= results.expectedResult[y][x].green == results.deviceResult[y][x].green; in iterate()
1007 passed &= results.expectedResult[y][x].blue == results.deviceResult[y][x].blue; in iterate()
1010 results.passed = passed; // Log results? in iterate()
1012 failBits |= deUint32(!passed) << i; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryBindingTests.cpp974 deBool passed = DE_TRUE; in iterate() local
975 for (deUint32 i = 0; passed && i < m_params.targetsCount; ++i) in iterate()
979 passed = checkData(*dstMemory, 1, dstMemorySize); in iterate()
982 return passed ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Failed"); in iterate()
1025 deBool passed = DE_TRUE; in iterate() local
1026 for (deUint32 i = 0; passed && i < m_params.targetsCount; ++i) in iterate()
1032 passed = checkData(*dstMemory, 2, dstMemorySize); in iterate()
1035 return passed ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Failed"); in iterate()

Completed in 24 milliseconds

1234567