/aosp_15_r20/art/runtime/ |
H A D | string_builder_append.cc | 51 static size_t RemainingSpace(ObjPtr<mirror::String> new_string, const uint8_t* data) in RemainingSpace() 58 static size_t RemainingSpace(ObjPtr<mirror::String> new_string, const uint16_t* data) in RemainingSpace() 164 inline CharType* StringBuilderAppend::Builder::AppendFpArg(ObjPtr<mirror::String> new_string, in AppendFpArg() 176 inline CharType* StringBuilderAppend::Builder::AppendLiteral(ObjPtr<mirror::String> new_string, in AppendLiteral() 193 inline CharType* StringBuilderAppend::Builder::AppendString(ObjPtr<mirror::String> new_string, in AppendString() 214 inline CharType* StringBuilderAppend::Builder::AppendInt64(ObjPtr<mirror::String> new_string, in AppendInt64() 423 inline void StringBuilderAppend::Builder::StoreData(ObjPtr<mirror::String> new_string, in StoreData() 495 ObjPtr<mirror::String> new_string = ObjPtr<mirror::String>::DownCast(obj); in operator ()() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/compile/ |
H A D | PseudolocaleGenerator_test.cpp | 33 std::unique_ptr<StyledString> new_string = PseudolocalizeStyledString( in TEST() local 80 std::unique_ptr<StyledString> new_string = PseudolocalizeStyledString( in TEST() local 102 std::unique_ptr<StyledString> new_string = PseudolocalizeStyledString( in TEST() local 125 std::unique_ptr<StyledString> new_string = PseudolocalizeStyledString( in TEST() local 166 std::unique_ptr<StyledString> new_string = in TEST() local 300 String* new_string = test::GetValueForConfig<String>(table.get(), "android:string/bar", in TEST() local
|
H A D | PseudolocaleGenerator.cpp | 135 std::string new_string = localizer.Start(); in PseudolocalizeStyledString() local 358 android::StyleString new_string; in Visit() local
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | string.cc | 95 ObjPtr<String> new_string = obj->AsString(); in DoReplace() local 134 ObjPtr<String> new_string = obj->AsString(); in DoConcat() local 163 static void RepeatCharacters(ObjPtr<String> new_string, Handle<String> h_this, int32_t count) in RepeatCharacters() 199 ObjPtr<String> new_string = obj->AsString(); in DoRepeat() local 222 ObjPtr<String> new_string = obj->AsString(); in AllocFromUtf16() local 259 ObjPtr<String> new_string = obj->AsString(); in AllocFromModifiedUtf8() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/ |
D | allocator.cc | 28 char* new_string = (char*)malloc(size); in osi_strdup() local 45 char* new_string = (char*)malloc(size + 1); in osi_strndup() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/ |
H A D | ident.rs | 16 pub(crate) fn new_string(s: String) -> Self { in new_string() method
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | lexer.l | 48 static void new_string(void) in new_string() function
|
/aosp_15_r20/external/grpc-grpc/src/compiler/ |
H A D | ruby_generator_string-inl.h | 91 std::string new_string = ""; in Modularize() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ |
D | ruby_generator_string-inl.h | 91 std::string new_string = ""; in Modularize() local
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Templates/ |
D | TestDriver.cxx.in | 49 char *new_string; local
|
/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/ |
H A D | writer.h | 120 LIBC_INLINE int write(cpp::string_view new_string) { in write()
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/inode/ |
H A D | inode01.c | 308 char new_string[PATH_STRING_LENGTH + 1]; in generate() local
|
H A D | inode02.c | 405 char new_string[PATH_STRING_LENGTH + 1]; in generate() local
|
/aosp_15_r20/external/cronet/net/cookies/ |
H A D | cookie_store_test_helpers.cc | 207 std::string new_string = format_string; in Format() local
|
/aosp_15_r20/external/oj-libjdwp/src/share/back/ |
H A D | inStream.c | 385 char *new_string; in inStream_readString() local
|
H A D | outStream.c | 316 char *new_string; in outStream_writeString() local
|
/aosp_15_r20/external/python/cpython2/Parser/ |
D | tokenizer.c | 134 new_string(const char *s, Py_ssize_t len) in new_string() function
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_string.cpp | 1617 const char *new_string, in Replace()
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | tokenizer.c | 96 new_string(const char *s, Py_ssize_t len, struct tok_state *tok) in new_string() function
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/ |
D | jnienv.rs | 1174 pub fn new_string<S: Into<JNIString>>(&self, from: S) -> Result<JString<'a>> { in new_string() method
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | parson.c | 1074 char *new_string = get_quoted_string(string, &new_string_len); in parse_string_value() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/ |
D | jnienv.rs | 1645 pub fn new_string<S: Into<JNIString>>(&self, from: S) -> Result<JString<'local>> { in new_string() method
|