/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/ |
OfflineInstrumentationAccessGeneratorTest.java | 52 String name = getClass().getName().replace('.', '/'); 73 String rtname = JaCoCo.RUNTIMEPACKAGE.replace('.', '/') + "/Offline"; 132 return (ITarget) loader.add(className.replace('/', '.'),
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
TraceSignatureVisitor.java | 209 declaration.append(separator).append(name.replace('/', '.'));
212 declaration.append(separator).append(name.replace('/', '.'));
224 declaration.append(separator).append(name.replace('/', '.'));
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/ |
TestFragmentTransaction.java | 50 public FragmentTransaction replace(int containerViewId, Fragment fragment) { method in class:TestFragmentTransaction 51 return replace(containerViewId, fragment, null); 55 public FragmentTransaction replace(int containerViewId, Fragment fragment, String tag) { method in class:TestFragmentTransaction
|
/external/v8/test/preparser/ |
testcfg.py | 67 source = source.replace("\n", " ") 80 testname = testname.replace("$" + key, replacement[key]); 81 testsource = testsource.replace("$" + key, replacement[key]);
|
/frameworks/base/core/java/android/widget/ |
MultiAutoCompleteTextView.java | 155 e.replace(start, i, ""); 157 e.replace(start, i, 200 editable.replace(start, end, mTokenizer.terminateToken(text));
|
/frameworks/base/core/java/com/android/internal/widget/ |
DrawableHolder.java | 68 * @param replace if true, replace the current animation with this one. 71 String property, float toValue, boolean replace) { 73 if (replace) removeAnimationFor(property); 79 this.addAnimation(anim, replace);
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
Volume.java | 98 numList = numList.replace('{', ' ');
99 numList = numList.replace('}', ' ');
100 numList = numList.replace(';', ' ');
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
PhotoActionPopup.java | 84 boolean replace = (mode & Flags.TAKE_OR_PICK_PHOTO_REPLACE_WORDING) > 0; 85 final int takePhotoResId = replace ? R.string.take_new_photo : R.string.take_photo; 87 final int pickPhotoResId = replace ? R.string.pick_new_photo : R.string.pick_photo;
|
/packages/apps/Dialer/src/com/android/dialer/filterednumber/ |
BlockedNumbersSettingsActivity.java | 71 .replace(R.id.blocked_numbers_activity_container, fragment, 92 .replace(R.id.blocked_numbers_activity_container, fragment, 113 .replace(R.id.blocked_numbers_activity_container, fragment,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
PasteAction.java | 86 sse_doc.replace(region.getStartOffset(), 0, data); 99 sse_doc.replace(start_tag.getEndOffset(), 0, data); 114 sse_doc.replace(region.getEndOffset(), 0, data);
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
datetimeutil.py | 85 val = val.replace(noise, ' ') 126 val = val.replace(noise, ' ') 231 tail = tail.replace("+"," +").replace("-"," -") 244 val = val.replace(noise, ' ') 246 val = val.replace(noise, ' ')
|
/external/jetty/src/java/org/eclipse/jetty/jmx/ |
MBeanContainer.java | 329 return basis.replace(':', '_').replace('*', '_').replace('?', '_').replace('=', '_').replace(',', '_').replace(' ', '_');
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
FragmentTransactionTest.java | 66 txn.replace(id, fragment); 71 txn.replace(id, fragment, tag); 122 txn.replace(111, fragment).commit(); 133 txn.replace(111, fragment, "tag1").commit(); 280 public void addFragment(int containerViewId, String tag, Fragment fragment, boolean replace) { 285 addFragmentReplace = replace;
|
/external/v8/test/mjsunit/ |
this-in-callbacks.js | 41 // test String.replace 46 assertEquals('id', 'hello'.replace('hello', r)); 47 assertEquals('id', 'hello'.replace(/hello/, r));
|
/external/v8/test/webkit/ |
gmail-re-re.js | 50 return a.replace(Ci, " ").replace(BC, "").replace(BG, "");
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldStringTest.java | 166 assertEquals("Returned incorrect string.", hw1, hw1.replace("!", ".")); 262 assertEquals("Failed replace", "aaccdd", "aabbdd".replace( 264 assertEquals("Failed replace by bigger seq", "cccbccc", "aba".replace( 266 assertEquals("Failed replace by smaller seq", "$bba^", 267 "$aaaaa^".replace(new StringBuilder("aa"), "b")); 270 "".replace((CharSequence) null, "123".subSequence(0, 1)); 277 "".replace("123".subSequence(0, 1), (CharSequence) null);
|
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
registration.py | 34 additional_headers=None, replace=False): 41 @param replace: If True, replace all data with the given data using the 53 if replace:
|
/external/chromium-trace/catapult/third_party/Paste/paste/cowbell/ |
__init__.py | 34 body = insert_head(body, self.javascript.replace('__SCRIPT_NAME__', script_name)) 35 body = insert_body(body, self.resources.replace('__SCRIPT_NAME__', script_name))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/file/ |
key.py | 86 def set_contents_from_file(self, fp, headers=None, replace=True, cb=None, 99 :type replace: bool 100 :param replace: If this parameter is False, the method 126 if not replace and os.path.exists(self.full_path):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
https_connection.py | 80 host_re = host.replace('.', '\.').replace('*', '[^.]*')
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
jquery.ba-hashchange.min.js | 9 (function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}$.browser.msie&&!d&&(function(){var q,r;j.start=functio (…)
|
/external/e2fsprogs/debugfs/ |
extent_cmds.ct | 62 replace_node, replace;
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
XmlWireAdapter.java | 114 outString = outString.replace("\n", ""); 115 outString = outString.replace("><", ">\n<");
|
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
ConcurrentHashMap.java | 73 public boolean replace(K key, V oldValue, V newValue) { method in class:ConcurrentHashMap 84 public V replace(K key, V value) { method in class:ConcurrentHashMap
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/ |
ShortNameFactory.java | 61 return annotationString.replace(canonicalName, simpleName).replace("()", "");
|