HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 476 - 500 of 2505) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 49 atom.replace(new_args[0])
fix_set_literal.py 32 single.replace(fake)
52 # Finally, replace the set call with our shiny new literal.
fix_tuple_params.py 74 tuple_arg.replace(n)
115 # Replace lambda ((((x)))): x with lambda x: x
119 args.replace(inner)
127 args.replace(new_param.clone())
134 n.replace(new)
fix_urllib.py 91 import_mod.replace(names)
113 mod_member.replace(Name(new_name, prefix=pref))
165 node.replace(nodes)
181 module_dot.replace(Name(new_name,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nturl2path.py 12 url = url.replace(':', '|')
locale.py 291 s = s.replace('<', sign)
293 s = s.replace('>', sign)
299 return s.replace('<', '').replace('>', '')
310 string = string.replace(ts, '')
311 #next, replace the decimal point with a dot
314 string = string.replace(dd, '.')
369 fullname = fullname.replace(':', '.')
378 norm_encoding = encoding.replace('-', '')
379 norm_encoding = norm_encoding.replace('_', ''
    [all...]
webbrowser.py 172 cmdline = [self.name] + [arg.replace("%s", url)
189 cmdline = [self.name] + [arg.replace("%s", url)
273 args = [arg.replace("%s", url).replace("%action", action)
278 args = [arg.replace("%s", url) for arg in self.args]
594 script = 'open location "%s"' % url.replace('"', '%22') # opens in default browser
603 cmd = 'OpenURL "%s"' % url.replace('"', '%22')
623 script = 'open location "%s"' % url.replace('"', '%22') # opens in default browser
630 '''%(self._name, url.replace('"', '%22'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strftime.py 25 new_text = new_text.replace(re.escape(ampm), ampm)
26 new_text = new_text.replace('\%', '%')
27 new_text = new_text.replace('\:', ':')
28 new_text = new_text.replace('\?', '?')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
encoders.py 24 return enc.replace(' ', '=20')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 49 atom.replace(new_args[0])
fix_set_literal.py 32 single.replace(fake)
52 # Finally, replace the set call with our shiny new literal.
fix_tuple_params.py 74 tuple_arg.replace(n)
115 # Replace lambda ((((x)))): x with lambda x: x
119 args.replace(inner)
127 args.replace(new_param.clone())
134 n.replace(new)
fix_urllib.py 91 import_mod.replace(names)
113 mod_member.replace(Name(new_name, prefix=pref))
165 node.replace(nodes)
181 module_dot.replace(Name(new_name,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nturl2path.py 12 url = url.replace(':', '|')
locale.py 291 s = s.replace('<', sign)
293 s = s.replace('>', sign)
299 return s.replace('<', '').replace('>', '')
310 string = string.replace(ts, '')
311 #next, replace the decimal point with a dot
314 string = string.replace(dd, '.')
369 fullname = fullname.replace(':', '.')
378 norm_encoding = encoding.replace('-', '')
379 norm_encoding = norm_encoding.replace('_', ''
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strftime.py 25 new_text = new_text.replace(re.escape(ampm), ampm)
26 new_text = new_text.replace('\%', '%')
27 new_text = new_text.replace('\:', ':')
28 new_text = new_text.replace('\?', '?')
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 130 String replace = "name"; local
131 String suggestedName = String.format(mValues.type.getDefaultNameFormat(), replace);
137 int start = suggestedName.indexOf(replace);
139 mNameText.setSelection(start, start + replace.length());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddPrefixFix.java 53 document.replace(start, 0, prefix + ':');
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java 191 public String replace(String attributeUri, String attributeName,
223 assertEquals("true", BaseLayoutRule.DEFAULT_ATTR_FILTER.replace("myuri", "layout_alignRight",
225 assertEquals(null, BaseLayoutRule.DEFAULT_ATTR_FILTER.replace(ANDROID_URI,
227 assertEquals("true", BaseLayoutRule.DEFAULT_ATTR_FILTER.replace(ANDROID_URI,
  /external/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java 101 exoticText.replace(": .", ": 0.").replace(": -.", ": -0.") // short-form double
102 .replace("23e", "23E").replace("E+", "E").replace("0.23E17", "2.3E16");
119 javaText = javaText.replace(".0\n", "\n");
131 javaText = javaText.replace(".0\n", "\n");
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 100 outpath = outpath.replace(os.path.sep, '\\')
136 replace = {
142 RunTemplateFileIfChanged(srcpath, dstpath, replace)
156 replace = {
164 RunTemplateFileIfChanged(srcpath, dstpath, replace)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
sunspider-analyze-results.js 67 var category = test.replace(/-.*/, "");
91 var category = test.replace(/-.*/, "");
105 var category = test.replace(/-.*/, "");
197 var shortName = tests[i].replace(/^[^-]*-/, "");
256 var shortName = test.replace(/^[^-]*-/, "");
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
hamt.c 219 HAMT_insert(HAMT *hamt, const char *str, void *data, int *replace,
242 *replace = 1;
252 if (*replace) {
266 /* replace node with subtrie */
314 *replace = 1;
361 *replace = 1;
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
MoreKeysResources.java 82 return language.replace("-r", "_");
101 JAVA_TEMPLATE.replace(".tmpl", ".java"));
248 private static String replaceAll(final String text, final String target, final String replace) {
251 t = t.replace(target, replace);
  /external/javassist/src/main/javassist/bytecode/
Descriptor.java 38 return classname.replace('.', '/');
51 return classname.replace('/', '.');
82 name = descriptor.substring(i, i2).replace('/', '.');
269 desc.append(type.getName().replace('.', '/'));
335 newdesc.append(classname.replace('.', '/'));
356 return "(L" + classname.replace('.', '/') + ';'
413 newdesc.append(classname.replace('.', '/'));
547 return cp.get(desc.replace('/', '.'));
567 name = desc.substring(i, i2++).replace('/', '.');

Completed in 1330 milliseconds

<<11121314151617181920>>