Home
last modified time | relevance | path

Searched refs:pair (Results 1501 - 1525 of 4582) sorted by relevance

1...<<61626364656667686970>>...184

/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h148 int GetAll(std::list<std::pair<std::vector<uint8_t>, std::vector<uint8_t>>> &data);
151 int GetAllInner(std::list<std::pair<std::vector<uint8_t>, std::vector<uint8_t>>> &data, GRD_ResultSet *resultSet);
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify_utils.cpp29 list<pair<string, CacheNode>> CloudDiskNotifyUtils::cacheList_;
30 unordered_map<string, list<pair<string, CacheNode>>::iterator> CloudDiskNotifyUtils::cacheMap_;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dimage_filter.h105 const std::vector<std::pair<float, float>>& fractionStops, GradientDir direction,
161 ImageFilter(FilterType t, float radius, const std::vector<std::pair<float, float>>& fractionStops,
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsort.h182 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair() argument
185 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsort.h187 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair() argument
190 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
/third_party/googletest/googletest/src/hwext/
H A Dgtest-filter.cc51 filterFlagsKv.insert(pair<const char*, string*>(sets.at(i)->naming(), new string(""))); in getAllFilterFlagsKv()
55 filterFlagsKv.insert(pair<const char*, string*>(kStrictFilter, new string("false"))); in getAllFilterFlagsKv()
/third_party/littlefs/scripts/
H A Dreadtree.py38 mdir.blocks = tuple(blocks[id(p.data)] for p in mdir.pair)
128 mdir.blocks[0], mdir.blocks[1], mdir.rev, mdir.pair[1].rev,
/third_party/node/deps/v8/src/heap/
H A Dmarking-worklist.cc82 std::vector<std::pair<int, InstanceType>> rank; in PrintWorklist()
92 std::greater<std::pair<int, InstanceType>>()); in PrintWorklist()
/third_party/node/deps/v8/src/utils/
H A Didentity-map.h77 std::pair<int, bool> InsertKey(Address address, uint32_t hash);
79 std::pair<int, bool> LookupOrInsert(Address key);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h49 using ValueList = std::vector<std::pair<const Value *, unsigned>>;
53 using IndexAndAttrSet = std::pair<unsigned, AttributeSet>;
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLBackwardsCompatibleContextTest.cpp21 std::pair<EGLint, EGLint> GetCurrentContextVersion() in GetCurrentContextVersion()
109 std::pair<EGLint, EGLint> testVersions[] = { in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Dconstant_uniform_facts.cpp223 std::pair<protobufs::FactConstantUniform, uint32_t>( in MaybeAddFact()
228 const std::vector<std::pair<protobufs::FactConstantUniform, uint32_t>>&
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Dconstant_uniform_facts.cpp223 std::pair<protobufs::FactConstantUniform, uint32_t>( in MaybeAddFact()
228 const std::vector<std::pair<protobufs::FactConstantUniform, uint32_t>>&
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DShaderModule.h74 using PipelineLayoutEntryPointPair = std::pair<PipelineLayoutBase*, std::string>;
76 size_t operator()(const PipelineLayoutEntryPointPair& pair) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h142 const std::vector<std::pair<PatchLocation, int64_t>> &
298 std::vector<std::pair<PatchLocation, int64_t>> LocationAttributes;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h113 std::pair<MCAsmParserExtension*, DirectiveHandler>;
174 unsigned &NumInputs, SmallVectorImpl<std::pair<void *, bool>> &OpDecls,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DBinary.h193 std::pair<std::unique_ptr<T>, std::unique_ptr<MemoryBuffer>> takeBinary();
218 std::pair<std::unique_ptr<T>, std::unique_ptr<MemoryBuffer>>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DDenseMapInfo.h137 struct DenseMapInfo<std::pair<T, U> > {
138 typedef std::pair<T, U> Pair;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DStatistic.cpp254 const std::vector<std::pair<StringRef, unsigned>> llvm::GetStatistics() { in GetStatistics()
256 std::vector<std::pair<StringRef, unsigned>> ReturnStats; in GetStatistics()
H A DTimeProfiler.cpp31 typedef std::pair<size_t, DurationType> CountAndDurationType;
32 typedef std::pair<std::string, CountAndDurationType>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h78 class IndexRange : public std::pair<IndexType,IndexType> {
82 : std::pair<IndexType,IndexType>(Start, End), Fixed(F), TiedEnd(T) {} in IndexRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp44 std::pair<SDNode *, SDNode *>
198 std::pair<SDNode *, SDNode *> LoHi = in trySelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp235 ArrayRef<std::pair<int, const char *>>
237 static const std::pair<int, const char *> TargetIndices[] = { in getSerializableTargetIndices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp71 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; in hasMetadataOtherThanDebugLoc()
144 SmallVector<std::pair<GlobalVariable *, GlobalVariable *>, 32> in mergeConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp227 SmallVector<std::pair<BasicBlock *, BasicBlock::iterator>, 4> Worklist; in FindDependencies()
230 std::pair<BasicBlock *, BasicBlock::iterator> Pair = in FindDependencies()

Completed in 22 milliseconds

1...<<61626364656667686970>>...184