Searched refs:ReturnCode (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dinvalid_file_test.cc109 TEST_P(InvalidFileTest, ReturnCode) {
139 TEST_P(InvalidFileInvalidPeekTest, ReturnCode) {
/external/llvm/include/llvm/Support/
H A DProgram.h49 int ReturnCode; member in struct:llvm::sys::ProcessInfo
134 /// \note Users of this function should always check the ReturnCode member of
/external/llvm/lib/Support/
H A DProgram.cpp39 return Result.ReturnCode;
/external/llvm/lib/Support/Unix/
H A DProgram.inc54 ProcessInfo::ProcessInfo() : Pid(0), ReturnCode(0) {}
377 WaitResult.ReturnCode = -2; // Timeout detected
381 WaitResult.ReturnCode = -1;
398 WaitResult.ReturnCode = result;
403 WaitResult.ReturnCode = -1;
409 WaitResult.ReturnCode = -1;
422 WaitResult.ReturnCode = -2;
428 WaitResult.ReturnCode = -2;
/external/chromium_org/chromeos/tools/onc_validator/
H A Donc_validator.cc37 enum ReturnCode { enum
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h77 Value *ReturnCode = Builder.CreateCall(Callee, CallArgs); local
78 Builder.CreateRet(ReturnCode);
/external/llvm/tools/bugpoint/
H A DToolRunner.cpp106 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr, local
110 if (255 == ReturnCode) {
130 return ReturnCode;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc1441 enum ReturnCode { SUCCESS, ERROR }; enum in class:google::protobuf::compiler::__anon14789::EncodeDecodeTest
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc1282 enum ReturnCode { SUCCESS, ERROR }; enum in class:google::protobuf::compiler::__anon28927::EncodeDecodeTest

Completed in 268 milliseconds