Home
last modified time | relevance | path

Searched refs:pair (Results 1776 - 1800 of 4373) sorted by relevance

1...<<71727374757677787980>>...175

/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dutd_test.cpp579 for (const auto& pair : typeIdMap) { in HWTEST_F()
580 utd1 = OH_Utd_Create(pair.first.c_str()); in HWTEST_F()
582 EXPECT_EQ(pair.second, typeId); in HWTEST_F()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp417 int PreferencesDb::GetAllInner(std::list<std::pair<std::vector<uint8_t>, std::vector<uint8_t>>> &data, in GetAllInner()
422 std::pair<std::vector<uint8_t>, std::vector<uint8_t>> dataItem; in GetAllInner()
451 int PreferencesDb::GetAll(std::list<std::pair<std::vector<uint8_t>, std::vector<uint8_t>>> &data) in GetAll()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_adapter.cpp308 for (const auto& pair : sessionAndPackageMap_) { in GetSocketNameFromMap()
309 if (pair.second == sessionAndPack) { in GetSocketNameFromMap()
310 socket = pair.first; in GetSocketNameFromMap()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h132 static std::pair<size_t, size_t> AddVectorToCmdList(CmdList& cmdList, const std::vector<Type>& vec) in AddVectorToCmdList()
134 std::pair<size_t, size_t> ret(0, 0); in AddVectorToCmdList()
146 static std::vector<Type> GetVectorFromCmdList(const CmdList& cmdList, std::pair<size_t, size_t> info) in GetVectorFromCmdList()
/third_party/gn/src/gn/
H A Djson_project_writer.cc44 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in AddTargetDependencies()
45 if (deps->add(pair.ptr)) { in AddTargetDependencies()
46 AddTargetDependencies(pair.ptr, deps); in AddTargetDependencies()
H A Dohos_components.cc427 for (const auto& pair : override_map_) { in GetExternalDepsLabel()
428 if (pair.first == component_name) { in GetExternalDepsLabel()
429 component_name = pair.second; in GetExternalDepsLabel()
H A Dtool.cc175 LabelPtrPair<Pool> pair(label); in ReadLabel()
176 pair.origin = defined_from(); in ReadLabel()
178 *field = std::move(pair); in ReadLabel()
H A Dvalue_extractors.cc173 std::pair<std::string, LibFile>* out, in operator ()()
200 *out = std::pair(cratename, path); in operator ()()
475 std::vector<std::pair<std::string, LibFile>>* externs, in ExtractListOfExterns()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.h239 auto evaluate_resource_offset(nir_intrinsic_instr *instr, int src_id) -> std::pair<int, PRegister>; member in r600::Shader::std
273 using IOMap = std::map<int, T, std::less<int>, Allocator<std::pair<const int, T>>>;
389 std::pair<unsigned, unsigned>
/third_party/node/lib/internal/webstreams/
H A Dadapters.js611 * @param {ReadableWritablePair} pair
622 function newStreamDuplexFromReadableWritablePair(pair = kEmptyObject, options = kEmptyObject) {
623 validateObject(pair, 'pair');
627 } = pair;
631 'pair.readable',
637 'pair.writable',
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.cc102 const std::vector<std::pair<v8::Local<v8::Context>, size_t>>&
134 const std::vector<std::pair<v8::Local<v8::Context>, size_t>>& in MeasurementComplete()
314 std::vector<std::pair<v8::Local<v8::Context>, size_t>> sizes; in ReportResults()
H A Dpaged-spaces.h148 V8_WARN_UNUSED_RESULT base::Optional<std::pair<Address, size_t>>
373 base::Optional<std::pair<Address, size_t>> ExpandBackground(
399 V8_WARN_UNUSED_RESULT base::Optional<std::pair<Address, size_t>>
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server.cc159 for (const auto& pair : scripts_) { in GetLoadedModules()
160 uint32_t module_id = pair.first; in GetLoadedModules()
161 const WasmModuleDebug& module_debug = pair.second; in GetLoadedModules()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.h241 std::pair<String16, std::unique_ptr<protocol::DictionaryValue>>;
253 std::unordered_map<String16, std::vector<std::pair<int, int>>>
255 std::unordered_map<String16, std::vector<std::pair<int, int>>> m_skipList;
/third_party/node/deps/v8/src/torque/ls/
H A Dmessage-handler.cc169 for (auto& pair : collector.notifications()) { in SendCompilationDiagnostics()
170 PublishDiagnosticsNotification& notification = pair.second; in SendCompilationDiagnostics()
175 const SourceId& source = pair.first; in SendCompilationDiagnostics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp60 /// Roots - GC roots in the current function. Each is a pair of the
62 std::vector<std::pair<CallInst *, AllocaInst *>> Roots;
235 SmallVector<std::pair<CallInst *, AllocaInst *>, 16> MetaRoots; in CollectRoots()
242 std::pair<CallInst *, AllocaInst *> Pair = std::make_pair( in CollectRoots()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddef_use_test.cpp82 using IdInstPair = std::pair<uint32_t, std::string>;
83 using IdInstsPair = std::pair<uint32_t, std::vector<std::string>>;
585 std::vector<std::pair<uint32_t, uint32_t>> candidates;
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_context.h405 std::pair<uint32_t, uint32_t> GetRandomBranchWeights() { in GetRandomBranchWeights()
406 std::pair<uint32_t, uint32_t> branch_weights = {0, 0}; in GetRandomBranchWeights()
604 uint32_t ChooseBetweenMinAndMax(const std::pair<uint32_t, uint32_t>& min_max);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_context.h405 std::pair<uint32_t, uint32_t> GetRandomBranchWeights() { in GetRandomBranchWeights()
406 std::pair<uint32_t, uint32_t> branch_weights = {0, 0}; in GetRandomBranchWeights()
604 uint32_t ChooseBetweenMinAndMax(const std::pair<uint32_t, uint32_t>& min_max);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddef_use_test.cpp82 using IdInstPair = std::pair<uint32_t, std::string>;
83 using IdInstsPair = std::pair<uint32_t, std::vector<std::string>>;
585 std::vector<std::pair<uint32_t, uint32_t>> candidates;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPipelineLayout.cpp291 for (const EntryPointMetadata::SamplerTexturePair& pair : in CreateDefault()
293 BindGroupLayoutEntry* entry = &entryData[pair.texture.group][pair.texture.binding]; in CreateDefault()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.cc316 CodeOffsetPairBuilder* pair = &(pair_list->at(location)); in FindCodeOffsetPair() local
317 if (glyph_id < pair->glyph_code()) { in FindCodeOffsetPair()
320 } else if (glyph_id > pair->glyph_code()) { in FindCodeOffsetPair()
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py62 for pair in passed_expected:
63 x = ttk.LabeledScale(self.root, from_=pair[0])
64 self.assertEqual(x.value, pair[1])
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h100 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
185 ArrayRef<std::pair<HeaderData::AtomType, HeaderData::Form>> getAtomsDesc();
196 std::pair<uint64_t, dwarf::Tag> readAtoms(uint64_t *HashDataOffset);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h263 using StubInitsMap = StringMap<std::pair<JITTargetAddress, JITSymbolFlags>>;
388 using StubKey = std::pair<uint16_t, uint16_t>;
390 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;

Completed in 24 milliseconds

1...<<71727374757677787980>>...175