Home
last modified time | relevance | path

Searched refs:nullIndex (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java180 for (int nullIndex = 0; nullIndex < types.length; nullIndex++) { in testMethod()
181 testMethodParameter(instance, method, nullIndex); in testMethod()
197 for (int nullIndex = 0; nullIndex < types.length; nullIndex++) { in testConstructor()
198 testConstructorParameter(ctor, nullIndex); in testConstructor()
/external/guava/android/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java181 for (int nullIndex = 0; nullIndex < types.length; nullIndex++) { in testMethod()
182 testMethodParameter(instance, method, nullIndex); in testMethod()
198 for (int nullIndex = 0; nullIndex < types.length; nullIndex++) { in testConstructor()
199 testConstructorParameter(ctor, nullIndex); in testConstructor()
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp16 const int nullIndex = std::numeric_limits<int>::max(); variable
21 colUnknown.push_back(nullIndex); in Simplex()
22 colUnknown.push_back(nullIndex); in Simplex()
40 assert(index != nullIndex && "nullIndex passed to unknownFromIndex"); in unknownFromIndex()
55 assert(index != nullIndex && "nullIndex passed to unknownFromIndex"); in unknownFromIndex()
607 result.colUnknown.assign(2, nullIndex); in makeProduct()