/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
find_format.hpp | 27 Defines generic replace algorithms. Each algorithm replaces 35 // generic replace -----------------------------------------------------------------// 37 //! Generic replace algorithm 40 this substring and replace it in the input. 85 //! Generic replace algorithm 116 //! Generic replace algorithm 119 this substring and replace it in the input. The input is modified in-place. 155 //! Generic replace all algorithm 158 this substring and replace it in the input. Repeat this for all matching 205 //! Generic replace all algorith [all...] |
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/ |
DebugReceiver.java | 59 return action.replace("android", "a") 60 .replace("bluetooth", "b") 61 .replace("extra", "e") 62 .replace("action", "a");
|
/development/host/windows/prebuilt/usb/ |
Android.mk | 17 @echo "Killing adb server so we can replace AdbWinApi.dll"
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
gUnit.g | 135 testInput = $STRING.text.replace("\\n", "\n").replace("\\r", "\r").replace("\\t", "\t") 136 .replace("\\b", "\b").replace("\\f", "\f").replace("\\\"", "\"").replace("\\'", "\'").replace("\\\\", "\\"); 162 $STRING.setText($STRING.text.replace("\\n", "\n").replace("\\r", "\r").replace("\\t", "\t" [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
native_view_photobooth_gtk.cc | 26 void NativeViewPhotoboothGtk::Replace(gfx::NativeView new_view) {
|
/external/chromium_org/base/profiler/ |
alternate_timer.cc | 21 // Set an alternate timer function to replace the OS time function when
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/ |
content.js | 9 var link = links[i].href.replace(/(.*)#?/, "$1");
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/catblock/ |
background.js | 5 // Simple extension to replace lolcat images from
|
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/ |
dns.js | 28 proxyHost = proxyHost.replace(/[^0-9a-zA-Z.-]/g, '_');
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
abort.h | 9 // So we replace abort with a segmentation fault, then crash reporter can
|
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
plist_strings_writer.py | 34 caption = caption.replace('"', '\\"') 35 caption = caption.replace('\n', '\\n') 36 desc = desc.replace('"', '\\"') 37 desc = desc.replace('\n', '\\n')
|
/external/chromium_org/tools/gyp/tools/emacs/ |
README | 3 Add the following to your ~/.emacs (replace ... with the path to your gyp
|
/external/chromium_org/ui/keyboard/resources/ |
main.js | 15 * Recursively replace all kb-key-import elements with imported documents. 33 * Replace all kb-key-sequence elements with generated kb-key elements. 48 * 1) Replace all kb-key-import elements with imported document that associated 50 * 2) Replace all kb-key-sequence elements with generated DOM structures.
|
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-newsource.js | 53 var new_source = script.source.replace("Cat", "Cap' + 'yb' + 'ara"); 54 var new_source = new_source.replace("25", "26"); 55 var new_source = new_source.replace("Help", "Hello"); 56 var new_source = new_source.replace("17", "18");
|
/external/iptables/extensions/ |
libxt_TCPOPTSTRIP.man | 1 This target will strip TCP options off a TCP packet. (It will actually replace
|
/external/mockito/src/org/mockito/internal/util/ |
StringJoiner.java | 20 return out.replace(lastBreak, lastBreak+1, "").toString();
|
/external/v8/test/mjsunit/ |
debug-liveedit-newsource.js | 53 var new_source = script.source.replace("Cat", "Cap' + 'yb' + 'ara"); 54 var new_source = new_source.replace("25", "26"); 55 var new_source = new_source.replace("Help", "Hello"); 56 var new_source = new_source.replace("17", "18");
|
/frameworks/base/docs/html/training/basics/fragments/ |
fragment-ui.jd | 12 <li><a href="#Replace">Replace One Fragment with Another</a></li> 46 replace each other as the user navigates.</p> 49 remove, and replace fragments to an activity at runtime in order to create a dynamic experience.</p> 62 {@link android.support.v4.app.FragmentTransaction}, which provides APIs to add, remove, replace, 74 href="creating.html">previous lesson</a> that shows only one fragment at a time. In order to replace 142 element—the activity can remove the fragment and replace it with a different one.</p> 146 <h2 id="Replace">Replace One Fragment with Another</h2> 148 <p>The procedure to replace a fragment is similar to adding one, but requires the {@lin [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))
|
fix_funcattrs.py | 20 attr.replace(Name((u"__%s__" % attr.value[5:]),
|
fix_methodattrs.py | 24 attr.replace(Name(new, prefix=attr.prefix))
|
/prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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))
|