OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsError
(Results
1 - 19
of
19
) sorted by null
/system/extras/memory_replay/
Action.h
31
bool
IsError
() { return is_error_; };
Action.cpp
196
if (action == nullptr || action->
IsError
()) {
/art/cmdline/
cmdline_result.h
45
bool
IsError
() const { return status_ != kSuccess; }
50
const std::string& GetMessage() const { assert(
IsError
()); return message_; }
cmdline_parse_result.h
115
assert(other.
IsError
());
cmdline_parser.h
591
if (parse_attempt.
IsError
()) {
cmdline_types.h
104
if (parse_attempt.
IsError
()) {
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
error.h
110
//! Get the error offset, if \ref
IsError
(), 0 otherwise.
113
//! Conversion to \c bool, returns \c true, iff !\ref
IsError
().
114
operator bool() const { return !
IsError
(); }
116
bool
IsError
() const { return code_ != kParseErrorNone; }
/hardware/qcom/display/msm8996/sdm/include/utils/
locker.h
102
bool
IsError
() {
/prebuilts/go/darwin-x86/src/syscall/
mksyscall_windows.go
188
//
IsError
determines if p parameter is used to return error.
189
func (p *Param)
IsError
() bool {
413
if r[0].
IsError
() {
420
if !r[1].
IsError
() {
/prebuilts/go/linux-x86/src/syscall/
mksyscall_windows.go
188
//
IsError
determines if p parameter is used to return error.
189
func (p *Param)
IsError
() bool {
413
if r[0].
IsError
() {
420
if !r[1].
IsError
() {
/external/clang/lib/Sema/
SemaExprObjC.cpp
[
all
...]
SemaOverload.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
readertest.cpp
[
all
...]
/art/runtime/
parsed_options.cc
448
if (parse_result.
IsError
()) {
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
reader.h
437
bool HasParseError() const { return parseResult_.
IsError
(); }
[
all
...]
document.h
[
all
...]
/external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
[
all
...]
/system/connectivity/shill/
manager_unittest.cc
537
MATCHER_P(
IsError
, error, "") {
[
all
...]
Completed in 1131 milliseconds