/external/llvm/test/MC/X86/ |
intel-syntax-ambiguous.s | 51 // CHECK: error: expected memory operand after 'ptr', found register operand instead 54 // CHECK: error: expected memory operand after 'ptr', found register operand instead 57 // CHECK: error: expected memory operand after 'ptr', found register operand instead
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
1-1.c | 10 * shall declare fork handlers to be called before and after a fork() command, in the context 12 * fork() processing commences. The 'parent' fork handle shall be called after fork() 13 * processing completes in the parent process. The 'child' fork shall be called after
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/ |
StubFtpServer_StartTest.java | 48 assertEquals("started - after start()", true, stubFtpServer.isStarted());
49 assertEquals("shutdown - after start()", false, stubFtpServer.isShutdown());
53 assertEquals("shutdown - after stop()", true, stubFtpServer.isShutdown());
|
/external/mockito/src/main/java/org/mockito/verification/ |
VerificationAfterDelay.java | 14 * verify(mock, after(100).atMost(5)).foo(); 16 * verify(mock, after(100).never()).bar(); 18 * verify(mock, after(200).atLeastOnce()).baz();
|
VerificationWithTimeout.java | 21 * This is similar to {@link VerificationAfterDelay after()} except this assertion will immediately pass if it becomes true at any point, 22 * whereas after() will wait the full period. Assertions which are consistently expected to be initially true and potentially become false 23 * are deprecated below, and after() should be used instead.
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
StrictStubbingTest.java | 3 import org.junit.After; 25 @After public void after() { method in class:StrictStubbingTest
|
/external/testng/src/main/java/org/testng/annotations/ |
AfterMethod.java | 47 * For after methods (afterSuite, afterClass, ...): 68 * AfterMethod will only be invoked once (after the last test invocation). 74 * If it hasn't returned after this time, this method will fail and
|
/external/wpa_supplicant_8/src/utils/ |
radiotap_iter.h | 34 * @this_arg_index: index of current arg, valid after each successful call 36 * @this_arg: pointer to current radiotap arg; it is valid after each 37 * call to ieee80211_radiotap_iterator_next() but also after
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothRebootStressTest.java | 25 * This test case tests that bluetooth is enabled after a device reboot. Because 60 * bluetooth is on. Does not toggle bluetooth after the check. Assumes that 71 * bluetooth is on. Toggles bluetooth after the check. Assumes that
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListRetainsFocusAcrossLayoutsTest.java | 56 assertTrue("bottom botton at position 0 should be focused after layout", 70 assertTrue("top botton at position 1 should be focused after layout", 85 assertTrue("bottom botton at position 1 should be focused after layout",
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
BinderUtilTest.java | 25 import org.junit.After; 47 * Cleans up the test harness after running a test. 49 @After
|
/frameworks/rs/rsov/compiler/spirit/ |
pass_queue.h | 44 // Returns the result Module after all passes have run. 52 // After all the passes have run, returns the words from the serialized result 60 // After all the passes have run, serializes the result Module, and returns
|
/frameworks/support/v7/mediarouter/tests/src/android/support/v7/media/ |
MediaRouterTest.java | 29 import org.junit.After; 61 @After 67 * This test checks whether the session callback work properly after setMediaSessionCompat() is
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/ |
BinaryTempFileBody.java | 34 * user to write to the temp file. After the write the body is available via getInputStream and 35 * writeTo one time. After writeTo is called, or the InputStream returned from getInputStream is 43 * file. Note that this file will be deleted after it is read.
|
/packages/apps/TV/tests/unit/src/com/android/tv/util/ |
ImageCacheTest.java | 57 assertSame("after", INFO_50, mImageCache.get(KEY)); 65 assertSame("after", INFO_100, mImageCache.get(KEY)); 74 assertSame("after", INFO_100, mImageCache.get(KEY));
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
BinaryTempFileBody.java | 38 * the user to write to the temp file. After the write the body is available via getInputStream 39 * and writeTo one time. After writeTo is called, or the InputStream returned from 47 * created file. Note that this file will be deleted after it is read.
|
/packages/inputmethods/LatinIME/native/jni/ |
com_android_inputmethod_latin_BinaryDictionaryUtils.cpp | 60 jintArray before, jintArray after, jint score) { 62 jsize afterLength = env->GetArrayLength(after); 66 env->GetIntArrayRegion(after, 0, afterLength, afterCodePoints);
|
/system/bt/test/ |
README.md | 12 ## After you're done 80 Probably not. See [After you're done](#After-you're-done)
|
/system/bt/tools/scripts/ |
change_types.sh | 55 after=${tt#*:} 58 sed -i -e "s/\b${before}/${after}/g; s/${after}_/${before}_/g;" "$1"
|
/system/chre/core/include/chre/core/ |
init.h | 43 * platforms must invoke chre::deinit() after unloading all apps 48 * After step 1 is complete, chre common code has been deinitialized and calling 50 * also deinitialized by step 1. Only perform additional deinitialization after
|
/test/vts/testcases/host/reboot/RebootRootRemountTest/ |
RebootRootRemountTest.py | 29 """Tests if device can root and remount /system partition after reboot. 41 """Tests if /system partition can be remounted as r/w after reboot.""" 70 asserts.fail("Reboot failed after re-enabling verity.")
|
/toolchain/binutils/binutils-2.25/ld/ |
plugin.h | 43 after options have been processed. */ 46 /* Load up and initialise all plugins after argument parsing. */ 65 that symbols can be added to it; it must be made readable after the
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
LogcatReceiver.java | 37 * @param logStartDelay the delay to wait after the device becomes online 45 // immediately after a device comes online has caused adb instability 54 * @param logStartDelay the delay to wait after the device becomes online
|
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/ |
ISystemStatusChecker.java | 23 * if the system is in an expected state. Such check maybe performed either prior to or after a 35 * <p/>It's strongly recommended that system status be checked <strong>after</strong> module 49 * Check system condition after test module execution. Subclass should override this method if
|
/frameworks/support/core-utils/java/android/support/v4/text/ |
BidiFormatter.java | 45 * string. Without "reset" after the string, the string will "stick" to a number or logically 49 * "reset" the direction only after each string, on the theory that if the preceding opposite- 50 * direction text is itself bidi-wrapped, the "reset" after it will prevent the sticking. (Doing 58 * would not bidi-wrap anyway. Thus, "reset" only after the string is the current default. In an 173 * a string being bidi-wrapped, not just after it. The default is true. 276 * bidi-wrapped, not just after it. 285 * directionality. Putting this after the CharSequence (including its directionality 287 * number appearing after it inline with only neutral content in between. Otherwise returns 292 * @param str CharSequence after which the mark may need to appear. 370 * surroundings. Currently, this is done by "resetting" the directionality after the string b [all...] |