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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/text/
LoginFilter.java 62 SpannableStringBuilder modification = null; local
74 if (modification == null) {
75 modification = new SpannableStringBuilder(source, start, end);
79 modification.delete(modoff, modoff + 1);
97 return modification;
  /external/chromium/chrome/browser/history/
visit_database_unittest.cc 143 VisitRow modification(original);
144 modification.url_id = 2;
145 modification.transition = PageTransition::TYPED;
146 modification.visit_time = Time::Now() + TimeDelta::FromDays(1);
147 modification.referring_visit = 9292;
148 modification.is_indexed = true;
149 UpdateVisitRow(modification);
154 EXPECT_TRUE(IsVisitInfoEqual(modification, final));
  /external/webkit/LayoutTests/dom/html/level2/html/
button03.js 106 // WebKit modification: 26-August-2010
108 // End WebKit modification
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
button03.js 106 // WebKit modification: 26-August-2010
108 // End WebKit modification
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
attrisid04.js 44 // WebKit modification:
50 // End WebKit modification
attrisid05.js 44 // WebKit modification:
50 // End WebKit modification
  /external/chromium/android/
generateAndroidForwardingHeader.pl 6 # modification, are permitted provided that the following conditions
35 * modification, are permitted provided that the following conditions
  /external/grub/docs/
mdate-sh 2 # Get modification time of a file or directory and pretty-print it.
41 Pretty-print the modification time of FILE.
  /external/libffi/
mdate-sh 2 # Get modification time of a file or directory and pretty-print it.
42 Pretty-print the modification time of FILE.
  /external/smali/deodexerant/
Android.mk 5 # modification, are permitted provided that the following conditions are
  /external/v8/samples/
count-hosts.js 3 // modification, are permitted provided that the following conditions are
  /external/v8/test/message/
overwritten-builtins.js 3 // modification, are permitted provided that the following conditions are
try-catch-finally-no-message.js 3 // modification, are permitted provided that the following conditions are
try-catch-finally-return-in-finally.js 3 // modification, are permitted provided that the following conditions are
try-finally-return-in-finally.js 3 // modification, are permitted provided that the following conditions are
  /external/v8/test/message/regress/
regress-1527.js 3 // modification, are permitted provided that the following conditions are
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 3 // modification, are permitted provided that the following conditions are
apply-arguments-gc-safepoint.js 3 // modification, are permitted provided that the following conditions are
arguments-indirect.js 3 // modification, are permitted provided that the following conditions are
ascii-regexp-subject.js 3 // modification, are permitted provided that the following conditions are
binary-operation-overwrite.js 3 // modification, are permitted provided that the following conditions are
bitwise-operations-undefined.js 3 // modification, are permitted provided that the following conditions are
body-not-visible.js 3 // modification, are permitted provided that the following conditions are
call-non-function-call.js 3 // modification, are permitted provided that the following conditions are
  /external/v8/test/mjsunit/bugs/
bug-617.js 3 // modification, are permitted provided that the following conditions are

Completed in 1414 milliseconds

1 2 3 4 5 6 7 8 91011>>