Home
last modified time | relevance | path

Searched refs:pair (Results 2026 - 2050 of 4639) sorted by relevance

1...<<81828384858687888990>>...186

/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_base.cpp222 std::pair<int, PreferencesValue> PreferencesBase::GetValue(const std::string &key, const PreferencesValue &defValue) in GetValue()
227 std::pair<int, std::map<std::string, PreferencesValue>> PreferencesBase::GetAllData() in GetAllData()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.cpp200 [event](const pair<std::string, std::pair<int, uint32_t>> &iter) { in NotifyEvent()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_entity.cpp255 [event](const pair<std::string, std::pair<int, uint32_t>> &iter) { in NotifyEvent()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h37 using CmdListData = std::pair<const void*, size_t>;
289 std::vector<std::pair<size_t, OpDataHandle>> imageHandleVec_;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dimage_filter.cpp78 ImageFilter::ImageFilter(FilterType t, float radius, const std::vector<std::pair<float, float>>& fractionStops,
127 const std::vector<std::pair<float, float>>& fractionStops, GradientDir direction, in CreateGradientBlurImageFilter()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager_agent_controller.cpp48 std::pair<int32_t, WindowManagerAgentType> pidPair = {pid, type}; in RegisterWindowManagerAgent()
50 std::pair<int32_t, WindowManagerAgentType>>::value_type(windowManagerAgent->AsObject(), pidPair)); in RegisterWindowManagerAgent()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h142 std::vector<std::pair<uint64_t, WindowVisibilityState>> GetWindowVisibilityChangeInfo(
151 std::vector<std::pair<uint64_t, WindowVisibilityState> > lastVisibleData_;
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-cs5535.c165 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme) in cs5535_gpio_setup_event() argument
188 val |= ((pair & 7) << shift); in cs5535_gpio_setup_event()
/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_mmio.c79 [cc] "+d" (cc), [ioaddr_len] "+&d" (ioaddr_len.pair) in __pcistg_mio_inuser()
223 [ioaddr_len] "+&d" (ioaddr_len.pair), in __pcilg_mio_inuser()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-cs5535.c165 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme) in cs5535_gpio_setup_event() argument
188 val |= ((pair & 7) << shift); in cs5535_gpio_setup_event()
/third_party/gn/src/base/strings/
H A Dstring_split.cc99 // below code will copy the strings directly into the result pair. in AppendStringKeyValue()
211 for (const std::string_view& pair : pairs) { in SplitStringIntoKeyValuePairs()
212 if (!AppendStringKeyValue(pair, key_value_delimiter, key_value_pairs)) { in SplitStringIntoKeyValuePairs()
/third_party/glslang/glslang/Include/
H A DCommon.h180 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<K const, D> > > {
184 class TUnorderedMap : public std::unordered_map<K, D, HASH, PRED, pool_allocator<std::pair<K const, D> > > {
/third_party/benchmark/test/
H A Dperf_counters_gtest.cc168 std::vector<std::pair<std::string, double>> measurements; in TEST()
301 std::vector<std::pair<std::string, double>> measurements; in TEST()
/third_party/cups-filters/filter/pdftopdf/
H A Dnup.cc144 std::pair<int,int> NupState::convert_order(int subpage) const // {{{ in convert_order()
224 static std::pair<Axis,Position> parsePosition(char a,char b) // {{{ returns ,CENTER(0) on invalid in parsePosition()
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h407 // A type transform to remove constness from the first part of a pair.
409 // and this transform produces a similar but assignable pair.
415 // Partially specialized to remove constness from std::pair<const K, V>.
417 struct RemoveConstFromKey<std::pair<const K, V> > {
418 typedef std::pair<K, V> type;
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberrangeformatter.h610 * Extracts the formatted range as a pair of decimal numbers. This endpoint
625 * @return A pair of StringClasses containing the numeric strings.
629 inline std::pair<StringClass, StringClass> getDecimalNumbers(UErrorCode& status) const;
632 * Returns whether the pair of numbers was successfully formatted as a range or whether an identity fallback was
711 std::pair<StringClass, StringClass> FormattedNumberRange::getDecimalNumbers(UErrorCode& status) const { in getDecimalNumbers()
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h154 int Compare(const CIndexToPathPair &pair) const
156 return MyCompare(Index, pair.Index);
/third_party/littlefs/
H A Dlfs.h359 lfs_block_t pair[2]; member
412 lfs_block_t pair[2]; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_valuefactory.h276 Allocator<std::pair<const Key, T>>>;
280 Allocator<std::pair<const Key, T>>>;
/third_party/node/src/
H A Dnode_process_object.cc114 std::pair<std::string_view, std::string_view> in CreateProcessObject()
121 *slot++ = std::pair<std::string_view, std::string_view>( \ in CreateProcessObject()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberrangeformatter.h617 * Extracts the formatted range as a pair of decimal numbers. This endpoint
632 * @return A pair of StringClasses containing the numeric strings.
636 inline std::pair<StringClass, StringClass> getDecimalNumbers(UErrorCode& status) const;
639 * Returns whether the pair of numbers was successfully formatted as a range or whether an identity fallback was
718 std::pair<StringClass, StringClass> FormattedNumberRange::getDecimalNumbers(UErrorCode& status) const { in getDecimalNumbers()
/third_party/libinput/src/
H A Dutil-strings.h361 char *pair = pairs[idx]; in kv_double_from_string() local
363 char **kv = strv_from_string(pair, kv_separator, &nelem); in kv_double_from_string()
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.h30 using std::pair;
382 // UnicodeTextRange is a pair of iterators, useful for specifying text
384 typedef pair<UnicodeText::const_iterator,
/third_party/node/deps/v8/src/heap/
H A Dlocal-heap.cc413 std::pair<GCEpilogueCallback*, void*> callback_and_data(callback, data); in AddGCEpilogueCallback()
423 std::pair<GCEpilogueCallback*, void*> callback_and_data(callback, data); in RemoveGCEpilogueCallback()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask()
81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward()

Completed in 20 milliseconds

1...<<81828384858687888990>>...186