HomeSort by relevance Sort by last modified time
    Searched defs:Failed (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/test/SemaCXX/
constexpr-nqueens.cpp 7 bool Failed;
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/protobuf/python/google/protobuf/
service.py 47 """Exception raised on failed blocking RPC method call."""
87 * If the RPC failed, the response value passed to "done" will be None.
140 def Failed(self):
141 """Returns true if the call failed.
143 After a call has finished, returns true if the call failed. The possible
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."""
161 will indicate that the call failed at that time.
170 Causes Failed() to return true on the client side. "reason" will b
    [all...]
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.h 49 Incomplete, Normal, Failed, Connected
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 106 state.failed = false;
137 state.failed = false;
141 state.failed = true;
151 state.failed = false;
313 msg = "rule " + fpe.RuleName + " failed predicate: {" +
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 115 state.failed = false;
149 state.failed = false;
154 state.failed = true;
165 state.failed = false;
366 msg = "rule " + fpe.RuleName + " failed predicate: {" +
    [all...]
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 30 volatile unsigned Failed : 1;
34 Failed(false) {
46 assert(!Failed && "Crash recovery context already failed!");
47 Failed = true;
321 assert(CRC->Failed && "No crash was detected!");
YAMLParser.cpp 273 if (!Failed)
275 Failed = true;
283 bool failed() { function in class:llvm::yaml::Scanner
284 return Failed;
493 bool Failed;
704 , Failed(false) {
1530 bool Stream::failed() { return scanner->failed(); } function in class:Stream
1593 bool Node::failed() const { function in class:Node
2011 bool Document::failed() const { function in class:Document
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 334 bool Failed = false;
338 Failed = true;
341 val = getStoreManager().evalDynamicCast(val, T, Failed);
343 if (Failed) {
    [all...]
CallEvent.cpp 483 bool Failed;
484 ThisVal = StateMgr.getStoreManager().evalDynamicCast(ThisVal, Ty, Failed);
485 assert(!Failed && "Calling an incorrectly devirtualized method");
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 402 bool Failed = false;
407 Failed = true;
414 if (!Failed && (Result >> 31) == 0) {
  /external/clang/lib/Lex/
Pragma.cpp 126 bool Failed;
134 Failed(false), OutTok(Tok) {
143 if (Failed) {
152 void failed() { function in class:__anon5232::LexingFor_PragmaRAII
153 Failed = true;
183 return _PragmaLexing.failed();
195 return _PragmaLexing.failed();
204 return _PragmaLexing.failed();
214 return _PragmaLexing.failed();
    [all...]
ModuleMap.cpp     [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 317 bool Failed = false;
319 Failed = ParseTemplateParameterList(Depth, TemplateParams);
332 else if (Failed) {
355 // If we failed to parse a template parameter, skip until we find
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 82 bool Failed = false;
127 Failed = true;
132 Failed = true;
137 Failed = true;
140 Failed = true;
144 if (Failed) {
404 bool Failed = false;
411 Failed = true;
419 Failed = true;
431 Failed = true
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 473 // Gets the number of failed test parts.
477 // of successful test parts and the number of failed test parts.
480 // Returns true iff the test passed (i.e. no test part failed).
481 bool Passed() const { return !Failed(); }
483 // Returns true iff the test failed.
484 bool Failed() const { return failed_part_count() > 0; }
486 // Returns true iff the test fatally failed.
646 // Gets the number of failed tests in this test case.
659 bool Passed() const { return !Failed(); }
661 // Returns true iff the test case failed
    [all...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 519 // Gets the number of failed test cases.
532 // Gets the number of failed tests.
548 bool Passed() const { return !Failed(); }
550 // Returns true iff the unit test failed (i.e. some test case failed
551 // or something outside of all tests failed).
552 bool Failed() const {
553 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
639 << "Failed to get the current working directory.";
678 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 526 // Gets the number of failed test cases.
539 // Gets the number of failed tests.
555 bool Passed() const { return !Failed(); }
557 // Returns true iff the unit test failed (i.e. some test case failed
558 // or something outside of all tests failed).
559 bool Failed() const {
560 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
646 << "Failed to get the current working directory.";
685 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 525 // Gets the number of failed test cases.
538 // Gets the number of failed tests.
554 bool Passed() const { return !Failed(); }
556 // Returns true iff the unit test failed (i.e. some test case failed
557 // or something outside of all tests failed).
558 bool Failed() const {
559 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
645 << "Failed to get the current working directory.";
684 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 137 // When this flag is specified, a failed assertion will throw an
180 // remembers a non-empty message that described how it failed.
211 // Declares factory functions for making successful and failed
226 // The constructor used when the assertion failed.
236 // Makes a failed assertion result with the given failure message.
419 // of successful test parts and the number of failed test parts.
425 // Returns true iff the test passed (i.e. no test part failed).
426 bool Passed() const { return !Failed(); }
428 // Returns true iff the test failed.
429 bool Failed() const
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 135 // When this flag is specified, a failed assertion will throw an
188 // remembers a non-empty message that describes how it failed.
208 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
326 // Makes a failed assertion result.
329 // Makes a failed assertion result with the given failure message.
517 // of successful test parts and the number of failed test parts.
523 // Returns true iff the test passed (i.e. no test part failed).
524 bool Passed() const { return !Failed(); }
526 // Returns true iff the test failed.
527 bool Failed() const
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 542 /// \brief A failed initialization sequence. The failure kind tells what
667 /// \brief Describes why initialization failed.
682 /// \brief Overloading due to reference initialization failed.
693 /// \brief Reference binding failed.
695 /// \brief Implicit conversion failed.
697 /// \brief Implicit conversion failed.
706 /// \brief Overloading for a user-defined conversion failed.
708 /// \brief Overloading for initialization by constructor failed.
710 /// \brief Overloading for list-initialization by constructor failed.
718 /// \brief List initialization failed at some point
    [all...]
  /external/gtest/include/gtest/
gtest.h 135 // When this flag is specified, a failed assertion will throw an
188 // remembers a non-empty message that describes how it failed.
208 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
326 // Makes a failed assertion result.
329 // Makes a failed assertion result with the given failure message.
517 // of successful test parts and the number of failed test parts.
523 // Returns true iff the test passed (i.e. no test part failed).
524 bool Passed() const { return !Failed(); }
526 // Returns true iff the test failed.
527 bool Failed() const
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 135 // When this flag is specified, a failed assertion will throw an
188 // remembers a non-empty message that describes how it failed.
208 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
326 // Makes a failed assertion result.
329 // Makes a failed assertion result with the given failure message.
517 // of successful test parts and the number of failed test parts.
523 // Returns true iff the test passed (i.e. no test part failed).
524 bool Passed() const { return !Failed(); }
526 // Returns true iff the test failed.
527 bool Failed() const
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 765 // Gets the number of failed test cases.
778 // Gets the number of failed tests.
794 bool Passed() const { return !Failed(); }
796 // Returns true iff the unit test failed (i.e. some test case failed
797 // or something outside of all tests failed).
798 bool Failed() const {
799 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
    [all...]

Completed in 757 milliseconds

1 2