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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GlobalSync.java 26 int [] Failed;
34 Failed = new int [1];
35 Failed[0] = 0;
36 AFailed.copyFrom(Failed);
68 AFailed.copyTo(Failed);
69 if (Failed[0] != 0) {
89 AFailed.copyTo(Failed);
90 if (Failed[0] != 0) {
110 AFailed.copyTo(Failed);
111 if (Failed[0] != 0)
    [all...]
VoidPtr.java 28 int [] Failed;
35 Failed = new int [1];
36 Failed[0] = 0;
37 AFailed.copyFrom(Failed);
74 AFailed.copyTo(Failed);
75 if (Failed[0] != 0) {
102 AFailed.copyTo(Failed);
103 if (Failed[0] != 0) {
134 AFailed.copyTo(Failed);
135 if (Failed[0] != 0)
    [all...]
  /external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/
lexically_normal.pass.cpp 127 bool Failed = false;
133 Failed = true;
134 std::cerr << "TEST CASE #" << ID << " FAILED: \n";
141 return Failed;
lexically_relative_and_proximate.pass.cpp 61 bool Failed = false;
68 Failed = true;
69 std::cerr << "TEST CASE #" << ID << " FAILED: \n";
88 return Failed;
  /external/dagger2/producers/src/main/java/dagger/producers/
Produced.java 56 * are failed with equal exceptions.
71 * Returns a failed {@code Produced}, whose {@link #get} will throw an
74 public static <T> Produced<T> failed(Throwable throwable) { method in class:Produced
75 return new Failed<T>(checkNotNull(throwable));
105 private static final class Failed<T> extends Produced<T> {
108 private Failed(Throwable throwable) {
119 } else if (o instanceof Failed) {
120 Failed<?> that = (Failed<?>) o;
  /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/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/
weakly_canonical.pass.cpp 61 bool Failed = false;
67 Failed = true;
68 std::cerr << "TEST CASE #" << ID << " FAILED: \n";
75 return Failed;
  /external/golang-protobuf/protoc-gen-go/testdata/
extension_test.go 55 t.Fatal("Failed setting extension:", err)
59 t.Fatal("Failed encoding message with extension:", err)
63 t.Fatal("Failed decoding message with extension:", err)
70 t.Fatal("Failed getting extension:", err)
77 t.Fatal("Failed clearing extension.")
93 t.Fatal("Failed setting extension:", err)
97 t.Fatal("Failed encoding message with extension:", err)
101 t.Fatal("Failed decoding message with extension:", err)
108 t.Fatal("Failed getting extension:", err)
118 t.Fatal("Failed clearing extension."
    [all...]
  /external/curl/lib/
dict.c 199 failf(data, "Failed sending DICT request");
245 failf(data, "Failed sending DICT request");
266 failf(data, "Failed sending DICT request");
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
Commands.c 56 goto Failed;
65 goto Failed;
74 goto Failed;
82 goto Failed;
86 goto Failed;
101 goto Failed;
111 goto Failed;
115 goto Failed;
124 goto Failed;
132 goto Failed;
    [all...]
  /dalvik/dx/tests/115-merge/
build 33 echo Failed java compilation.
  /external/protobuf/csharp/
build_packages.bat 12 echo Failed!
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
VirtioBlk.c 232 @retval EFI_DEVICE_ERROR Failed to notify host side via VirtIo write, or
614 goto Failed;
620 goto Failed;
626 goto Failed;
634 goto Failed;
642 goto Failed;
647 goto Failed;
651 goto Failed;
657 goto Failed;
666 goto Failed;
    [all...]
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 122 llvm::StringSet<> Failed;
126 return Failed.count(module) > 0;
130 Failed.insert(module);
134 /// \brief The set of modules that failed to build.
138 /// other instances will see that the module has failed and won't try to
  /external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
platform_SessionManagerStateKeyGeneration.py 29 raise error.TestError('Failed to run crossystem: %s' % e)
  /external/boringssl/src/crypto/test/
gtest_main.h 43 if (test_info.result()->Failed()) {
44 // The test failed. Print any errors left in the error queue.
47 // The test succeeded, so any failed operations are expected. Clear the
65 fprintf(stderr, "WSAStartup failed: %d\n", wsa_err);
  /external/libbrillo/brillo/
value_conversion_unittest.cc 36 CHECK(value) << "Failed to load JSON: " << message << ", " << json;
  /external/pdfium/core/fpdfapi/render/
cpdf_progressiverenderer.h 31 Failed // FPDF_RENDER_FAILED
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioRngDxe/
VirtioRng.c 214 goto Failed;
220 goto Failed;
226 goto Failed;
234 goto Failed;
242 goto Failed;
254 goto Failed;
263 goto Failed;
267 goto Failed;
275 goto Failed;
280 goto Failed;
    [all...]
  /external/strace/tests/
strace-k.test 74 Failed pattern of expected output:
  /external/strace/tests-m32/
strace-k.test 74 Failed pattern of expected output:
  /external/strace/tests-mx32/
strace-k.test 74 Failed pattern of expected output:
  /external/flatbuffers/grpc/tests/
go_test.go 48 t.Fatalf("Store client failed: %v", err)
51 t.Errorf("StoreClient failed: expected=%s, got=%s\n", test, out.Id())
64 t.Fatalf("Retrieve client failed: %v", err)
67 t.Errorf("RetrieveClient failed: expected=%s, got=%s\n", test, out.Name())
75 t.Fatalf("Failed to listen: %v", err)
81 t.Fatalf("Failed to serve: %v", err)
87 t.Fatalf("Failed to connect: %v", err)
  /external/protobuf/objectivec/DevTools/
pddm_tests.py 125 'Entry %d failed: %r' % (idx, e))
131 'Failed to parse macro definition: '),
134 'Failed to parse macro definition: '),
137 'Failed to parse macro definition: '),
140 'Failed to parse macro definition: '),
143 'Failed to parse macro definition: '),
146 'Failed to parse macro definition: '),
149 'Failed to parse macro definition: '),
169 'Failed to parse macro definition: '),
171 'Failed to parse macro definition: ')
    [all...]
  /external/libcxx/test/support/
verbose_assert.h 52 std::fprintf(stderr, "%s:%lu %s: Assertion '%s' failed.\n", file, line,
164 bool Failed = false;
170 Failed = true;
177 if (!Failed && (F1 != E1 || F2 != E2)) {
179 Failed = true;
181 if (Failed) {

Completed in 1318 milliseconds

1 2 3 4 5 6 7 8 91011>>