/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.
|
/system/core/fastbootd/ |
protocol.c | 114 const char *reason) 121 if (reason == 0) 122 reason = ""; 124 snprintf(response, 64, "%s%s", code, reason); 130 void fastboot_fail(struct protocol_handle *phandle, const char *reason) 132 fastboot_ack(phandle, "FAIL", reason); 163 fastboot_fail(phandle, "unknown reason");
|
/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_org/chrome/browser/safe_browsing/ |
download_protection_service.cc | 308 DownloadCheckResultReason reason = REASON_MAX; local 310 *item_, item_->GetTargetFilePath(), &reason, &type_)) { 311 switch (reason) { 314 PostFinishTask(SAFE, reason); 319 PostFinishTask(SAFE, reason); 400 DownloadCheckResultReason reason = REASON_SERVER_PING_FAILED; variable 409 reason = REASON_INVALID_RESPONSE_PROTO; 411 reason = REASON_DOWNLOAD_SAFE; 419 reason = REASON_DOWNLOAD_NOT_SUPPORTED; 421 reason = REASON_DOWNLOAD_DANGEROUS 569 DownloadCheckResultReason reason = REASON_MAX; local 844 DownloadCheckResultReason reason = REASON_MAX; local [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WorkerThreadableWebSocketChannel.h | 73 virtual void close(int code, const String& reason) OVERRIDE; 74 virtual void fail(const String& reason, MessageLevel, const String&, unsigned) OVERRIDE; 97 void close(int code, const String& reason); 98 void fail(const String& reason, MessageLevel, const String& sourceURL, unsigned lineNumber); 109 virtual void didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE; 146 void close(int code, const String& reason); 147 void fail(const String& reason, MessageLevel, const String& sourceURL, unsigned lineNumber); 186 static void mainThreadClose(ScriptExecutionContext*, Peer*, int code, const String& reason); 187 static void mainThreadFail(ScriptExecutionContext*, Peer*, const String& reason, MessageLevel, const String& sourceURL, unsigned lineNumber);
|
/external/chromium_org/tools/grit/grit/format/ |
rc_header.py | 130 reason = 'returned by GetId() method' 148 reason = 'first_id %d + offset %d' % (parent_id, offset_id) 163 reason = "from parent's first_id attribute" 176 reason = 'chosen by random fingerprint -- use first_id to override' 181 reason = 'sequentially assigned' 183 reason = "%s (%s)" % (tid, reason) 188 % (id, id_reasons[id], reason)) 196 id_reasons[id] = reason
|
/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/chromium_org/chrome/browser/extensions/ |
browser_extension_window_controller.cc | 67 bool BrowserExtensionWindowController::CanClose(Reason* reason) const { 71 *reason = extensions::WindowController::REASON_NOT_EDITABLE;
|
extension_notification_observer.cc | 113 UnloadedExtensionInfo* reason = local 115 if (extension_ids_.count(reason->extension->id())) { 120 reason->reason);
|
/external/chromium_org/chrome/browser/local_discovery/ |
privet_http.h | 58 // registration action taken during the error. |reason| is the reason for 63 FailureReason reason,
|
/external/chromium_org/ppapi/thunk/ |
ppb_websocket_api.h | 35 // Closes the established connection with specified |code| and |reason|. 38 const PP_Var& reason, 59 // Returns the CloseEvent reason attribute of The WebSocket API. Returned
|
/external/chromium_org/sync/internal_api/ |
js_sync_encryption_handler_observer.cc | 33 PassphraseRequiredReason reason, 39 details.SetString("reason", 40 PassphraseRequiredReasonToString(reason));
|
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/ |
WebURLError.cpp | 53 reason = error.errorCode(); 63 if (!reason) 66 ResourceError resourceError = ResourceError(domain, reason,
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebSocketImpl.h | 64 virtual void close(int code, const WebString& reason) OVERRIDE; 65 virtual void fail(const WebString& reason) OVERRIDE; 75 virtual void didClose(unsigned long bufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
checkout.js | 69 checkout.rollout = function(revision, reason, callback, checkoutUnavailable) 74 'reason': reason
|
/external/eigen/test/eigen2/ |
eigen2_unalignedassert.cpp | 25 Vector2f m; // good: same reason 35 Matrix<float, 2, 6> m; // bad: same reason 40 Matrix<double, 3, 4> m; // bad: same reason
|
/external/junit/src/org/junit/rules/ |
ErrorCollector.java | 59 * Adds a failure with the given {@code reason} 63 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) { 66 assertThat(reason, value, matcher);
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
OfferContent.java | 23 * Type of content being included in the offer. The content actually explains the reason
41 * the queue and the reason why the agent is being invited.
50 * queue and the reason why the agent is receiving the transfer offer.
|
/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/bluetooth/bluedroid/stack/smp/ |
smp_l2c.c | 37 static void smp_connect_cback (BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason); 76 static void smp_connect_cback (BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason) 106 int_data.reason = reason;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ |
X509.java | 7 * For some reason the class path project thinks that such a KeyFactory will exist.
|
/external/chromium_org/base/third_party/icu/ |
README.chromium | 15 macros should ICU be in use on the system. For the same reason, the functions
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_shelf_mac.h | 32 virtual void DoClose(CloseReason reason) OVERRIDE;
|
/external/chromium_org/chrome/renderer/ |
frame_sniffer.cc | 25 Send(new ChromeViewHostMsg_FrameLoadingError(routing_id(), -error.reason));
|
/external/chromium_org/chrome_frame/ |
chrome_protocol.h | 46 STDMETHOD(Abort)(HRESULT reason, DWORD options);
|