HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 401 - 425 of 1093) sorted by null

<<11121314151617181920>>

  /sdk/sdklauncher/
Android.mk 8 # Eventually it should simply replace the batch file.
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/
MockFileOp.java 69 path = path.replace('\\', '/');
70 path = path.replace("C:", ""); //$NON-NLS-1$ //$NON-NLS-2$
  /external/stlport/stlport/stl/
_string.h 811 public: // Replace. (Conceptually equivalent
813 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
838 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
851 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
853 return replace(__pos, __n1, __s, _Traits::length(__s));
856 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
864 return replace(begin() + __pos, begin() + __pos + __len, __n2, __c);
867 _Self& replace(iterator __first, iterator __last, const _Self& __s) { function in class:basic_string
872 _Self& replace(iterator __first, iterator __last function in class:basic_string
879 _Self& replace(iterator __first, iterator __last, function in class:basic_string
913 _Self& replace(iterator __first, iterator __last, function in class:basic_string
923 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h 811 public: // Replace. (Conceptually equivalent
813 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
838 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
851 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
853 return replace(__pos, __n1, __s, _Traits::length(__s));
856 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
864 return replace(begin() + __pos, begin() + __pos + __len, __n2, __c);
867 _Self& replace(iterator __first, iterator __last, const _Self& __s) { function in class:basic_string
872 _Self& replace(iterator __first, iterator __last function in class:basic_string
879 _Self& replace(iterator __first, iterator __last, function in class:basic_string
913 _Self& replace(iterator __first, iterator __last, function in class:basic_string
923 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string.h 811 public: // Replace. (Conceptually equivalent
813 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
838 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
851 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
853 return replace(__pos, __n1, __s, _Traits::length(__s));
856 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
864 return replace(begin() + __pos, begin() + __pos + __len, __n2, __c);
867 _Self& replace(iterator __first, iterator __last, const _Self& __s) { function in class:basic_string
872 _Self& replace(iterator __first, iterator __last function in class:basic_string
879 _Self& replace(iterator __first, iterator __last, function in class:basic_string
913 _Self& replace(iterator __first, iterator __last, function in class:basic_string
923 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string.h 811 public: // Replace. (Conceptually equivalent
813 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
838 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
851 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
853 return replace(__pos, __n1, __s, _Traits::length(__s));
856 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
864 return replace(begin() + __pos, begin() + __pos + __len, __n2, __c);
867 _Self& replace(iterator __first, iterator __last, const _Self& __s) { function in class:basic_string
872 _Self& replace(iterator __first, iterator __last function in class:basic_string
879 _Self& replace(iterator __first, iterator __last, function in class:basic_string
913 _Self& replace(iterator __first, iterator __last, function in class:basic_string
923 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 241 URL reference = new URL("jar:file:/" + resPath.replace('\\', '/')
262 + resPath.replace('\\', '/')
266 + resPath.replace('\\', '/')
315 + resPath.replace('\\', '/')
415 URL expected = new URL("jar:file:/" + resPath.replace('\\', '/')
  /external/chromium/net/http/
http_response_headers_unittest.cc 38 replace(headers->begin(), headers->end(), '\n', '\0');
54 replace(headers.begin(), headers.end(), ' ', '_');
55 replace(headers.begin(), headers.end(), '\n', '\\');
56 replace(expected_headers.begin(), expected_headers.end(), ' ', '_');
57 replace(expected_headers.begin(), expected_headers.end(), '\n', '\\');
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 23 # Use temporary files to replace /dev/null on Windows.
154 # Replace uses of /dev/null with temporary files.
407 sourcepath = sourcepath.replace('\\', '/')
408 sourcedir = sourcedir.replace('\\', '/')
409 tmpDir = tmpDir.replace('\\', '/')
410 tmpBase = tmpBase.replace('\\', '/')
458 # expression syntax. Replace each matching occurrence of regular
464 b = b.replace("\\","\\\\")
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
SdkRepoSourceTest.java 268 "[SDK/extras/usb_driver]".replace('/', File.separatorChar),
347 "[SDK/extras/extra_api_dep, SDK/extras/usb_driver]".replace('/', File.separatorChar),
425 .replace('/', File.separatorChar),
527 .replace('/', File.separatorChar),
651 "SDK/extras/a/usb_driver]").replace('/', File.separatorChar),
    [all...]
SdkAddonSourceTest.java 216 "SDK/extras/vendor0000005f/extra0000005f]").replace('/', File.separatorChar),
307 "SDK/extras/vendor0000005f/extra0000005f]").replace('/', File.separatorChar),
411 "SDK/extras/vendor0000005f/extra0000005f]").replace('/', File.separatorChar),
  /ndk/sources/host-tools/make-3.81/
function.c 72 each occurrence of SUBST with REPLACE. TEXT is null-terminated. SLEN is
73 the length of SUBST and RLEN is the length of REPLACE. If BY_WORD is
78 subst_expand (char *o, char *text, char *subst, char *replace,
89 o = variable_buffer_output (o, replace, rlen);
110 /* Output everything before this occurrence of the string to replace. */
124 o = variable_buffer_output (o, replace, rlen);
139 and replacing strings matching PATTERN with REPLACE.
142 If REPLACE_PERCENT is not nil, REPLACE has already been
149 patsubst_expand (char *o, char *text, char *pattern, char *replace,
158 /* We call find_percent on REPLACE before checking PATTERN so that REPLAC
    [all...]
  /dalvik/docs/
prettify.js 236 pattern += '|' + preceder.replace(/([^=<>:&])/g, '\\$1');
259 return str.replace(pr_amp, '&amp;')
260 .replace(pr_lt, '&lt;')
261 .replace(pr_gt, '&gt;')
262 .replace(pr_quot, '&quot;');
267 return str.replace(pr_amp, '&amp;')
268 .replace(pr_lt, '&lt;')
269 .replace(pr_gt, '&gt;');
303 return html.replace(pr_ltEnt, '<')
304 .replace(pr_gtEnt, '>'
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 380 return text.replace("\r\n", "\n")
472 return test.replace('http://127.0.0.1:8880/', '')
476 return test.replace('http://127.0.0.1:8000/', 'http/tests/')
479 return test.replace('https://127.0.0.1:8443/', 'http/tests/')
710 wdiff = wdiff.replace(self._WDIFF_DEL, "<span class=del>")
711 wdiff = wdiff.replace(self._WDIFF_ADD, "<span class=add>")
712 wdiff = wdiff.replace(self._WDIFF_END, "</span>")
    [all...]
test.py 406 return test.replace('http://127.0.0.1:8880/', '')
410 return test.replace('http://127.0.0.1:8000/', 'http/tests/')
413 return test.replace('https://127.0.0.1:8443/', 'http/tests/')
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 206 return replace(where, where, tb, start, end);
211 return replace(where, where, tb, 0, tb.length());
216 SpannableStringBuilder ret = replace(start, end, "", 0, 0);
226 replace(0, length(), "", 0, 0);
251 return replace(length, length, text, 0, text.length());
257 return replace(length, length, text, start, end);
271 checkRange("replace", start, end);
419 public SpannableStringBuilder replace(int start, int end, CharSequence tb) { method in class:SpannableStringBuilder
420 return replace(start, end, tb, 0, tb.length());
424 public SpannableStringBuilder replace(final int start, final int end method in class:SpannableStringBuilder
    [all...]
  /external/collada/src/modules/LIBXMLPlugin/
daeLIBXMLPlugin.cpp 272 daeInt daeLIBXMLPlugin::write(const daeURI& name, daeDocument *document, daeBool replace)
288 // If replace=false, don't replace existing files
289 if(!replace)
304 if ( !replace )
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 209 sb.append(rootAttributes.replace("\n", "\n ")); //$NON-NLS-1$ //$NON-NLS-2$
243 // Remove marker tokens and replace them with whitespace
244 fileContents = fileContents.replace(indentToken, formatPrefs.getOneIndentUnit());
247 fileContents = fileContents.replace(caretToken, ""); //$NON-NLS-1$
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-resource-browser.js 51 result.topicsHtml.replace(/\<.*?\>/g,'').toLowerCase().indexOf(keyword) >= 0)
196 paramStr = paramStr.replace(/^[?#]/, '');
  /cts/tools/dex-tools/test/dex/reader/util/
JavaSourceToDexUtil.java 78 ClassDefItem classDefItem = CfTranslator.translate(memoryByteCode.getName().replace('.', '/') +".class", memoryByteCode.getBytes(), cfOptions);
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 85 aclass = argParam.replace('.','/');
  /dalvik/hit/src/com/android/hit/
ClassObj.java 124 return mClassName.replace('/', '.');
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java 143 // Check what fragment is currently shown, replace if needed.
153 ft.replace(R.id.details, details);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java 146 // Check what fragment is currently shown, replace if needed.
156 ft.replace(R.id.details, details);
  /development/tools/glesv2debugger/
generate_MessageFormatter_java.py 26 return line.replace(annotation, "*")
125 returnType = line[0: line.find(" API_ENTRY(")].replace("const ", "")
157 parameter = parameter.replace("const","")

Completed in 1376 milliseconds

<<11121314151617181920>>