Home
last modified time | relevance | path

Searched refs:pair (Results 2876 - 2900 of 4595) sorted by relevance

1...<<111112113114115116117118119120>>...184

/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp232 std::pair<uint32_t, uint32_t> FuzzerPassAddLoopsToCreateIntConstantSynonyms::
/third_party/spirv-tools/source/opt/
H A Ddominator_tree.h285 // The first node in the pair is a node in the graph. The second node in the
286 // pair is its immediate dominator.
290 std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges);
H A Dprivate_to_local_pass.cpp39 std::vector<std::pair<Instruction*, Function*>> variables_to_move; in Process()
H A Dtype_manager.h98 // Returns a pair of the type and pointer to the type in |sc|.
101 std::pair<Type*, std::unique_ptr<Pointer>> GetTypeAndPointerType(
/third_party/spirv-tools/source/
H A Dspirv_target_env.cpp131 static const std::pair<const char*, spv_target_env> spvTargetEnvNameMap[] = {
/third_party/spirv-tools/tools/objdump/
H A Dextract_source.cpp148 std::vector<std::pair<spv::Id, std::string>> sources; in ExtractSourceFromModule()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderAlgorithmTests.cpp129 params.insert(pair<string, string>("PRECISION", "mediump")); in createExpressionCase()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorMetalDirect.h37 typedef std::pair<size_t, size_t> uboBindingInfo;
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.cpp30 const std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>>& inputTensorDescs, in NNExecutor()
31 const std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>>& outputTensorDescs) in NNExecutor()
384 const std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>& tensorDesc, const NNTensor& tensor) const in CompareAttribute()
681 const std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>& tensorDesc) in BuildNNTensorFromDesc()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h114 std::vector<std::pair<float, float>>& fractionStops, const JSRef<JSVal>& array);
346 static std::pair<CalcDimension, CalcDimension> ParseSize(const JSCallbackInfo& info);
448 std::pair<bool, std::string>& autoEventPair, std::pair<bool, std::string>& descriptionPair);
/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_wrapper_test_ng.cpp64 const std::pair<int32_t, int32_t> RANGE { -1, 0 };
65 const std::pair<int32_t, int32_t> RANGE_0 { 0, 0 };
87 std::pair<RefPtr<FrameNode>, RefPtr<LayoutWrapperNode>> CreateNodeAndWrapper(const std::string& tag, int32_t nodeId) in CreateNodeAndWrapper()
1463 std::pair<int32_t, int32_t> retRange = layoutWrapper->GetLazyBuildRange(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp250 std::pair<int32_t, int32_t> TextSelectController::GetSelectRangeByOffset(const Offset& localOffset) in GetSelectRangeByOffset()
252 std::pair<int32_t, int32_t> err(-1, -1); in GetSelectRangeByOffset()
286 std::pair<int32_t, int32_t> TextSelectController::GetSelectParagraphByOffset(const Offset& localOffset) in GetSelectParagraphByOffset()
289 std::pair<int32_t, int32_t> err(-1, -1); in GetSelectParagraphByOffset()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_generator_test.cpp84 void OnConnsRefreshRateChanged(const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates) override;
97 const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates) in OnConnsRefreshRateChanged()
532 std::vector<std::pair<uint64_t, uint32_t>> refreshRates = {}; in HWTEST_F()
576 std::vector<std::pair<uint64_t, uint32_t>> refreshRates = {}; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp363 std::vector<std::pair<float, float>> fractionStops; in HWTEST_F()
364 std::pair<float, float> fractionStop; in HWTEST_F()
1466 std::pair<int, int> val = { 1, 2 }; in HWTEST_F()
1479 std::pair<int, int> val = { 1, 2 }; in HWTEST_F()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_meta_data.cpp75 std::pair<std::string, int32_t> NapiMetaData::filterMap_[] = {
130 for (const auto& pair : filterMap_) { in ConvertFilter()
131 if (pair.first == metaKey) { in ConvertFilter()
132 mask.set(pair.second); in ConvertFilter()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dlocal_ability_manager_test.cpp426 std::pair<int32_t, int32_t> key = std::make_pair(SAID, MUT_SAID); in HWTEST_F()
442 std::pair<int32_t, int32_t> key1 = std::make_pair(VAILD_SAID, VAILD_SAID); in HWTEST_F()
443 std::pair<int32_t, int32_t> key2 = std::make_pair(VAILD_SAID, SAID); in HWTEST_F()
502 std::pair<int32_t, int32_t> key = std::make_pair(SAID, MUT_SAID); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp319 std::pair<int32_t, std::shared_ptr<Cursor>> KVDBGeneralStore::Query( in Query()
325 std::pair<int32_t, std::shared_ptr<Cursor>> KVDBGeneralStore::Query(const std::string &table, GenQuery &query) in Query()
472 std::pair<int32_t, std::shared_ptr<Cursor>> KVDBGeneralStore::PreSharing(GenQuery &query) in PreSharing()
783 std::pair<int32_t, uint32_t> KVDBGeneralStore::LockCloudDB()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.cpp1263 std::pair<int, sqlite3_stmt *> SqliteQueryHelper::GetKvCloudQueryStmt(sqlite3 *db, bool forcePush, in GetKvCloudQueryStmt()
1266 std::pair<int, sqlite3_stmt *> res; in GetKvCloudQueryStmt()
1378 std::pair<int, int64_t> SqliteQueryHelper::BindCountKvCloudDataStatement(sqlite3 *db, bool isMemory, in BindCountKvCloudDataStatement()
1389 std::pair<int, int64_t> res = { E_OK, 0 }; in BindCountKvCloudDataStatement()
/kernel/linux/linux-6.6/sound/usb/
H A Dmidi2.c58 struct snd_usb_midi2_endpoint *pair; /* bidirectional pair EP */ member
59 struct snd_usb_midi2_ump *rmidi; /* assigned UMP EP pair */
86 unsigned char usb_block_id; /* USB GTB id used for finding a pair */
743 ep_in->pair = ep_out; in create_midi2_ump()
748 ep_out->pair = ep_in; in create_midi2_ump()
778 usb_audio_dbg(umidi->chip, "Looking for a pair for EP-in 0x%02x\n", in find_matching_ep_partner()
783 if (pair_ep->pair) in find_matching_ep_partner()
957 * A UMP object is created for each EP I/O pair as bidirecitonal in parse_midi_2_0()
/third_party/googletest/googletest/test/
H A Dgoogletest-port-test.cc44 #include <utility> // For std::pair and std::make_pair.
52 using std::pair;
1088 void CountingThreadFunc(pair<AtomicCounterWithMutex*, int> param) { in CountingThreadFunc()
1097 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST()
1126 pair<ThreadLocal<std::string>*, std::string*> param) { in RetrieveThreadLocalValue()
1125 RetrieveThreadLocalValue( pair<ThreadLocal<std::string>*, std::string*> param) RetrieveThreadLocalValue() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c1066 midgard_instruction *pair = in mir_schedule_ldst() local
1073 .instruction_count = pair ? 2 : 1, in mir_schedule_ldst()
1074 .instructions = { ins, pair } in mir_schedule_ldst()
1083 mir_update_worklist(worklist, len, instructions, pair); in mir_schedule_ldst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp719 map.remove_if([&](std::pair<ValueType, SUList> &mapEntry) { in insertBarrierChain()
1226 std::vector<std::pair<const SUnit *, const SUnit*>> ConnectionPairs;
1344 for (const std::pair<const SUnit*, const SUnit*> &P : ConnectionPairs) { in finalize()
1410 std::vector<std::pair<const SUnit *, SUnit::const_pred_iterator>> DFSStack;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp79 std::pair<void**, void*> prepareDeviceGroupPatch (const VkDeviceCreateInfo* pCreateInfo) in prepareDeviceGroupPatch()
95 return std::pair<void**, void*>((void**)&prev->pNext, (void*)curr); in prepareDeviceGroupPatch()
102 return std::pair<void**, void*>(DE_NULL, DE_NULL); in prepareDeviceGroupPatch()
110 std::pair<void*, void*> patch = prepareDeviceGroupPatch(pCreateInfo); in createDevice()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.hpp610 void emit_hoisted_temporaries(SmallVector<std::pair<TypeID, ID>> &temporaries);
703 std::pair<std::string, uint32_t> flattened_access_chain_offset(const SPIRType &basetype, const uint32_t *indices,
864 std::vector<std::pair<uint32_t, uint32_t>> subpass_to_framebuffer_fetch_attachment;
865 std::vector<std::pair<uint32_t, bool>> inout_color_attachments;
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-algs.hh502 operator () (const Pair& pair) const { return pair.first; } in operator ()()
509 operator () (const Pair& pair) const { return pair.second; } in operator ()()

Completed in 52 milliseconds

1...<<111112113114115116117118119120>>...184