OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:excep
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_util_Binder.cpp
177
static void report_exception(JNIEnv* env, jthrowable
excep
, const char* msg)
195
gLogOffsets.mClass, gLogOffsets.mLogE, tagstr, msgstr,
excep
);
202
if (env->IsInstanceOf(
excep
, gErrorOffsets.mClass)) {
213
env->Throw(
excep
);
274
jthrowable
excep
= env->ExceptionOccurred();
local
276
if (
excep
) {
277
report_exception(env,
excep
,
283
env->DeleteLocalRef(
excep
);
401
jthrowable
excep
= env->ExceptionOccurred();
local
402
if (
excep
) {
[
all
...]
/frameworks/base/test-runner/src/android/test/
TestRunner.java
483
Throwable
excep
= null;
local
513
if (
excep
== null) {
516
failed(test.toString(),
excep
);
local
519
excep
= ex;
Completed in 187 milliseconds