/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);
|
/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/ |
debug-liveedit-patch-positions.js | 122 // replace it's code with stub. So there is no reliable way to get PCs for
|
function-names.js | 116 "lastIndexOf", "localeCompare", "match", "replace", "search", "slice",
|
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 44 user options for Valgrind tools that replace malloc:
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodereplacechildnewchilddiffdocument.js | 89 Retrieve the second employee and attempt to replace one
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodereplacechildnewchilddiffdocument.js | 89 Retrieve the second employee and attempt to replace one
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodereplacechild23.js | 78 Using replaceChild on a new EntityReference node attempt to replace an Element, Text,
|
nodereplacechild30.js | 81 Using replaceChild on an Element node attempt to replace a new Element child node with
|
nodereplacechild38.js | 78 Using replaceChild on an Entity node attempt to replace its Text child with new Text,
|
/external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/ |
createDocument-namespace-err.js | 99 return '"' + v.replace('"', '\\"') + '"';
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/ |
jsref.js | 100 // need to replace w/ IEEE standard for rounding
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestShell.cpp | 390 url.replace(0, pos + layoutTestsPatternSize, fileTestPrefix); 394 url.replace(dataUrlPatternSize, url.length(), path);
|
/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/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapVcardManager.java | 459 .replace(PhoneNumberUtils.PAUSE, 'p') 460 .replace(PhoneNumberUtils.WAIT, 'w');
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactDirectoryManager.java | 306 db.replace(Tables.DIRECTORIES, null, values); 320 db.replace(Tables.DIRECTORIES, null, values); 471 // Insert or replace existing directories.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssistTest.java | 516 // NOTE - this will replace all flag values with the newly selected value. 517 // That may not be the best behavior - perhaps we should only replace one portion 524 // NOTE - this will replace all flag values with the newly selected value. 525 // That may not be the best behavior - perhaps we should only replace one portion [all...] |
/bionic/libc/kernel/common/linux/ |
coda.h | 565 struct coda_replace_out replace; member in union:coda_downcalls
|
/bionic/libc/kernel/tools/ |
kernel.py | 90 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 | 519 return getClassName().replace("/", ".");
|
/development/ndk/platforms/android-3/include/linux/ |
coda.h | 565 struct coda_replace_out replace; member in union:coda_downcalls
|
/development/scripts/ |
stack | 146 symbolfile = img.replace("-img-", "-symbols-")
|