/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pBufferDataUploadTests.cpp | 710 // results compared to the approximation in calculateBasicStatistics() 1695 // Calculate results for different ranges in analyzeSampleResults() 1750 // Print results in analyzeSampleResults() 1817 // print results in analyzeSampleResults() 1898 virtual void logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results) = 0; 2219 void logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results); 2437 // if buffer contains unspecified content, sourcing data from it results in undefined 2438 // results, possibly including program termination. Specify all data to prevent such 2479 void BasicUploadCase<SampleType>::logAndSetTestResult (const std::vector<UploadSampleResult<SampleType> >& results) 2481 const UploadSampleAnalyzeResult analysis = analyzeSampleResults(m_testCtx.getLog(), results, tru [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cmsccoll.c | 252 const static UCollationResult results[] = { variable 276 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in FunkyATest() 1197 static const uint8_t results[] = { 1208 for(i = 0; i<UPRV_LENGTHOF(results); i++) { 1211 if(results[i] != res) { 1212 log_err("Expected case = %02X, got %02X for %04X\n", results[i], res, b[0]); 2508 cycheng@ca.ibm.c... we got inconsistent results when using the UTF-16BE iterator and the UTF-8 iterator. 2518 cycheng@ca.ibm.c... we got the same inconsistent results on AIX and Win2000 2575 log_err("different results\n"); 2646 log_verbose("Different results betwee in Alexis2() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.cpp | 3409 std::vector<VkDeviceSize>& results) 3418 // results cannot be retrieved to CPU at the moment - you need to do it using getQueryPoolResults after cmdBuffer is executed. Meanwhile function returns a vector of 0s. 3419 results.resize(accelerationStructureHandles.size(), 0u); 3423 results.resize(accelerationStructureHandles.size(), 0u); 3425 sizeof(VkDeviceSize) * accelerationStructureHandles.size(), results.data(), sizeof(VkDeviceSize)); 3426 // results will contain proper values 3438 std::vector<VkDeviceSize>& results) 3440 return queryAccelerationStructureSizeKHR(vk, device, cmdBuffer, accelerationStructureHandles, buildType, queryPool, queryType, firstQuery, results);
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 1046 // Unfortunately, testing the whole kSelectRange results in a test 3388 auto results = std::unique_ptr<int[]>(new int[numThreads * numLoops]); 3403 results[t * numLoops + l] = f(t, l); 3419 auto result = results[t * numLoops + l]; 3443 auto results = std::unique_ptr<Result[]>(new Result[numThreads * numLoops]); 3461 auto &result = results[t * numLoops + l]; 3480 auto const &result = results[t * numLoops + l];
|
/third_party/node/src/ |
H A D | cares_wrap.cc | 1451 Local<Array> results = Array::New(env->isolate()); in AfterGetAddrInfo() local 1473 if (results->Set(env->context(), n, s).IsNothing()) in AfterGetAddrInfo() 1492 argv[1] = results; in AfterGetAddrInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 915 AllocationCallbackValidationResults results; 918 validateAllocationCallbacks(recorder, &results); 920 if (!results.liveAllocations.empty())
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_acceleration_structure.c | 895 nir_variable *results[3] = { in get_vertices() local 926 nir_store_var(b, results[i], in get_vertices() 982 nir_store_var(b, results[i], vec, 7); in get_vertices() 997 positions[i] = nir_load_var(b, results[i]); in get_vertices()
|
/third_party/libinput/test/ |
H A D | litest.c | 934 TestResult **results; in litest_export_xml() local 956 results = srunner_results(sr); in litest_export_xml() 967 TestResult *r = results[i]; in litest_export_xml() 988 free(results); in litest_export_xml()
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 420 required, this results in 651 When processed into a C header, this results in 707 OpenGL, this results in (assuming the usual definitions of these GL 795 \code{core} profile of OpenGL, this results in (assuming the usual
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 995 std::unordered_map<SpirvInstruction, Object::ID> results; // Instruction pointer to result ID 2738 auto resIt = dbg->results.find(insn.wordPointer(0)); 2739 if(resIt != dbg->results.end()) 2762 dbg->results.emplace(insn.wordPointer(0), resultId);
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 455 // if cr != results[x] in runTestASCIIBasedConverter() 470 // if cr != results[x] in runTestASCIIBasedConverter() 700 /* expected test results */ in TestUTF8Surrogates() 701 char[][] results = new char[][] { in TestUTF8Surrogates() 724 /* expected error test results */ in TestUTF8Surrogates() 740 CharBuffer expected = CharBuffer.wrap(results[i]); in TestUTF8Surrogates() 787 CoderResult[] results = new CoderResult[] { in TestSurrogateBehavior() 843 if (!(equals(cr, results[i]) in TestSurrogateBehavior() 844 || (results[i].isUnmappable() && cr.isUnderflow()) // mappability depends on the converter in TestSurrogateBehavior() 847 if (results[ in TestSurrogateBehavior() [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 140 results in an error (\texttt{-}\Const{UNW\_EBADREG}).
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | numberformatter.h | 2649 * @param results 2650 * The results object. This method will mutate it to save the results. 2654 void formatImpl(impl::UFormattedNumberData *results, UErrorCode &status) const;
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.h | 637 void EmitPrepareResults(ZoneVector<compiler::PushParameter>* results, 765 // Holds lazily-computed results for whether phi nodes guarantee their upper
|
/third_party/python/Lib/test/libregrtest/ |
H A D | main.py | 76 # test results 394 # If running the test suite for PGO then no one cares about results. 607 r = self.tracer.results()
|
/third_party/python/Lib/test/ |
H A D | test_subprocess.py | 1380 results = [] 1383 results.append(('thread-start-poll-result', proc.poll())) 1387 results.append(('thread-after-kill-and-wait', proc.returncode)) 1390 results.append(('thread-after-second-wait', proc.returncode)) 1418 # Ensure that all of the thread results are as expected. 1425 results)
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 2286 auto results = paragraph->getRectsForRange( variable 2289 if (!results.empty()) { 2290 SkASSERT(results.size() == 1); 2291 SkDebugf("[%f : %f]\n", results[0].rect.fLeft,results[0].rect.fRight);
|
/drivers/peripheral/camera/test/mpi/src/ |
H A D | performance_hdi_test.cpp | 322 std::vector<Camera::MetaType> results; in HWTEST_F() local 326 Test_->rc = Test_->cameraDevice->GetEnabledResults(results); in HWTEST_F()
|
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dstream_operator.cpp | 538 int32_t DStreamOperator::EnableResult(int32_t streamId, const std::vector<uint8_t> &results) in EnableResult() argument 543 int32_t DStreamOperator::DisableResult(int32_t streamId, const std::vector<uint8_t> &results) in DisableResult() argument
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_functional.py | 2197 results = unittest.main(exit=False) 2198 return 0 if results.result.wasSuccessful() else 1
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_query.c | 56 uint64_t results[STAT_COUNT]; member 65 * results[0] is the count of primitives written, 66 * results[1] is the count of primitives generated. 69 uint64_t results[2]; member 272 * should keep the original indices and store perfcntrs results according in tu_CreateQueryPool() 273 * to them so apps can get correct results with their own indices. in tu_CreateQueryPool() 1106 * 4) Accumulate the results of the query (slot->end - slot->begin) into in emit_end_occlusion_query() 1470 * results of the query are distributed among the queries is 1472 * each view’s results to a distinct query, while other implementations 1474 * other queries. However, the sum of the results i [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/ |
H A D | bsaes-armv7.S | 28 @ to collect performance results, which for Cortex-A8 core are: 41 @ When comparing to x86_64 results keep in mind that NEON unit is 44 @ results keep in mind key schedule conversion overhead (see
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/ |
H A D | bsaes-armv7.S | 28 @ to collect performance results, which for Cortex-A8 core are: 41 @ When comparing to x86_64 results keep in mind that NEON unit is 44 @ results keep in mind key schedule conversion overhead (see
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 127 into the results directory (defined by the C<$RESULT_D> environment 156 note "The results of this test will end up in $directories{RESULTS}" 928 B<ok_nofips>, B<is_nofips> and B<isnt_nofips> to invert test results
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 127 into the results directory (defined by the C<$RESULT_D> environment 156 note "The results of this test will end up in $directories{RESULTS}" 928 B<ok_nofips>, B<is_nofips> and B<isnt_nofips> to invert test results
|