/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | water_version_manager_test.cpp | 42 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 D | js_utils.h | 184 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 D | preferences_impl.cpp | 522 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 D | component_loader.cpp | 275 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 D | dscreen.cpp | 40 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 D | draw_cmd_list.cpp | 384 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 D | analyzer.cc | 406 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 D | metadata.py | 196 for pair in data: 214 parts = [p.strip() for p in pair.split(",", 1)]
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-relative-time-format.cc | 441 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 D | config.pm | 280 # 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 D | abg-ir-priv.h | 354 /// 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 D | config.pm | 280 # 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 D | vktSpvAsmGraphicsShaderTestUtil.hpp | 57 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 D | formatutils9.cpp | 34 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 D | SwapChainPanelNativeWindow_unittest.cpp | 522 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 D | MachineCombiner.cpp | 112 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 D | SelectionDAGBuilder.h | 573 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 D | validate_type.cpp | 511 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 D | val_ssa_test.cpp | 32 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 D | mtl_command_buffer.h | 160 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 D | jsonToSpirv.cpp | 92 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 D | fuzzer_pass.cpp | 465 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 D | jsonToSpirv.cpp | 92 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 D | fuzzer_pass.cpp | 465 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 D | validate_type.cpp | 511 for (auto& pair : inst->uses()) { in ValidateTypeFunction() 512 const auto* use = pair.first; in ValidateTypeFunction()
|