HomeSort by relevance Sort by last modified time
    Searched defs:ReturnCode (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/Support/
Program.h 49 int ReturnCode;
134 /// \note Users of this function should always check the ReturnCode member of
  /external/chromium_org/chromeos/tools/onc_validator/
onc_validator.cc 37 enum ReturnCode {
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 77 Value *ReturnCode = Builder.CreateCall(Callee, CallArgs);
78 Builder.CreateRet(ReturnCode);
84 // where X is given by returnCode
85 Function *insertMainFunction(Module *M, uint32_t returnCode) {
88 Value *ReturnVal = ConstantInt::get(Context, APInt(32, returnCode));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 106 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr,
110 if (255 == ReturnCode) {
130 return ReturnCode;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.c     [all...]
  /ndk/tests/abcc/jni/
Abcc.h 27 enum ReturnCode {
147 ReturnCode mRet;
155 const ReturnCode returnCode() const { return mRet; }
160 if (returnCode() != RET_OK)
164 if (returnCode() != RET_OK)
169 if (returnCode() != RET_OK)
173 if (returnCode() != RET_OK)
177 if (returnCode() != RET_OK)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddscsi.h 202 ULONG ReturnCode;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
wmidata.h     [all...]

Completed in 657 milliseconds