Home
last modified time | relevance | path

Searched refs:pair (Results 2951 - 2975 of 4585) sorted by relevance

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dwater_version_manager_test.cpp42 static std::vector<std::pair<std::string, std::string>> staticStores_ = { { "bundle0", "store0" },
44 static std::vector<std::pair<std::string, std::string>> dynamicStores_ = { { "bundle0", "store1" },
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
H A Djs_utils.h184 std::pair<napi_status, napi_value> GetInnerValue(napi_env env, napi_value in, const std::string &prop, bool optional);
282 value.insert(std::pair<std::string, T>(key, val)); in Convert2Value()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_impl.cpp522 std::pair<int, PreferencesValue> PreferencesImpl::GetValue(const std::string &key, const PreferencesValue &defValue) in GetValue()
537 std::pair<int, std::map<std::string, PreferencesValue>> PreferencesImpl::GetAllData() in GetAllData()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp275 dhtypeMap.insert(std::pair<DHType, CompConfig>(config.type, config)); in GetCompPathAndVersion()
277 std::pair<DHType, CompVersion>(config.type, GetCompVersionFromComConfig(config))); in GetCompPathAndVersion()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp40 static const std::map<std::pair<std::string, std::string>, std::string> CODECS_MAP = {
569 std::pair<std::string, std::string> comb = {locEnc.name, rmtDec.name}; in ChooseCodecType()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp384 std::vector<std::pair<size_t, size_t>> DrawCmdList::GetReplacedOpList() in GetReplacedOpList()
389 void DrawCmdList::SetReplacedOpList(std::vector<std::pair<size_t, size_t>> replacedOpList) in SetReplacedOpList()
/third_party/gn/src/gn/
H A Danalyzer.cc406 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) in FilterTarget()
407 FilterTarget(pair.ptr, seen, filtered); in FilterTarget()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dmetadata.py196 for pair in data:
214 parts = [p.strip() for p in pair.split(",", 1)]
/third_party/node/deps/v8/src/objects/
H A Djs-relative-time-format.cc441 std::vector<std::pair<int32_t, int32_t>> groups; in FormatToJSArray()
449 groups.push_back(std::pair<int32_t, int32_t>(start, limit)); in FormatToJSArray()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dconfig.pm280 # We would use List::Util::pair() for this... unfortunately, that function
316 foreach my $pair (_pairs @cc_version) {
319 my ( $k, $v ) = @$pair;
/third_party/libabigail/src/
H A Dabg-ir-priv.h354 /// The hashing functor for a pair of uint64_t.
357 /// Hashing function for a pair of uint64_t.
359 /// @param p the pair to hash.
361 operator()(const std::pair<uint64_t, uint64_t>& p) const in operator ()()
365 /// A convenience typedef for a pair of uint64_t which is initially
366 /// intended to store a pair of pointer values.
367 typedef std::pair<uint64_t, uint64_t> uint64_t_pair_type;
372 /// A convenience typedef for a map which key is a pair of uint64_t
426 // have a stack of pair of types. Each pair o
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A Dconfig.pm280 # We would use List::Util::pair() for this... unfortunately, that function
316 foreach my $pair (_pairs @cc_version) {
319 my ( $k, $v ) = @$pair;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp57 typedef std::pair<std::string, vk::VkShaderStageFlagBits> EntryToStage;
145 typedef std::pair<IFDataType, BufferSp> Interface;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Dformatutils9.cpp34 typedef std::pair<GLint, InitializeTextureDataFunction> InternalFormatInitialzerPair;
65 typedef std::pair<GLenum, TextureFormat> D3D9FormatPair;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DSwapChainPanelNativeWindow_unittest.cpp522 class SwapChainPanelScaleTest : public testing::TestWithParam<std::pair<float, bool>>
564 typedef std::pair<float, bool> scaleValidPair;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCombiner.cpp112 std::pair<unsigned, unsigned>
282 std::pair<unsigned, unsigned> MachineCombiner::getLatenciesForInstrSequences( in getLatenciesForInstrSequences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h573 std::pair<SDValue, SDValue>
908 SmallVector<std::pair<unsigned, unsigned>, 4> getRegsAndSizes() const;
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_type.cpp511 for (auto& pair : inst->uses()) { in ValidateTypeFunction()
512 const auto* use = pair.first; in ValidateTypeFunction()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_ssa_test.cpp32 using ValidateSSA = spvtest::ValidateBase<std::pair<std::string, bool>>;
820 std::pair<std::string, bool> cases[] = {
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h160 std::vector<std::pair<mtl::SharedEventRef, uint64_t>> mPendingSignalEvents;
282 std::array<Optional<std::pair<float, float>>, kMaxShaderSamplers> samplerLodClamps;
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp92 std::pair<bool, std::string> ReadFile(const std::string& path) in ReadFile()
112 // Converts the |operandKind| and |quantifier| pair used to describe operands
399 std::pair<unsigned, bool> result{0u,false}; in jsonToSpirv()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp465 std::pair<std::vector<uint32_t>, std::map<uint32_t, std::vector<uint32_t>>>
601 std::vector<std::pair<protobufs::IdUseDescriptor, uint32_t>>* in MaybeAddUseToReplace()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.cpp92 std::pair<bool, std::string> ReadFile(const std::string& path) in ReadFile()
112 // Converts the |operandKind| and |quantifier| pair used to describe operands
399 std::pair<unsigned, bool> result{0u,false}; in jsonToSpirv()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp465 std::pair<std::vector<uint32_t>, std::map<uint32_t, std::vector<uint32_t>>>
601 std::vector<std::pair<protobufs::IdUseDescriptor, uint32_t>>* in MaybeAddUseToReplace()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_type.cpp511 for (auto& pair : inst->uses()) { in ValidateTypeFunction()
512 const auto* use = pair.first; in ValidateTypeFunction()

Completed in 32 milliseconds

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