/art/tools/luci/config/ |
D | main.star | 220 short_name = short_name.replace("-x86-poison-debug", "-x86-psn") 221 short_name = short_name.replace("-x86-gcstress-debug", "-x86-gcs") 222 short_name = short_name.replace("-x86_64-poison-debug", "-x86_64-psn") 223 short_name = short_name.replace("-x86_64", "-x64") 224 short_name = short_name.replace("-ndebug-build_only", "-bo") 225 short_name = short_name.replace("-non-gen-cc", "-ngen") 226 short_name = short_name.replace("-debug", "-dbg") 227 short_name = short_name.replace("-ndebug", "-ndbg")
|
/art/libdexfile/dex/ |
D | descriptors_names.cc | 84 std::replace(temp.begin(), temp.end(), '/', '.'); in AppendPrettyDescriptor() 147 std::replace(temp_descriptor.begin(), temp_descriptor.end(), '.', '/'); in InversePrettyDescriptor() 202 std::replace(descriptor.begin(), descriptor.end(), '.', '/'); in DotToDescriptor() 215 std::replace(result.begin(), result.end(), '/', '.'); in DescriptorToDot() 220 std::replace(result.begin(), result.end(), '/', '.'); in DescriptorToDot()
|
/art/test/702-LargeBranchOffset/ |
D | generate | 44 dst.write(TEMPLATE.strip().replace("BODY", body))
|
/art/test/596-checker-dead-phi/ |
D | info.txt | 1 Regression test for optimizing where we used to replace a dead loop
|
/art/runtime/interpreter/mterp/ |
D | gen_mterp.py | 78 line = line.replace("\\", "\\\\") 79 line = line.replace("$$", "$")
|
/art/compiler/ |
D | cfi_test.h | 101 line = line.replace(pos, 2, " "); in ReformatAsm() 126 new_line = new_line.replace(pos, strlen(bad_reg), ""); in ReformatCfi() 130 new_line = new_line.replace(pos, FindEndOf(new_line, ")") - pos, ""); in ReformatCfi()
|
/art/test/1974-resize-array/src/art/ |
D | Test1974.java | 145 + Arrays.toString(theInstanceClass.self_ref).replace(pre_to_string, "<SELF REF>") in runInstanceSelfRef() 148 .replace(pre_to_string, "<SELF REF>")); in runInstanceSelfRef() 152 + Arrays.toString(theInstanceClass.self_ref).replace(pre_to_string, "<SELF REF>")); in runInstanceSelfRef() 156 .replace(pre_to_string, "<SELF REF>")); in runInstanceSelfRef() 173 + Arrays.toString(theInstanceClass.self_ref).replace(pre_to_string, "<SELF REF>") in runInstanceSelfRefSmall() 176 .replace(pre_to_string, "<SELF REF>")); in runInstanceSelfRefSmall() 180 + Arrays.toString(theInstanceClass.self_ref).replace(pre_to_string, "<SELF REF>")); in runInstanceSelfRefSmall() 184 .replace(pre_to_string, "<SELF REF>")); in runInstanceSelfRefSmall()
|
/art/tools/ |
D | method-to-descriptor.py | 71 return desc[1:-1].replace("/", ".") 102 return "L" + name.replace(".", "/") + ";"
|
D | generate_cmake_lists.py | 86 cmake_sub_dir = cmake_sub_dirs.add(root.replace(out_art_cmakelists_dir,
|
/art/test/530-checker-lse3/ |
D | info.txt | 3 LSE needs to replace the value to be stored with a type conversion to the
|
/art/tools/fuzzer/ |
D | create_corpus.py | 34 (dst / name.replace("/", "_")).write_bytes(f.read())
|
/art/test/592-checker-regression-bool-input/smali/ |
D | TestCase.smali | 38 # LSE will replace this sget with the type conversion above... 41 # ... and select generation will replace this part with a select
|
/art/build/ |
D | go.work | 11 replace (
|
/art/test/044-proxy/src/ |
D | Main.java | 50 str = str.replace(key, proxyClassNameMap.get(key)); in replaceProxyClassNamesForOutput()
|
/art/runtime/mirror/ |
D | string.cc | 97 auto replace = [old_c, new_c](uint16_t c) { in DoReplace() local 102 std::transform(src->value_compressed_, src->value_compressed_ + length, out, replace); in DoReplace() 104 std::transform(src->value_, src->value_ + length, out, replace); in DoReplace() 108 auto replace = [old_c, new_c](uint16_t c) { in DoReplace() local 113 std::transform(src->value_compressed_, src->value_compressed_ + length, out, replace); in DoReplace() 115 std::transform(src->value_, src->value_ + length, out, replace); in DoReplace()
|
/art/tools/jvmti-agents/ti-alloc-sample/ |
D | mkflame.py | 122 method = self.definition(int(token)).replace(";", ":") 130 expanded_definition += thread_type_size.replace(";", ":")
|
/art/test/2246-trace-stream/src/ |
D | NonStreamTraceParser.java | 69 methodIdMap.put(Integer.decode(methodInfo[0]), methodInfo[1].replace('\t', ' ')); in CheckTraceFileFormat()
|
/art/test/988-method-trace/ |
D | gen_srcs.py | 155 return kls_name.replace("/", ".") 257 receiver = "instance_" + method_info.klass.replace(".", "_")
|
/art/tools/dexfuzz/src/dexfuzz/executors/ |
D | Device.java | 247 ret.add(m.group(1).trim().replace("\'", "")); in splitCommand() 271 return (testLocation.replace("/", "@").substring(1) + "@" + programName); in getOatFileName()
|
/art/test/701-easy-div-rem/ |
D | genMain.py | 44 text = text.replace(str(key), str(value))
|
/art/test/142-classloader2/src/ |
D | Main.java | 50 cp = cp.replace("classloader2.jar", "classloader2-ex.jar"); in main()
|
/art/tools/veridex/ |
D | hidden_api.h | 90 std::replace(val.begin(), val.end(), '.', '/'); in ToInternalName()
|
/art/tools/ahat/src/main/com/android/ahat/proguard/ |
D | ProguardMap.java | 508 return "L" + sig.replace('.', '/') + ";"; in fromProguardSignature() 519 String cls = obfuscatedSig.substring(i + 1, e).replace('/', '.'); in getSignature() 520 builder.append(getClassName(cls).replace('.', '/')); in getSignature()
|
/art/test/ti-agent/ |
D | jni_binder.cc | 132 std::replace(result.begin(), result.end(), '/', '.'); in DescriptorToDot() 137 std::replace(result.begin(), result.end(), '/', '.'); in DescriptorToDot()
|
/art/test/1979-threaded-structural-transformation/src/art/ |
D | Test1979.java | 50 + Arrays.toString(Arrays.copyOf((byte[]) o, 10)).replace(']', ',') in printGeneric()
|