Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/lib/Support/
DErrorHandling.cpp52 void llvm::report_fatal_error(const char *Reason) { in report_fatal_error() argument
53 report_fatal_error(Twine(Reason)); in report_fatal_error()
56 void llvm::report_fatal_error(const std::string &Reason) { in report_fatal_error() argument
57 report_fatal_error(Twine(Reason)); in report_fatal_error()
60 void llvm::report_fatal_error(StringRef Reason) { in report_fatal_error() argument
61 report_fatal_error(Twine(Reason)); in report_fatal_error()
64 void llvm::report_fatal_error(const Twine &Reason) { in report_fatal_error() argument
66 ErrorHandler(ErrorHandlerUserData, Reason.str()); in report_fatal_error()
73 OS << "LLVM ERROR: " << Reason << "\n"; in report_fatal_error()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp62 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() argument
63 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
66 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() argument
67 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
70 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() argument
71 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
74 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() argument
86 handler(handlerData, Reason.str(), GenCrashDiag); in report_fatal_error()
93 OS << "LLVM ERROR: " << Reason << "\n"; in report_fatal_error()
/external/llvm/lib/Support/
DErrorHandling.cpp62 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() argument
63 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
66 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() argument
67 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
70 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() argument
71 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
74 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() argument
86 handler(handlerData, Reason.str(), GenCrashDiag); in report_fatal_error()
93 OS << "LLVM ERROR: " << Reason << "\n"; in report_fatal_error()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
DSoapFault12.java44 public Node Reason; field in SoapFault12
65 this.faultstring = Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0); in parse()
80 this.Reason = new Node(); in parseSelf()
81 this.Reason.parse(parser); in parseSelf()
112 this.Reason.write(xw); in write()
138 return Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0); in getMessage()
143 String reason = Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0); in toString()
/external/nist-sip/java/gov/nist/javax/sip/
DDialogTimeoutEvent.java34 public enum Reason {AckNotReceived, AckNotSent,ReInviteTimeout}; enum in DialogTimeoutEvent
42 public DialogTimeoutEvent(Object source, Dialog dialog, Reason reason) { in DialogTimeoutEvent()
66 public Reason getReason() { in getReason()
72 private Reason m_reason = null;
/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp46 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
115 FileChangeReason Reason, in FileChanged() argument
125 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
127 } else if (Reason == PPCallbacks::ExitFile) { in FileChanged()
161 if (ShowHeader && Reason == PPCallbacks::EnterFile && in FileChanged()
DDependencyFile.cpp40 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
43 if (Reason != PPCallbacks::EnterFile) in FileChanged()
185 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
272 FileChangeReason Reason, in FileChanged() argument
275 if (Reason != PPCallbacks::EnterFile) in FileChanged()
DPrintPreprocessedOutput.cpp123 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
249 FileChangeReason Reason, in FileChanged() argument
262 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
266 } else if (Reason == PPCallbacks::SystemHeaderPragma) { in FileChanged()
295 if (Reason == PPCallbacks::EnterFile && !IsFirstFileEntered) { in FileChanged()
300 switch (Reason) { in FileChanged()
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.microsoft32 ATTRIBUTE MS-ARAP-PW-Change-Reason 21 integer Microsoft
60 # MS-ARAP-Password-Change-Reason Values
62 VALUE MS-ARAP-PW-Change-Reason Just-Change-Password 1
63 VALUE MS-ARAP-PW-Change-Reason Expired-Password 2
64 VALUE MS-ARAP-PW-Change-Reason Admin-Requires-Password-Change 3
65 VALUE MS-ARAP-PW-Change-Reason Password-Too-Short 4
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h37 SIScheduleCandReason Reason; member
43 : Reason(NoCand), RepeatReasonSet(0) {} in SISchedulerCandidate()
179 assert(Best.Reason != NoCand && "uninitialized Sched candidate"); in setBest()
181 Reason = Best.Reason; in setBest()
370 assert(Best.Reason != NoCand && "uninitialized Sched candidate"); in setBest()
372 Reason = Best.Reason; in setBest()
DSIMachineScheduler.cpp128 static const char *getReasonStr(SIScheduleCandReason Reason) { in getReasonStr() argument
129 switch (Reason) { in getReasonStr()
145 SIScheduleCandReason Reason) { in tryLess() argument
147 TryCand.Reason = Reason; in tryLess()
151 if (Cand.Reason > Reason) in tryLess()
152 Cand.Reason = Reason; in tryLess()
155 Cand.setRepeat(Reason); in tryLess()
162 SIScheduleCandReason Reason) { in tryGreater() argument
164 TryCand.Reason = Reason; in tryGreater()
168 if (Cand.Reason > Reason) in tryGreater()
[all …]
/external/v8/src/compiler/
Dcommon-operator.cc615 #define CACHED_DEOPTIMIZE(Kind, Reason) \ argument
616 DeoptimizeOperator<DeoptimizeKind::k##Kind, DeoptimizeReason::k##Reason> \
617 kDeoptimize##Kind##Reason##Operator;
631 #define CACHED_DEOPTIMIZE_IF(Kind, Reason) \ argument
632 DeoptimizeIfOperator<DeoptimizeKind::k##Kind, DeoptimizeReason::k##Reason> \
633 kDeoptimizeIf##Kind##Reason##Operator;
648 #define CACHED_DEOPTIMIZE_UNLESS(Kind, Reason) \ argument
650 DeoptimizeReason::k##Reason> \
651 kDeoptimizeUnless##Kind##Reason##Operator;
830 #define CACHED_DEOPTIMIZE(Kind, Reason) \ in Deoptimize() argument
[all …]
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2392 GenericSchedulerBase::CandReason Reason) { in getReasonStr() argument
2393 switch (Reason) { in getReasonStr()
2419 switch (Cand.Reason) { in traceCandidate()
2450 dbgs() << " Cand SU(" << Cand.SU->NodeNum << ") " << getReasonStr(Cand.Reason); in traceCandidate()
2472 GenericSchedulerBase::CandReason Reason) { in tryLess() argument
2474 TryCand.Reason = Reason; in tryLess()
2478 if (Cand.Reason > Reason) in tryLess()
2479 Cand.Reason = Reason; in tryLess()
2488 GenericSchedulerBase::CandReason Reason) { in tryGreater() argument
2490 TryCand.Reason = Reason; in tryGreater()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DReasonList.java43 public final class ReasonList extends SIPHeaderList<Reason> {
56 super(Reason.class, ReasonHeader.NAME); in ReasonList()
DReason.java54 public class Reason class
124 public Reason() { in Reason() method in Reason
/external/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.cpp186 void fatalErrorHandler(void *UserData, const std::string &Reason, in fatalErrorHandler() argument
191 Server->setFatalError(Reason); in fatalErrorHandler()
266 void BrowserCompileServer::setFatalError(const std::string &Reason) { in setFatalError() argument
268 Ctx->getStrError() << Reason; in setFatalError()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DReasonParser.java74 Reason reason = new Reason(); in parse()
/external/libcups/cups/
Dtest2.ppd185 *cupsIPPReason foo/Foo Reason: "http://foo/bar.html
189 *fr.cupsIPPReason foo/La Foo Reason: "text:La%20Long%20
190 text:Foo%20Reason
195 *zh_TW.cupsIPPReason foo/Number 1 Foo Reason: "text:Number%201%20
196 text:Foo%20Reason
201 *zh.cupsIPPReason foo/Number 2 Foo Reason: "text:Number%202%20
202 text:Foo%20Reason
Dtest.ppd204 *cupsIPPReason foo/Foo Reason: "http://foo/bar.html
208 *fr.cupsIPPReason foo/La Foo Reason: "text:La%20Long%20
209 text:Foo%20Reason
214 *zh_TW.cupsIPPReason foo/Number 1 Foo Reason: "text:Number%201%20
215 text:Foo%20Reason
220 *zh.cupsIPPReason foo/Number 2 Foo Reason: "text:Number%202%20
221 text:Foo%20Reason
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp186 enum Reason enum
202 Reason reason;
208 AllocationCallbackViolation (const AllocationCallbackRecord& record_, Reason reason_) in AllocationCallbackViolation()
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h770 static const char *getReasonStr(GenericSchedulerBase::CandReason Reason);
819 CandReason Reason; member
836 Reason = NoCand; in reset()
846 assert(Best.Reason != NoCand && "uninitialized Sched candidate"); in setBest()
848 Reason = Best.Reason; in setBest()
/external/clang/include/clang/Lex/
DPPCallbacks.h50 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
333 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() argument
336 First->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
337 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
/external/llvm/include/llvm-c/
DErrorHandling.h21 typedef void (*LLVMFatalErrorHandler)(const char *Reason);
/external/swiftshader/third_party/llvm-subzero/include/llvm-c/
DErrorHandling.h21 typedef void (*LLVMFatalErrorHandler)(const char *Reason);
/external/pdfium/xfa/fxfa/parser/
Dcxfa_reason.cpp30 XFA_Element::Reason, in CXFA_Reason()

1234