Home
last modified time | relevance | path

Searched refs:pair (Results 2276 - 2300 of 4598) sorted by relevance

1...<<919293949596979899100>>...184

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp64 std::vector<std::pair<Function *, Function *>> Replacements; in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
H A DAnnotations.cpp31 llvm::SmallVector<std::pair<llvm::StringRef, size_t>, 8> OpenRanges; in Annotations()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvectorize_scalar_matrix_constructors_test.cc28 TransformTestWithParam<std::pair<uint32_t, uint32_t>>;
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbirb.h208 * A pair of ints, used to bundle pairs of states or pairs of character classes.
210 typedef std::pair<int32_t, int32_t> IntPair;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h56 using QueueElement = std::pair<NodeRef, Optional<ChildItTy>>;
H A DStatistic.h203 const std::vector<std::pair<StringRef, unsigned>> GetStatistics();
/third_party/vixl/examples/aarch32/
H A Dcustom-aarch32-disasm.cc107 std::pair<Location::Offset, const char*>(GetLocation(), name_)); in ~NamedLabel()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_generator.cc74 std::vector<std::pair<string, string> > options; in GenerateAll()
86 // - A comment can go on a line after a expected package/prefix pair. in GenerateAll()
117 // - A comment can go on a line after a expected package/prefix pair. in GenerateAll()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_generator.cc70 std::vector<std::pair<string, string> > options; in Generate()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dunordered_map_members_test.h36 EXPECT_TRUE((std::is_same<std::pair<const typename TypeParam::key_type, in TYPED_TEST_P()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Ddistribution_test_util_test.cc143 std::vector<std::pair<double, double>> cases = { in TEST()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp43 std::vector<std::pair<protobufs::IdUseDescriptor, uint32_t>> uses_to_replace; in Apply()
/third_party/spirv-tools/source/util/
H A Dstring_utils.h47 std::pair<std::string, std::string> SplitFlagArgs(const std::string& flag);
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSTLUtil.hpp115 std::pair<typename M::iterator,bool> ret = map.insert(entry); in insert()
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderCase.hpp85 virtual void executeForContexts (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config, const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts) = DE_NULL;
/foundation/ability/ability_runtime/test/unittest/running_infos_test/
H A Drunning_infos_test.cpp595 std::pair<std::string, std::shared_ptr<DataAbilityRecord>>(dataAbilityName, dataAbilityRecord)); in HWTEST_F()
635 std::pair<std::string, std::shared_ptr<DataAbilityRecord>>(dataAbilityName, dataAbilityRecord)); in HWTEST_F()
675 std::pair<std::string, std::shared_ptr<DataAbilityRecord>>(dataAbilityName, dataAbilityRecord)); in HWTEST_F()
690 std::pair<std::string, std::shared_ptr<DataAbilityRecord>>(dataAbilityName2, dataAbilityRecord2)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_gauge_bridge.cpp48 [](const std::pair<Color, Dimension>& left, const std::pair<Color, Dimension>& right) { in SortColorStopOffset()
53 [](const std::pair<Color, Dimension>& left, const std::pair<Color, Dimension>& right) { in SortColorStopOffset()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp549 std::pair<RefPtr<Component>, RefPtr<Component>> ViewStackProcessor::WrapComponents() in WrapComponents()
718 return std::pair<RefPtr<Component>, RefPtr<Component>>(components[0], components[components.size() - 1]); in WrapComponents()
744 std::pair<RefPtr<Component>, RefPtr<Component>> ViewStackProcessor::FinishReturnMain() in FinishReturnMain()
748 return std::pair<RefPtr<Component>, RefPtr<Component>>(nullptr, nullptr); in FinishReturnMain()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h149 using FONT_FEATURES_LIST = std::list<std::pair<std::string, int32_t>>;
200 std::pair<int32_t, int32_t> interval;
239 std::optional<std::pair<int32_t, int32_t>> GetIntersectionInterval(std::pair<int32_t, int32_t> interval) const;
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_file.cpp182 headerAnimeStartTimes_.size() * sizeof(std::pair<uint64_t, int64_t>), 1, file_); in WriteHeader()
233 headerAnimeStartTimes_.size() * sizeof(std::pair<uint64_t, int64_t>), 1, file_); in ReadHeader()
660 const std::vector<std::pair<uint64_t, int64_t>>& RSFile::GetAnimeStartTimes() const in GetAnimeStartTimes()
665 void RSFile::AddAnimeStartTimes(const std::vector<std::pair<uint64_t, int64_t>>& startTimes) in AddAnimeStartTimes()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dmetadata_napi.cpp57 std::vector<std::pair<std::string, std::string>> KVSArray;
98 napi_value SetArrayInfo(napi_env env, std::vector<std::pair<std::string, std::string>> recordParameters) in SetArrayInfo()
315 std::vector<std::pair<std::string, std::string>> GetArrayArgument(napi_env env, napi_value object) in GetArrayArgument()
317 std::vector<std::pair<std::string, std::string>> kVStrArray; in GetArrayArgument()
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp324 using SrcInputPair = std::pair<int32_t, Plugin::SrcInputType>; in DoSetVideoSource()
340 using SrcInputPair = std::pair<int32_t, Plugin::SrcInputType>; in DoSetAudioSource()
484 std::pair<int32_t, Plugin::SrcInputType>(sourceId, TransAudioInputType(source))); in SetAudioSourceInternal()
507 std::pair<int32_t, Plugin::SrcInputType>(sourceId, TransVideoInputType(source))); in SetVideoSourceInternal()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_tracker_test.cpp377 std::for_each(g_callbackMap.begin(), g_callbackMap.end(), [this](const auto &pair) { in HWTEST_F()
378 NetworkShareTracker::GetInstance().RegisterSharingEvent(pair.second); in HWTEST_F()
383 std::for_each(g_callbackMap.begin(), g_callbackMap.end(), [this](const auto &pair) { in HWTEST_F()
384 NetworkShareTracker::GetInstance().UnregisterSharingEvent(pair.second); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Ditypes_util.h223 bool Marshalling(const std::pair<F, S> &result, MessageParcel &parcel);
225 bool Unmarshalling(std::pair<F, S> &val, MessageParcel &parcel);
398 bool ITypesUtil::Marshalling(const std::pair<F, S> &result, MessageParcel &parcel) in Marshalling()
410 bool ITypesUtil::Unmarshalling(std::pair<F, S> &val, MessageParcel &parcel) in Unmarshalling()
/kernel/linux/linux-5.10/drivers/tty/
H A Dpty.c109 * the other side of the pty/tty pair.
360 * pty_common_install - set up the pty pair
365 * Perform the initial set up for the tty/pty pair. Called from the
457 struct tty_struct *pair = tty->link; in pty_remove() local
459 if (pair) in pty_remove()
460 pair->driver->ttys[pair->index] = NULL; in pty_remove()

Completed in 23 milliseconds

1...<<919293949596979899100>>...184