/aosp12/system/tools/hidl/ |
H A D | NamedType.cpp | 23 NamedType::NamedType(const std::string& localName, const FQName& fullName, const Location& loc, in NamedType() 35 std::string NamedType::fullName() const { in fullName() function in android::NamedType
|
H A D | TypeDef.cpp | 25 TypeDef::TypeDef(const std::string& localName, const FQName& fullName, const Location& location, in TypeDef()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_font_descriptor.cpp | 25 size_t CalculateDrawingStringSize(const std::string& fullName, std::u16string& utf16String) in CalculateDrawingStringSize() 54 OH_Drawing_FontDescriptor* OH_Drawing_GetFontDescriptorByFullName(const OH_Drawing_String* fullName, in OH_Drawing_GetFontDescriptorByFullName() 100 for (const auto& fullName : fullNameList) { in OH_Drawing_GetSystemFontFullNamesByType() local
|
/aosp12/build/blueprint/ |
H A D | package_ctx.go | 77 fullName string member 296 func (v *staticVariable) fullName(pkgNames map[*packageContext]string) string { func 412 func (v *variableFunc) fullName(pkgNames map[*packageContext]string) string { func 479 func (v *argVariable) fullName(pkgNames map[*packageContext]string) string { func 540 func (p *staticPool) fullName(pkgNames map[*packageContext]string) string { func 611 func (p *poolFunc) fullName(pkgNames map[*packageContext]string) string { func 650 func (p *builtinPool) fullName(pkgNames map[*packageContext]string) string { func 746 func (r *staticRule) fullName(pkgNames map[*packageContext]string) string { func 860 func (r *ruleFunc) fullName(pkgNames map[*packageContext]string) string { func 918 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string { func
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | NameSplitter.java | 229 public NameTokenizer(String fullName) { in NameTokenizer() 321 public int tokenize(String[] tokens, String fullName) { in tokenize() 345 public void split(Name name, String fullName) { in split() 362 public void split(Name name, String fullName, int fullNameStyle) { in split() 394 private void splitWesternName(Name name, String fullName) { in splitWesternName() 419 private void splitChineseName(Name name, String fullName) { in splitChineseName() 462 private void splitJapaneseName(Name name, String fullName) { in splitJapaneseName() 483 private void splitKoreanName(Name name, String fullName) { in splitKoreanName()
|
/ohos5.0/foundation/ability/idl_tool/ast/ |
H A D | ast_sequenceable_type.cpp | 32 String fullName = namespace_ != nullptr ? in GetSignature() local
|
H A D | ast_interface_type.cpp | 49 String fullName = namespace_ != nullptr ? in GetSignature() local
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_sequenceable_type.cpp | 31 std::string fullName = namespace_ != nullptr ? in GetSignature() local
|
H A D | ast_interface_type.cpp | 79 std::string fullName = namespace_ != nullptr ? in GetSignature() local
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
H A D | Service.cpp | 35 auto fullName = std::string(IDevice::descriptor) + "/" + instanceName; in getDevice() local
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | NameSplitterTest.java | 332 private void assertSplitName(String fullName, String prefix, String givenNames, in assertSplitName() 362 private void assertFullNameStyle(int expectedFullNameStyle, String fullName) { in assertFullNameStyle() 370 private void assertFullNameStyle(int expectedFullNameStyle, String fullName, in assertFullNameStyle()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___font_descriptor.md | 57 ### fullName subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___font_descriptor.md | 57 ### fullName subsection
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
H A D | LegacyPartnerWallpaperInfo.java | 60 public LegacyPartnerWallpaperInfo(String thumbName, String fullName) { in LegacyPartnerWallpaperInfo() 92 String fullName = file.getName(); in getAll() local
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_sendable.cpp | 88 std::string fullName; in InitSendablePropertiesInfo() local 163 std::string fullName; in NapiDefineSendabledProperty() local
|
/ohos5.0/base/startup/init/interfaces/innerkits/syspara/ |
H A D | sysversion.c | 50 const char *fullName = GetFullName_(); in GetVersions() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_descriptor_mgr.cpp | 48 void FontDescriptorMgr::GetFontDescSharedPtrByFullName(const std::string& fullName, in GetFontDescSharedPtrByFullName()
|
H A D | font_descriptor_cache.cpp | 202 bool FontDescriptorCache::ParseInstallFontDescSharedPtrByName(const std::string& fullName, FontDesc… in ParseInstallFontDescSharedPtrByName() 223 void FontDescriptorCache::GetFontDescSharedPtrByFullName(const std::string& fullName, in GetFontDescSharedPtrByFullName()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/ |
H A D | font_descriptor_cache_test.cpp | 144 std::string fullName = "GetSystemFontFullNamesByTypeTests"; variable 198 std::string fullName = ""; variable
|
/aosp12/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
H A D | AutomaticActivity.java | 248 private static void addForAllModifiers(String fullName, float error, String[] modifierNames, in addForAllModifiers() 261 String fullName = ""; in handleError() local
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/ |
H A D | gwpasan_collector.cpp | 144 std::string fullName = CalcCollectedLogName(currInfo); in ReadGwpAsanRecord() local 193 std::string fullName = filePath + fileName; in CalcCollectedLogName() local
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/ |
H A D | sched_policy.cpp | 72 void AddSchedPolicyDeclaration(SchedPolicy policy, const std::string& fullName, const std::string& … in AddSchedPolicyDeclaration()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontdescriptor_napi/src/ |
H A D | js_fontdescriptor.cpp | 148 napi_value fullName = nullptr; in CreateFontList() local 160 std::string fullName; in GetFontDescriptorByFullName() member
|
/aosp12/system/tools/xsdc/src/com/android/xsdc/cpp/ |
H A D | CppSimpleType.java | 21 final private String fullName; field in CppSimpleType
|
/ohos5.0/base/startup/init/interfaces/kits/syscap_ts/src/ |
H A D | syscap_ts.cpp | 26 std::string fullName(moduleName); in BindNativeFunction() local
|