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

1 2 3 4 5 6

  /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);
57 AFailed.copyTo(Failed);
58 if (Failed[0] != 0) {
78 AFailed.copyTo(Failed);
79 if (Failed[0] != 0) {
99 AFailed.copyTo(Failed);
100 if (Failed[0] != 0)
    [all...]
VoidPtr.java 28 int [] Failed;
36 Failed = new int [1];
37 Failed[0] = 0;
38 AFailed.copyFrom(Failed);
61 AFailed.copyTo(Failed);
62 if (Failed[0] != 0) {
89 AFailed.copyTo(Failed);
90 if (Failed[0] != 0) {
121 AFailed.copyTo(Failed);
122 if (Failed[0] != 0)
    [all...]
  /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/pdfium/core/include/reflow/
reflowengine.h 45 typedef enum { Ready, ToBeContinued, Done, Failed } ParseStatus;
63 typedef enum { Ready, ToBeContinued, Waiting, Done, Failed } RenderStatus;
  /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/wpa_supplicant_8/hs20/server/www/
spp.php 38 error_log("spp.php - Authentication failed - missing: " . print_r($needed));
39 die('Authentication failed');
43 error_log("spp.php - Authentication failed - empty username");
44 die('Authentication failed');
62 error_log("spp.php - Authentication failed - user '$user' not found");
63 die('Authentication failed');
66 error_log("spp.php - Authentication failed - empty password");
67 die('Authentication failed');
76 die('Authentication failed');
118 error_log("spp.php - Failed to process SPP request")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 20 ParseFileFailure_s=Failed to parse %1$s file
24 AndroidJUnitLaunchAction_LaunchFail=Failed to launch test
31 AndroidJUnitTab_LoadInstrError_s=Failed to load instrumentations from %1$s
38 RemoteAdtTestRunner_RunFailedMsg_s=Test run failed: %1$s
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 30 volatile unsigned Failed : 1;
35 Failed(false),
53 assert(!Failed && "Crash recovery context already failed!");
54 Failed = true;
329 assert(CRC->Failed && "No crash was detected!");
  /external/libxml2/
testThreadsWin32.c 31 const char *Failed = "Failed";
58 printf("parse failed\n");
63 printf("ValidityCheckingDefaultValue override failed\n");
67 printf("xmlGenericErrorContext override failed\n");
72 printf("ValidityCheckingDefaultValue override failed\n");
76 printf("xmlGenericErrorContext override failed\n");
81 return ((DWORD) Failed);
117 perror ("WaitForMultipleObjects failed");
133 printf("Thread %d handling %s failed\n", i, testfiles[i])
    [all...]
testThreads.c 41 static const char *Failed = "Failed";
68 printf("parse failed\n");
73 printf("ValidityCheckingDefaultValue override failed\n");
77 printf("xmlGenericErrorContext override failed\n");
82 printf("ValidityCheckingDefaultValue override failed\n");
86 printf("xmlGenericErrorContext override failed\n");
91 return((void *) Failed);
130 printf("Thread %d handling %s failed\n", i, testfiles[i]);
177 printf("Thread %d handling %s failed\n", i, testfiles[i])
    [all...]
xmlcatalog.c 227 printf("add command failed\n");
240 printf("add command failed\n");
249 printf("del command failed\n");
259 printf("Resolver failed to find an answer\n");
462 fprintf(stderr, "Failed to remove entry from %s\n",
475 "Failed to remove entry from %s\n",
532 printf("add command failed\n");
540 fprintf(stderr, "Failed to remove entry %s\n",
  /external/pdfium/fpdfsdk/src/
fpdf_progressive.cpp 53 CPDF_ProgressiveRenderer::RenderStatus status = CPDF_ProgressiveRenderer::Failed;
81 CPDF_ProgressiveRenderer::RenderStatus status = CPDF_ProgressiveRenderer::Failed;
  /external/nanopb-c/generator/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/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/protobuf/src/google/protobuf/
service.h 163 // * If the RPC failed, "response"'s contents are undefined. The
215 // After a call has finished, returns true if the call failed. The possible
216 // reasons for failure depend on the RPC implementation. Failed() must not
217 // be called before a call has finished. If Failed() returns true, the
219 virtual bool Failed() const = 0;
221 // If Failed() is true, returns a human-readable description of the error.
228 // will indicate that the call failed at that time.
235 // Causes Failed() to return true on the client side. "reason" will be
  /external/clang/tools/driver/
cc1as_main.cpp 395 bool Failed = false;
405 Failed = Diags.Report(diag::err_target_unknown_triple) << Opts.Triple;
407 if (!Failed) {
409 Failed = Parser->Run(Opts.NoInitialTextSection);
417 if (Failed && Opts.OutputPath != "-")
420 return Failed;
491 bool Failed = Diags.hasErrorOccurred() || ExecuteAssembler(Asm, Diags);
497 return !!Failed;
  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 82 <failure message="Failed&#x0A;XML output: &lt;?xml encoding=&quot;utf-8&quot;&gt;&lt;top&gt;&lt;![CDATA[cdata text]]&gt;&lt;/top&gt;" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
83 Failed
89 <failure message="Failed&#x0A;Invalid characters in brackets []" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
90 Failed
gtest-unittest-api_test.cc 244 EXPECT_FALSE(unit_test->Failed());
257 EXPECT_FALSE(test_cases[0]->Failed());
277 EXPECT_FALSE(test_cases[2]->Failed());
  /external/google-breakpad/src/testing/gtest/samples/
sample9_unittest.cc 59 fprintf(stdout, "TEST %s\n", unit_test.Passed() ? "PASSED" : "FAILED");
72 // Called after a failed assertion or a SUCCEED() invocation.
76 test_part_result.failed() ? "*** Failure" : "Success",
146 // Counts failed tests that were not meant to fail (those without
148 if (test_info.result()->Failed() &&
  /external/protobuf/gtest/samples/
sample9_unittest.cc 59 fprintf(stdout, "TEST %s\n", unit_test.Passed() ? "PASSED" : "FAILED");
72 // Called after a failed assertion or a SUCCESS().
76 test_part_result.failed() ? "*** Failure" : "Success",
146 // Counts failed tests that were not meant to fail (those without
148 if (test_info.result()->Failed() &&
  /ndk/sources/third_party/googletest/googletest/samples/
sample9_unittest.cc 59 fprintf(stdout, "TEST %s\n", unit_test.Passed() ? "PASSED" : "FAILED");
72 // Called after a failed assertion or a SUCCEED() invocation.
76 test_part_result.failed() ? "*** Failure" : "Success",
146 // Counts failed tests that were not meant to fail (those without
148 if (test_info.result()->Failed() &&
  /external/google-breakpad/src/testing/gtest/test/
gtest-unittest-api_test.cc 244 EXPECT_FALSE(unit_test->Failed());
257 EXPECT_FALSE(test_cases[0]->Failed());
276 EXPECT_FALSE(test_cases[2]->Failed());
  /external/gtest/test/
gtest-unittest-api_test.cc 244 EXPECT_FALSE(unit_test->Failed());
257 EXPECT_FALSE(test_cases[0]->Failed());
276 EXPECT_FALSE(test_cases[2]->Failed());
  /ndk/sources/third_party/googletest/googletest/test/
gtest-unittest-api_test.cc 244 EXPECT_FALSE(unit_test->Failed());
257 EXPECT_FALSE(test_cases[0]->Failed());
276 EXPECT_FALSE(test_cases[2]->Failed());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRewriter.cs 66 if (Failed)

Completed in 1245 milliseconds

1 2 3 4 5 6