/aosp14/frameworks/base/services/backup/java/com/android/server/backup/transport/ |
H A D | TransportUtils.java | 56 StringBuilder string = new StringBuilder(); in formatMessage() local
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ContentCaptureCondition.java | 110 final StringBuilder string = new StringBuilder(mLocusId.toString()); // LocusID is PII safe in toString() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/utils/quota/ |
H A D | Uptc.java | 85 static String string(int userId, @NonNull String packageName, @Nullable String tag) { in string() method in Uptc
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | SizeF.java | 137 public static SizeF parseSizeF(String string) in parseSizeF()
|
/aosp14/system/core/fastboot/ |
H A D | super_flash_helper_test.cpp | 42 bool ReadFile(const std::string&, std::vector<char>*) const override { in ReadFile() argument
|
/aosp14/frameworks/base/tools/bit/ |
H A D | make.cpp | 39 map_contains(const map<string,string>& m, const string& k, const string& v) { in map_contains() 202 read_modules(const string& buildOut, const string& device, map<string,Module>* result, bool quiet) in read_modules()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | AssetsProvider.cpp | 336 const std::string& /* root_path */, in ForEachFile() 415 std::unique_ptr<Asset> EmptyAssetsProvider::OpenInternal(const std::string& /* path */, in OpenInternal() 425 const std::string& /* root_path */, in ForEachFile()
|
/aosp14/system/core/fs_mgr/liblp/ |
H A D | images.cpp | 136 const std::map<std::string, std::string>& images, bool sparsify) in ImageBuilder() 481 const std::map<std::string, std::string>& images, bool sparsify) { in WriteToImageFile() 487 uint32_t block_size, const std::map<std::string, std::string>& images, in WriteSplitImageFiles()
|
/aosp14/system/core/init/ |
H A D | devices_test.cpp | 204 std::string string = "abc!@#$%^&*()"; in TEST() local 210 std::string string = "!@#$%^&*()"; in TEST() local 216 std::string string = ")"; in TEST() local
|
H A D | subcontext.cpp | 83 for (const auto& string : execute_command.args()) { in RunCommand() local 342 for (const auto& string : reply.expanded_args()) { in ExpandArgs() local
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | CharsetPerfTest.java | 122 String string = makeString(length); in time_String_getBytes() local
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr_vendor_overlay.cpp | 70 bool fs_mgr_vendor_overlay_mount(const std::pair<std::string, std::string>& mount_point) { in fs_mgr_vendor_overlay_mount()
|
/aosp14/system/core/libutils/include/utils/ |
H A D | String8.h | 251 inline const char* String8::string() const in string() function
|
H A D | String16.h | 237 inline const char16_t* String16::string() const in string() function
|
/aosp14/system/core/property_service/libpropertyinfoserializer/ |
H A D | trie_builder.cpp | 97 const std::string* TrieBuilder::StringPointerFromContainer(const std::string& string, in StringPointerFromContainer()
|
H A D | trie_node_arena.h | 64 uint32_t AllocateAndWriteString(const std::string& string) { in AllocateAndWriteString()
|
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
H A D | Preconditions.java | 77 public static @NonNull <T extends CharSequence> T checkStringNotEmpty(final T string) { in checkStringNotEmpty() 94 public static @NonNull <T extends CharSequence> T checkStringNotEmpty(final T string, in checkStringNotEmpty()
|
/aosp14/frameworks/base/core/java/android/content/pm/verify/domain/ |
H A D | DomainVerificationUtils.java | 178 public static int estimatedByteSizeOf(String string) { in estimatedByteSizeOf()
|
/aosp14/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/ |
H A D | AoapInterface.java | 106 public static void sendString(UsbDeviceConnection conn, int index, String string) { in sendString()
|
/aosp14/frameworks/base/media/java/android/media/session/ |
H A D | ISessionController.aidl | 55 void prepareFromSearch(String packageName, String string, in Bundle extras); in prepareFromSearch() 59 void playFromSearch(String packageName, String string, in Bundle extras); in playFromSearch()
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/ |
H A D | CasResource.java | 142 StringBuilder string = new StringBuilder("{"); in ownersMapToString() local
|
/aosp14/frameworks/base/libs/hwui/apex/ |
H A D | LayoutlibLoader.cpp | 134 static int register_jni_procs(const std::unordered_map<std::string, RegJNIRec>& jniRegMap, in register_jni_procs()
|
/aosp14/frameworks/base/libs/androidfw/tests/ |
H A D | SparseEntry_bench.cpp | 28 static void BM_SparseEntryGetResourceHelper(const std::vector<std::string>& paths, in BM_SparseEntryGetResourceHelper()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | BundleTest.java | 443 public final String string; field in BundleTest.CustomParcelable 446 CustomParcelable(int integer, String string) { in CustomParcelable()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | SuggestionProvider.java | 80 private void addRow(MatrixCursor cursor, String string) { in addRow()
|