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

  /external/nist-sip/java/gov/nist/javax/sip/
DialogTimeoutEvent.java 34 public enum Reason {AckNotReceived, AckNotSent,ReInviteTimeout};
42 public DialogTimeoutEvent(Object source, Dialog dialog, Reason reason) {
45 m_reason = reason;
62 * The reason for the Dialog Timeout Event being delivered to the application.
64 * @return the reason for the timeout event.
66 public Reason getReason() {
72 private Reason m_reason = null;
  /external/llvm/lib/Support/
ErrorHandling.cpp 61 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) {
62 report_fatal_error(Twine(Reason), GenCrashDiag);
65 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) {
66 report_fatal_error(Twine(Reason), GenCrashDiag);
69 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) {
70 report_fatal_error(Twine(Reason), GenCrashDiag);
73 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) {
85 handler(handlerData, Reason.str(), GenCrashDiag);
92 OS << "LLVM ERROR: " << Reason << "\n";
125 static void bindingsErrorHandler(void *user_data, const std::string& reason,
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Reason.java 27 * Reason.java
28 * Reason = "Reason" HCOLON reason-value *(COMMA reason-value)
29 * reason-value = protocol *(SEMI reason-params)
31 * reason-params = protocol-cause / reason-text
32 * / reason-extensio
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapFault12.java 44 public Node Reason;
65 this.faultstring = Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0);
79 } else if (name.equals("Reason")) {
80 this.Reason = new Node();
81 this.Reason.parse(parser);
111 xw.startTag(SoapEnvelope.ENV2003, "Reason");
112 this.Reason.write(xw);
113 xw.endTag(SoapEnvelope.ENV2003, "Reason");
138 return Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0);
143 String reason = Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0) local
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
CertPathValidatorException.java 44 * exception to be thrown, and the reason that caused the failure. Use the
79 * @serial the reason the validation failed
81 private Reason reason = BasicReason.UNSPECIFIED; field in class:CertPathValidatorException
156 * detail message, cause, certification path, index, and reason.
165 * @param reason the reason the validation failed
171 * @throws NullPointerException if {@code reason} is {@code null}
176 CertPath certPath, int index, Reason reason) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
FatalErrorHandler.java 30 * fatalErrorHandler.handleFatalError(Reason.CANNOT_CONNECT_TO_CAMERA);
35 public static enum Reason {
66 Reason(int dialogMsgId, int feedbackMsgId, boolean finishActivity) {
98 * Creates a new Reason based on an error code for
103 * @return The appropriate Reason.
105 public static Reason fromCamera2CameraDeviceStateCallbackError(int error) {
106 // TODO Use a more descriptive reason to distinguish between
154 public void handleFatalError(Reason reason);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ioevent.h 22 ULONG Reason;
qos2.h 66 QOS_FLOWRATE_REASON Reason;
wsdtypes.h 140 WSD_SOAP_FAULT_REASON *Reason;
236 WSD_LOCALIZED_STRING *Reason;
compstui.h 794 WORD Reason;
888 WORD Reason;
    [all...]
winioctl.h     [all...]
netmon.h 535 BYTE Reason[100];
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 186 enum Reason
202 Reason reason; member in struct:vk::AllocationCallbackViolation
205 : reason(REASON_LAST)
208 AllocationCallbackViolation (const AllocationCallbackRecord& record_, Reason reason_)
210 , reason(reason_)
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 762 static const char *getReasonStr(GenericSchedulerBase::CandReason Reason);
801 // The reason for this candidate.
802 CandReason Reason;
814 : Policy(policy), SU(nullptr), Reason(NoCand), RepeatReasonSet(0) {}
820 assert(Best.Reason != NoCand && "uninitialized Sched candidate");
822 Reason = Best.Reason;
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wdm.h 823 IN KBUGCHECK_CALLBACK_REASON Reason,
870 KBUGCHECK_CALLBACK_REASON Reason;
    [all...]
wmidata.h     [all...]
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 835 milliseconds