OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exception_check
(Results
1 - 2
of
2
) sorted by null
/system/tools/aidl/
generate_cpp.cpp
323
IfStatement*
exception_check
= new IfStatement(
local
325
b->AddStatement(
exception_check
);
326
exception_check
->OnTrue()->AddLiteral(
464
IfStatement*
exception_check
= new IfStatement(
local
466
b->AddStatement(
exception_check
);
467
exception_check
->OnTrue()->AddLiteral("break");
/art/test/004-JniTest/
jni_test.cc
448
bool
exception_check
= env_->ExceptionCheck();
local
450
if (!
exception_check
) {
455
} else if (
exception_check
) {
Completed in 85 milliseconds