Searched defs:Failed (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dservice.py140 def Failed(self): member in class:RpcController
144 reasons for failure depend on the RPC implementation. Failed() must not
145 be called before a call has finished. If Failed() returns true, the
151 """If Failed is true, returns a human-readable description of the error."""
170 Causes Failed() to return true on the client side. "reason" will be
/external/protobuf/python/google/protobuf/
H A Dservice.py140 def Failed(self): member in class:RpcController
144 reasons for failure depend on the RPC implementation. Failed() must not
145 be called before a call has finished. If Failed() returns true, the
151 """If Failed is true, returns a human-readable description of the error."""
170 Causes Failed() to return true on the client side. "reason" will be
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketHandshake.h54 Incomplete, Normal, Failed, Connected, ModeMax enumerator in enum:blink::WebSocketHandshake::Mode
86 // Returns a string indicating the reason of failure if mode() == Failed.
/external/chromium_org/third_party/libxml/src/
H A DtestThreads.c41 static const char *Failed = "Failed"; variable
91 return((void *) Failed);
H A DtestThreadsWin32.c31 const char *Failed = "Failed"; variable
81 return ((DWORD) Failed);
/external/pdfium/core/include/reflow/
H A Dreflowengine.h43 typedef enum { Ready, ToBeContinued, Done, Failed } ParseStatus; enumerator in enum:IPDF_ProgressiveReflowPageParser::__anon28542
61 typedef enum { Ready, ToBeContinued, Waiting, Done, Failed } RenderStatus; enumerator in enum:IPDF_ProgressiveReflowPageRender::__anon28543
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DTextTrackLoader.h63 enum State { Idle, Loading, Finished, Failed }; enumerator in enum:blink::FINAL::State
/external/clang/test/SemaCXX/
H A Dconstexpr-nqueens.cpp7 bool Failed; member in struct:Board
9 constexpr Board() : State(0), Failed(false) {}
10 constexpr Board(const Board &O) : State(O.State), Failed(O.Failed) {}
11 constexpr Board(uint64_t State, bool Failed = false) :
12 State(State), Failed(Failed) {}
39 return Try.Failed ? buildBoardScan(N, Col, Row, B) : Try;
/external/clang/include/clang/Lex/
H A DPreprocessorOptions.h122 llvm::StringSet<> Failed; member in class:clang::PreprocessorOptions::FailedModulesSet
126 return Failed.count(module) > 0;
130 Failed.insert(module);
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp32 volatile unsigned Failed : 1; member in struct:__anon25905::CrashRecoveryContextImpl
37 Failed(false),
55 assert(!Failed && "Crash recovery context already failed!");
56 Failed = true;
331 assert(CRC->Failed && "No crash was detected!");
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
H A DDocumentationCatalog.js157 Failed: "Failed"
209 this._state = WebInspector.DocumentationCatalog.Loader.DownloadStates.Failed;
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp307 bool &Failed) {
308 Failed = false;
370 Failed = isa<TypedValueRegion>(MR);
306 evalDynamicCast(SVal Base, QualType TargetType, bool &Failed) argument
H A DCallEvent.cpp504 bool Failed; local
505 ThisVal = StateMgr.getStoreManager().evalDynamicCast(ThisVal, Ty, Failed);
506 assert(!Failed && "Calling an incorrectly devirtualized method");
H A DExprEngineC.cpp348 bool Failed = false; local
352 Failed = true;
355 val = getStoreManager().evalDynamicCast(val, T, Failed);
357 if (Failed) {
/external/clang/tools/driver/
H A Dcc1as_main.cpp386 bool Failed = false; local
396 Failed = Diags.Report(diag::err_target_unknown_triple) << Opts.Triple;
398 if (!Failed) {
400 Failed = Parser->Run(Opts.NoInitialTextSection);
407 if (Failed && Opts.OutputPath != "-")
410 return Failed;
482 bool Failed = Diags.hasErrorOccurred() || ExecuteAssembler(Asm, Diags); local
488 return !!Failed;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_render.h159 Failed enumerator in enum:CPDF_ProgressiveRenderer::__anon28519
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs786 public virtual bool Failed { property in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs885 public virtual bool Failed property in class:Antlr.Runtime.BaseRecognizer
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1102 bool Failed() const { function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController
1103 ADD_FAILURE() << "Failed() not expected during this test.";
/external/clang/lib/Parse/
H A DParseTemplate.cpp306 bool Failed = false; local
308 Failed = ParseTemplateParameterList(Depth, TemplateParams);
319 } else if (!TryConsumeToken(tok::greater, RAngleLoc) && Failed) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp84 bool Failed = false; local
129 Failed = true;
134 Failed = true;
139 Failed = true;
142 Failed = true;
146 if (Failed) {
406 bool Failed = false; local
413 Failed = true;
421 Failed = true;
433 Failed
[all...]
/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp422 bool Failed = false; local
427 Failed = true;
434 if (!Failed && (Result >> 31) == 0) {
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc978 bool Failed() const { function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController
979 ADD_FAILURE() << "Failed() not expected during this test.";
/external/clang/lib/Lex/
H A DPragma.cpp131 bool Failed; member in class:__anon17949::LexingFor_PragmaRAII
139 Failed(false), OutTok(Tok) {
148 if (Failed) {
158 Failed = true;
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp333 bool Failed = true; local
339 Failed = false;
344 return Failed;

Completed in 2073 milliseconds

123