/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_alloc_entrypoints.cc | 73 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument 130 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \ argument 141 #define GENERATE_ENTRYPOINTS(suffix) \ argument
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/ |
H A D | string_util.h | 61 inline bool EndsWith(const std::string& s, const std::string& suffix) in EndsWith() 67 inline bool EndsWith(const std::string& s, char suffix) in EndsWith() 72 inline bool EndsWithIgnoreCase(const std::string& s, const std::string& suffix) in EndsWithIgnoreCase()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | string_helper.cpp | 23 bool StringHelp::EndsWith(const std::string &input, const std::string &suffix) in EndsWith() 31 bool StringHelp::EndsWithIgnoreCase(const std::string &input, const std::string &suffix) in EndsWithIgnoreCase()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db_ops_base.c | 61 ResultCode GenerateFileName(uint64_t templateId, const char *prefix, const char *suffix, in GenerateFileName() 102 ResultCode ReadPinFile(uint8_t *data, uint32_t dataLen, uint64_t templateId, const char *suffix) in ReadPinFile() 130 …ltCode WritePinFile(const uint8_t *data, uint32_t dataLen, uint64_t templateId, const char *suffix) in WritePinFile()
|
/aosp12/bionic/tests/ |
H A D | dlfcn_symlink_support.cpp | 39 const std::string suffix = std::string("/") + source_file_name; in dl_callback() local 56 void create_dlfcn_test_symlink(const char* suffix, std::string* result) { in create_dlfcn_test_symlink()
|
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
H A D | ArchiveFileTestRule.java | 102 public Path generateFile(String suffix) throws IOException { in generateFile() 119 public Path dumpAssetFile(String assetPath, String suffix) throws IOException { in dumpAssetFile() 139 public ParcelFileDescriptor openAssetFile(String assetPath, String suffix) throws IOException { in openAssetFile()
|
/aosp12/system/libbase/ |
H A D | strings.cpp | 102 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() 106 bool EndsWith(std::string_view s, char suffix) { in EndsWith() 110 bool EndsWithIgnoreCase(std::string_view s, std::string_view suffix) { in EndsWithIgnoreCase()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | string_helper.cpp | 57 bool StringHelper::EndWith(const std::string &value, char suffix) in EndWith() 65 bool StringHelper::EndWith(const std::string &value, const std::string &suffix) in EndWith() 110 std::string suffix = value.substr(position); in Replace() local 121 std::string suffix = value.substr(position); in Replace() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/utils/ |
H A D | FileSizeFormatter.java | 54 @Nullable Context context, long sizeBytes, int suffix, long mult) { in formatFileSize() 80 Resources res, long sizeBytes, int suffix, long mult) { in formatBytes()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/storage/ |
H A D | FileSizeFormatter.java | 57 @NonNull Context context, long sizeBytes, int suffix, long mult) { in formatFileSize() 80 Resources res, long sizeBytes, int suffix, long mult) { in formatBytes()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_helper.cpp | 64 bool StringHelper::EndWith(const std::string &value, char suffix) in EndWith() 72 bool StringHelper::EndWith(const std::string &value, const std::string &suffix) in EndWith() 117 std::string suffix = value.substr(position); in Replace() local 128 std::string suffix = value.substr(position); in Replace() local
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/ |
H A D | file_filter.h | 31 explicit FileFilter(std::vector<std::string> suffix): suffix_(suffix) {} in FileFilter() 35 void SetSuffix(const std::vector<std::string> &suffix) in SetSuffix() 185 FileFilterBuilder& SetSuffix(const std::vector<std::string> &suffix) in SetSuffix()
|
/ohos5.0/base/update/updater/interfaces/kits/slot_info/ |
H A D | slot_info.cpp | 25 void GetPartitionSuffix(std::string &suffix) in GetPartitionSuffix()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
H A D | file_utils.cpp | 98 const char *const suffix) { in getFilePathWithSuffixBufSize() 103 const char *const suffix, const int filePathBufSize, char *const outFilePath) { in getFilePathWithSuffix() 118 const char *const suffix, const int outDirPathBufSize, char *const outDirPath) { in getFilePathWithoutSuffix()
|
/aosp12/frameworks/libs/modules-utils/java/android/annotation/ |
H A D | StringDef.java | 52 String[] suffix() default {}; in suffix() method
|
H A D | IntDef.java | 57 String[] suffix() default {}; in suffix() method
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_ctocpp_impl.py | 178 def ctocpp_get_static_funcion(cls, func, suffix, dir_name, retval_default): argument 203 def ctocpp_get_virtual_funcion(cls, func, suffix, dir_name, macro_retval_default): argument 249 def ctocpp_make_function_impl(cls, func, suffix, dir_name): argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | mime_type_mgr.cpp | 75 bool MimeTypeMgr::GetUriSuffix(const std::string &uri, std::string &suffix) in GetUriSuffix() 99 std::string suffix; in GetUtdVectorByUri() local
|
/aosp12/system/update_engine/aosp/ |
H A D | dynamic_partition_utils.cc | 29 const std::string& suffix) { in DeleteGroupsWithSuffix()
|
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/ |
H A D | pin_db_ops_base_test.cpp | 114 const char *suffix = "we"; variable 141 const char *suffix = "test"; variable
|
/aosp12/art/libartbase/base/ |
H A D | string_view_cpp20.h | 34 inline bool EndsWith(std::string_view sv, std::string_view suffix) { in EndsWith()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/include/utils/ |
H A D | dynamic_loader.h | 38 inline bool EndsWith(const std::string& str, const std::string& suffix) in EndsWith()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/softbus/ |
H A D | softbus_session_utils.h | 35 std::string suffix = deviceId.substr(deviceId.length() - index, deviceId.length()); in AnonymizeDeviceId() local
|
/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/ |
H A D | query.rs | 225 …let mut suffix: Vec<&[u8]> = ["one", "two", "three", "four"].iter().map(|s| s.as_bytes()).collect(… in query_with_order_with_english() localVariable 233 let mut suffix: Vec<&[u8]> = ["一", "二", "三", "四"].iter().map(|s| s.as_bytes()).collect(); in query_with_order_with_chinese() localVariable 241 let mut suffix: Vec<&[u8]> = ["11", "22", "33", "44"].iter().map(|s| s.as_bytes()).collect(); in query_with_order_with_number() localVariable 249 … let suffix: Vec<[u8; 4]> = [11u32, 22u32, 33u32, 44u32].iter().map(|s| s.to_le_bytes()).collect(); in query_with_order_with_unreadible() localVariable 251 let mut suffix: Vec<&[u8]> = suffix.iter().map(|s| s as &[u8]).collect(); in query_with_order_with_unreadible() localVariable
|
/aosp12/system/libbase/include/android-base/ |
H A D | parseint.h | 58 const char* suffix; variable
|