Home
last modified time | relevance | path

Searched defs:old_c (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/base/nix/
H A Dmime_util_xdg_unittest.cc67 uint8_t old_c = buf[pos]; in InvalidIf() local
/aosp_15_r20/art/runtime/native/
H A Djava_lang_String.cc113 static jstring String_doReplace(JNIEnv* env, jobject java_this, jchar old_c, jchar new_c) { in String_doReplace()
/aosp_15_r20/system/tools/aidl/
Daidl_checkapi.cpp145 for (const auto& old_c : older.GetConstantDeclarations()) { in are_compatible_constants() local
/aosp_15_r20/art/runtime/mirror/
H A Dstring.cc80 ObjPtr<String> String::DoReplace(Thread* self, Handle<String> src, uint16_t old_c, uint16_t new_c) { in DoReplace()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp638 char old_c = NewName.at(pos); in MakeLegalFunctionName() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp636 char old_c = NewName.at(pos); in MakeLegalFunctionName() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp659 char old_c = NewName.at(pos); in MakeLegalFunctionName() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp678 char old_c = NewName.at(pos); in MakeLegalFunctionName() local
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc1449 jchar old_c = shadow_frame->GetVReg(arg_offset + 1); in UnstartedStringDoReplace() local