/external/junit/src/main/java/org/junit/experimental/categories/ |
CategoryValidator.java | 13 import org.junit.After; 31 asList(BeforeClass.class, AfterClass.class, Before.class, After.class))); 35 * {@code BeforeClass}, {@code AfterClass}, {@code Before} and {@code After}
|
/external/libxml2/result/errors/ |
759573-2.xml.err | 1 Entity: line 1: parser error : Space required after '<!ENTITY' 19 Entity: line 1: parser error : Space required after '<!ENTITY' 37 Entity: line 1: parser error : Space required after 'ELEMENT'
|
/external/llvm/test/CodeGen/MIR/Mips/ |
expected-global-value-or-symbol-after-call-entry.mir | 1 # RUN: not llc -march=mipsel -mattr=mips16 -relocation-model=pic -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s 33 ; CHECK: [[@LINE+1]]:67: expected a global value or an external symbol after 'call-entry'
|
/external/llvm/test/CodeGen/X86/ |
noreturn-call.ll | 18 ; There is no need to adjust the stack after the call, since 40 ; of the "unreachable" right after it. This happens e.g. when falling off 41 ; a non-void function after a call.
|
/external/llvm/test/MC/ARM/ |
thumb_set-diagnostics.s | 9 @ CHECK: error: expected identifier after '.thumb_set' 15 @ CHECK: error: expected identifier after '.thumb_set' 28 @ CHECK: error: expected comma after name 'missing_comma'
|
/external/ltp/testcases/kernel/controllers/memctl/ |
memctl_testplan.txt | 13 using malloc and after that just keep reading the pages they allocate. So 14 the memory usage for group a is non zero and group b is zero. After some time 21 This test is an extension of the above test 1. After migration the task does
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/ |
1-2.c | 8 * Test that after a timer is deleted by calling timer_delete(), it 58 printf("errno!=EINVAL after a timer_delete()\n"); 63 printf("timer_settime() did not fail after timer_delete()\n");
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/server/ |
AbstractFtpServer_MultipleStartAndStopTest.groovy | 43 assertEquals("started - after start()", true, ftpServer.isStarted());
44 assertEquals("shutdown - after start()", false, ftpServer.isShutdown());
48 assertEquals("shutdown - after stop()", true, ftpServer.isShutdown());
|
/external/mockito/src/test/java/org/mockitousage/misuse/ |
RestrictedObjectMethodsTest.java | 8 import org.junit.After; 26 @After 27 public void after() { method in class:RestrictedObjectMethodsTest
|
/external/pcre/dist2/doc/html/ |
pcre2_get_mark.html | 28 After a call of <b>pcre2_match()</b> that was passed the match block that is 32 name may be available after a failed match or a partial match, as well as after
|
/external/pcre/dist2/testdata/ |
grepoutput8 | 18 16-After 111 19 17-After 222?18-After 333
|
/external/pdfium/core/fxcrt/ |
fx_bidi.h | 33 // Call this after the last character has been appended. AppendChar() 34 // must not be called after this. 38 // Call after a change in direction is indicated by the above to get
|
/external/slf4j/slf4j-simple/src/test/java/org/slf4j/impl/ |
SimpleLoggerTest.java | 27 import org.junit.After; 43 @After 44 public void after() { method in class:SimpleLoggerTest
|
/external/tpm2/ |
VendorString.h | 18 // The following #if macro may be deleted after a proper MANUFACTURER is provided. 36 // The following #if macro may be deleted after a proper VENDOR_STRING_1 is provided. 57 // The following #if macro may be deleted after a proper FIRMWARE_V1 is provided.
|
/external/v8/tools/clang/plugins/tests/ |
overridden_methods.h | 55 // Should warn with the insertion point after the const. 57 // Should warn with the insertion point after the throw spec. 59 // Should warn with the insertion point after both the const and the throw
|
/external/valgrind/exp-sgcheck/tests/ |
stackerr.stderr.exp-glibc27-x86 | 9 Actual: is 0 after Expected 16 Actual: is 0 after Expected 25 Actual: is 0 after Expected
|
stackerr.stderr.exp-glibc28-amd64 | 9 Actual: is 0 after Expected 16 Actual: is 0 after Expected 25 Actual: is 0 after Expected
|
/external/valgrind/none/tests/s390x/ |
laa.c | 26 printf("after op1 = %#x\n", op1); 27 printf("after op2 = %#x\n", op2); 28 printf("after op3 = %#x\n", op3);
|
/frameworks/base/wifi/tests/src/android/net/wifi/ |
WifiScannerTest.java | 30 import org.junit.After; 66 * Clean up after tests. 68 @After
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
pixel_format_f32.rsh | 16 // 3. After each layer is processed from back-most layer to focal depth layer, 20 // 4. After each layer is processed from front-most layer to focal depth layer, 23 // 5. After each layer is processed in either of the two passes, the fields
|
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/ |
UninitializedStateTest.java | 24 import org.junit.After; 43 @After 44 public void after() { method in class:UninitializedStateTest
|
/frameworks/support/v7/recyclerview/tests/res/layout/ |
focus_search_activity.xml | 39 android:text="I'm after rv" android:focusableInTouchMode="true" 42 android:id="@+id/after" 43 android:tag="after view"
|
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
ImsFrameworkService.java | 25 * Example service to handle IMS setup after boot completed event. 44 stopSelf(); // stop service after handling the action 49 // Code to execute after boot completes, e.g. connecting to the IMS PDN
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhoneAccountRegistrationReceiver.java | 30 * log to un-hide any entries which were previously hidden after a backup-restore until it's 33 * IOW, after a restore, we hide call log entries until the user inserts the corresponding SIM, 42 // so can do whatever cleanup after an upgrade that we want.
|
/art/test/445-checker-licm/src/ |
Main.java | 22 /// CHECK-START: int Main.div() licm (after) 25 /// CHECK-START: int Main.div() licm (after) 39 /// CHECK-START: int Main.innerDiv() licm (after) 42 /// CHECK-START: int Main.innerDiv() licm (after) 58 /// CHECK-START: int Main.innerMul() licm (after) 77 /// CHECK-START: int Main.divByA(int, int) licm (after) 94 /// CHECK-START: int Main.arrayLength(int[]) licm (after) 98 /// CHECK-START: int Main.arrayLength(int[]) licm (after) 113 /// CHECK-START: int Main.divAndIntrinsic(int[]) licm (after) 116 /// CHECK-START: int Main.divAndIntrinsic(int[]) licm (after) [all...] |