/third_party/python/Lib/unittest/ |
H A D | runner.py | 31 """A test result class that can print formatted text results to a stream. 162 """A test runner class that displays results in textual form. 165 occur, and a summary of the results at the end of the test run. 234 results = map(len, (result.expectedFailures, 240 expectedFails, unexpectedSuccesses, skipped = results
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing_helpers.h | 277 const std::initializer_list<bool> results = { in ForEachParameter() local 280 (void)results; in ForEachParameter()
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/ |
H A D | wasm-module-builder.js | 160 function makeSig(params, results) { 161 return {params: params, results: results}; 734 var rl = type.results.length; // should have results 903 section.emit_u32v(type.results.length); 904 for (let result of type.results) {
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 909 tcu::UVec4 results[4]; in checkResult() local 911 deMemcpy(results, m_resultBufferAlloc->getHostPtr(), sizeof(tcu::UVec4[4])); in checkResult() 916 const tcu::UVec4 result = results[resultNdx]; in checkResult() 945 tcu::Vec4 results[4]; in checkResultFloat() local 947 deMemcpy(results, m_resultBufferAlloc->getHostPtr(), sizeof(tcu::Vec4[4])); in checkResultFloat() 952 const tcu::Vec4 result = results[resultNdx]; in checkResultFloat()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoDecodeTests.cpp | 900 std::vector<InterleavedDecodeResults> results(m_testDefinitions.size()); in iterate() 918 results[i].correctFrames.push_back(frameNumber); in iterate() 922 results[i].incorrectFrames.push_back(frameNumber); in iterate() 933 for (const auto& res : results) in iterate() 947 for (int i = 0; i < results.size(); i++) in iterate() 949 const auto& result = results[i]; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 886 tcu::UVec4 results[4]; in checkResult() local 888 deMemcpy(results, m_resultBufferAlloc->getHostPtr(), sizeof(tcu::UVec4[4])); in checkResult() 893 const tcu::UVec4 result = results[resultNdx]; in checkResult() 922 tcu::Vec4 results[4]; in checkResultFloat() local 924 deMemcpy(results, m_resultBufferAlloc->getHostPtr(), sizeof(tcu::Vec4[4])); in checkResultFloat() 929 const tcu::Vec4 result = results[resultNdx]; in checkResultFloat()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UniformTest.cpp | 278 std::vector<GLfloat> results(9, 0); in TEST_P() 279 glGetUniformfv(program, uniformLocation, results.data()); in TEST_P() 281 ASSERT_EQ(results, expected[i]); in TEST_P() 742 std::vector<GLfloat> results(12, 0); in TEST_P() 743 glGetUniformfv(mProgram, location, results.data()); in TEST_P() 748 EXPECT_EQ(results[compIdx], expected[i][compIdx]); in TEST_P() 995 // The buffer getting the results has three chunks in CheckOneElement()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | VTimeZone.java | 1200 int[] results; in parseRRULE() 1202 results = new int[4]; in parseRRULE() 1203 results[3] = 0; in parseRRULE() 1205 results = new int[3 + dayOfMonth.length]; in parseRRULE() 1207 results[3 + i] = dayOfMonth[i]; in parseRRULE() 1210 results[0] = month; in parseRRULE() 1211 results[1] = dayOfWeek; in parseRRULE() 1212 results[2] = nthDayOfWeek; in parseRRULE() 1213 return results; in parseRRULE()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | VTimeZone.java | 1171 int[] results; in parseRRULE() 1173 results = new int[4]; in parseRRULE() 1174 results[3] = 0; in parseRRULE() 1176 results = new int[3 + dayOfMonth.length]; in parseRRULE() 1178 results[3 + i] = dayOfMonth[i]; in parseRRULE() 1181 results[0] = month; in parseRRULE() 1182 results[1] = dayOfWeek; in parseRRULE() 1183 results[2] = nthDayOfWeek; in parseRRULE() 1184 return results; in parseRRULE()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.cpp | 3271 /** Test if getProgramStageiv results are as expected 3301 /** Test if checkProgramInterfaceiv results are as expected 3332 /** Test if checkProgramResourceiv results are as expected 3431 /** Test if getActiveSubroutineUniformiv results are as expected 3508 /** Test if getActiveSubroutineUniformName results are as expected 3559 /** Test if getActiveSubroutineUniformName results are as expected 3669 /** Execute draw call and verify results 3730 /* Verify results */ in testDraw() 3734 Utils::vec4<GLfloat> results[5]; in testDraw() local 3736 results[ in testDraw() 4884 bool results[7]; testDraw() local 6552 std::vector<GLuint> results; verifyTexture() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | bc.c | 552 BcVec results; member 4625 *r = bc_vec_item_rev(&p->results, idx); in bc_program_operand() 4691 bc_vec_pop(&p->results); in bc_program_binOpRetire() 4692 bc_vec_pop(&p->results); in bc_program_binOpRetire() 4693 bc_vec_push(&p->results, r); in bc_program_binOpRetire() 4708 bc_vec_pop(&p->results); in bc_program_retire() 4709 bc_vec_push(&p->results, r); in bc_program_retire() 4775 ip.len = p->results.len; in bc_program_read() 4825 r = bc_vec_item_rev(&p->results, idx); in bc_program_print() 4863 if (!s && pop) bc_vec_pop(&p->results); in bc_program_print() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.cc | 990 CordRep* node; // nullptr means concat last 2 results. 996 absl::InlinedVector<CordRep*, kInlinedVectorSize> results; in NewSubRange() local 1007 assert(results.size() >= 2); in NewSubRange() 1008 CordRep* right = results.back(); in NewSubRange() 1009 results.pop_back(); in NewSubRange() 1010 CordRep* left = results.back(); in NewSubRange() 1011 results.pop_back(); in NewSubRange() 1012 results.push_back(Concat(left, right)); in NewSubRange() 1014 results.push_back(CordRep::Ref(node)); in NewSubRange() 1020 results in NewSubRange() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSampleVariablesTests.cpp | 461 tcu::TextureLevel results(m_texFormat, width, HEIGHT); in iterate() 462 tcu::PixelBufferAccess pixels = results.getAccess(); in iterate() 766 tcu::TextureLevel results(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, in iterate() 768 tcu::PixelBufferAccess pixels = results.getAccess(); in iterate()
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 1843 def multipass(cls, barrier, results, n): 1847 results[0].append(True) 1848 assert len(results[1]) == i * m 1850 results[1].append(True) 1851 assert len(results[0]) == (i + 1) * m 1863 results = [self.DummyList(), self.DummyList()] 1864 self.run_threads(self.multipass, (self.barrier, results, passes)) 1883 results = [queue.get() for i in range(self.N)] 1884 self.assertEqual(results.count(0), 1) 1888 def _test_action_f(cls, barrier, results) [all...] |
H A D | test_asyncgen.py | 422 results = [] 423 results.append(await anext(g)) 424 results.append(await anext(g)) 425 results.append(await anext(g, 'buckle my shoe')) 426 return results 521 results = [] 531 results.append(await anext(ait)) 535 self.assertEqual(results, [1, 2])
|
/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc | 3364 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local 3373 // Allocate results on the heap for this test. in TestHelper() 3374 results[i] = new TestResult; in TestHelper() 3375 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper() 3376 results[i]->output_size = kTests[i].input_size; in TestHelper() 3411 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper() 3535 // Print the results. in TestHelper() 3540 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper() 3542 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper() 3544 printf("0x%08" PRIx32, results[ in TestHelper() [all...] |
H A D | test-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc | 3364 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local 3373 // Allocate results on the heap for this test. in TestHelper() 3374 results[i] = new TestResult; in TestHelper() 3375 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper() 3376 results[i]->output_size = kTests[i].input_size; in TestHelper() 3411 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper() 3535 // Print the results. in TestHelper() 3540 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper() 3542 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper() 3544 printf("0x%08" PRIx32, results[ in TestHelper() [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_events.py | 311 results = [] 314 results.append(arg) 319 self.assertEqual(results, ['hello world']) 322 results = [] 325 results.append((arg1, arg2)) 330 self.assertEqual(results, [('hello', 'world')]) 333 results = [] 337 results.append(arg) 338 if len(results) >= 2: 353 self.assertEqual(results, ['hell [all...] |
/third_party/python/Lib/asyncio/ |
H A D | tasks.py | 561 When waiting for the yielded coroutines you'll get the results (or 719 """Return a future aggregating results from the given coroutines/futures. 727 results (in the order of the original sequence, not necessarily 728 the order of results arrival). If *return_exceptions* is True, 730 results, and gathered in the result list; otherwise, the first 779 # All futures are done; create a list of results 781 results = [] 788 # to 'results' instead of raising it, don't bother 798 results.append(res) 807 outer.set_result(results) [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 375 std::vector<float> results(count); 380 deMemcpy(&results[0], pFloatData, sizeof(float) * count); 383 return results; 609 // Clear the results buffer
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 164 std::stringstream results; \ 166 results << result[i] << " "; \ 167 stream << enumString + std::string(",") + results.str() << std::endl; \
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ByteString.java | 511 Collection<ByteString> results = new ArrayList<ByteString>(); in readFrom() 521 results.add(chunk); in readFrom() 525 return ByteString.copyFrom(results); in readFrom()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 375 std::vector<float> results(count); 380 deMemcpy(&results[0], pFloatData, sizeof(float) * count); 383 return results; 593 // Clear the results buffer
|
/third_party/weex-loader/deps/weex-styler/lib/ |
H A D | validator.js | 627 let results = v.split(/(?<!\+|\-|\*|\/|\,)\s+(?!\+|\-|\*|\/|\,)/).map(validateFunction) 628 for (let i = 0; i < results.length; ++i) { 629 let res = results[i] 2008 let results = v.split(/\s+/).map(GRID_VALIDATOR) 2009 for (let i = 0; i < results.length; ++i) { 2010 let res = results[i]
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.cpp | 528 // We can use the results from SkShaper but have to do EVERYTHING ELSE again in GetLineFontMetrics() 1504 std::vector<TextBox> results; in GetLineFontMetrics() local 1511 results.emplace_back(getEmptyTextRect(rectHeightStyle)); in GetLineFontMetrics() 1513 results.emplace_back(SkRect::MakeXYWH(0, 0, 0, fHeight), fParagraphStyle.getTextDirection()); in GetLineFontMetrics() 1516 return results; in GetLineFontMetrics() 1522 return results; in GetLineFontMetrics() 1535 // (so we can compare the results). We now include in the selection box only the graphemes in GetLineFontMetrics() 1558 line.getRectsForRange(intersect, rectHeightStyle, rectWidthStyle, results); in GetLineFontMetrics() 1562 for (auto& r : results) { in GetLineFontMetrics() 1570 return results; in GetLineFontMetrics() 2113 std::vector<FontInfo> results; GetLineFontMetrics() local [all...] |