OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectNext
(Results
1 - 4
of
4
) 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
158
* @param
expectNext
true if expected that this password will enable the "next" button
160
private void checkPassword(String password, boolean
expectNext
) throws URISyntaxException {
162
if (
expectNext
) {
AccountSetupOutgoingTests.java
155
* @param
expectNext
true if expected that this password will enable the "next" button
157
private void checkPassword(String password, boolean
expectNext
) throws URISyntaxException {
159
if (
expectNext
) {
AccountSetupExchangeTests.java
154
* @param
expectNext
true if expected that this password will enable the "next" button
156
private void checkPassword(String password, boolean
expectNext
) {
158
if (
expectNext
) {
Completed in 54 milliseconds