OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RetCode
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
SerialIo.c
75
INTN
RetCode
;
82
RetCode
= AsciiStrHexToUintn (&Packet[1]);
88
return
RetCode
;
96
return
RetCode
;
103
return
RetCode
;
128
INTN
RetCode
;
162
//
retcode
- Count read
176
RetCode
= GdbParseFReplyPacket (Packet, &ErrNo);
177
Print ((CHAR16 *)L"
RetCode
: %x..ErrNo: %x..\n",
RetCode
, ErrNo);
[
all
...]
/external/llvm/unittests/Support/
ProgramTest.cpp
281
int
RetCode
=
284
ASSERT_EQ(-2,
RetCode
);
294
int
RetCode
= ExecuteAndWait(Executable, argv, nullptr, nullptr, 0, 0,
296
ASSERT_TRUE(
RetCode
< 0) << "On error ExecuteAndWait should return 0 or "
/art/tools/common/
common.py
47
class
RetCode
(Enum):
153
tuple (string, string,
RetCode
) stdout output, stderr output, normalized
161
retcode
=
RetCode
.SUCCESS
163
retcode
=
RetCode
.ERROR
167
retcode
=
RetCode
.TIMEOUT
168
return (output, stderr_output,
retcode
)
171
def _LogCmdOutput(logfile, cmd, output,
retcode
)
[
all
...]
/external/google-breakpad/src/client/mac/handler/
exception_handler.cc
160
((mig_reply_error_t*)OutHeadP)->
RetCode
= MIG_BAD_ID;
184
kern_return_t
RetCode
;
196
OutP->
RetCode
= ForwardException(In0P->task.name,
/external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqlext.h
[
all
...]
Completed in 352 milliseconds