Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc73 #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 Dstring_util.h61 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 Dstring_helper.cpp23 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 Dpin_db_ops_base.c61 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 Ddlfcn_symlink_support.cpp39 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 DArchiveFileTestRule.java102 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 Dstrings.cpp102 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 Dstring_helper.cpp57 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 DFileSizeFormatter.java54 @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 DFileSizeFormatter.java57 @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 Dstring_helper.cpp64 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 Dfile_filter.h31 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 Dslot_info.cpp25 void GetPartitionSuffix(std::string &suffix) in GetPartitionSuffix()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dfile_utils.cpp98 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 DStringDef.java52 String[] suffix() default {}; in suffix() method
H A DIntDef.java57 String[] suffix() default {}; in suffix() method
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_ctocpp_impl.py178 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 Dmime_type_mgr.cpp75 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 Ddynamic_partition_utils.cc29 const std::string& suffix) { in DeleteGroupsWithSuffix()
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_base_test.cpp114 const char *suffix = "we"; variable
141 const char *suffix = "test"; variable
/aosp12/art/libartbase/base/
H A Dstring_view_cpp20.h34 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 Ddynamic_loader.h38 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 Dsoftbus_session_utils.h35 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 Dquery.rs225 …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 Dparseint.h58 const char* suffix; variable

12345678910>>...12