Home
last modified time | relevance | path

Searched refs:ResultCode (Results 1 – 25 of 25) sorted by relevance

/external/libchrome/sandbox/win/src/
Dsandbox_policy.h91 virtual ResultCode SetTokenLevel(TokenLevel initial, TokenLevel lockdown) = 0;
132 virtual ResultCode SetJobLevel(JobLevel job_level,
141 virtual ResultCode SetJobMemoryLimit(size_t memory_limit) = 0;
146 virtual ResultCode SetAlternateDesktop(bool alternate_winstation) = 0;
154 virtual ResultCode CreateAlternateDesktop(bool alternate_winstation) = 0;
163 virtual ResultCode SetIntegrityLevel(IntegrityLevel level) = 0;
173 virtual ResultCode SetDelayedIntegrityLevel(IntegrityLevel level) = 0;
176 virtual ResultCode SetCapability(const wchar_t* sid) = 0;
180 virtual ResultCode SetLowBox(const wchar_t* sid) = 0;
186 virtual ResultCode SetProcessMitigations(MitigationFlags flags) = 0;
[all …]
Dcrosscall_client.h315 ResultCode CrossCall(IPCProvider& ipc_provider, in CrossCall()
322 ResultCode result = ipc_provider.DoCall(call_params, answer); in CrossCall()
334 ResultCode CrossCall(IPCProvider& ipc_provider, in CrossCall()
343 ResultCode result = ipc_provider.DoCall(call_params, answer); in CrossCall()
355 ResultCode CrossCall(IPCProvider& ipc_provider, in CrossCall()
366 ResultCode result = ipc_provider.DoCall(call_params, answer); in CrossCall()
383 ResultCode CrossCall(IPCProvider& ipc_provider, in CrossCall()
396 ResultCode result = ipc_provider.DoCall(call_params, answer); in CrossCall()
415 ResultCode CrossCall(IPCProvider& ipc_provider, in CrossCall()
430 ResultCode result = ipc_provider.DoCall(call_params, answer); in CrossCall()
[all …]
Dsandbox_types.h17 enum ResultCode : int { enum
Dcrosscall_params.h80 ResultCode call_outcome;
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsUtils.java37 import com.android.ims.RcsManager.ResultCode;
53 return ResultCode.SUCCESS; in statusCodeToResultCode()
57 return ResultCode.SUBSCRIBE_INVALID_PARAM; in statusCodeToResultCode()
61 return ResultCode.SUBSCRIBE_FETCH_ERROR; in statusCodeToResultCode()
65 return ResultCode.SUBSCRIBE_REQUEST_TIMEOUT; in statusCodeToResultCode()
69 return ResultCode.SUBSCRIBE_INSUFFICIENT_MEMORY; in statusCodeToResultCode()
73 return ResultCode.SUBSCRIBE_LOST_NETWORK; in statusCodeToResultCode()
77 return ResultCode.SUBSCRIBE_NOT_SUPPORTED; in statusCodeToResultCode()
81 return ResultCode.SUBSCRIBE_NOT_FOUND; in statusCodeToResultCode()
87 return ResultCode.SUBSCRIBE_GENERIC; in statusCodeToResultCode()
[all …]
DRcsStackAdaptor.java62 import com.android.ims.RcsManager.ResultCode;
210 return ResultCode.ERROR_SERVICE_NOT_ENABLED; in checkStackAndPublish()
214 if (ret != ResultCode.SUCCESS) { in checkStackAndPublish()
222 return ResultCode.ERROR_SERVICE_NOT_PUBLISHED; in checkStackAndPublish()
225 return ResultCode.SUCCESS; in checkStackAndPublish()
267 return ResultCode.ERROR_SERVICE_NOT_ENABLED; in checkStackStatus()
274 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in checkStackStatus()
279 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in checkStackStatus()
284 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in checkStackStatus()
289 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in checkStackStatus()
[all …]
DRcsService.java57 import com.android.ims.RcsManager.ResultCode;
222 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
242 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
264 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
DRcsSettingUtils.java42 import com.android.ims.RcsManager.ResultCode;
DTaskManager.java48 import com.android.ims.RcsManager.ResultCode;
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresenceSubscriber.java66 import com.android.ims.RcsManager.ResultCode;
129 if(ret < ResultCode.SUCCESS){ in requestCapability()
135 ret = ResultCode.SUBSCRIBE_INVALID_PARAM; in requestCapability()
141 ret = ResultCode.SUBSCRIBE_TOO_LARGE; in requestCapability()
174 if(ret < ResultCode.SUCCESS){ in requestCapability()
208 return ResultCode.SUBSCRIBE_ALREADY_IN_QUEUE; in requestAvailability()
212 return ResultCode.SUBSCRIBE_TOO_FREQUENTLY; in requestAvailability()
224 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in requestAvailability()
228 if(ret < ResultCode.SUCCESS){ in requestAvailability()
242 if(ret < ResultCode.SUCCESS){ in requestAvailability()
[all …]
DPresenceBase.java46 import com.android.ims.RcsManager.ResultCode;
74 if(resultCode >= ResultCode.SUCCESS){ in handleCallback()
89 if(resultCode != ResultCode.SUCCESS){ in handleCallback()
121 (resultCode == ResultCode.SUCCESS)){ in handleCallback()
DPresencePublication.java65 import com.android.ims.RcsManager.ResultCode;
112 public static final int PUBLISH_ERROR_CODE_START = ResultCode.SUBSCRIBER_ERROR_CODE_END;
133 public static final int PUBLISH_SUCESS = ResultCode.SUCCESS;
563 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in invokePublish()
568 return ResultCode.SUCCESS; in invokePublish()
575 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in invokePublish()
582 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in invokePublish()
590 return ResultCode.SUCCESS; in invokePublish()
682 return ResultCode.SUCCESS; in invokePublish()
689 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in invokePublish()
[all …]
DPresenceTask.java40 import com.android.ims.RcsManager.ResultCode;
DPresenceAvailabilityTask.java46 import com.android.ims.RcsManager.ResultCode;
DPresencePublishTask.java46 import com.android.ims.RcsManager.ResultCode;
DPresenceCapabilityTask.java45 import com.android.ims.RcsManager.ResultCode;
DPresenceInfoParser.java41 import com.android.ims.RcsManager.ResultCode;
DStackListener.java59 import com.android.ims.RcsManager.ResultCode;
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsPresence.java38 import com.android.ims.RcsManager.ResultCode;
200 int ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in requestCapability()
206 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in requestCapability()
246 int ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in requestAvailability()
252 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in requestAvailability()
274 int ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in requestAvailabilityNoThrottle()
280 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in requestAvailabilityNoThrottle()
298 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in getPublishState()
DRcsManager.java97 public static class ResultCode { class in RcsManager
312 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in getRcsPresenceInterface()
317 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in getRcsPresenceInterface()
334 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in checkAndThrowExceptionIfServiceUnavailable()
/external/llvm/utils/lit/lit/
DTest.py7 class ResultCode(object): class
16 cls._instances[name] = res = super(ResultCode, cls).__new__(cls)
29 PASS = ResultCode('PASS', False)
30 FLAKYPASS = ResultCode('FLAKYPASS', False)
31 XFAIL = ResultCode('XFAIL', False)
32 FAIL = ResultCode('FAIL', True)
33 XPASS = ResultCode('XPASS', True)
34 UNRESOLVED = ResultCode('UNRESOLVED', True)
35 UNSUPPORTED = ResultCode('UNSUPPORTED', False)
36 TIMEOUT = ResultCode('TIMEOUT', True)
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPollingAction.java39 import com.android.ims.RcsManager.ResultCode;
120 mResult = ResultCode.SUBSCRIBE_NOT_FOUND; in doInBackground()
133 mResult = ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in doInBackground()
149 mResult = ResultCode.SUCCESS; in doInBackground()
160 if (mResult == ResultCode.SUCCESS) { in doInBackground()
189 if (ResultCode.SUBSCRIBE_TEMPORARY_ERROR == mResult) { in doInBackground()
DPersistService.java46 import com.android.ims.RcsManager.ResultCode;
DCapabilityPolling.java59 import com.android.ims.RcsManager.ResultCode;
/external/swiftshader/third_party/LLVM/utils/TableGen/
DIntrinsicEmitter.cpp668 std::string ResultCode = in EmitTargetBuiltins() local
670 Results.push_back(StringMatcher::StringPair(I->first, ResultCode)); in EmitTargetBuiltins()