HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 1 - 25 of 2856) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/configurations/inheritance/
gyptest-duplicates.py 26 contents = test.read('duplicates.gypd').replace(
27 '\r', '').replace('\\\\', '/')
28 expect = test.read('duplicates.gypd.golden').replace('\r', '')
  /external/chromium_org/tools/gyp/test/msvs/filters/
gyptest-filters-2010.py 37 '''.replace('\n', '\r\n'))
54 '''.replace('\n', '\r\n'))
  /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("<", "&lt;");
23 t = t.replace(">", "&gt;");
LiteralTagInfo.java 21 t = t.replace("&", "&amp;");
22 t = t.replace("<", "&lt;");
23 t = t.replace(">", "&gt;");
  /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/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
InstallEvent.idl 36 void replace();
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.replace/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy_if
23 test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy
27 test_name := algorithms/alg.modifying.operations/alg.replace/replace_if
31 test_name := algorithms/alg.modifying.operations/alg.replace/replace
32 test_src := replace.pass.cpp
  /external/libcxx/test/re/re.alg/re.alg.replace/
Android.mk 17 test_makefile := external/libcxx/test/re/re.alg/re.alg.replace/Android.mk
19 test_name := re/re.alg/re.alg.replace/test2
23 test_name := re/re.alg/re.alg.replace/test3
27 test_name := re/re.alg/re.alg.replace/test5
31 test_name := re/re.alg/re.alg.replace/test1
35 test_name := re/re.alg/re.alg.replace/test6
39 test_name := re/re.alg/re.alg.replace/test4
  /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('&', '&amp;')
65 html = html.replace('<', '&lt;')
66 html = html.replace('>', '&gt;')
67 return html.replace('"', '&quot;')
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]))

Completed in 871 milliseconds

1 2 3 4 5 6 7 8 91011>>