HomeSort by relevance Sort by last modified time
    Searched full:replace (Results 276 - 300 of 11582) sorted by null

<<11121314151617181920>>

  /external/v8/build/android/
adb_system_webview_command_line 9 # Otherwise, the given flags are used to REPLACE (not modify) the content shell
  /external/v8/src/crankshaft/
hydrogen-redundant-phi.h 14 // Replace all phis consisting of a single non-loop operand plus any number of
  /external/v8/test/mjsunit/es6/
regexp-replace-lastindex.js 10 assertEquals("X", "x".replace(global, function(a) { return "X"; }));
  /external/v8/test/mjsunit/regress/
regress-crbug-467047.js 9 "abcd".replace(re, function() { });
regress-crbug-471659.js 18 s.replace("+", "-");
  /external/v8/test/unittests/compiler/
graph-reducer-unittest.h 17 MOCK_METHOD2(Replace, void(Node*, Node*));
  /external/v8/tools/gyp/tools/emacs/
README 3 Add the following to your ~/.emacs (replace ... with the path to your gyp
  /frameworks/base/docs/html/training/basics/fragments/
fragment-ui.jd 14 <li><a href="#Replace">Replace One Fragment with Another</a></li>
48 replace each other as the user navigates.</p>
51 remove, and replace fragments to an activity at runtime in order to create a dynamic experience.</p>
64 {@link android.support.v4.app.FragmentTransaction}, which provides APIs to add, remove, replace,
76 href="creating.html">previous lesson</a> that shows only one fragment at a time. In order to replace
144 element&mdash;the activity can remove the fragment and replace it with a different one.</p>
148 <h2 id="Replace">Replace One Fragment with Another</h2>
150 <p>The procedure to replace a fragment is similar to adding one, but requires the {@lin
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/
build-local.py 9 def replace(inputFile, pattern, newVal, ): function
10 print 'About to replace repo path to {0} in {1}'.format(newVal, inputFile)
51 replace(os.getcwd()+"/local.properties", r'(.*)LOCAL_REPO(.*)', 'LOCAL_REPO='+repo_path)
52 replace(os.getcwd()+"/local.properties", r'(.*)LIBRARY_VERSION(.*)', 'LIBRARY_VERSION='+library_version)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
compiler.py 57 cxx_args = self.cxx_template.replace('%OUT%', out)
58 cxx_args = cxx_args.replace('%SOURCE%', ' '.join(source_files))
67 link_args = self.link_template.replace('%OUT%', out)
68 link_args = link_args.replace('%SOURCE%', ' '.join(source_files))
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorExpressionBuilder.java 37 public SpannableStringBuilder replace(int start, int end, CharSequence tb, int tbstart, method in class:CalculatorExpressionBuilder
41 return super.replace(start, end, tb, tbstart, tbend);
84 // since this is the first edit replace the entire string
91 return super.replace(start, end, appendExpr, 0, appendExpr.length());
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_buffer.py 22 name.replace(Name(u"memoryview", prefix=name.prefix))
fix_funcattrs.py 20 attr.replace(Name((u"__%s__" % attr.value[5:]),
fix_methodattrs.py 24 attr.replace(Name(new, prefix=attr.prefix))
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/
dump.py 40 # qtable = table_name.replace("'", "''")
44 # sql.replace("''")))
49 table_name_ident = table_name.replace('"', '""')
54 ",".join("""'||quote("{0}")||'""".format(col.replace('"', '""')) for col in column_names))
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_buffer.py 22 name.replace(Name(u"memoryview", prefix=name.prefix))
fix_funcattrs.py 20 attr.replace(Name((u"__%s__" % attr.value[5:]),
fix_methodattrs.py 24 attr.replace(Name(new, prefix=attr.prefix))
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/
dump.py 40 # qtable = table_name.replace("'", "''")
44 # sql.replace("''")))
49 table_name_ident = table_name.replace('"', '""')
54 ",".join("""'||quote("{0}")||'""".format(col.replace('"', '""')) for col in column_names))
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlfragments.swg 17 this will replace the code used to retrieve an integer value for all
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyfragments.swg 17 this will replace the code used to retrieve an integer value for all
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyfragments.swg 17 this will replace the code used to retrieve an integer value for 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);
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclfragments.swg 17 this will replace the code used to retrieve an integer value for all
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_buffer.py 22 name.replace(Name(u"memoryview", prefix=name.prefix))

Completed in 970 milliseconds

<<11121314151617181920>>