/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | utd_test.cpp | 579 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 D | preferences_db_adapter.cpp | 417 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 D | softbus_adapter.cpp | 308 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 D | cmd_list_helper.h | 132 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 D | json_project_writer.cc | 44 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 D | ohos_components.cc | 427 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 D | tool.cc | 175 LabelPtrPair<Pool> pair(label); in ReadLabel() 176 pair.origin = defined_from(); in ReadLabel() 178 *field = std::move(pair); in ReadLabel()
|
H A D | value_extractors.cc | 173 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 D | sfn_shader.h | 239 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 D | adapters.js | 611 * @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 D | memory-measurement.cc | 102 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 D | paged-spaces.h | 148 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 D | gdb-server.cc | 159 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 D | v8-debugger-agent-impl.h | 241 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 D | message-handler.cc | 169 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 D | ShadowStackGCLowering.cpp | 60 /// 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 D | def_use_test.cpp | 82 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 D | fuzzer_context.h | 405 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 D | fuzzer_context.h | 405 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 D | def_use_test.cpp | 82 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 D | PipelineLayout.cpp | 291 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 D | index_sub_table_format4.cc | 316 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 D | test_extensions.py | 62 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 D | DWARFAcceleratorTable.h | 100 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 D | IndirectionUtils.h | 263 using StubInitsMap = StringMap<std::pair<JITTargetAddress, JITSymbolFlags>>; 388 using StubKey = std::pair<uint16_t, uint16_t>; 390 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;
|