/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
VibratorTest.java | 8 import org.junit.Before; 23 @Before 24 public void before() { method in class:VibratorTest
|
/external/testng/src/main/java/org/testng/ |
ITestMethodFinder.java | 27 * before a test method is invoked. 39 * after the test class has been created and before 53 * before the suite starts running.
|
/external/testng/src/test/java/test/inject/ |
InjectBeforeAndAfterMethodsWithTestResultSampleTest.java | 19 Assert.assertEquals(m_testResult.getAttribute("before"), 10); 38 public void before(Method m, ITestResult r) { method in class:InjectBeforeAndAfterMethodsWithTestResultSampleTest 40 r.setAttribute("before", 10);
|
/external/valgrind/none/tests/s390x/ |
cs.c | 14 printf("before op1 = %#x\n", op1); 15 printf("before op2 = %#x\n", op2); 16 printf("before op3 = %#x\n", op3);
|
csg.c | 14 printf("before op1 = %#lx\n", op1); 15 printf("before op2 = %#lx\n", op2); 16 printf("before op3 = %#lx\n", op3);
|
mvc.c | 16 printf("before: buffer = |%s|\n", buffer); 17 printf("before: target = |%s|\n", target); 26 printf("before: |%s|\n", overlap); 34 printf("before: target = |%s|\n", target); 56 printf("before: buf = |%s|\n", buf);
|
/external/vogar/test/vogar/testing/ |
InterceptOutputStreamsTest.java | 20 import org.junit.Before; 42 @Before 44 System.out.println("Before Tests OUT"); 45 System.err.println("Before Tests ERR"); 70 assertEquals("Before Tests OUT\n", iosRule.contents(Stream.OUT)); 71 assertEquals("Before Tests ERR\n", iosRule.contents(Stream.ERR)); 130 System.out.println("Outer before OUT"); 131 System.err.println("Outer before ERR"); 140 + "Before Tests OUT\n" 141 + "Outer before OUT\n [all...] |
/frameworks/minikin/libs/minikin/ |
FontLanguageListCache.h | 35 // Caller should acquire a lock before calling the method. 38 // Caller should acquire a lock before calling the method. 45 // Caller should acquire a lock before calling the method.
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteDialogHelper.java | 72 * after-list but before-list, which means newly added items. 74 * @param before A list 75 * @param after A list to be compared with {@code before} 77 * comparing {@code after} to {@code before}. 79 public static <E> Set<E> getItemsAdded(List<E> before, List<E> after) { 81 set.removeAll(before); 87 * before-list but after-list, which means removed items. 89 * @param before A list 90 * @param after A list to be compared with {@code before} 92 * comparing {@code after} to {@code before} [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
TimerListener.java | 30 * @param before the timer state before the update 33 void timerUpdated(Timer before, Timer after);
|
/packages/inputmethods/LatinIME/native/jni/tests/utils/ |
autocorrection_threshold_utils_test.cpp | 26 int CalcEditDistance(const std::vector<int> &before, 29 &before[0], before.size(), &after[0], after.size());
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
RawContactDeltaTests.java | 78 final RawContact before = new RawContact(contact); local 79 before.addDataItemValues(phone); 80 return before; 87 * "before" {@link RawContact}. 90 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local 91 final RawContactDelta source = RawContactDelta.fromBefore(before); 92 final RawContactDelta dest = RawContactDelta.fromBefore(before); 100 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local 101 final RawContactDelta source = RawContactDelta.fromBefore(before); 102 final RawContactDelta dest = RawContactDelta.fromBefore(before); 118 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local 132 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local 145 final ContentValues before = new ContentValues(); local 166 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local 177 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local 217 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local 266 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local 303 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); local [all...] |
/external/valgrind/none/tests/amd64/ |
avx-1.stdout.exp | 2 before 15 before 29 before 42 before 56 before 69 before 83 before 96 before 110 before 123 before [all...] |
avx2-1.stdout.exp | 2 before 15 before 29 before 42 before 56 before 69 before 83 before 96 before 110 before 123 before [all...] |
/prebuilts/go/darwin-x86/src/sync/atomic/ |
atomic_test.go | 25 // The struct fields x.before and x.after check that the 45 before int32 49 x.before = magic32 59 if x.before != magic32 || x.after != magic32 { 60 t.Fatalf("wrong magic: %#x _ %#x != %#x _ %#x", x.before, x.after, magic32, magic32) 66 before uint32 70 x.before = magic32 80 if x.before != magic32 || x.after != magic32 { 81 t.Fatalf("wrong magic: %#x _ %#x != %#x _ %#x", x.before, x.after, magic32, magic32) 90 before int6 [all...] |
/prebuilts/go/linux-x86/src/sync/atomic/ |
atomic_test.go | 25 // The struct fields x.before and x.after check that the 45 before int32 49 x.before = magic32 59 if x.before != magic32 || x.after != magic32 { 60 t.Fatalf("wrong magic: %#x _ %#x != %#x _ %#x", x.before, x.after, magic32, magic32) 66 before uint32 70 x.before = magic32 80 if x.before != magic32 || x.after != magic32 { 81 t.Fatalf("wrong magic: %#x _ %#x != %#x _ %#x", x.before, x.after, magic32, magic32) 90 before int6 [all...] |
/external/llvm/test/Object/ |
archive-move.test | 33 RUN: llvm-ar t %t.a | FileCheck --check-prefix=BEFORE %s 35 BEFORE: very_long_bytecode_file_name.bc 36 BEFORE-NEXT: evenlen 37 BEFORE-NEXT: oddlen 38 BEFORE-NEXT: IsNAN.o
|
/external/skia/tools/ |
git-skia-verify | 19 # It would delete {before,after,diff} directory under the current directory, 62 rm -rf {before,after,diff} 63 mkdir {before,after,diff} 89 ./out/Release/gm -w before 95 ./out/Release/skdiff before after diff
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/formatting/ |
AndroidXmlFormattingStrategyTest.java | 29 // In the given before document, replace in the range replaceStart to replaceEnd 31 private void check(String before, int replaceStart, int replaceEnd, String formatted, 35 document.set(before); 64 // In the given before document, replace the range indicated by [ and ] with the given 67 String before, String insert, String expected, 70 int replaceStart = before.indexOf('['); 72 before = before.substring(0, replaceStart) + before.substring(replaceStart + 1); 74 int replaceEnd = before.indexOf(']') [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
EntityDiff.java | 42 * from "before" to "after". Tries its best to keep operations to 46 public static EntityDiff buildDiff(Entity before, Entity after, Uri targetUri, 53 if (before == null) { 54 // Before doesn't exist, so insert "after" values 70 // After doesn't exist, so delete "before" values 71 for (NamedContentValues child : before.getSubValues()) { 78 builder.withSelection(getSelectIdClause(before.getEntityValues()), null); 84 if (!before.getEntityValues().equals(values)) { 93 final HashMap<String, NamedContentValues> beforeChildren = buildChildrenMap(before); 96 // Walk through "before" children looking for deletes and update [all...] |
/external/clang/include/clang/AST/ |
SelectorLocationsKind.h | 32 /// \brief For nullary selectors, immediately before the end: 34 /// Or immediately before the arguments: 38 /// \brief For nullary selectors, immediately before the end: 52 /// For nullary selectors, immediately before ']': "[foo release]" 55 /// before arguments: "[foo first: 1 second: 2]" 70 /// For nullary selectors, immediately before ']': "[foo release]" 73 /// before arguments: "-(id)first: (int)x second: (int)y;"
|
/external/valgrind/helgrind/tests/ |
tc10_rec_lock.stderr.exp | 2 before lock #1 3 before lock #2 4 before lock #3 5 before unlock #1 6 before unlock #2 7 before unlock #3 8 before unlock #4
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
EasterHoliday.java | 18 * a fixed number of days before or after Easter. Supports both the 37 * Construct a holiday that falls a specified number of days before 40 * @param daysAfter The number of days before (-) or after (+) Easter 50 * Construct a holiday that falls a specified number of days before 54 * @param daysAfter The number of days before (-) or after (+) Easter 65 * Shrove Tuesday, aka Mardi Gras, 48 days before Easter 71 * Ash Wednesday, start of Lent, 47 days before Easter 77 * Palm Sunday, 7 days before Easter 83 * Maundy Thursday, 3 days before Easter 89 * Good Friday, 2 days before Easte [all...] |
/external/bison/m4/ |
wctype_h.m4 | 43 included before <wchar.h>. 45 must be included before <wchar.h>. */ 89 included before <wchar.h>. 91 must be included before <wchar.h>. */ 125 included before <wchar.h>. 127 must be included before <wchar.h>. */ 151 included before <wchar.h>. 153 must be included before <wchar.h>. */ 172 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 175 included before <wchar.h>. * [all...] |
/prebuilts/go/darwin-x86/test/ |
nilptr3.go | 86 _ = *bigarrayp // ERROR "generated nil check" ARM removed nil check before indirect!! 159 _ = x[9] // ERROR "removed nil check before indirect" 162 if x[9] != 0 { // ERROR "removed nil check before indirect" 168 _ = x[9] // ERROR "removed nil check before indirect" 170 _ = x[9] // ERROR "removed nil check before indirect" 172 _ = x[9] // ERROR "removed nil check before indirect" 174 _ = x[9] // ERROR "removed nil check before indirect" 178 _ = x[9] // ERROR "removed nil check before indirect" 182 _ = x[9] // ERROR "removed nil check before indirect" 185 _ = x[9] // ERROR "removed nil check before indirect [all...] |