HomeSort by relevance Sort by last modified time
    Searched refs:errorReturn (Results 1 - 3 of 3) sorted by null

  /art/test/800-smali/src/
Main.java 212 Exception errorReturn = null;
229 errorReturn = new IllegalArgumentException("Could not find test method " +
241 errorReturn = new IllegalStateException("Expected an exception in test " +
244 errorReturn = new IllegalStateException("Expected a null result in test " +
248 errorReturn = new IllegalStateException("Expected return " +
252 errorReturn = new IllegalStateException("Expected method " + method.getName() +
261 errorReturn = new IllegalStateException("Did not expect exception", exc);
266 errorReturn = new IllegalStateException("Expected " +
273 if (errorReturn != null) {
274 throw errorReturn;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.cpp 309 bool errorReturn;
317 errorReturn = lValueErrorCheck(line, op, binaryNode->getLeft());
318 if (!errorReturn) {
336 return errorReturn;
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
ParseHelper.cpp     [all...]

Completed in 219 milliseconds