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

  /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)
  /external/llvm/include/llvm/Support/
Program.h 49 int ReturnCode;
134 /// \note Users of this function should always check the ReturnCode member of
  /external/llvm/lib/Support/
Program.cpp 39 return Result.ReturnCode;
  /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));
  /ndk/tests/abcc/jni/device/
Abcc_device.cpp 45 ReturnCode ret = mRet;
148 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;
winldap.h 551 WINLDAPAPI ULONG LDAPAPI ldap_parse_resultW (LDAP *Connection,LDAPMessage *ResultMessage,ULONG *ReturnCode,PWCHAR *MatchedDNs,PWCHAR *ErrorMessage,PWCHAR **Referrals,PLDAPControlW **ServerControls,BOOLEAN Freeit);
552 WINLDAPAPI ULONG LDAPAPI ldap_parse_resultA (LDAP *Connection,LDAPMessage *ResultMessage,ULONG *ReturnCode,PCHAR *MatchedDNs,PCHAR *ErrorMessage,PCHAR **Referrals,PLDAPControlA **ServerControls,BOOLEAN Freeit);
570 WINLDAPAPI ULONG LDAPAPI ldap_parse_result (LDAP *Connection,LDAPMessage *ResultMessage,ULONG *ReturnCode,PCHAR *MatchedDNs,PCHAR *ErrorMessage,PCHAR **Referrals,PLDAPControlA **ServerControls,BOOLEAN Freeit);
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 106 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr,
110 if (255 == ReturnCode) {
130 return ReturnCode;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]
wdm.h     [all...]

Completed in 976 milliseconds