HomeSort by relevance Sort by last modified time
    Searched refs:Failed (Results 76 - 100 of 194) sorted by null

1 2 34 5 6 7 8

  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 136 // When this flag is specified, a failed assertion will throw an
179 // remembers a non-empty message that describes how it failed.
199 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
317 // Makes a failed assertion result.
320 // Makes a failed assertion result with the given failure message.
509 // of successful test parts and the number of failed test parts.
515 // Returns true iff the test passed (i.e. no test part failed).
516 bool Passed() const { return !Failed(); }
518 // Returns true iff the test failed.
519 bool Failed() const
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btGjkEpa2.cpp 158 Failed };};
179 m_status = eStatus::Failed;
293 m_status=((++iterations)<GJK_MAX_ITERATIONS)?m_status:eStatus::Failed;
543 Failed };};
585 m_status = eStatus::Failed;
921 if(epa_status!=EPA::eStatus::Failed)
937 case GJK::eStatus::Failed:
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptGroupTest.java 289 int [] Failed = new int [1];
290 Failed[0] = 0;
291 aFailed.copyFrom(Failed);
307 aFailed.copyTo(Failed);
308 if (Failed[0] != 0) {
355 boolean failed = false;
359 failed = true;
363 assertTrue(!failed);
410 boolean failed = false;
412 if (failed == false && a[i] != ARRAY_SIZE * (ARRAY_SIZE - 1) * 7 / 2)
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 134 // When this flag is specified, a failed assertion will throw an
177 // remembers a non-empty message that describes how it failed.
197 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
311 // Makes a failed assertion result.
314 // Makes a failed assertion result with the given failure message.
498 // of successful test parts and the number of failed test parts.
504 // Returns true iff the test passed (i.e. no test part failed).
505 bool Passed() const { return !Failed(); }
507 // Returns true iff the test failed.
508 bool Failed() const
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 624 /// \brief A failed initialization sequence. The failure kind tells what
765 /// \brief Describes why initialization failed.
790 /// \brief Overloading due to reference initialization failed.
801 /// \brief Reference binding failed.
803 /// \brief Implicit conversion failed.
805 /// \brief Implicit conversion failed.
814 /// \brief Overloading for a user-defined conversion failed.
816 /// \brief Overloading for initialization by constructor failed.
818 /// \brief Overloading for list-initialization by constructor failed.
826 /// \brief List initialization failed at some point
    [all...]
  /external/clang/utils/analyzer/
SATestBuild.py 229 print "Error: Running %s failed. See %s for details." % (ScriptPath,
270 print "Error: Patch failed. See %s for details." % (PBuildLogFile.name)
315 print "Error: scan-build failed. See ",PBuildLogFile.name,\
369 Failed = False
389 print "Error: Analyzes of %s failed. See %s for details." \
392 Failed = True
397 if Failed == False:
472 # Given the scan-build output directory, checks if the build failed
514 print "Error: analysis failed. See ", SummaryPath
614 print "Error: SVN update failed.
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 536 // Gets the number of failed test cases.
549 // Gets the number of failed tests.
569 bool Passed() const { return !Failed(); }
571 // Returns true iff the unit test failed (i.e. some test case failed
572 // or something outside of all tests failed).
573 bool Failed() const {
574 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
660 << "Failed to get the current working directory.";
699 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 537 // Gets the number of failed test cases.
550 // Gets the number of failed tests.
576 bool Passed() const { return !Failed(); }
578 // Returns true iff the unit test failed (i.e. some test case failed
579 // or something outside of all tests failed).
580 bool Failed() const {
581 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
667 << "Failed to get the current working directory.";
706 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 529 // Gets the number of failed test cases.
542 // Gets the number of failed tests.
558 bool Passed() const { return !Failed(); }
560 // Returns true iff the unit test failed (i.e. some test case failed
561 // or something outside of all tests failed).
562 bool Failed() const {
563 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
649 << "Failed to get the current working directory.";
688 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/mesa3d/src/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/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.cpp 116 void AdvancedCapture::Failed(Windows::Media::Capture::MediaCapture ^currentCaptureObject, Windows::Media::Capture::MediaCaptureFailedEventArgs^ currentFailure)
167 mediaCapture->Failed += ref new Windows::Media::Capture::MediaCaptureFailedEventHandler(this, &AdvancedCapture::Failed);
  /external/protobuf/gtest/src/
gtest-internal-inl.h 594 // Gets the number of failed test cases.
607 // Gets the number of failed tests.
623 bool Passed() const { return !Failed(); }
625 // Returns true iff the unit test failed (i.e. some test case failed
626 // or something outside of all tests failed).
627 bool Failed() const {
628 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
712 << "Failed to get the current working directory.";
752 // considered to be failed, but the rest of the tests will still b
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h 537 // Gets the number of failed test cases.
550 // Gets the number of failed tests.
576 bool Passed() const { return !Failed(); }
578 // Returns true iff the unit test failed (i.e. some test case failed
579 // or something outside of all tests failed).
580 bool Failed() const {
581 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
667 << "Failed to get the current working directory.";
706 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 537 // Gets the number of failed test cases.
550 // Gets the number of failed tests.
570 bool Passed() const { return !Failed(); }
572 // Returns true iff the unit test failed (i.e. some test case failed
573 // or something outside of all tests failed).
574 bool Failed() const {
575 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
661 << "Failed to get the current working directory.";
700 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/v8/test/webkit/fast/js/kde/
exceptions.js 30 debug(c+" .......... Failed");
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 21 DeviceView_ADB_Failed_Restart=Adb failed to restart\!\n\nMake sure the plugin is properly configured.
27 DeviceView_Debug_Session_Failed=No opened project found for %1$s. Debug session failed\!
31 DeviceView_Failed_To_Save_HPROF_Data=Failed to save hprof data into temp file%1$s
  /external/autotest/server/cros/faft/utils/
faft_checkers.py 40 TestError: Failed to parse crossystem output: arch=x86
54 raise error.TestError("Failed to parse crossystem output: %s"
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 130 /// - Failed cast (ex: derived is definitely not a subclass of base).
134 /// valid only if Failed flag is set to false.
135 SVal evalDynamicCast(SVal Base, QualType DerivedPtrType, bool &Failed);
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 132 Failed // FPDF_RENDER_FAILED
  /external/v8/tools/gcmole/
gcmole.lua 139 log("Failed to examine " .. filename)
169 if not success then error("Failed to run: " .. action) end
179 if not (success and closed) then error("Failed to run: " .. action) end
197 local gyp_file = assert(io.open(filename), "failed to open GYP file")
217 assert(p and v, "failed to parse condition: " .. cond)
  /external/llvm/tools/msbuild/
install.bat 47 echo Failed to find MSBuild toolsets directory.
48 goto FAILED
54 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
56 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
58 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
65 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
67 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
69 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
71 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
73 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
    [all...]
  /external/v8/test/mjsunit/
debug-liveedit-restart-frame.js 46 throw new Error("Failed to find function name " + function_name);
  /build/tools/releasetools/
edify_generator.py 244 '"%s") || abort("E%d: Failed to tune partition %s");' % (
307 cmd.append(') ||\n abort("E%d: Failed to apply patch to %s");' % (
  /external/autotest/cli/
server.py 166 self.failure(e, what_failed='Failed to find servers',
178 what_failed='Failed to find servers',
222 self.failure(e, what_failed='Failed to create server',
250 self.failure(e, what_failed='Failed to delete server',
355 self.failure(e, what_failed='Failed to modify server',
  /external/clang/lib/Lex/
Pragma.cpp 130 bool Failed;
138 Failed(false), OutTok(Tok) {
147 if (Failed) {
156 void failed() { function in class:__anon6528::LexingFor_PragmaRAII
157 Failed = true;
187 return _PragmaLexing.failed();
203 return _PragmaLexing.failed();
212 return _PragmaLexing.failed();
222 return _PragmaLexing.failed();
    [all...]

Completed in 758 milliseconds

1 2 34 5 6 7 8