Home
last modified time | relevance | path

Searched refs:checkException (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DBooleanExpression.py184 def checkException(self, expr, error): member in TestBooleanExpression
198 self.checkException("ba#d",
202 self.checkException("true and true",
207 self.checkException("|| true",
212 self.checkException("true &&",
217 self.checkException("",
222 self.checkException("*",
226 self.checkException("no wait stop",
231 self.checkException("no-$-please",
235 self.checkException("(((true && true) || true)",
[all …]
/external/skqp/platform_tools/android/apps/skottie/src/main/cpp/
DJavaInputStreamAdaptor.cpp92 if (!fSwallowExceptions && checkException(env)) { in read()
142 if (checkException(env)) { in doRead()
154 if (checkException(env)) { in doRead()
171 if (checkException(env)) { in doSkip()
182 bool checkException(JNIEnv* env) { in checkException() function in JavaInputStreamAdaptor
/external/skia/platform_tools/android/apps/skottie/src/main/cpp/
DJavaInputStreamAdaptor.cpp92 if (!fSwallowExceptions && checkException(env)) { in read()
142 if (checkException(env)) { in doRead()
154 if (checkException(env)) { in doRead()
171 if (checkException(env)) { in doSkip()
182 bool checkException(JNIEnv* env) { in checkException() function in JavaInputStreamAdaptor
/external/deqp/framework/platform/android/
DtcuAndroidUtil.cpp113 void checkException (JNIEnv* env) in checkException() function
127 checkException(env); in findClass()
137 checkException(env); in getObjectClass()
147 checkException(env); in getMethodID()
248 checkException(env); in getStaticFieldValue()
258 checkException(env); in getStaticFieldValue()
274 checkException(env); in getStaticField()
305 checkException(env); in getField()
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DWriteQueueTest.java181 void checkException() throws Throwable { in concurrentWriteAndFlush() method in WriteQueueTest.ExceptionHandler
200 exHandler.checkException(); in concurrentWriteAndFlush()