/foundation/ability/idl_tool/metadata/ |
H A D | metadata_dumper.h | 56 static const char* tab; member in OHOS::Idl::MetadataDumper
|
H A D | metadata_dumper.cpp | 21 const char* MetadataDumper::tab = " "; member in OHOS::Idl::MetadataDumper [all...] |
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/ |
H A D | net_all_capabilities_test.cpp | 45 std::string tab = "tab"; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | convert.cpp | 276 SPText::TextTab Convert(const TextTab& tab) in Convert() argument
|
/base/security/selinux_adapter/framework/policycoreutils/src/ |
H A D | selinux_map.c | 61 HashTab *tab = (HashTab *)calloc(1, sizeof(HashTab) + sizeof(HashNode *) * MAX_BUCKET); in HashMapCreate() local
|
/base/startup/init/services/utils/ |
H A D | init_hashmap.c | 36 HashTab *tab = (HashTab *)calloc(1, sizeof(HashTab) + sizeof(HashNode*) * info->maxBucket);
in OH_HashMapCreate() local 49 GetHashNodeByNode(const HashTab *tab, const HashNode *root, const HashNode *new) GetHashNodeByNode() argument 62 GetHashNodeByKey(const HashTab *tab, const HashNode *root, const void *key, HashKeyCompare keyCompare) GetHashNodeByKey() argument 80 HashTab *tab = (HashTab *)handle; OH_HashMapAdd() local 100 HashTab *tab = (HashTab *)handle; OH_HashMapRemove() local 126 HashTab *tab = (HashTab *)handle; OH_HashMapGet() local 135 HashListFree(HashTab *tab, HashNode *root, void *context) HashListFree() argument 153 HashTab *tab = (HashTab *)handle; OH_HashMapDestory() local 165 HashTab *tab = (HashTab *)handle; OH_HashMapFind() local 175 HashTab *tab = (HashTab *)handle; OH_HashMapTraverse() local 189 HashTab *tab = (HashTab *)handle; OH_HashMapIsEmpty() local [all...] |
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | http_proxy.cpp | 164 std::string tab = "\t"; in ToString() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | typography_style.h | 124 TextTab tab; member
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | paragraph_style.h | 87 TextTab tab; member in OHOS::Rosen::SPText::BreakStrategy::ParagraphStyle
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_builder_impl.cpp | 173 skt::TextTabs ConvertToSkTextTab(const TextTab& tab) in ConvertToSkTextTab() argument
|
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_datashare_extension.cpp | 159 static int32_t GetValidUriTab(const Uri &uri, string &tab) in GetValidUriTab() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/ |
H A D | drawing_fuzzer.cpp | 498 OH_Drawing_TextTab* tab = OH_Drawing_CreateTextTab(OH_Drawing_TextAlign::TEXT_ALIGN_LEFT, location); in OHDrawingTextTabTest() local
|
/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/ |
H A D | ringtone_scanner.cpp | 667 std::string tab = RINGTONE_TABLE; in Commit() local
|
/foundation/communication/netstack/utils/common_utils/src/ |
H A D | netstack_common_utils.cpp | 123 std::string ToString(const std::list<std::string> &lists, char tab) in ToString() argument
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_common.cpp | 745 bool GetTextTabFromJS(napi_env env, napi_value argValue, TextTab& tab)
in GetTextTabFromJS() argument
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/ |
H A D | http_curl_client.cpp | 41 std::string ToString(const std::list<std::string> &lists, char tab) in ToString() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 3447 void OH_Drawing_DestroyTextTab(OH_Drawing_TextTab* tab) in OH_Drawing_DestroyTextTab() argument 3452 void OH_Drawing_SetTypographyTextTab(OH_Drawing_TypographyStyle* style, OH_Drawing_TextTab* tab) in OH_Drawing_SetTypographyTextTab() argument 3461 OH_Drawing_TextAlign OH_Drawing_GetTextTabAlignment(OH_Drawing_TextTab* tab) in OH_Drawing_GetTextTabAlignment() argument 3469 float OH_Drawing_GetTextTabLocation(OH_Drawing_TextTab* tab) in OH_Drawing_GetTextTabLocation() argument [all...] |