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

1 2

  /art/dex2oat/include/
dex2oat_return_codes.h 23 enum class ReturnCode : int {
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
EventChannel.c 28 INTN ReturnCode;
32 ReturnCode = XenHypercallEventChannelOp (EVTCHNOP_send, &Send);
33 return (UINT32)ReturnCode;
45 UINT32 ReturnCode;
49 ReturnCode = (UINT32)XenHypercallEventChannelOp (
52 if (ReturnCode != 0) {
53 DEBUG ((EFI_D_ERROR, "ERROR: alloc_unbound failed with rc=%d", ReturnCode));
54 return ReturnCode;
57 return ReturnCode;
GrantTable.c 147 INTN ReturnCode;
163 ReturnCode = XenHypercallMemoryOp (XENMEM_add_to_physmap, &Parameters);
164 if (ReturnCode != 0) {
167 (INT64)ReturnCode));
177 INTN ReturnCode, Index;
189 ReturnCode = XenHypercallMemoryOp (XENMEM_remove_from_physmap, &Parameters);
190 if (ReturnCode != 0) {
193 (INT64)ReturnCode));
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
Tpm12Ownership.c 50 UINT32 ReturnCode;
65 ReturnCode = SwapBytes32(RecvBuffer.Hdr.returnCode);
66 switch (ReturnCode) {
Tpm12Startup.c 61 UINT32 ReturnCode;
77 ReturnCode = SwapBytes32(RecvBuffer.Hdr.returnCode);
78 switch (ReturnCode) {
105 UINT32 ReturnCode;
120 ReturnCode = SwapBytes32(RecvBuffer.Hdr.returnCode);
121 switch (ReturnCode) {
Tpm12NvStorage.c 88 UINT32 ReturnCode;
124 ReturnCode = SwapBytes32(RecvBuffer.Hdr.returnCode);
125 DEBUG ((DEBUG_INFO, "Tpm12NvDefineSpace - ReturnCode = %x\n", ReturnCode));
126 switch (ReturnCode) {
161 UINT32 ReturnCode;
179 ReturnCode = SwapBytes32(RecvBuffer.Hdr.returnCode);
180 DEBUG ((DEBUG_INFO, "Tpm12NvReadValue - ReturnCode = %x\n", ReturnCode));
    [all...]
  /external/llvm/include/llvm/Support/
Program.h 53 int ReturnCode;
176 /// \note Users of this function should always check the ReturnCode member of
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Program.h 53 int ReturnCode;
176 /// \note Users of this function should always check the ReturnCode member of
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Program.h 53 int ReturnCode;
176 /// \note Users of this function should always check the ReturnCode member of
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Program.h 53 int ReturnCode;
176 /// \note Users of this function should always check the ReturnCode member of
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Program.h 53 int ReturnCode;
176 /// \note Users of this function should always check the ReturnCode member of
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Program.h 53 int ReturnCode;
176 /// \note Users of this function should always check the ReturnCode member of
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Program.h 53 int ReturnCode;
176 /// \note Users of this function should always check the ReturnCode member of
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Program.h 53 int ReturnCode;
176 /// \note Users of this function should always check the ReturnCode member of
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Program.h 53 int ReturnCode;
176 /// \note Users of this function should always check the ReturnCode member of
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Program.h 53 int ReturnCode;
176 /// \note Users of this function should always check the ReturnCode member of
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tcg2Smm.h 49 UINT32 ReturnCode;
56 UINT32 ReturnCode;
  /frameworks/base/core/java/android/net/metrics/
ValidationProbeEvent.java 49 public @interface ReturnCode {}
58 public @ReturnCode int returnCode;
66 returnCode = in.readInt();
73 out.writeInt(returnCode);
107 getProbeName(probeType), returnCode, getValidationStage(probeType), durationMs);
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockFront.c 492 UINT32 ReturnCode;
493 ReturnCode = XenBusIo->EventChannelNotify (XenBusIo, Dev->EventChannel);
494 if (ReturnCode != 0) {
497 ReturnCode));
547 UINT32 ReturnCode;
548 ReturnCode = XenBusIo->EventChannelNotify (XenBusIo, Dev->EventChannel);
549 if (ReturnCode != 0) {
552 ReturnCode));
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2ConfigImpl.c 116 UINT32 ReturnCode;
119 ReturnCode = Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction (PpRequest, 0);
120 if (ReturnCode == TCG_PP_SUBMIT_REQUEST_TO_PREOS_SUCCESS) {
123 } else if (ReturnCode == TCG_PP_SUBMIT_REQUEST_TO_PREOS_GENERAL_FAILURE) {
125 } else if (ReturnCode == TCG_PP_SUBMIT_REQUEST_TO_PREOS_NOT_IMPLEMENTED) {
148 UINT32 ReturnCode;
151 ReturnCode = Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction (mCurrentPpRequest, PpRequestParameter);
152 if (ReturnCode == TCG_PP_SUBMIT_REQUEST_TO_PREOS_SUCCESS) {
154 } else if (ReturnCode == TCG_PP_SUBMIT_REQUEST_TO_PREOS_GENERAL_FAILURE) {
156 } else if (ReturnCode == TCG_PP_SUBMIT_REQUEST_TO_PREOS_NOT_IMPLEMENTED) {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
TcgSmm.h 48 UINT32 ReturnCode;
55 UINT32 ReturnCode;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
TrEESmm.h 49 UINT32 ReturnCode;
56 UINT32 ReturnCode;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 75 Value *ReturnCode = Builder.CreateCall(Callee, CallArgs);
76 Builder.CreateRet(ReturnCode);
82 // where X is given by returnCode
83 Function *insertMainFunction(Module *M, uint32_t returnCode) {
86 Value *ReturnVal = ConstantInt::get(Context, APInt(32, returnCode));
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp 111 int ReturnCode = sys::Program::ExecuteAndWait(RemoteClientPath, Args,
115 if (255 == ReturnCode) {
134 return ReturnCode;
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 88 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr,
92 if (255 == ReturnCode) {
112 return ReturnCode;
    [all...]

Completed in 1002 milliseconds

1 2