Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 34) sorted by relevance

12

/art/compiler/utils/arm/
Dassembler_arm_test.h103 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c)); in RepeatTemplatedRRIIC()
114 base.replace(imm1_index, ConstexprStrLen(IMM1_TOKEN), imm_string); in RepeatTemplatedRRIIC()
125 base2.replace(imm2_index, ConstexprStrLen(IMM2_TOKEN), imm_string); in RepeatTemplatedRRIIC()
134 base3.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string); in RepeatTemplatedRRIIC()
143 base4.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string); in RepeatTemplatedRRIIC()
194 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c)); in RepeatTemplatedRRiiC()
207 after_imm1.replace(imm1_index, ConstexprStrLen(IMM1_TOKEN), imm_string); in RepeatTemplatedRRiiC()
217 after_imm2.replace(imm2_index, ConstexprStrLen(IMM2_TOKEN), imm_string); in RepeatTemplatedRRiiC()
226 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string); in RepeatTemplatedRRiiC()
235 after_reg2.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string); in RepeatTemplatedRRiiC()
[all …]
/art/compiler/utils/
Dassembler_test.h167 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string);
173 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
181 base.replace(imm_index, ConstexprStrLen(IMM_TOKEN), imm_string);
221 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string); in RepeatTemplatedRegistersImmBits()
227 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string); in RepeatTemplatedRegistersImmBits()
233 base.replace(reg3_index, ConstexprStrLen(REG3_TOKEN), reg3_string); in RepeatTemplatedRegistersImmBits()
241 base.replace(imm_index, ConstexprStrLen(IMM_TOKEN), imm_string); in RepeatTemplatedRegistersImmBits()
280 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string); in RepeatTemplatedImmBitsRegisters()
286 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string); in RepeatTemplatedImmBitsRegisters()
294 base.replace(imm_index, ConstexprStrLen(IMM_TOKEN), imm_string); in RepeatTemplatedImmBitsRegisters()
[all …]
/art/test/596-checker-dead-phi/
Dinfo.txt1 Regression test for optimizing where we used to replace a dead loop
/art/compiler/
Dcfi_test.h99 line = line.replace(pos, 2, " "); in ReformatAsm()
124 new_line = new_line.replace(pos, strlen(bad_reg), ""); in ReformatCfi()
128 new_line = new_line.replace(pos, FindEndOf(new_line, ")") - pos, ""); in ReformatCfi()
Dgenerate-operator-out.py180 header_file = header_file.replace(local_path + '/', '')
/art/runtime/mirror/
Dstring.cc109 auto replace = [old_c, new_c](uint16_t c) { in DoReplace() local
114 std::transform(src->value_compressed_, src->value_compressed_ + length, out, replace); in DoReplace()
116 std::transform(src->value_, src->value_ + length, out, replace); in DoReplace()
120 auto replace = [old_c, new_c](uint16_t c) { in DoReplace() local
125 std::transform(src->value_compressed_, src->value_compressed_ + length, out, replace); in DoReplace()
127 std::transform(src->value_, src->value_ + length, out, replace); in DoReplace()
/art/test/044-proxy/src/
DMain.java48 str = str.replace(key, proxyClassNameMap.get(key)); in replaceProxyClassNamesForOutput()
/art/compiler/linker/
Drelative_patcher_test.h243 expected_hex_str.replace(0u, remove * 3u, replacement); in DumpDiff()
244 linked_hex_str.replace(0u, remove * 3u, replacement); in DumpDiff()
245 diff_indicator_str.replace(0u, remove * 3u, replacement); in DumpDiff()
/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java247 ret.add(m.group(1).trim().replace("\'", "")); in splitCommand()
271 return (testLocation.replace("/", "@").substring(1) + "@" + programName); in getOatFileName()
/art/test/142-classloader2/src/
DMain.java50 cp = cp.replace("classloader2.jar", "classloader2-ex.jar"); in main()
/art/test/701-easy-div-rem/
DgenMain.py44 text = text.replace(str(key), str(value))
/art/test/592-checker-regression-bool-input/smali/
DTestCase.smali31 # LSE will replace this sget with the type conversion above...
/art/test/ti-agent/
Djni_binder.cc132 std::replace(result.begin(), result.end(), '/', '.'); in DescriptorToDot()
137 std::replace(result.begin(), result.end(), '/', '.'); in DescriptorToDot()
/art/runtime/
Dutils.cc395 std::replace(descriptor.begin(), descriptor.end(), '.', '/'); in DotToDescriptor()
408 std::replace(result.begin(), result.end(), '/', '.'); in DescriptorToDot()
413 std::replace(result.begin(), result.end(), '/', '.'); in DescriptorToDot()
839 std::replace(cache_file.begin(), cache_file.end(), '/', '@'); in GetDalvikCacheFilename()
Dgenerate-operator-out.py180 header_file = header_file.replace(local_path + '/', '')
Dsignal_catcher.cc54 std::replace(current_cmd_line.begin(), current_cmd_line.end(), '\0', ' '); in DumpCmdLine()
Ddexopt_test.cc63 oat_location = oat_location.replace(pos, dalvik_cache.length(), dalvik_cache_tmp); in GenerateOatForTest()
Dimage.h311 filename.replace(filename.length() - 3, 3, extension); in GetLocationFromImageLocation()
/art/compiler/optimizing/
Doptimizing_unit_test.h119 result.replace(pos, p.first.size(), p.second); in Patch()
/art/tools/
Danalyze-init-failures.py57 failed_clazz = m.group(1).replace('/','.')
Dcpplint.py484 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
777 return os.path.abspath(self._filename).replace('\\', '/')
955 line = line.replace(r'\\', 'XX') # after this, \\" does not match to \"
1301 line = line.replace('\\\\', '')
1824 line = line.replace('\\\\', '')
2395 reduced_line = line.replace('->', '')
3214 fullname = os.path.abspath(filename).replace('\\', '/')
3653 filename_cc = filename_cc.replace('/public/', '/')
3654 filename_cc = filename_cc.replace('/internal/', '/')
3661 filename_h = filename_h.replace('/public/', '/')
[all …]
Dgenerate-operator-out.py180 header_file = header_file.replace(local_path + '/', '')
/art/dalvikvm/
Ddalvikvm.cc73 std::replace(class_name.begin(), class_name.end(), '.', '/'); in InvokeMain()
/art/test/021-string2/src/
DMain.java87 Assert.assertEquals("this is a path", test.replace("/", " ")); in main()
128 Assert.assertEquals("abc", "a\u0131c".replace('\u0131', 'b')); in main()
129 Assert.assertEquals("a\u0131c", "abc".replace('b', '\u0131')); in main()
/art/test/100-reflect2/
Dexpected.txt36 … public java.lang.String java.lang.String.replace(char,char), public java.lang.String java.lang.St…

12