/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
PreferenceCategoryTest.java | 6 import org.junit.Before; 22 @Before
|
ResolveInfoTest.java | 6 import org.junit.Before; 21 @Before
|
SslErrorHandlerTest.java | 3 import org.junit.Before; 23 @Before
|
ViewAnimatorTest.java | 8 import org.junit.Before; 18 @Before
|
/external/toybox/toys/pending/ |
README | 4 cleanup before being "promoted" to one of the other directories. 13 This directory should go away before the 1.0 release. It's just a staging
|
/external/webrtc/webrtc/system_wrappers/include/ |
field_trial_default.h | 18 // This method can be called at most once before any other call into webrtc. 19 // E.g. before the peer connection factory is constructed.
|
/libcore/ojluni/src/main/java/java/util/function/ |
DoubleUnaryOperator.java | 52 * Returns a composed operator that first applies the {@code before} 57 * @param before the operator to apply before this operator is applied 58 * @return a composed operator that first applies the {@code before} 60 * @throws NullPointerException if before is null 64 default DoubleUnaryOperator compose(DoubleUnaryOperator before) { 65 Objects.requireNonNull(before); 66 return (double v) -> applyAsDouble(before.applyAsDouble(v));
|
IntUnaryOperator.java | 52 * Returns a composed operator that first applies the {@code before} 57 * @param before the operator to apply before this operator is applied 58 * @return a composed operator that first applies the {@code before} 60 * @throws NullPointerException if before is null 64 default IntUnaryOperator compose(IntUnaryOperator before) { 65 Objects.requireNonNull(before); 66 return (int v) -> applyAsInt(before.applyAsInt(v));
|
LongUnaryOperator.java | 52 * Returns a composed operator that first applies the {@code before} 57 * @param before the operator to apply before this operator is applied 58 * @return a composed operator that first applies the {@code before} 60 * @throws NullPointerException if before is null 64 default LongUnaryOperator compose(LongUnaryOperator before) { 65 Objects.requireNonNull(before); 66 return (long v) -> applyAsLong(before.applyAsLong(v));
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
SILENT | 5 ."commands before executing them."; 8 ."not echo its command before deleting the specified file.\n";
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
ValuesDeltaTests.java | 64 final ContentValues before = new ContentValues(); local 65 before.put(Data._ID, TEST_PHONE_ID); 66 before.put(Phone.NUMBER, TEST_PHONE_NUMBER_1); 68 final ValuesDelta values = ValuesDelta.fromBefore(before); 76 final ContentValues before = new ContentValues(); local 77 before.put(Data._ID, TEST_PHONE_ID); 78 before.put(Phone.NUMBER, TEST_PHONE_NUMBER_1); 80 final ValuesDelta values = ValuesDelta.fromBefore(before);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
StringUtils.java | 13 * before appending to the string. 22 * before appending to the string.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
unwind-bad-1.l | 9 [^:]*:41: Error: personality routine required before \.handlerdata directive 12 [^:]*:59: Error: missing \.endp before \.cfi_startproc
|
unwind-bad-1.s | 40 # personality routine required before .handlerdata directive 58 # missing .endp before .cfi_startproc
|
/tools/test/connectivity/acts/tests/google/bt/setup/ |
bt_stack.conf | 8 # Preserve existing BtSnoop log before overwriting 12 # Must be present before any TRC_ trace level settings
|
/packages/apps/Email/tests/src/com/android/emailcommon/provider/ |
HostAuthTests.java | 254 final HostAuth before = new HostAuth(); local 255 before.mProtocol = "IMAP"; 256 before.mAddress = "dhoff@example.com"; 257 before.mPort = 1337; 258 before.mFlags = 293847; 259 before.setLogin("dhoff", "daknightrida"); 260 before.mDomain = "example.com"; 261 before.mClientCertAlias = "I'm a client cert alias"; 262 before.mServerCert = new byte[] {(byte) 0xFF, (byte) 0xAA}; 263 before.mCredentialKey = 9873425 [all...] |
/bionic/libstdc++/include/ |
typeinfo | 22 bool before(type_info const & right) const;
|
/dalvik/dx/tests/004-cp-bottom-up/ |
info.txt | 7 entries that are referred to by other entries always occur before the
|
/development/samples/browseable/DirectBoot/ |
_index.jd | 11 go off after reboot even before the user enters their credentials.
|
/device/generic/goldfish/ |
fstab.ranchu | 4 # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
|
/device/generic/qemu/ |
fstab.ranchu | 4 # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t050decorate.g | 9 self.events.append('before')
|
t050decorate.py | 17 assert parser.events == ['before', 'after']
|
/external/autotest/frontend/migrations/ |
099_drop_afe_job_keyvals_foreign_key.py | 5 # Before syncing down, you must cleanup the rows that do not meet
|
/external/autotest/server/site_tests/platform_SyncCrash/ |
control | 13 Tests syncing file before crash
|