HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 376 - 400 of 633) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 609 path = path.replace('\\', '/');
644 String className = fqName.substring(0, lastDot).replace('.', '/');
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
strcase.cpp 111 test4.replace(0, test4.length(), uppercaseGreek);
118 test4.replace(0, test4.length(), lowercaseGreek);
convtest.cpp 441 s.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
453 s.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
621 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
633 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 426 dout.writeUTF (cd.m_descriptor.replace ('/', '.'));
440 dout.writeUTF (md.m_descriptor.replace ('/', '.'));
  /external/icu4c/test/intltest/
strcase.cpp 113 test4.replace(0, test4.length(), uppercaseGreek);
120 test4.replace(0, test4.length(), lowercaseGreek);
convtest.cpp 473 s.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
485 s.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
653 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
665 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
    [all...]
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java 153 return externalClassName.replace(ClassConstants.EXTERNAL_PACKAGE_SEPARATOR,
186 internalClassName.replace(ClassConstants.INTERNAL_PACKAGE_SEPARATOR,
    [all...]
  /external/v8/test/mjsunit/
function-names.js 116 "lastIndexOf", "localeCompare", "match", "replace", "search", "slice",
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/
jsref.js 100 // need to replace w/ IEEE standard for rounding
  /external/webkit/WebKitTools/Scripts/webkitpy/
scm_unittest.py 290 changelog_entry = changelog_entry.replace('REVIEWER_HERE', 'Joe Cool')
292 return changelog_entry.replace('DATE_HERE', date.today().isoformat())
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 132 return classReader.getClassName().replace('/', '.');
144 return className.replace('/', '.');
205 // - replace "*" by "[^.]*"
  /libcore/luni/src/main/java/java/lang/
Class.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 633 url = url.replace("{CID}",
747 return url.replace("rlz=" + oldRlz, "rlz=" + mRlzValue);
  /packages/apps/Email/src/com/android/email/
Utility.java 184 * for trouble chars before calling the replace functions.
553 return str.replace("\r", "").replace("\n", "\r\n");
  /bionic/libc/kernel/common/linux/
coda.h 565 struct coda_replace_out replace; member in union:coda_downcalls
  /bionic/libc/kernel/tools/
kernel.py 87 hdr_dir = hdr_dir.replace("%s/" % os.path.realpath(kernel_root),
  /build/tools/releasetools/
edify_generator.py 64 return "".join(out).replace("\0", " ").rstrip("\n")
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 512 return getClassName().replace("/", ".");
  /development/ndk/platforms/android-3/include/linux/
coda.h 565 struct coda_replace_out replace; member in union:coda_downcalls
  /external/chromium/net/http/
http_util_unittest.cc 147 // Replace <backslash> " with ".
150 // Replace <backslash> <backslash> with <backslash>
155 // Replace <backslash> X with X
170 // Replace <backslash> <backslash> with <backslash>
173 // Replace <backslash> X with X
489 std::replace(raw.begin(), raw.end(), '\0', '|');
  /external/chromium/third_party/icu/source/i18n/
rbt_rule.cpp 356 // this into the replace method.
445 // =========================== REPLACE ==========================
451 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart);
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 73 * delegation rules just enough to be able to 'replace' the parent loader. This
246 final String classResource = name.replace ('.', '/') + ".class";
  /external/icu4c/common/unicode/
utext.h 1412 UTextReplace *replace; member in struct:UTextFuncs
    [all...]
  /external/icu4c/i18n/
rbt_rule.cpp 356 // this into the replace method.
445 // =========================== REPLACE ==========================
451 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart);
  /external/jdiff/src/jdiff/
XMLToAPI.java 208 String filename2 = name.replace(' ','_');

Completed in 1500 milliseconds

<<11121314151617181920>>