HomeSort by relevance Sort by last modified time
    Searched defs:failed (Results 76 - 100 of 743) sorted by null

1 2 34 5 6 7 8 91011>>

  /platform_testing/libraries/app-helpers/core/src/android/platform/helpers/listeners/
FailureScreenshotTestWatcher.java 43 protected void failed(Throwable e, Description description) { method in class:FailureScreenshotTestWatcher
47 Log.e(LOG_TAG, "Failed to capture a screenshot for unknown reasons.");
50 Log.e(LOG_TAG, "Failed to capture a screenshot.", ioe);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
array.go 3 var failed = false var
50 failed = true
75 failed = true
101 failed = true
116 failed = true
129 failed = true
139 if failed {
140 panic("failed")
compound.go 28 failed = true
32 failed = true
64 failed = true
68 failed = true
78 failed = true
82 failed = true
101 failed = true
105 failed = true
124 failed = true
128 failed = tru
132 var failed = false var
    [all...]
ctl.go 41 failed = true
56 failed = true
104 failed = true
113 failed = true
142 failed = true
146 var failed = false var
157 if failed {
158 panic("failed")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
array.go 3 var failed = false var
50 failed = true
75 failed = true
101 failed = true
116 failed = true
129 failed = true
139 if failed {
140 panic("failed")
compound.go 28 failed = true
32 failed = true
64 failed = true
68 failed = true
78 failed = true
82 failed = true
101 failed = true
105 failed = true
124 failed = true
128 failed = tru
132 var failed = false var
    [all...]
ctl.go 41 failed = true
56 failed = true
104 failed = true
113 failed = true
142 failed = true
146 var failed = false var
157 if failed {
158 panic("failed")
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 113 // True if any write to the underlying stream failed. (We don't just
116 bool failed() const { return failed_; } function in class:google::protobuf::io::Printer
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 113 // True if any write to the underlying stream failed. (We don't just
116 bool failed() const { return failed_; } function in class:google::protobuf::io::Printer
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
printer.h 113 // True if any write to the underlying stream failed. (We don't just
116 bool failed() const { return failed_; } function in class:google::protobuf::io::Printer
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
printer.h 113 // True if any write to the underlying stream failed. (We don't just
116 bool failed() const { return failed_; } function in class:google::protobuf::io::Printer
  /system/core/libpixelflinger/tests/arch-mips64/disassembler/
mips64_disassembler_test.cpp 150 uint32_t failed = 0; local
159 printf("Test Failed \n"
163 failed++;
180 printf("Test Failed \n"
184 failed++;
201 printf("Test Failed \n"
205 failed++;
208 if(failed == 0)
215 printf("%d tests FAILED\n", failed);
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
reduced_debug_output.h 65 failed(std::string reason) function in class:gold::Output_reduced_debug_abbrev_section
84 // Whether or not the debug reduction has failed for any reason
111 failed(std::string reason) function in class:gold::Output_reduced_debug_info_section
134 // Whether or not the debug reduction has failed for any reason
  /cts/suite/audio_quality/lib/src/task/
TaskSave.cpp 58 LOGE("alloc failed");
74 LOGE("mkdir of save dir %s failed, error %d", dirName.string(), errno);
92 LOGE("save failed");
111 LOGE("alloc failed");
143 bool failed = false; local
145 failed = true;
148 failed = true;
150 if (failed) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs 81 * has failed to match. Reset to false upon valid token match.
84 public bool failed; field in class:Antlr.Runtime.RecognizerSharedState
167 failed = state.failed;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs 83 * has failed to match. Reset to false upon valid token match.
86 public bool failed; field in class:Antlr.Runtime.RecognizerSharedState
171 failed = state.failed;
  /external/e2fsprogs/lib/uuid/
tst_uuid.c 80 int failed = 0; local
95 failed++;
112 failed++;
117 failed++;
135 failed++;
140 failed++;
151 printf("UUID time comparison failed!\n");
152 failed++;
158 printf("UUID parse failed\n");
159 failed++
    [all...]
  /external/libbrillo/brillo/streams/
stream_unittest.cc 102 bool failed = false; local
107 auto error_callback = [](bool* failed, const Error* /* error */) {
108 *failed = true;
128 base::Bind(error_callback, base::Unretained(&failed)),
132 EXPECT_FALSE(failed);
143 base::Bind(error_callback, base::Unretained(&failed)),
158 EXPECT_FALSE(failed);
163 bool failed = false; local
167 auto error_callback = [](bool* failed, const Error* /* error */) {
168 *failed = true
213 bool failed = false; local
267 bool failed = false; local
381 bool failed = false; local
430 bool failed = false; local
    [all...]
  /external/libdrm/tests/nouveau/
threaded.c 39 static int failed; variable
55 failed = 1;
100 fprintf(stderr, "Opening nouveau render node failed with %i\n", fd);
105 fprintf(stderr, "Opening second nouveau render node failed with %i\n", -errno);
151 if (failed)
152 fprintf(stderr, "DRM_IOCTL_GEM_CLOSE failed with EINVAL,\n"
155 return failed;
  /external/tensorflow/tensorflow/compiler/jit/kernels/
parallel_check_op.cc 38 int failed = 0; local
71 if (++failed > 10) break;
74 return failed;
90 int failed = 0; variable
93 failed =
97 failed =
101 failed =
105 failed =
109 failed =
115 if (failed > 0)
    [all...]
  /external/testng/src/test/java/test/
JUnitTest1.java 33 String[] failed = { local
37 verifyTests("Failed", failed, getFailedTests());
47 String[] failed = { local
51 verifyTests("Failed", failed, getFailedTests());
62 String[] failed = { local
66 verifyTests("Failed", failed, getFailedTests());
76 String[] failed = local
89 String[] failed = { local
108 String[] failed = { local
131 String[] failed = { local
    [all...]
  /external/testng/src/test/java/test/dataprovider/
FailedDataProviderTest.java 40 String[] failed = { local
46 verifyTests("Failed", failed, getFailedTests());
  /external/toybox/toys/other/
taskset.c 49 char *s = *toys.optargs, *failed = "failed to %s %d's affinity"; local
57 perror_exit(failed, "get", pid);
87 perror_exit(failed, "set", pid);
129 // If getaffinity failed or --all, count cpu entries in proc
  /frameworks/base/test-runner/src/android/test/
TestPrinter.java 66 private void failed(String className, Throwable exception) { method in class:TestPrinter
67 Log.i(mTag, "failed: " + className);
73 private void failed(Test test, Throwable t) { method in class:TestPrinter
75 failed(test.toString(), t);
79 failed(test, t); method
83 failed(test, t); method
  /frameworks/rs/tests/cpp_api/cppbasic/
compute.cpp 8 bool failed = false; local
46 // We read back the status from the script-side via a "failed" allocation.
53 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed);
96 failed_alloc->copy1DTo(&failed);
100 return failed;
104 bool failed = test_compute(); local
106 if (failed) {
107 printf("TEST FAILED!\n");
112 return failed;

Completed in 1597 milliseconds

1 2 34 5 6 7 8 91011>>