/libcore/luni/src/main/java/libcore/reflect/ |
InternalNames.java | 51 String name = internalName.substring(1, internalName.length() - 1).replace('/', '.'); 84 return 'L' + c.getName().replace('.', '/') + ';';
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_throw.py | 54 throw_args.replace(pytree.Node(syms.power, with_tb)) 56 throw_args.replace(Call(exc, args))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
inspect_fodder2.py | 8 def replace(func): function 20 @replace
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_throw.py | 54 throw_args.replace(pytree.Node(syms.power, with_tb)) 56 throw_args.replace(Call(exc, args))
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
inspect_fodder2.py | 8 def replace(func): function 20 @replace
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubystdautodoc.swg | 16 AUTODOC(replace, "Replace all or a portion of the $class");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_throw.py | 54 throw_args.replace(pytree.Node(syms.power, with_tb)) 56 throw_args.replace(Call(exc, args))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
inspect_fodder2.py | 8 def replace(func): function 20 @replace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_throw.py | 54 throw_args.replace(pytree.Node(syms.power, with_tb)) 56 throw_args.replace(Call(exc, args))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
inspect_fodder2.py | 8 def replace(func): function 20 @replace
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
EclipseTestCollector.java | 54 String filePath = entry.getPath().replace(".class", ""); 112 String dotPath = filePath.replace('/', '.');
|
/system/extras/simpleperf/ |
generate_event_type_table.py | 41 event_config = "PERF_COUNT_HW_" + config.replace('-', '_').upper() 67 event_config = "PERF_COUNT_SW_" + config.replace('-', '_').upper()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
align.d | 3 # The RX port will always replace zeros in any aligned area with NOPs,
|
/bionic/libc/tools/ |
generate-NOTICE.py | 78 line = line.replace("\t", " ") 79 line = line.replace("/* ", "") 81 line = line.replace("** ", "") 82 line = line.replace("# ", "") 85 line = line.replace("--Copyright--", "")
|
/cts/tests/tests/text/src/android/text/cts/ |
SpannableStringBuilderTest.java | 171 builder.replace(0, 5, text); 175 builder.replace(7, 12, "google"); 179 builder.replace(4, 2, text); 186 builder.replace(-4, 100, text); 193 builder.replace(0, 1, null); 203 builder.replace(0, 5, text, 3, text.length()); 207 builder.replace(3, 5, text, 3, text.length()); 211 builder.replace(0, 5, text, 0, text.length()); 216 builder.replace(4, 6, "", 0, 0); 220 builder.replace(4, 6, "any string", 5, 5) [all...] |
/external/deqp/modules/gles2/scripts/ |
gen-qualification_order.py | 124 self.variableVtx = self.variableVtx.replace(" ", " ") 125 self.variableFrg = self.variableFrg.replace(" ", " ") 156 self.param0 = self.param0.replace(" ", " ") 157 self.param1 = self.param1.replace(" ", " ") 158 self.param2 = self.param2.replace(" ", " ")
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
PackageRemapper.java | 91 String desc1 = s.replace('.', '/'); 94 return desc2.replace('/', '.'); 102 s = replaceHelper(s.replace('.', '/')).replace('/', '.'); 122 String test = wildcard.replace(value);
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/resources/ |
interpolation-test.js | 115 return property.replace(/^-/, '').replace(/-\w/g, function(m) {return m[1].toUpperCase();}); 137 return value.replace(/-?\d*\.\d+/g, function(n) { 139 replace(/\.\d+/, function(m) { 140 return m.replace(/0+$/, ''); 142 replace(/\.$/, ''). 143 replace(/^-0$/, '0'); 150 replace(/([\w\d.]+|[^\s])/g, '$1 '). 151 replace(/\s+/g, ' '); 191 value = value.replace(matches[i], 'url(' + anchor.href + ')') [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
ReplaceMethodCallsAdapter.java | 71 public void replace(MethodInformation mi) { 89 public void replace(MethodInformation mi) { 115 public void replace(MethodInformation mi) { 129 public void replace(MethodInformation mi) { 145 public void replace(MethodInformation mi) { 157 public void replace(MethodInformation mi) { 178 public void replace(MethodInformation mi) { 190 // or exception when instantiating the views, the IDE can replace it with a mock view 208 public void replace(MethodInformation mi) { 257 replacer.replace(mi) 290 void replace(MethodInformation mi); method in interface:ReplaceMethodCallsAdapter.MethodReplacer [all...] |
/external/libxml2/doc/ |
index.py | 247 desc = string.replace(desc, "'", " ") 338 desc = string.replace(desc, "'", " ") 395 title = string.replace(title, "'", " ") 474 str = string.replace(str, ".", " ") 475 str = string.replace(str, "!", " ") 476 str = string.replace(str, "?", " ") 477 str = string.replace(str, ",", " ") 478 str = string.replace(str, "'", " ") 479 str = string.replace(str, '"', " ") 480 str = string.replace(str, ";", " " [all...] |
/cts/tests/app/src/android/app/cts/ |
FragmentTransitionTest.java | 54 .replace(R.id.content, mStartFragment) 70 .replace(R.id.content, mEndFragment) 101 .replace(R.id.content, mStartFragment) 116 .replace(R.id.content, mMidFragment) 117 .replace(R.id.content, mEndFragment) 168 .replace(R.id.content, mStartFragment) 182 .replace(R.id.content, mMidFragment) 194 .replace(R.id.content, mEndFragment) 250 .replace(R.id.content, mStartFragment) 266 .replace(R.id.content, mMidFragment [all...] |
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_basic_string.i | 104 replace(size_type __pos, size_type __n, const basic_string& __str); 107 replace(size_type __pos1, size_type __n1, const basic_string& __str, 111 replace(size_type __pos, size_type __n1, const _CharT* __s, 115 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c); 222 replace(iterator __i1, iterator __i2, const basic_string& __str); 225 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n); 228 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c); 232 replace(iterator __i1, iterator __i2, const _CharT* __k1, const _CharT* __k2); 235 replace(iterator __i1, iterator __i2, const_iterator __k1, const_iterator __k2);
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
ihatexml.py | 173 string = string.replace(char, "\\" + char) 227 data = data.replace("--", "- -") 234 data = data.replace("\x0C", " ") 243 dataOutput = dataOutput.replace(char, replacement) 246 dataOutput = dataOutput.replace("'", self.getReplacementCharacter("'")) 264 nameRestOutput = nameRestOutput.replace(char, replacement) 276 name = name.replace(item, self.unescapeChar(item))
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
SupportMessageTest.java | 39 new String(new char[MAX_SHORT_MSG_LENGTH]).replace('\0', 'X'); 41 new String(new char[MAX_SHORT_MSG_LENGTH + 10]).replace('\0', 'A'); 49 new String(new char[REASONABLE_LONG_MSG_LENGTH]).replace('\0', 'B');
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
ClassSourcer.java | 54 String pkg = name.substring(0, name.lastIndexOf('/')).replace('/', '.'); 79 mOutput.write(" extends %s", superName.replace('/', '.')); 90 mOutput.write(i.replace('/', '.'));
|