Home
last modified time | relevance | path

Searched defs:new_c (Results 1 – 8 of 8) sorted by relevance

/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/external/mesa3d/src/compiler/nir/
H A Dnir_opt_loop.c539 nir_def *new_c = NULL; in merge_terminators() local
/aosp_15_r20/system/tools/aidl/
Daidl_checkapi.cpp154 const auto new_c = found->second; 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/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmemory_optimizer_test.cc278 const NodeDef& new_c = output.node(4); in TEST_F() local
H A Dconstant_folding_test.cc1288 const NodeDef& new_c = output.node(0); in TEST_F() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Ddisasm-aarch64.cc7128 char *new_c; in SubstituteIntField() local
7137 char *new_c; in SubstituteIntField() local
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc1450 jchar new_c = shadow_frame->GetVReg(arg_offset + 2); in UnstartedStringDoReplace() local