Home
last modified time | relevance | path

Searched refs:hasSkip (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/net/
DInetAddresses.java239 boolean hasSkip = false; in textToNumericFormatV6()
244 if (hasSkip) { in textToNumericFormatV6()
247 hasSkip = true; in textToNumericFormatV6()
264 if (hasSkip && partsSkipped <= 0) { in textToNumericFormatV6()
267 if (!hasSkip && delimiterCount + 1 != IPV6_PART_COUNT) { in textToNumericFormatV6()
/external/guava/android/guava/src/com/google/common/net/
DInetAddresses.java242 boolean hasSkip = false; in textToNumericFormatV6()
247 if (hasSkip) { in textToNumericFormatV6()
250 hasSkip = true; in textToNumericFormatV6()
267 if (hasSkip && partsSkipped <= 0) { in textToNumericFormatV6()
270 if (!hasSkip && delimiterCount + 1 != IPV6_PART_COUNT) { in textToNumericFormatV6()
/external/testng/src/test/java/test/retryAnalyzer/
DRetryAnalyzerTest.java26 assertFalse(tng.hasSkip()); in testInvocationCounts()
/external/testng/src/main/java/org/testng/
DTestNG.java1787 public boolean hasSkip() { in hasSkip() method in TestNG
1888 public void setHasSkip(boolean hasSkip) { in setHasSkip() argument