Home
last modified time | relevance | path

Searched refs:results (Results 1276 - 1300 of 1430) sorted by relevance

1...<<5152535455565758

/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js1610 * contains wildcards, in these cases the results are
1874 * or 'world', though those that contain both will rank higher in the results.
1918 * Results will be returned sorted by their score, the most relevant results
2120 * results
2175 results = [],
2186 * populate the results.
2232 results.push(match)
2237 * Sort the results objects by score, highest first.
2239 return results.sort(function (a, b) {
2345 * @property {number} _k1 - A parameter to control how quickly an increase in term frequency results i
[all...]
/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py461 # Make sure the results were all computed before the
475 # Make sure the results were all computed before the
574 # Make sure the results were all computed before the
596 # Make sure the results were all computed before the executor got
858 results = []
863 results.append(i)
869 self.assertEqual([None, None], results)
/base/notification/common_event_service/services/test/unittest/
H A Dability_manager_helper_test.cpp465 const std::vector<int32_t> &missionIds, std::vector<MissionValidResult> &results) override
H A Dcommon_event_subscribe_unit_test.cpp525 const std::vector<int32_t> &missionIds, std::vector<MissionValidResult> &results) override
/base/security/asset/test/unittest/module_test/src/
H A Dasset_system_api_test.cpp112 AssetResult result = resultSet.results[0]; in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H A Dmission_list_manager.h354 std::vector<MissionValidResult> &results) override;
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp388 std::map<std::string, DistributedKv::Status> &results) in DeleteBackup()
387 DeleteBackup(const std::vector<std::string> &files, const std::string &baseDir, std::map<std::string, DistributedKv::Status> &results) DeleteBackup() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_lite_stub_test.cpp35 WSError IsValidSessionIds(const std::vector<int32_t>& sessionIds, std::vector<bool>& results) override
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
H A DwrapKey_unwrapKey.https.any.js16 .then(function(results) {
/third_party/skia/platform_tools/android/apps/skottie/
H A Dskottie_metric.sql16 -- limit test results starting from second frame to 7 seconds after that
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp710 // 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 Dcmsccoll.c252 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 DvkRayTracingUtil.cpp3409 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 DReactorUnitTests.cpp1046 // 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];
/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp2838 auto isValidMissionIdsTask = [&](const std::vector<int32_t>& ids, std::vector<MissionValidResult>& results) { in HWTEST_F()
2842 results.push_back(result); in HWTEST_F()
2861 auto isValidMissionIdsTask = [&](const std::vector<int32_t>& ids, std::vector<MissionValidResult>& results) { in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_client.cpp1577 const std::vector<int32_t> &missionIds, std::vector<MissionValidResult> &results) in IsValidMissionIds()
1592 results.push_back(missionResult); in IsValidMissionIds()
1599 return abms->IsValidMissionIds(missionIds, results); in IsValidMissionIds()
1576 IsValidMissionIds( const std::vector<int32_t> &missionIds, std::vector<MissionValidResult> &results) IsValidMissionIds() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp515 std::vector<WifiDeviceConfig> results; in BeginPnoScanSuccess1() local
520 results.push_back(cfg); in BeginPnoScanSuccess1()
522 .WillRepeatedly(DoAll(SetArgReferee<0>(results), Return(0))); in BeginPnoScanSuccess1()
/third_party/node/src/
H A Dcares_wrap.cc1451 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 DvktMemoryMappingTests.cpp915 AllocationCallbackValidationResults results;
918 validateAllocationCallbacks(recorder, &results);
920 if (!results.liveAllocations.empty())
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp297 std::smatch results; in ParseDollarResource() local
299 if (!std::regex_match(resName, results, tokenRegex)) { in ParseDollarResource()
302 targetModule = results[1]; in ParseDollarResource()
303 if (isParseType && !ConvertResourceType(results[RES_TYPE_INDEX], resType)) { in ParseDollarResource()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c895 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 Dlitest.c934 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 Dreadme.tex420 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 DSpirvShaderDebugger.cpp995 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);
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_proxy.h1072 * @param results Output parameters, return results up to 20 query results.
1076 const std::vector<int32_t> &missionIds, std::vector<MissionValidResult> &results) override;

Completed in 80 milliseconds

1...<<5152535455565758