HomeSort by relevance Sort by last modified time
    Searched refs:Failed (Results 1 - 25 of 195) 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 64 m_client.cueLoadingCompleted(this, m_state == Failed);
76 if (m_state == Failed)
89 m_state = Failed;
95 if (m_state != Failed)
96 m_state = resource->errorOccurred() ? Failed : Finished;
144 m_state = Failed;
TextTrackLoader.h 63 enum State { Idle, Loading, Finished, Failed };
  /external/chromium_org/extensions/common/
test_util.cc 43 ADD_FAILURE() << "Failed to parse \"" << json << "\": " << error_msg;
  /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',
  /external/pdfium/core/include/reflow/
reflowengine.h 43 typedef enum { Ready, ToBeContinued, Done, Failed } ParseStatus;
61 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 32 volatile unsigned Failed : 1;
37 Failed(false),
55 assert(!Failed && "Crash recovery context already failed!");
56 Failed = true;
331 assert(CRC->Failed && "No crash was detected!");
  /external/chromium_org/chrome/common/extensions/docs/server2/
rietveld_patcher.py 35 'Failed to download tarball for issue %s patchset %s. Status: %s' %
90 'Failed to fetch information for issue %s.' % self._issue)
115 'Failed to fetch details for issue %s patchset %s.' % (self._issue,
120 raise RietveldPatcherError('Failed to parse issue %s patchset %s.' %
  /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...]
  /external/clang/tools/driver/
cc1as_main.cpp 386 bool Failed = false;
396 Failed = Diags.Report(diag::err_target_unknown_triple) << Opts.Triple;
398 if (!Failed) {
400 Failed = Parser->Run(Opts.NoInitialTextSection);
407 if (Failed && Opts.OutputPath != "-")
410 return Failed;
482 bool Failed = Diags.hasErrorOccurred() || ExecuteAssembler(Asm, Diags);
488 return !!Failed;
  /external/pdfium/fpdfsdk/src/
fpdf_progressive.cpp 63 CPDF_ProgressiveRenderer::RenderStatus status = CPDF_ProgressiveRenderer::Failed;
91 CPDF_ProgressiveRenderer::RenderStatus status = CPDF_ProgressiveRenderer::Failed;
  /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/tests/nacl_io_socket_test/
main.cc 38 if (test_part_result.failed()) {
50 << "," << (test_info.result()->Failed() ? "failed" : "ok");
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
main.cc 39 if (test_part_result.failed()) {
51 << "," << (test_info.result()->Failed() ? "failed" : "ok");
  /external/chromium_org/native_client_sdk/src/tests/sdk_util_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
85 // 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...]

Completed in 1064 milliseconds

1 2 3 4 5 6 7 8