Home
last modified time | relevance | path

Searched refs:results (Results 1151 - 1175 of 1505) sorted by relevance

1...<<41424344454647484950>>...61

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp2143 msg << "Invalid value found in results buffer (expected value 1u but found " << resultCount << ")"; in badInheritanceInfoTest()
3725 tcu::Vec4 results[4]; in orderBindPipelineTest() local
3782 result.readResultContentsTo(&results); in orderBindPipelineTest()
3785 if (results[0] == references[0] && in orderBindPipelineTest()
3786 results[1] == references[1] && in orderBindPipelineTest()
3787 results[2] == references[2] && in orderBindPipelineTest()
3788 results[3] == references[3]) in orderBindPipelineTest()
3792 else if (results[0] == tcu::Vec4(-1.0f) && in orderBindPipelineTest()
3793 results[1] == tcu::Vec4(-1.0f) && in orderBindPipelineTest()
3794 results[ in orderBindPipelineTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp2143 msg << "Invalid value found in results buffer (expected value 1u but found " << resultCount << ")"; in badInheritanceInfoTest()
3725 tcu::Vec4 results[4]; in orderBindPipelineTest() local
3782 result.readResultContentsTo(&results); in orderBindPipelineTest()
3785 if (results[0] == references[0] && in orderBindPipelineTest()
3786 results[1] == references[1] && in orderBindPipelineTest()
3787 results[2] == references[2] && in orderBindPipelineTest()
3788 results[3] == references[3]) in orderBindPipelineTest()
3792 else if (results[0] == tcu::Vec4(-1.0f) && in orderBindPipelineTest()
3793 results[1] == tcu::Vec4(-1.0f) && in orderBindPipelineTest()
3794 results[ in orderBindPipelineTest()
[all...]
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_ability_manager.h312 int32_t IsValidMissionIds(const std::vector<int32_t>& missionIds, std::vector<MissionValidResult>& results) in IsValidMissionIds() argument
786 int32_t IsValidMissionIds(const std::vector<int32_t>& missionIds, std::vector<MissionValidResult>& results) in IsValidMissionIds() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dskinning_system.cpp118 SkinTask(SkinningSystem& system, array_view<const ComponentQuery::ResultRow> results) in SkinTask() argument
119 : system_(system), results_(results) {}; in SkinTask()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/wifi_asset/
H A Dwifi_asset_manager.cpp187 AssetAttr *checkItem = AssetParseAttr(resultSet.results + i, SEC_ASSET_TAG_ALIAS); in WifiAssetAttrQuery()
207 AssetAttr *checkItemSingle = AssetParseAttr(resultSetSingel.results, SEC_ASSET_TAG_SECRET); in WifiAssetAttrQuery()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_proxy.cpp228 int DataShareProxy::BatchUpdate(const UpdateOperations &operations, std::vector<BatchUpdateResult> &results) in BatchUpdate() argument
252 if (!ITypesUtil::Unmarshal(reply, results)) { in BatchUpdate()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h130 * @pass_match: clients waiting for the results
382 * struct iwl_scan_results_notif - scan results for one channel -
384 * @channel: which channel the results are from
401 * @scanned_channels: number of channels scanned (and number of valid results)
407 * @results: an array of scan results, only "scanned_channels" of them are valid
416 struct iwl_scan_results_notif results[]; member
1169 * struct iwl_scan_offload_profiles_query_v1 - match results query response
1213 * struct iwl_scan_offload_match_info - match results information
1243 * results arra
1258 struct iwl_scan_results_notif results[]; global() member
[all...]
/third_party/gn/src/base/files/
H A Dfile_util_posix.cc503 bool GetFileInfo(const FilePath& file_path, File::Info* results) { in GetFileInfo() argument
508 results->FromStat(file_info); in GetFileInfo()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPIC.java259 //+2.55 results -2.55 results in TestRounding()
451 List<FieldContainer> results = findFields(format.formatToCharacterIterator(object)); in t_Format()
454 + format.format(object), compare(results, expectedResults)); in t_Format()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatAPIC.java262 //+2.55 results -2.55 results in TestRounding()
454 List<FieldContainer> results = findFields(format.formatToCharacterIterator(object)); in t_Format()
457 + format.format(object), compare(results, expectedResults)); in t_Format()
/third_party/mesa3d/src/freedreno/computerator/
H A Da6xx.c516 a6xx_read_perfcntrs(struct backend *b, uint64_t *results) in a6xx_read_perfcntrs() argument
524 results[i] = samples[i].result; in a6xx_read_perfcntrs()
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.hh297 ownvec<ValType>&& results = ownvec<ValType>::make()
303 auto results() const -> const ownvec<ValType>&;
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py340 results = pool.map_async(worker, commands).get(timeout=240)
348 for index, errors in enumerate(results):
764 result.add_option('--no-linter-cache', help="Do not cache linter results",
/third_party/icu/icu4c/source/test/cintltst/
H A Dcfrtst.c72 const static UCollationResult results[] = variable
166 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.h165 explicit ParseResultIterator(std::vector<ParseResult> results, in ParseResultIterator() argument
167 : results_(std::move(results)), matched_input_(matched_input) {} in ParseResultIterator()
324 // Check if {other} results in the same AST as this Item.
415 // A grammar can have a result, which is the results of the start symbol.
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_perfcounter.c205 uint64_t *results = buffer; in r600_pc_query_add_result() local
212 uint32_t value = results[counter->base + j * counter->stride]; in r600_pc_query_add_result()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSampleShadingTests.cpp394 tcu::TextureLevel results(m_texFormat, width, HEIGHT); in iterate()
395 tcu::PixelBufferAccess pixels = results.getAccess(); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderMultisampleInterpolationTests.cpp476 // Verify the results. in iterate()
477 tcu::TextureLevel results(m_texFormat, width, HEIGHT); in iterate()
478 tcu::PixelBufferAccess pixels = results.getAccess(); in iterate()
/third_party/python/Lib/concurrent/futures/
H A Dprocess.py221 """Evaluates calls from call_queue and places the results in result_queue.
353 # while waiting on new results.
816 results = super().map(partial(_process_chunk, fn),
819 return _chain_from_iterable_of_lists(results)
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_api.cpp753 napi_value results = nullptr; in HandleExecuteResult() local
771 results = resultConvert.ResultSetToObject(env, executeHelper->resultSet); in HandleExecuteResult()
772 if (results != nullptr) { in HandleExecuteResult()
773 napi_get_element(env, results, 0, &result); in HandleExecuteResult()
777 results = resultConvert.ResultSetToObject(env, executeHelper->resultSet); in HandleExecuteResult()
778 if (results != nullptr) { in HandleExecuteResult()
779 napi_get_element(env, results, 0, &result); in HandleExecuteResult()
/kernel/linux/linux-5.10/drivers/net/dsa/b53/
H A Db53_common.c1727 struct b53_arl_entry results[2]; in b53_fdb_dump() local
1741 b53_arl_search_rd(priv, 0, &results[0]); in b53_fdb_dump()
1742 ret = b53_fdb_copy(port, &results[0], cb, data); in b53_fdb_dump()
1747 b53_arl_search_rd(priv, 1, &results[1]); in b53_fdb_dump()
1748 ret = b53_fdb_copy(port, &results[1], cb, data); in b53_fdb_dump()
1752 if (!results[0].is_valid && !results[1].is_valid) in b53_fdb_dump()
/kernel/linux/linux-6.6/drivers/net/dsa/b53/
H A Db53_common.c1813 struct b53_arl_entry results[2]; in b53_fdb_dump() local
1829 b53_arl_search_rd(priv, 0, &results[0]); in b53_fdb_dump()
1830 ret = b53_fdb_copy(port, &results[0], cb, data); in b53_fdb_dump()
1835 b53_arl_search_rd(priv, 1, &results[1]); in b53_fdb_dump()
1836 ret = b53_fdb_copy(port, &results[1], cb, data); in b53_fdb_dump()
1840 if (!results[0].is_valid && !results[1].is_valid) in b53_fdb_dump()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorTest.java254 * get the expected results.
3604 * TODO: confirm that the expected results are correct.
3605 * For now, test just confirms that C++ and Java give identical results.
3851 String[] results = new String[v.size()]; in expect()
3852 v.toArray(results); in expect()
3853 expectAux(t.getID() + ":Incremental", results, in expect()
3881 static boolean expectAux(String tag, String[] results, boolean pass, in expectAux() argument
3885 for (int i = 0; i < results.length; ++i) { in expectAux()
3889 } else if (i == results.length - 1) { in expectAux()
3895 msg(" " + label + results[ in expectAux()
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java251 * get the expected results.
3601 * TODO: confirm that the expected results are correct.
3602 * For now, test just confirms that C++ and Java give identical results.
3851 String[] results = new String[v.size()]; in expect()
3852 v.toArray(results); in expect()
3853 expectAux(t.getID() + ":Incremental", results, in expect()
3881 static boolean expectAux(String tag, String[] results, boolean pass, in expectAux() argument
3885 for (int i = 0; i < results.length; ++i) { in expectAux()
3889 } else if (i == results.length - 1) { in expectAux()
3895 msg(" " + label + results[ in expectAux()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiMaintenance1Tests.cpp732 tcu::ResultCollector* results) in verifyFenceSignalOrdering()
745 results->check(isSignaled || !visitedSignaledFence, in verifyFenceSignalOrdering()
758 tcu::ResultCollector results (log); in presentFenceTest()
1057 verifyFenceSignalOrdering(vkd, device, presentFences, surfaceCount, j, nextUnfinishedPresent[j], iterations, &results); in presentFenceTest()
1065 verifyFenceSignalOrdering(vkd, device, presentFences, surfaceCount, j, nextUnfinishedPresent[j], iterations, &results); in presentFenceTest()
1087 return tcu::TestStatus(results.getResult(), results.getMessage()); in presentFenceTest()
1247 return tcu::TestStatus::fail("Re-query returned more results than provided"); in presentModesQueryTest()
1269 return tcu::TestStatus::fail("Re-query returned different results count than provided"); in presentModesQueryTest()
1275 // Check that querying with a count higher than supported still returns as many results a in presentModesQueryTest()
725 verifyFenceSignalOrdering(const DeviceInterface& vkd, const VkDevice device, const std::vector<FenceSp> &fences, const deUint32 stride, const deUint32 offset, const deUint32 lastKnownSignaled, const deUint32 maxIndex, tcu::ResultCollector* results) verifyFenceSignalOrdering() argument
[all...]

Completed in 52 milliseconds

1...<<41424344454647484950>>...61