/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
plist_helper.py | 15 return name.replace(' ', '_')
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/ |
ImgSrcReplacementTest.java | 29 private static void replace(final String input, final String expectedOutput) { method in class:ImgSrcReplacementTest 35 replace( 43 replace( 51 replace( 59 replace( 67 replace( 75 replace( 84 replace( 93 replace( 101 replace( [all...] |
/external/chromium_org/tools/gyp/test/variables/commands/ |
gyptest-commands-repeated.py | 16 expect = test.read('commands-repeated.gyp.stdout').replace('\r\n', '\n') 31 contents = test.read('commands-repeated.gypd').replace('\r\n', '\n') 32 expect = test.read('commands-repeated.gypd.golden').replace('\r\n', '\n')
|
gyptest-commands.py | 17 expect = test.read('commands.gyp.stdout').replace('\r', '') 32 contents = test.read('commands.gypd').replace('\r', '') 33 expect = test.read('commands.gypd.golden').replace('\r', '')
|
gyptest-commands-ignore-env.py | 23 expect = test.read('commands.gyp.ignore-env.stdout').replace('\r\n', '\n') 39 contents = test.read('commands.gypd').replace('\r', '') 40 expect = test.read('commands.gypd.golden').replace('\r', '')
|
/external/doclava/src/com/google/doclava/ |
CodeTagInfo.java | 21 t = t.replace("&", "&"); 22 t = t.replace("<", "<"); 23 t = t.replace(">", ">");
|
LiteralTagInfo.java | 21 t = t.replace("&", "&"); 22 t = t.replace("<", "<"); 23 t = t.replace(">", ">");
|
/external/chromium_org/tools/gyp/test/variables/filelist/ |
gyptest-filelist-golden.py | 20 expect = expect.replace('/', r'\\').replace('\r\n', '\n') 35 contents = test.read('src/filelist.gypd').replace( 36 '\r', '').replace('\\\\', '/') 37 expect = test.read('filelist.gypd.golden').replace('\r', '')
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/ |
basic.rb | 45 example 'replace index 0' do 47 stream.replace( 0, 'x' ) 51 example 'replace last index' do 53 stream.replace 2, 'x' 57 example 'replace last index' do 59 stream.replace( 2, 'x' ) 63 example 'replace middle index' do 65 stream.replace 1, 'x' 69 example 'replace middle index' do 71 stream.replace 1, 'x [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
regexp.js | 128 s2[i].replace(re2, ''); 146 s8[i].replace(re5, ''); 149 s9[i].replace(re6, ''); 160 s14[i].replace(re6, ''); 166 s16[i].replace(re10, ''); 167 s16[i].replace(/\[/g, ''); 168 s17[i].replace(re11, ''); 171 s18[i].replace(re2, ''); 177 s20[i].replace(re12, ''); 181 s21[i].replace(/([a-zA-Z]|\s)+/, '') [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-regexp.js | 66 'QBZPbageby_cynprubyqre'.replace(re2, ''); 84 'vachggrkg'.replace(re5, ''); 87 '528.9'.replace(re6, ''); 98 '521'.replace(re6, ''); 104 'qvi .so_zrah'.replace(re10, ''); 105 'qvi .so_zrah'.replace(/\[/g, ''); 106 'qvi.so_zrah'.replace(re11, ''); 109 'uvqqra_ryrz'.replace(re2, ''); 115 'uggc://ubzr.zlfcnpr.pbz/vaqrk.psz'.replace(re12, ''); 119 str1.replace(/([a-zA-Z]|\s)+/, '') [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-regexp.js | 66 'QBZPbageby_cynprubyqre'.replace(re2, ''); 84 'vachggrkg'.replace(re5, ''); 87 '528.9'.replace(re6, ''); 98 '521'.replace(re6, ''); 104 'qvi .so_zrah'.replace(re10, ''); 105 'qvi .so_zrah'.replace(/\[/g, ''); 106 'qvi.so_zrah'.replace(re11, ''); 109 'uvqqra_ryrz'.replace(re2, ''); 115 'uggc://ubzr.zlfcnpr.pbz/vaqrk.psz'.replace(re12, ''); 119 str1.replace(/([a-zA-Z]|\s)+/, '') [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-regexp.js | 66 'QBZPbageby_cynprubyqre'.replace(re2, ''); 84 'vachggrkg'.replace(re5, ''); 87 '528.9'.replace(re6, ''); 98 '521'.replace(re6, ''); 104 'qvi .so_zrah'.replace(re10, ''); 105 'qvi .so_zrah'.replace(/\[/g, ''); 106 'qvi.so_zrah'.replace(re11, ''); 109 'uvqqra_ryrz'.replace(re2, ''); 115 'uggc://ubzr.zlfcnpr.pbz/vaqrk.psz'.replace(re12, ''); 119 str1.replace(/([a-zA-Z]|\s)+/, '') [all...] |
/external/chromium_org/v8/benchmarks/ |
regexp.js | 128 s2[i].replace(re2, ''); 146 s8[i].replace(re5, ''); 149 s9[i].replace(re6, ''); 160 s14[i].replace(re6, ''); 166 s16[i].replace(re10, ''); 167 s16[i].replace(/\[/g, ''); 168 s17[i].replace(re11, ''); 171 s18[i].replace(re2, ''); 177 s20[i].replace(re12, ''); 181 s21[i].replace(/([a-zA-Z]|\s)+/, '') [all...] |
/external/v8/benchmarks/ |
regexp.js | 128 s2[i].replace(re2, ''); 146 s8[i].replace(re5, ''); 149 s9[i].replace(re6, ''); 160 s14[i].replace(re6, ''); 166 s16[i].replace(re10, ''); 167 s16[i].replace(/\[/g, ''); 168 s17[i].replace(re11, ''); 171 s18[i].replace(re2, ''); 177 s20[i].replace(re12, ''); 181 s21[i].replace(/([a-zA-Z]|\s)+/, '') [all...] |
/external/markdown/markdown/ |
postprocessors.py | 55 text = text.replace("<p>%s</p>" % 58 text = text.replace(markdown.preprocessors.HTML_PLACEHOLDER % i, 64 html = html.replace('&', '&') 65 html = html.replace('<', '<') 66 html = html.replace('>', '>') 67 return html.replace('"', '"') 76 text = text.replace(markdown.AMP_SUBSTITUTE, "&")
|
/development/scripts/ |
combine_sdks.sh | 3 function replace() function 67 # replace tools/emulator # at this time we do not want the exe from SDK1.x 68 replace tools/lib/images 69 replace tools/lib/res 70 replace tools/lib/fonts 71 replace tools/lib/layoutlib.jar 72 replace docs 73 replace android.jar 76 replace tools/lib/$i.txt 80 replace usb_drive [all...] |
/external/chromium_org/build/win/ |
install-build-deps.py | 33 replace = base + ''' Condition="'$(ConfigurationType)'=='StaticLibrary'">''' 34 result = source.replace(find, replace)
|
/external/chromium_org/tools/gyp/test/rules-rebuild/ |
gyptest-default.py | 36 contents = contents.replace('!', ' AGAIN!') 54 contents = contents.replace('!', ' AGAIN!') 75 contents = contents.replace('%s', 'the amazing %s')
|
/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");
|
/external/chromium_org/tools/gyp/test/actions-multiple/src/ |
filter.py | 11 fh.write(data.replace(sys.argv[1], sys.argv[2]))
|
/external/guava/guava/src/com/google/common/collect/ |
ForwardingConcurrentMap.java | 52 public V replace(K key, V value) { method in class:ForwardingConcurrentMap 53 return delegate().replace(key, value); 57 public boolean replace(K key, V oldValue, V newValue) { method in class:ForwardingConcurrentMap 58 return delegate().replace(key, oldValue, newValue);
|
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
ConcurrentMap.java | 32 V replace(K key, V value); method in interface:ConcurrentMap 34 boolean replace(K key, V oldValue, V newValue); method in interface:ConcurrentMap
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentMap.java | 16 * {@code putIfAbsent}, {@code remove}, and {@code replace} methods. 112 boolean replace(K key, V oldValue, V newValue); method in interface:ConcurrentMap 141 V replace(K key, V value); method in interface:ConcurrentMap
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/ |
iter_iter_initializer_list.pass.cpp | 12 // basic_string& replace(const_iterator i1, const_iterator i2, initializer_list<charT> il); 24 s.replace(s.cbegin() + 3, s.cbegin() + 6, {'a', 'b', 'c'}); 31 s.replace(s.cbegin() + 3, s.cbegin() + 6, {'a', 'b', 'c'});
|