OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectNext
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
send-ack.awk
6
expectNext
= 1
35
if (endSeq -
expectNext
< 0)
38
if (strtSeq -
expectNext
> 0)
44
expectNext
= endSeq
/packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupIncomingTests.java
166
* @param
expectNext
true if expected that this password will enable the "next" button
168
private void checkPassword(String password, boolean
expectNext
) throws URISyntaxException {
170
if (
expectNext
) {
AccountSetupOutgoingTests.java
172
* @param
expectNext
true if expected that this password will enable the "next" button
174
private void checkPassword(String password, boolean
expectNext
) throws URISyntaxException {
176
if (
expectNext
) {
Completed in 243 milliseconds