HomeSort by relevance Sort by last modified time
    Searched refs:reason (Results 76 - 100 of 2970) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/connectivity/wificond/aidl/android/net/wifi/
IPnoScanEvent.aidl 31 oneway void OnPnoScanOverOffloadFailed(int reason);
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testbase.py 5 name, reason = self.args
7 (self.__class__.__name__, name, reason))
10 def broken(reason, *exceptions):
20 raise BrokenTest(test_method.__name__, reason)
23 replacement.todo = reason
  /external/llvm/include/llvm/Support/
ErrorHandling.h 27 const std::string& reason,
72 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ErrorHandling.h 27 const std::string& reason);
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason);
77 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason);
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason);
79 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ErrorHandling.h 27 const std::string& reason,
72 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
  /libcore/ojluni/src/main/java/java/net/
URISyntaxException.java 47 * Constructs an instance from the given input string, reason, and error
51 * @param reason A string explaining why the input could not be parsed
56 * If either the input or reason strings are {@code null}
61 public URISyntaxException(String input, String reason, int index) {
62 super(reason);
63 if ((input == null) || (reason == null))
72 * Constructs an instance from the given input string and reason. The
76 * @param reason A string explaining why the input could not be parsed
79 * If either the input or reason strings are {@code null}
81 public URISyntaxException(String input, String reason) {
    [all...]
  /libcore/ojluni/src/main/java/java/nio/file/
InvalidPathException.java 43 * Constructs an instance from the given input string, reason, and error
47 * @param reason a string explaining why the input was rejected
52 * if either the input or reason strings are <tt>null</tt>
57 public InvalidPathException(String input, String reason, int index) {
58 super(reason);
59 if ((input == null) || (reason == null))
68 * Constructs an instance from the given input string and reason. The
72 * @param reason a string explaining why the input was rejected
75 * if either the input or reason strings are <tt>null</tt>
77 public InvalidPathException(String input, String reason) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
GuardingProfile.java 43 protected void onMark(double totalMillis, double lastMillis, String reason) {
45 mGuardWriter.write(format(totalMillis, "GUARD", lastMillis, reason));
47 mVerboseWriter.write(format(totalMillis, "GUARD", lastMillis, reason));
61 protected void onStop(double totalMillis, double lastMillis, String reason) {
62 onMark(totalMillis, lastMillis, reason);
ProfileBase.java 53 public final void mark(String reason) {
55 onMark(getTotalMillis(time), getTimeFromLastMillis(time), reason); local
67 public final void stop(String reason) {
69 onStop(getTotalMillis(time), getTimeFromLastMillis(time), reason); local
86 * and a string reason at the end.
88 protected final String format(double totalMillis, String event, String reason) {
94 reason);
99 * a time since last event, and a string reason.
101 protected final String format(double totalMillis, String event, double lastMillis, String reason) {
108 reason);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ErrorHandling.h 27 const std::string& reason,
72 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ErrorHandling.h 27 const std::string& reason,
72 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ErrorHandling.h 27 const std::string& reason,
72 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ErrorHandling.h 27 const std::string& reason,
72 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ErrorHandling.h 27 const std::string& reason,
72 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ErrorHandling.h 27 const std::string& reason,
72 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
  /external/v8/tools/
trace-maps-processor.py 39 def __init__(self, from_map, to_map, reason):
42 self.reason = reason
63 def AddTransition(from_map, to_map, reason):
72 old_reason = targets[to_map].reason
76 if reason in []:
77 targets[to_map].reason = reason
80 print("// warning: already have a transition from %s to %s, reason: %s" %
81 (from_map, to_map, targets[to_map].reason))
110 reason = "%s: %s" % (event, words[7]) variable
113 reason = "%s: %s" % (event, words[7]) variable
115 reason = "%s_%s" % (reason, words[8]) variable
117 reason = event variable
162 reason = transitions[s][t].reason variable
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_flush.c 49 const char *reason)
56 lp_setup_flush(llvmpipe->setup, fence, reason);
80 const char *reason )
83 llvmpipe_flush(pipe, &fence, reason);
106 const char *reason)
122 llvmpipe_finish(pipe, reason);
128 llvmpipe_flush(pipe, NULL, reason);
  /packages/services/Telephony/src/com/android/phone/settings/
CallForwardInfoUtil.java 38 * Returns the first CallForwardInfo in infos which has the specified reason.
40 * @param reason The reason we want to find a CallForwardInfo for.
42 public static CallForwardInfo infoForReason(CallForwardInfo[] infos, int reason) {
49 if (infos[i].reason == reason) {
83 info.reason,
92 * object which disables the specified reason.
94 public static CallForwardInfo getCallForwardInfo(CallForwardInfo[] infos, int reason) {
104 // If there is no info, create a CallForwardInfo to disable this reason
    [all...]
  /hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
Documentation.h 51 void partialTest(const std::string& reason) {
52 LOG(INFO) << "Test " << detail::getTestName() << " partially run: " << reason;
53 ::testing::Test::RecordProperty("partialyRunTest", reason);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRuntimeException.h 41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRuntimeException.h 41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRuntimeException.h 41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
  /external/dhcpcd-6.8.2/
rpc-stub.c 44 rpc_signal_status(const char *reason)
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
RpcController.java 91 * Causes {@code failed()} to return true on the client side. {@code reason}
97 void setFailed(String reason);
  /external/valgrind/include/vki/
vki-xen-schedop.h 42 unsigned int reason; member in struct:vki_xen_remote_shutdown

Completed in 1188 milliseconds

1 2 34 5 6 7 8 91011>>