Home
last modified time | relevance | path

Searched refs:results (Results 901 - 925 of 988) sorted by relevance

1...<<31323334353637383940

/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm127 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 DTest.pm127 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/python/Lib/asyncio/
H A Dbase_events.py551 results = await tasks.gather(
555 for result, agen in zip(results, closing_agens):
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderBitfieldOperationTests.cpp220 Data const* results = (Data const*)gl.mapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, sizeof(Data), GL_MAP_READ_BIT); in iterate() local
221 isOk = test(results); in iterate()
/third_party/python/Lib/test/
H A Dtest_embed.py42 # some tests need to expect different results.
1541 results = out['config']["module_search_paths"]
1542 for (_, expected), result in zip(CASES, results):
H A Dtest_xmlrpc.py939 # result.results contains;
943 self.assertEqual(result.results[0]['faultCode'], 1)
944 self.assertEqual(result.results[0]['faultString'],
H A Dtest_set.py703 results = set()
706 results.add(hash(self.thetype(seq)))
707 self.assertEqual(len(results), 1)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp2445 { "all", "Inconsistent results, but within specification", negFailResult, -65536, 65536, -100, 100 }, // see below in createOpSRemComputeGroup()
2537 { "all", "Inconsistent results, but within specification", negFailResult, false }, // see below in createOpSRemComputeGroup64()
2643 { "all", "Inconsistent results, but within specification", negFailResult, -65536, 65536, -100, 100 }, // see below in createOpSModComputeGroup()
2755 { "all", "Inconsistent results, but within specification", negFailResult, false }, // see below in createOpSModComputeGroup64()
3031 // The following case negates multiple float variables from the input buffer and stores the results to the output buffer. in createOpCopyMemoryGroup()
5715 // Only size is needed because all the results are supposed to be zero. in compareZeros()
5764 vector<float> results; in createOpQuantizeToF16Group() local
5767 results.reserve(numElements); in createOpQuantizeToF16Group()
5775 results.push_back(std::numeric_limits<float>::infinity()); in createOpQuantizeToF16Group()
5779 results in createOpQuantizeToF16Group()
7300 std::string results[denormModesCount]; compareFP16Logical() local
10094 int results[4][3]; // four (x, y, z) vectors of results createOpSRemGraphicsTests() member
10177 int results[4][3]; // four (x, y, z) vectors of results createOpSModGraphicsTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp2443 { "all", "Inconsistent results, but within specification", negFailResult, -65536, 65536, -100, 100 }, // see below in createOpSRemComputeGroup()
2535 { "all", "Inconsistent results, but within specification", negFailResult, false }, // see below in createOpSRemComputeGroup64()
2641 { "all", "Inconsistent results, but within specification", negFailResult, -65536, 65536, -100, 100 }, // see below in createOpSModComputeGroup()
2753 { "all", "Inconsistent results, but within specification", negFailResult, false }, // see below in createOpSModComputeGroup64()
3029 // The following case negates multiple float variables from the input buffer and stores the results to the output buffer. in createOpCopyMemoryGroup()
5744 vector<float> results; in createOpQuantizeToF16Group() local
5747 results.reserve(numElements); in createOpQuantizeToF16Group()
5755 results.push_back(std::numeric_limits<float>::infinity()); in createOpQuantizeToF16Group()
5759 results.push_back(-std::numeric_limits<float>::infinity()); in createOpQuantizeToF16Group()
5763 results in createOpQuantizeToF16Group()
7288 std::string results[denormModesCount]; compareFP16Logical() local
10048 int results[4][3]; // four (x, y, z) vectors of results createOpSRemGraphicsTests() member
10131 int results[4][3]; // four (x, y, z) vectors of results createOpSModGraphicsTests() member
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfgvendor.c457 ptr = (const void *) &cache->results[cache->tot_consumed]; in wl_cfgvendor_send_hotlist_event()
513 gscan_results_cache_t *results, *iter; in wl_cfgvendor_gscan_get_batch_results() local
527 WL_ERR(("Can't obtain lock to access batch results %d\n", err)); in wl_cfgvendor_gscan_get_batch_results()
530 results = dhd_dev_pno_get_gscan(bcmcfg_to_prmry_ndev(cfg), in wl_cfgvendor_gscan_get_batch_results()
533 if (!results) { in wl_cfgvendor_gscan_get_batch_results()
534 WL_ERR(("No results to send %d\n", err)); in wl_cfgvendor_gscan_get_batch_results()
535 err = wl_cfgvendor_send_cmd_reply(wiphy, results, 0); in wl_cfgvendor_gscan_get_batch_results()
561 iter = results; in wl_cfgvendor_gscan_get_batch_results()
605 ptr = &iter->results[iter->tot_consumed]; in wl_cfgvendor_gscan_get_batch_results()
618 /* Cleans up consumed results an in wl_cfgvendor_gscan_get_batch_results()
[all...]
H A Ddhd_wlfc.c2500 uint8 results[WLFC_CTL_VALUE_LEN_TXSTATUS+WLFC_CTL_VALUE_LEN_SEQ]; in _dhd_wlfc_suppress_txq() local
2542 memcpy(results, &htod, WLFC_CTL_VALUE_LEN_TXSTATUS); in _dhd_wlfc_suppress_txq()
2550 memcpy(results + WLFC_CTL_VALUE_LEN_TXSTATUS, &htodseq, in _dhd_wlfc_suppress_txq()
2556 _dhd_wlfc_compressed_txstatus_update(dhd, results, 1, NULL); in _dhd_wlfc_suppress_txq()
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc2098 Handle<FixedArray> results = factory->NewFixedArray(array->length()); in GetLoadedScripts() local
2104 if (script.HasValidSource()) results->set(length++, script); in GetLoadedScripts()
2107 return FixedArray::ShrinkOrEmpty(isolate_, results, length); in GetLoadedScripts()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp1266 // Pack results. in getCalibratedTimestamps()
1267 std::vector<CalibratedTimestamp> results; in getCalibratedTimestamps() local
1273 results.emplace_back(timestamps[i], deviation); in getCalibratedTimestamps()
1276 return results; in getCalibratedTimestamps()
1370 domains.push_back(devDomain); // Device results at index 0. in runTest()
1371 domains.push_back(hostDomain); // Host results at index 1. in runTest()
2763 // Create results buffer. in FillBufferBeforeCopyTestInstance()
2903 // Create results buffer. in ResetTimestampQueryBeforeCopyTestInstance()
3201 // Create results buffer. in ConsistentQueryResultsTestInstance()
3272 // Get results fro in iterate()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDebugTests.cpp127 tcu::ResultCollector& results,
425 * and do not affect test results. in verifyMessageCount()
436 * and do not effect test results since they can be assumed to be outside control of in verifyMessageCount()
630 // Generate errors, verify that each error results in a callback call
701 // Generate errors, verify that each error results in a log entry
1532 // Repatedly try verification, new results may be added to m_receivedMessages at any time
1805 tcu::ResultCollector& results,
1807 : NegativeTestContext (host, renderCtx, ctxInfo, log, results, enableLog)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp1189 // Pack results.
1190 std::vector<CalibratedTimestamp> results;
1196 results.emplace_back(timestamps[i], deviation);
1199 return results;
1293 domains.push_back(devDomain); // Device results at index 0.
1294 domains.push_back(hostDomain); // Host results at index 1.
2688 // Create results buffer.
2985 // Create results buffer.
3056 // Get results from buffers.
3062 // Get results wit
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp1146 // make the results visible to the host. The buffer may be mapped by the application in the in bufferWrite()
2987 void QueryResult::setResults(uint64_t *results, uint32_t queryCount) in setResults() argument
2991 // Accumulate the query results. For multiview, where multiple query indices are used to return in setResults()
2992 // the results, it's undefined how the results are distributed between indices, but the sum is in setResults()
2998 mResults[perQueryIndex] += results[query * mIntsPerResult + perQueryIndex]; in setResults()
3077 // Query results are available after endQuery, retain this query so that we get its serial in endQueryImpl()
3078 // updated which is used to indicate that query results are (or will be) available. in endQueryImpl()
3183 // timestamp results are available immediately, retain this query so that we get its serial in writeTimestamp()
3184 // updated which is used to indicate that query results ar in writeTimestamp()
3245 std::array<uint64_t, 2 * gl::IMPLEMENTATION_ANGLE_MULTIVIEW_MAX_VIEWS> results; getResultImpl() local
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness.js3473 .then(function(results) {
3474 const astArray = results.map(result =>
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h1581 void CreatePhis(TNode<Types>*... results) { in CreatePhis() argument
1587 (AssignPhi(results, *(it++)), ...); in CreatePhis()
1601 // |result_size| specifies the number of results returned by the stub.
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc1002 std::unique_ptr<Array<protocol::Debugger::SearchMatch>>* results) { in searchInContent()
1008 *results = std::make_unique<protocol::Array<protocol::Debugger::SearchMatch>>( in searchInContent()
999 searchInContent( const String16& scriptId, const String16& query, Maybe<bool> optionalCaseSensitive, Maybe<bool> optionalIsRegex, std::unique_ptr<Array<protocol::Debugger::SearchMatch>>* results) searchInContent() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp1117 // results. We define these "undefined results" to always be 0. in lshr()
1123 // undefined results in the code below. This is also an optimization. in lshr()
1179 // results. We define these "undefined results" to always be 0. in shlSlowCase()
1185 // results. It also avoids the expensive computation below for a common case. in shlSlowCase()
1269 static const uint8_t results[32] = { in sqrt() local
1278 return APInt(BitWidth, results[ (isSingleWord() ? VAL : pVal[0]) ]); in sqrt()
1318 // off-by-one discrepancy with results from pari/gp. That discrepancy has been in sqrt()
1634 // can't use 64-bit operands here because we don't have native results o
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp1107 static const uint8_t results[32] = {
1116 return APInt(BitWidth, results[ (isSingleWord() ? U.VAL : U.pVal[0]) ]);
1157 // off-by-one discrepancy with results from pari/gp. That discrepancy has been
1486 // can't use 64-bit operands here because we don't have native results of
1831 // Make sure there is enough space to hold the results.
1898 // Make sure there is enough space to hold the results.
/third_party/ffmpeg/libavcodec/x86/
H A Dfft.asm27 ; While C takes arrays of FFTComplex, SSE/3DNow leave intermediate results
H A Dvp3dsp.asm287 ; Column IDCT normalizes and stores final results
/third_party/ffmpeg/libswscale/x86/
H A Doutput.asm554 ; Now we have the final results in the lower 8 bytes of each register
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.hpp896 std::vector<VkDeviceSize>& results);

Completed in 91 milliseconds

1...<<31323334353637383940