HomeSort by relevance Sort by last modified time
    Searched refs:Failed (Results 51 - 75 of 579) sorted by null

1 23 4 5 6 7 8 91011>>

  /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 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
  /frameworks/base/libs/hwui/renderthread/
IRenderPipeline.h 38 enum class MakeCurrentResult { AlreadyCurrent, Failed, Succeeded };
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Testing/Support/
Error.h 49 MATCHER(Failed, "") { return !arg.Success; }
54 *result_listener << "operation failed";
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Testing/Support/
Error.h 49 MATCHER(Failed, "") { return !arg.Success; }
54 *result_listener << "operation failed";
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Testing/Support/
Error.h 49 MATCHER(Failed, "") { return !arg.Success; }
54 *result_listener << "operation failed";
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Testing/Support/
Error.h 49 MATCHER(Failed, "") { return !arg.Success; }
54 *result_listener << "operation failed";
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Testing/Support/
Error.h 49 MATCHER(Failed, "") { return !arg.Success; }
54 *result_listener << "operation failed";
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Testing/Support/
Error.h 49 MATCHER(Failed, "") { return !arg.Success; }
54 *result_listener << "operation failed";
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Testing/Support/
Error.h 49 MATCHER(Failed, "") { return !arg.Success; }
54 *result_listener << "operation failed";
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Testing/Support/
Error.h 49 MATCHER(Failed, "") { return !arg.Success; }
54 *result_listener << "operation failed";
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Testing/Support/
Error.h 49 MATCHER(Failed, "") { return !arg.Success; }
54 *result_listener << "operation failed";
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Testing/Support/
Error.h 49 MATCHER(Failed, "") { return !arg.Success; }
54 *result_listener << "operation failed";
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Testing/Support/
Error.h 49 MATCHER(Failed, "") { return !arg.Success; }
54 *result_listener << "operation failed";
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Testing/Support/
Error.h 49 MATCHER(Failed, "") { return !arg.Success; }
54 *result_listener << "operation failed";
  /prebuilts/go/darwin-x86/src/os/signal/
signal_windows_test.go 62 t.Fatal("TempDir failed: ", err)
71 t.Fatalf("Failed to create %v: %v", src, err)
81 t.Fatalf("Failed to compile: %v\n%v", err, string(o))
94 t.Fatalf("Start failed: %v", err)
  /prebuilts/go/linux-x86/src/os/signal/
signal_windows_test.go 62 t.Fatal("TempDir failed: ", err)
71 t.Fatalf("Failed to create %v: %v", src, err)
81 t.Fatalf("Failed to compile: %v\n%v", err, string(o))
94 t.Fatalf("Start failed: %v", err)
  /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/sdk/tools/
jack-diagnose 62 echo "Failed to execute '$CURL_COMMAND'"
87 echo "Failed to execute '$JAVA_COMMAND'"
94 echo "'$JAVA_COMMAND': Failed to parse version, please ensure you're running a supported java"
113 echo "failed to execute '$KEYTOOL_COMMAND'"
  /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
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa_test.go 46 t.Fatalf("Failed: %v:\nOut: %s\nStderr: %s\n", err, &stdout, &stderr)
68 t.Fatalf("Failed: %v:\nOut: %s\nStderr: %s\n", err, &stdout, &stderr)
73 t.Fatalf("Failed to create temporary directory")
80 t.Fatalf("Failed to create temporary file " + rungo)
91 t.Fatalf("Failed: %v:\nOut: %s\nStderr: %s\n", err, &stdout, &stderr)

Completed in 864 milliseconds

1 23 4 5 6 7 8 91011>>