/external/v8/src/ |
handles-inl.h | 46 int before = NumberOfHandles(isolate_); local 49 DCHECK(after - before < kCheckHandleThreshold); 50 DCHECK(before < kCheckHandleThreshold);
|
/frameworks/base/core/java/android/text/ |
DynamicLayout.java | 193 private void reflow(CharSequence s, int where, int before, int after) { 210 before += diff; 224 before += change; 247 before += diff; 256 before += diff; 268 int endline = getLineForOffset(where + before); 330 mInts.adjustValuesBelow(startline, START, after - before); 658 private void reflow(CharSequence s, int where, int before, int after) { 662 ml.reflow(s, where, before, after); 667 public void beforeTextChanged(CharSequence s, int where, int before, int after) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlAutoEditStrategyTest.java | 33 public void checkInsertNewline(String before, String after) throws Exception { 37 // ignored and replaced with the before-document passed in 47 String newDocumentContent = stripCaret(before); 52 int offset = updateCaret(viewer, before);
|
/external/testng/src/main/java/org/testng/internal/ |
ConfigurationMethod.java | 445 IAnnotation before = m_annotationFinder.findAnnotation(getMethod(), IBeforeMethod.class); local 446 if (before != null) { 447 result = ((ConfigurationAnnotation) before).isFirstTimeOnly(); 454 IAnnotation before = m_annotationFinder.findAnnotation(getMethod(), IAfterMethod.class); local 455 if (before != null) { 456 result = ((ConfigurationAnnotation) before).isLastTimeOnly();
|
/frameworks/base/services/core/java/com/android/server/am/ |
UriPermission.java | 151 final int before = persistedModeFlags; local 159 return persistedModeFlags != before; 166 final int before = persistedModeFlags; local 176 return persistedModeFlags != before; 187 final int before = persistedModeFlags; local 223 return persistedModeFlags != before;
|
/prebuilts/go/darwin-x86/src/net/http/ |
export_test.go | 122 // SetPendingDialHooks sets the hooks that run before and after handling 124 func SetPendingDialHooks(before, after func()) { 125 prePendingDial, postPendingDial = before, after
|
example_test.go | 62 // URL's path before the FileServer sees it: 69 // URL's path before the FileServer sees it: 92 // after the HTTP response, instead of before. 96 // Before any call to WriteHeader or Write, declare 107 io.WriteString(w, "This HTTP response has both headers before this text and trailers at the end.\n")
|
/prebuilts/go/linux-x86/src/net/http/ |
export_test.go | 122 // SetPendingDialHooks sets the hooks that run before and after handling 124 func SetPendingDialHooks(before, after func()) { 125 prePendingDial, postPendingDial = before, after
|
/cts/tests/tests/view/src/android/view/cts/ |
MockTextView.java | 152 protected void onTextChanged(CharSequence text, int start, int before, int after) { 153 super.onTextChanged(text, start, before, after);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
MockTextView.java | 152 protected void onTextChanged(CharSequence text, int start, int before, int after) { 153 super.onTextChanged(text, start, before, after);
|
/external/eigen/test/ |
exceptions.cpp | 82 int before = ScalarWithExceptions::instances; \ 87 VERIFY(ScalarWithExceptions::instances==before && "memory leak detected in " && EIGEN_MAKESTRING(OP)); \
|
/external/v8/test/mjsunit/compiler/ |
literals.js | 38 // "/" comes just before "0". 50 // "`" comes just before "a". 56 // "g" comes just before "f". 62 // "@" comes just before "A".
|
/external/v8/test/mjsunit/es6/debug-promises/ |
reject-caught-late.js | 8 // is rejected, and a catch handler is installed right before the rejection.
|
throw-caught-late.js | 8 // throws, and a catch handler is installed right before throwing.
|
/frameworks/base/libs/hwui/tests/unit/ |
main.cpp | 96 nsecs_t before = systemTime(); local 115 cout << "Leak check took " << ns2ms(after - before) << "ms" << endl;
|
/frameworks/base/services/core/java/com/android/server/ |
DiskStatsService.java | 57 long before = SystemClock.uptimeMillis(); local 75 pw.print(after - before);
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
DefaultItemAnimatorTest.java | 20 import org.junit.Before; 64 @Before 211 public void cancelTest(boolean before, int count, final RecyclerView.ViewHolder... toCancel) throws Throwable { 212 if (before) { 275 public void cancelChangeOldTest(boolean before) throws Throwable { 280 cancelTest(before, 2, vh); 293 public void cancelChangeNewTest(boolean before) throws Throwable { 298 cancelTest(before, 2, vh2); 311 public void cancelChangeBothTest(boolean before) throws Throwable { 316 cancelTest(before, 2, vh, vh2) [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
sparc_atomic.s | 41 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before 63 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
|
/ndk/tests/build/absolute-src-file-paths/jni/ |
Android.mk | 9 $(info FOO_PATH should be defined before including this file!)
|
/prebuilts/go/darwin-x86/doc/progs/ |
eff_sequence.go | 31 // Method for printing - sorts the elements before printing.
|
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/ |
buildtag_bad.go | 10 // +build toolate // ERROR "build comment must appear before package clause and be followed by a blank line"
|
/prebuilts/go/darwin-x86/src/net/internal/socktest/ |
switch_unix.go | 23 // sw.smu must be held before call.
|
switch_windows.go | 23 // sw.smu must be held before call.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug417.go | 8 // the size of the type was known before it had been computed.
|
/prebuilts/go/linux-x86/doc/progs/ |
eff_sequence.go | 31 // Method for printing - sorts the elements before printing.
|