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

1 2 3 4 5 6 7 8

  /external/avahi/avahi-sharp/
ResolverBase.cs 26 public event ErrorCodeHandler Failed;
30 if (Failed != null)
31 Failed (this, new ErrorCodeArgs (code));
BrowserBase.cs 28 public event EventHandler Failed;
42 if (Failed != null)
43 Failed (this, new EventArgs ());
  /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/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/curl/lib/
dict.c 200 failf(data, "Failed sending DICT request");
247 failf(data, "Failed sending DICT request");
269 failf(data, "Failed sending DICT request");
  /external/libweave/src/test/
unittest_utils.cc 24 CHECK(value) << "Failed to load JSON: " << message << ", " << json;
  /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/libbrillo/brillo/
value_conversion_unittest.cc 37 CHECK(value) << "Failed to load JSON: " << message << ", " << json;
  /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 36 volatile unsigned Failed : 1;
41 Failed(false),
64 assert(!Failed && "Crash recovery context already failed!");
65 Failed = true;
341 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...]
  /prebuilts/sdk/tools/
jack-diagnose 62 echo "Failed to execute '$CURL_COMMAND'"
87 echo "Failed to execute '$JAVA_COMMAND'"
94 echo "'$CURL_COMMAND': Failed to parse version, please ensure you're running a supported java"
113 echo "failed to execute '$KEYTOOL_COMMAND'"
  /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
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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
  /prebuilts/misc/windows/protobuf2.5/include/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
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
service.h 164 // * If the RPC failed, "response"'s contents are undefined. The
216 // After a call has finished, returns true if the call failed. The possible
217 // reasons for failure depend on the RPC implementation. Failed() must not
218 // be called before a call has finished. If Failed() returns true, the
220 virtual bool Failed() const = 0;
222 // If Failed() is true, returns a human-readable description of the error.
229 // will indicate that the call failed at that time.
236 // Causes Failed() to return true on the client side. "reason" will be
  /prebuilts/tools/linux-x86_64/protoc/include/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/autotest/contrib/
sheriff_host_utils.py 10 --query 'labels=pool:suites,board:lumpy status="Repair Failed"'
12 2. Email someone about the last 5 jobs on all Repair Failed hosts.
13 ./sheriff_host_utils --limit 5 --query 'status="Repair Failed"'
36 '--query \'status="Repair Failed" invalid=0 locked=0\'')
47 default_query = 'status="Repair Failed" labels=pool:bvt,board:lumpy'

Completed in 454 milliseconds

1 2 3 4 5 6 7 8