Searched defs:Reason (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/system/
H A Dautomatic_reboot_manager_observer.h13 enum Reason { enum in class:chromeos::system::AutomaticRebootManagerObserver
20 virtual void OnRebootScheduled(Reason reason) = 0;
/external/chromium_org/media/filters/
H A Dvideo_frame_scheduler.h24 enum Reason { enum in class:media::VideoFrameScheduler
28 typedef base::Callback<void(const scoped_refptr<VideoFrame>&, Reason)> DoneCB;
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager_observer.h20 // Reason for notification. Allows selectively ignoring notifications to
22 enum Reason { enum in class:ash::DockedWindowLayoutManagerObserver
31 Reason reason) = 0;
/external/chromium_org/chrome/browser/extensions/
H A Dwindow_controller.h39 enum Reason { enum in class:extensions::WindowController
71 virtual bool CanClose(Reason* reason) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementException.h43 enum Reason { enum in class:blink::CustomElementException
57 static void throwException(Reason, const AtomicString& type, ExceptionState&);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
H A DSoapFault12.java44 public Node Reason; field in class:SoapFault12
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
[all...]
/external/nist-sip/java/gov/nist/javax/sip/
H A DDialogTimeoutEvent.java34 public enum Reason {AckNotReceived, AckNotSent,ReInviteTimeout}; enum in class:DialogTimeoutEvent
42 public DialogTimeoutEvent(Object source, Dialog dialog, Reason reason) {
66 public Reason getReason() {
72 private Reason m_reason = null;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DReason.java27 * Reason.java
28 * Reason = "Reason" HCOLON reason-value *(COMMA reason-value)
46 * Definition of the Reason SIP Header.
54 public class Reason class in inherits:ParametersHeader,javax.sip.header.ReasonHeader
123 /** Creates a new instance of Reason */
124 public Reason() { method in class:Reason
152 * $Log: Reason.java,v $
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSignatureDictionary_autogen.cpp107 SkString SkPdfSignatureDictionary::Reason(SkPdfNativeDoc* doc) { function in class:SkPdfSignatureDictionary
108 SkPdfNativeObject* ret = get("Reason", "");
116 return get("Reason", "") != NULL;
/external/llvm/lib/Support/
H A DErrorHandling.cpp60 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { argument
61 report_fatal_error(Twine(Reason), GenCrashDiag);
64 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { argument
65 report_fatal_error(Twine(Reason), GenCrashDiag);
68 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { argument
69 report_fatal_error(Twine(Reason), GenCrashDiag);
72 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { argument
84 handler(handlerData, Reason.str(), GenCrashDiag);
91 OS << "LLVM ERROR: " << Reason << "\n"; local
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSignatureDictionary_autogen.cpp107 SkString SkPdfSignatureDictionary::Reason(SkPdfNativeDoc* doc) { function in class:SkPdfSignatureDictionary
108 SkPdfNativeObject* ret = get("Reason", "");
116 return get("Reason", "") != NULL;
/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp43 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
79 FileChangeReason Reason,
89 if (Reason == PPCallbacks::EnterFile) {
91 } else if (Reason == PPCallbacks::ExitFile) {
112 if (ShowHeader && Reason == PPCallbacks::EnterFile) {
78 FileChanged(SourceLocation Loc, FileChangeReason Reason, SrcMgr::CharacteristicKind NewFileType, FileID PrevFID) argument
H A DDependencyFile.cpp38 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
41 if (Reason != PPCallbacks::EnterFile)
157 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
230 FileChangeReason Reason,
233 if (Reason != PPCallbacks::EnterFile)
229 FileChanged(SourceLocation Loc, FileChangeReason Reason, SrcMgr::CharacteristicKind FileType, FileID PrevFID) argument
H A DPrintPreprocessedOutput.cpp127 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
253 FileChangeReason Reason,
266 if (Reason == PPCallbacks::EnterFile) {
270 } else if (Reason == PPCallbacks::SystemHeaderPragma) {
299 if (Reason == PPCallbacks::EnterFile && !IsFirstFileEntered) {
304 switch (Reason) {
252 FileChanged(SourceLocation Loc, FileChangeReason Reason, SrcMgr::CharacteristicKind NewFileType, FileID PrevFID) argument
H A DVerifyDiagnosticConsumer.cpp64 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, argument
/external/chromium_org/remoting/protocol/
H A Djingle_messages.h35 enum Reason { enum in struct:remoting::protocol::JingleMessage
85 Reason reason;
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp58 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
140 FileChangeReason Reason,
143 if (Reason != EnterFile)
139 FileChanged(SourceLocation Loc, FileChangeReason Reason, SrcMgr::CharacteristicKind NewFileType, FileID) argument
/external/clang/include/clang/Lex/
H A DPPCallbacks.h48 /// \param PrevFID the file that was exited if \p Reason is ExitFile.
49 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, argument
335 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
338 First->FileChanged(Loc, Reason, FileType, PrevFID);
339 Second->FileChanged(Loc, Reason, FileType, PrevFID);
/external/chromium_org/extensions/common/
H A Dextension.h530 enum Reason { enum in struct:extensions::UnloadedExtensionInfo
540 Reason reason;
545 UnloadedExtensionInfo(const Extension* extension, Reason reason);
550 enum Reason { enum in struct:extensions::UpdatedExtensionPermissionsInfo
555 Reason reason;
560 // The permissions that have changed. For Reason::ADDED, this would contain
561 // only the permissions that have added, and for Reason::REMOVED, this would
568 Reason reason);
/external/chromium_org/v8/src/
H A Ddeoptimizer.h104 struct Reason { struct in class:v8::internal::Deoptimizer
105 Reason(int r, const char* m, const char* d) function in struct:v8::internal::Deoptimizer::Reason
108 bool operator==(const Reason& other) const {
114 bool operator!=(const Reason& other) const { return !(*this == other); }
122 inline JumpTableEntry(Address entry, const Reason& the_reason,
138 Reason reason;
/external/clang/lib/Lex/
H A DPPDirectives.cpp1119 PPCallbacks::FileChangeReason Reason = PPCallbacks::RenameFile; local
1121 Reason = PPCallbacks::EnterFile;
1123 Reason = PPCallbacks::ExitFile;
1130 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h753 static const char *getReasonStr(GenericSchedulerBase::CandReason Reason);
793 CandReason Reason; member in struct:llvm::GenericSchedulerBase::SchedCandidate
805 : Policy(policy), SU(nullptr), Reason(NoCand), RepeatReasonSet(0) {}
811 assert(Best.Reason != NoCand && "uninitialized Sched candidate");
813 Reason = Best.Reason;
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp800 } Reason = PDSA_Implicit; local
804 Reason = PDSA_LoopIterVarPrivate;
806 Reason = PDSA_LoopIterVarLastprivate;
808 Reason = PDSA_LoopIterVarLinear;
810 Reason = PDSA_StaticLocalVarShared;
812 Reason = PDSA_StaticMemberShared;
814 Reason = PDSA_GlobalVarShared;
816 Reason = PDSA_ConstVarShared;
819 Reason = PDSA_LocalVarPrivate;
821 if (Reason !
[all...]
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2200 GenericSchedulerBase::CandReason Reason) {
2201 switch (Reason) {
2226 switch (Cand.Reason) {
2257 dbgs() << " SU(" << Cand.SU->NodeNum << ") " << getReasonStr(Cand.Reason);
2279 GenericSchedulerBase::CandReason Reason) {
2281 TryCand.Reason = Reason;
2285 if (Cand.Reason > Reason)
2286 Cand.Reason
2199 getReasonStr( GenericSchedulerBase::CandReason Reason) argument
2276 tryLess(int TryVal, int CandVal, GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, GenericSchedulerBase::CandReason Reason) argument
2293 tryGreater(int TryVal, int CandVal, GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, GenericSchedulerBase::CandReason Reason) argument
2471 tryPressure(const PressureChange &TryP, const PressureChange &CandP, GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, GenericSchedulerBase::CandReason Reason) argument
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1809 /// target, fill in Reason and return false. Otherwise, return true. This is
1813 bool TreePatternNode::canPatternMatch(std::string &Reason, argument
1818 if (!getChild(i)->canPatternMatch(Reason, CDP))
1842 Reason="Immediate value must be on the RHS of commutative operators!";
3030 std::string Reason; local
3031 if (!PTM.getSrcPattern()->canPatternMatch(Reason, *this)) {
3033 Twine("Pattern can never match: ") + Reason);

Completed in 2342 milliseconds

12