HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 101 - 125 of 4406) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/dhcpcd/
bind.c 131 state->reason = NULL;
146 state->reason = "STATIC";
151 state->reason = "IPV4LL";
160 state->reason = "INFORM";
165 state->reason = "TIMEOUT";
203 state->reason = "TEST";
207 if (state->reason == NULL) {
211 state->reason = "RENEW";
213 state->reason = "REBIND";
215 state->reason = "REBOOT"
    [all...]
  /external/dhcpcd/dhcpcd-hooks/
50-dhcpcd-compat 27 case "$reason" in
32 if [ "$reason" != "down" ]; then
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 30 void goToSleepWithReason(long time, int reason);
42 void reboot(String reason);
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephonyRegistry.aidl 37 String reason, String apn, String apnType, in LinkProperties linkProperties,
39 void notifyDataConnectionFailed(String reason, String apnType);
  /dalvik/vm/native/
java_lang_Runtime.cpp 77 char* reason = NULL; local
83 success = dvmLoadNativeCode(fileName, classLoader, &reason);
85 const char* msg = (reason != NULL) ? reason : "unknown failure";
90 free(reason);
  /external/apache-http/src/org/apache/http/
ReasonPhraseCatalog.java 38 * Interface for obtaining reason phrases for HTTP status codes.
51 * Obtains the reason phrase for a status code.
53 * the language for the reason phrase.
56 * @param loc the preferred locale for the reason phrase
58 * @return the reason phrase, or <code>null</code> if unknown
  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 41 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
74 FileChangeReason Reason,
83 if (Reason == PPCallbacks::EnterFile) {
85 } else if (Reason == PPCallbacks::ExitFile) {
106 if (ShowHeader && Reason == PPCallbacks::EnterFile) {
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
preparechangelogforrevert.py 39 def _message_for_revert(cls, revision_list, reason, bug_url=None):
45 # Add an extra new line after the rollout links, before any reason.
47 if reason:
48 message += "%s\n\n" % reason
56 message = self._message_for_revert(state["revision_list"], state["reason"], bug_url)
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 46 * Indicates the reason why the exception is thrown. It will have
140 public TokenMgrError(String message, int reason) {
142 errorCode = reason;
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 46 * Indicates the reason why the exception is thrown. It will have
140 public TokenMgrError(String message, int reason) {
142 errorCode = reason;
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 46 * Indicates the reason why the exception is thrown. It will have
140 public TokenMgrError(String message, int reason) {
142 errorCode = reason;
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/apps/PackageInstaller/res/values/
strings.xml 29 <!-- Reason displayed when installation fails because the installation package itself is invalid
32 <!-- Reason displayed when installation fails because the package an existing package is
36 <!-- Reason displayed when installation fails because the package specifies a minimum compatible
40 <!-- Reason displayed when installation fails because the package specifies it is compatible
44 <!-- Reason displayed when installation fails because the package specifies it is compatible
48 <!-- Reason displayed when installation fails because the package was deleted during the
52 <!-- Reason displayed when installation fails because the package could not be verified
56 <!-- Reason displayed when installation fails because the package could not be verified
60 <!-- Message presented when an application could not be installed on the tablet for some reason. [CHAR LIMIT=100] -->
62 <!-- Message presented when an application could not be installed on the phone for some reason. [CHAR LIMIT=100] --
    [all...]
  /external/proguard/src/proguard/shrink/
ShortestUsagePrinter.java 94 // Print the reason for keeping this class.
104 // Print the reason for keeping this class.
123 // Print the reason for keeping this method.
140 // Print the reason for keeping this method.
156 // Print the reason for keeping this field.
172 // Print the reason for keeping this method.
185 // Print the reason for keeping this class.
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLClientInfoExceptionTest.java 40 assertNull("The reason of SQLClientInfoException should be null",
61 assertNull("The reason of SQLClientInfoException should be null",
84 "The reason of SQLClientInfoException should be equals to cause.toString()",
100 assertNull("The reason of SQLClientInfoException should be null",
122 "The reason of SQLClientInfoException set and get should be equivalent",
146 "The reason of SQLClientInfoException set and get should be equivalent",
173 "The reason of SQLClientInfoException set and get should be equivalent",
197 "The reason of SQLClientInfoException set and get should be equivalent",
224 "The reason of SQLClientInfoException set and get should be equivalent",
  /external/chromium/chrome/browser/remoting/
directory_add_request_unittest.cc 58 "\"reason\":\"invalid\",\"message\":\"Attempt to register "
67 "\"reason\":\"invalid\",\"message\":\"Invalid Value\"}],"
75 "\"reason\":\"invalid\",\"message\":\"Token invalid\","
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
regexp-enumerate-001.js 19 Reason: See http://bugzilla.mozilla.org/show_bug.cgi?id=155291
81 testcases[testcases.length-1].reason = "property already enumerated";
94 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
  /external/webkit/Source/WebKit/chromium/src/
WebURLError.cpp 53 reason = error.errorCode();
61 if (!reason)
64 return ResourceError(domain, reason,
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 148 public void onFailure(int reason) {
149 Log.d(TAG, " connect fail " + reason);
167 public void onFailure(int reason) {
168 Log.d(TAG, " remove group fail " + reason);
188 public void onFailure(int reason) {
189 Log.d(TAG, " discover fail " + reason);
223 public void onFailure(int reason) {
224 Log.d(TAG, " discover fail " + reason);
235 public void onFailure(int reason) {
236 Log.d(TAG, " create group fail " + reason);
    [all...]
  /system/extras/latencytop/
latencytop.c 38 char reason[MAX_LINE]; member in struct:latency_entry
54 static struct latency_entry *find_latency_entry(struct latency_entry *e, char *reason);
293 static struct latency_entry *find_latency_entry(struct latency_entry *head, char *reason) {
299 if (!strcmp(e->reason, reason))
329 char reason[MAX_LINE]; local
345 sscanf(line, "%ld %ld %ld %s", &count, &total, &max, reason);
347 e = find_latency_entry(head, reason);
358 strcpy(e->reason, reason);
    [all...]
  /external/astl/
README 7 Size of the library is a concern. For that reason, template usage has been
  /external/dnsmasq/contrib/lease-access/
README 4 to a lease. For this reason I modified the dhcp-script behavior and is
  /external/e2fsprogs/lib/ext2fs/
crc16.h 18 /* for an unknown reason, PPC treats __u16 as signed and keeps doing sign
  /external/icu4c/common/unicode/
ucnv_err.h 171 UCNV_RESET = 3, /**< The callback is called with this reason when a
230 * @param reason Defines the reason the callback was invoked
240 UConverterCallbackReason reason,
254 * @param reason Defines the reason the callback was invoked
263 UConverterCallbackReason reason,
280 * @param reason Defines the reason the callback was invoked
291 UConverterCallbackReason reason,
    [all...]
  /external/icu4c/test/intltest/
trnserr.h 46 // JitterBug 4452, for coverage. The reason to put this method here is
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
NotThreadSafe.java 22 * is a bad idea to assume a class is thread-safe without good reason.

Completed in 1533 milliseconds

1 2 3 45 6 7 8 91011>>