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

1 2 3 4 5 6 7 8

  /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/chromium_org/third_party/WebKit/Source/core/loader/
TextTrackLoader.cpp 69 m_client->cueLoadingCompleted(this, m_state == Failed);
84 if (m_state == Failed || !resource->resourceBuffer())
119 m_state = Failed;
134 if (m_state != Failed) {
136 if (m_state != Failed)
137 m_state = resource->errorOccurred() ? Failed : Finished;
199 m_state = Failed;
TextTrackLoader.h 68 enum State { Idle, Loading, Finished, Failed };
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
__init__.py 101 'Failed to complete opening handshake as %s protocol: %r',
112 'Failed to complete opening handshake for all available protocols',
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
__init__.py 95 'Failed to complete opening handshake as %s protocol: %r',
106 'Failed to complete opening handshake for all available protocols',
  /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;
328 assert(CRC->Failed && "No crash was detected!");
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 123 llvm::StringSet<> Failed;
127 return Failed.count(module) > 0;
131 Failed.insert(module);
135 /// \brief The set of modules that failed to build.
139 /// other instances will see that the module has failed and won't try to
  /external/chromium_org/third_party/libxml/src/
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);
132 printf("Thread %d handling %s failed\n", i, testfiles[i]);
179 printf("Thread %d handling %s failed\n", i, testfiles[i])
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/tutorial/testing/
testing.cc 44 if (test_part_result.failed()) {
56 << "," << (test_info.result()->Failed() ? "failed" : "ok");
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
main.cc 38 if (test_part_result.failed()) {
50 << "," << (test_info.result()->Failed() ? "failed" : "ok");
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.h 53 Incomplete, Normal, Failed, Connected, ModeMax
80 String failureReason() const; // Returns a string indicating the reason of failure if mode() == Failed.
  /external/chromium_org/third_party/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/chromium_org/third_party/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/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/chromium_org/content/browser/resources/media/new/
webui_resource_test.js 14 var message = 'Assertion Failed\n Observed: ' + observed +
51 var message = 'Assertion Failed\n Observed: ' + observed +
71 throw new Error('Assertion Failed: throw expected.');
93 ['Assertion Failed', 'Observed: ' + v2, 'Expected: ' + v1].join('\n ');
150 console.error('Failed to find test cases.');
167 var text = document.createTextNode(name + ': =========FAILED=======');
  /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_org/chrome/common/extensions/docs/server2/
rietveld_patcher.py 51 'Failed to download tarball for issue %s patchset %s. Status: %s' %
112 'Failed to fetch information for issue %s.' % self._issue)
137 'Failed to fetch details for issue %s patchset %s.' % (self._issue,
142 raise RietveldPatcherError('Failed to parse issue %s patchset %s.' %
  /external/chromium_org/chrome/test/functional/
chromeos_wifi_functional.py 86 self.assertFalse(error, 'Failed to connect to wifi network %s. '
105 self.assertFalse(error, 'Failed to connect to wifi network %s. '
124 self.assertFalse(error, msg='Failed to connect to wifi network %s. '
140 self.assertFalse(error, msg='Failed to connect to hidden network %s. '
160 self.assertFalse(error, msg='Failed to connect to hidden network %s. '
181 self.assertFalse(error, 'Failed to connect to wifi network %s. '
  /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
  /external/chromium/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() &&

Completed in 609 milliseconds

1 2 3 4 5 6 7 8