Home
last modified time | relevance | path

Searched defs:tag (Results 301 - 325 of 1577) sorted by relevance

1...<<11121314151617181920>>...64

/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
H A Dstats.cc37 double TableSizePercent(Font* font, int32_t tag) { in TableSizePercent() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H A Dtable.cc79 int32_t tag = header->tag(); in GetBuilder() local
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dotf_basic_editing_test.cc57 char tag[5] = {0}; in TestOTFBasicEditing() local
/third_party/skia/tools/
H A Dskpinfo.cpp80 uint32_t tag; in main() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Ddistributions.h123 Uniform(TagType tag, in Uniform() argument
166 Uniform(TagType tag, URBG&& urbg, A lo, B hi) Uniform() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/
H A Dcm_param.c26 enum CmTagType GetTagType(enum CmTag tag) in GetTagType() argument
/foundation/ability/idl_tool/parser/
H A Dparser.h105 static const char* tag; member in OHOS::Idl::Parser
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dencrypt_decrypt.h36 PacketData tag; member
/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/
H A Dcontext_unit_test.cpp142 bool tag = false; in HWTEST_F() local
172 bool tag = false; in HWTEST_F() local
828 bool tag = false; HWTEST_F() local
850 bool tag = false; HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dencrypt_decrypt.h36 PacketData tag; member
/foundation/CastEngine/castengine_wifi_display/services/configuration/include/
H A Dsharing_data.h78 explicit SharingDataGroupByTag(const std::string &tag) : tag_(tag) {} in SharingDataGroupByTag() argument
80 bool IsTag(const std::string &tag) in IsTag() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/services/configuration/src/
H A Dsharing_data.cpp153 int32_t SharingDataGroupByModule::PutSharingValue(const std::string &tag, const std::string &key, in PutSharingValue() argument
172 int32_t SharingDataGroupByModule::PutSharingValues(const std::string &tag, in PutSharingValues() argument
191 int32_t SharingDataGroupByModule::PutSharingValues(const std::string &tag, const SharingDataGroupByTag::Ptr &value) in PutSharingValues() argument
204 GetSharingValue(const std::string &tag, const std::string &key) GetSharingValue() argument
216 GetSharingValues(const std::string &tag, std::unordered_map<std::string, SharingValue::Ptr> &values) GetSharingValues() argument
229 GetSharingValues(const std::string &tag, SharingDataGroupByTag::Ptr &value) GetSharingValues() argument
242 HasKey(const std::string &tag, const std::string &key) HasKey() argument
253 HasTag(const std::string &tag) HasTag() argument
282 PutSharingValue(const std::string &key, const SharingValue::Ptr value, const std::string &module, const std::string &tag) PutSharingValue() argument
313 PutSharingValues(const std::unordered_map<std::string, SharingValue::Ptr> &values, const std::string &module, const std::string &tag) PutSharingValues() argument
332 GetSharingValue(const std::string &key, const std::string &module, const std::string &tag) GetSharingValue() argument
356 GetSharingValues(std::unordered_map<std::string, SharingValue::Ptr> &values, const std::string &module, const std::string &tag) GetSharingValues() argument
368 GetSharingValues(SharingDataGroupByTag::Ptr &value, const std::string &module, const std::string &tag) GetSharingValues() argument
380 HasKey(const std::string &key, const std::string &module, const std::string &tag) HasKey() argument
397 HasTag(const std::string &module, const std::string &tag) HasTag() argument
[all...]
H A Dconfig.cpp44 int32_t Config::GetConfig(const std::string &module, const std::string &tag, SharingDataGroupByTag::Ptr &values) in GetConfig() argument
57 int32_t Config::GetConfig(const std::string &module, const std::string &tag, const std::string &key, in GetConfig() argument
99 int32_t Config::SetConfig(const std::string &module, const std::string &tag, const SharingDataGroupByTag::Ptr &values) in SetConfig() argument
121 int32_t Config::SetConfig(const std::string &module, const std::string &tag, cons argument
[all...]
H A Djson_parser.cpp100 auto tag = item["tag"].asString(); in ReadModuleConfig() local
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_multitext_component.cpp132 void PickerMultiTextComponent::OnDataLinking(const std::string& tag, bool isAdd, uint32_t index, in OnDataLinking() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_group.cpp140 auto tag = (*iter)->GetTag(); in RemoveChildrenByTag() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dbar_item_node.h31 BarItemNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern) in BarItemNode() argument
H A Dnav_bar_node.cpp26 GetOrCreateNavBarNode( const std::string& tag, int32_t nodeId, const std::function<RefPtr<Pattern>(void)>& patternCreator) GetOrCreateNavBarNode() argument
H A Dtitle_bar_node.h29 TitleBarNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern) in TitleBarNode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_layout_algorithm.h41 SheetPresentationLayoutAlgorithm(int32_t id, const std::string& tag, SheetType sheetType) in SheetPresentationLayoutAlgorithm() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/
H A Dblank_pattern.cpp27 auto tag = node->GetTag(); in GetFlexDirection() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_group_node.h35 FolderStackGroupNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern) in FolderStackGroupNode() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dace_checker.cpp52 void AceChecker::NotifyCaution(const std::string& tag) in NotifyCaution() argument
80 void AceChecker::NotifyCaution(const std::string& tag) {} in NotifyCaution() argument
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_monitor.cpp33 ScopedMonitor::ScopedMonitor(MonitorTag tag) : tag_(tag) in ScopedMonitor() argument
69 void ArkUIPerfMonitor::RecordTimeSlice(MonitorTag tag, int64_t duration) in RecordTimeSlice() argument
105 void ArkUIPerfMonitor::SetRecordingStatus(MonitorTag tag, MonitorStatus status) in SetRecordingStatus() argument
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.h37 std::string tag; member

Completed in 22 milliseconds

1...<<11121314151617181920>>...64