Home
last modified time | relevance | path

Searched refs:results (Results 1201 - 1225 of 1308) sorted by relevance

1...<<41424344454647484950>>...53

/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...]
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/
H A Dmission_list_manager_test.cpp6227 std::vector<MissionValidResult> results; in HWTEST_F() local
6231 EXPECT_EQ(missionListManager->IsValidMissionIds(missionIds, results), ERR_OK); in HWTEST_F()
6265 std::vector<MissionValidResult> results; in HWTEST_F() local
6269 EXPECT_EQ(missionListManager->IsValidMissionIds(missionIds, results), ERR_OK); in HWTEST_F()
6287 std::vector<MissionValidResult> results; in HWTEST_F() local
6288 EXPECT_EQ(missionListManager->IsValidMissionIds(missionIds, results), ERR_OK); in HWTEST_F()
6289 EXPECT_EQ(results.size(), size); in HWTEST_F()
/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...]
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp3987 const std::vector<int32_t> &missionIds, std::vector<MissionValidResult> &results) in IsValidMissionIds()
4002 results.push_back(missionResult); in IsValidMissionIds()
4007 results.push_back(missionResult); in IsValidMissionIds()
4012 results.push_back(missionResult); in IsValidMissionIds()
3986 IsValidMissionIds( const std::vector<int32_t> &missionIds, std::vector<MissionValidResult> &results) IsValidMissionIds() argument
/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...]
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp1377 bool GetIntVecValue(napi_env &env, napi_value &jsValue, std::vector<int32_t> &results) in GetIntVecValue() argument
1386 results.emplace_back(vals[i]); in GetIntVecValue()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp871 std::vector<MissionValidResult> results; in HWTEST_F() local
872 EXPECT_EQ(abilityMs_->IsValidMissionIds(missionIds, results), ERR_INVALID_VALUE); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_proxy.cpp706 const std::vector<int32_t>& sessionIds, std::vector<bool>& results) in IsValidSessionIds()
732 reply.ReadBoolVector(&results); in IsValidSessionIds()
705 IsValidSessionIds( const std::vector<int32_t>& sessionIds, std::vector<bool>& results) IsValidSessionIds() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp228 std::vector<bool> results = {}; in HWTEST_F() local
229 WSError result = ssm_->IsValidSessionIds(sessionIds, results); in HWTEST_F()
/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.

Completed in 113 milliseconds

1...<<41424344454647484950>>...53