/external/chromium_org/chrome/browser/resources/file_manager/js/ |
file_copy_manager.js | 403 * Dispatches a simple "copy-progress" event with reason and current 406 * @param {string} reason Event type. One of "BEGIN", "PROGRESS", "SUCCESS", 411 * should be set iff the reason is "ERROR". 414 reason, status, opt_error) { 416 event.reason = reason; 440 * @param {string} reason Event type. One of "BEGIN", "PROGRESS", "SUCCESS", 446 reason, urls) { 448 event.reason = reason; [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
cookies.json | 122 "name": "cookie", "$ref": "Cookie", "optional": true, "description": "Contains details about the cookie that's been set. If setting failed for any reason, this will be \"null\", and \"chrome.runtime.lastError\" will be set." 152 "description": "Contains details about the cookie that's been removed. If removal failed for any reason, this will be \"null\", and \"chrome.runtime.lastError\" will be set.", 193 "cause": {"min_version": "12.0.707.0", "type": "string", "enum": ["evicted", "expired", "explicit", "expired_overwrite", "overwrite"], "description": "The underlying reason behind the cookie's change. If a cookie was inserted, or removed via an explicit call to \"chrome.cookies.remove\", \"cause\" will be \"explicit\". If a cookie was automatically removed due to expiry, \"cause\" will be \"expired\". If a cookie was removed due to being overwritten with an already-expired expiration date, \"cause\" will be set to \"expired_overwrite\". If a cookie was automatically removed due to garbage collection, \"cause\" will be \"evicted\". If a cookie was automatically removed due to a \"set\" call that overwrote it, \"cause\" will be \"overwrite\". Plan your response accordingly."}
|
/external/chromium_org/chrome/common/safe_browsing/ |
csd.proto | 261 enum Reason { 268 optional Reason reason = 1;
|
/external/chromium_org/chrome/test/chromedriver/third_party/googlecode/ |
googlecode_upload.py | 113 return resp.status, resp.reason, location 226 status, reason, url = upload_find_auth(file_path, options.project, 235 print 'Google Code upload server said: %s (%s)' % (reason, status)
|
/external/chromium_org/content/browser/gpu/ |
gpu_data_manager_impl_private.cc | 400 std::string* reason) const { 405 if (reason) { 406 *reason = "GPU process launch failed."; 412 if (reason) { 413 *reason = "GPU access is disabled "; 416 *reason += "through commandline switch --disable-gpu."; 418 *reason += "in chrome://settings."; 429 if (reason) { 430 *reason = "Features are disabled upon full but not preliminary GPU info."; 442 if (reason) { [all...] |
/external/chromium_org/net/http/ |
http_auth_handler_negotiate.cc | 45 CreateReason reason, 50 if (is_unsupported_ || reason == CREATE_PREEMPTIVE) 125 // http://blog.michelbarneveld.nl/michel/archive/2009/11/14/the-reason-why-kb911149-and-kb908209-are-not-the-soluton.aspx
|
/external/chromium_org/third_party/icu/source/common/ |
ucnv_bld.h | 139 UConverterCallbackReason reason, 149 UConverterCallbackReason reason, 232 UConverterCallbackReason toUCallbackReason; /* (*fromCharErrorBehaviour) reason, set when error is detected */
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/ |
dri_drawable.c | 367 enum __DRI2throttleReason reason) 374 if (reason != __DRI2_THROTTLE_SWAPBUFFER && 375 reason != __DRI2_THROTTLE_FLUSHFRONT)
|
/external/chromium_org/third_party/npapi/bindings/ |
npfunctions.h | 55 typedef NPError (* NP_LOADDS NPP_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason); 61 typedef void (* NP_LOADDS NPP_URLNotifyProcPtr)(NPP instance, const char* url, NPReason reason, void* notifyData); 81 typedef NPError (*NPN_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason);
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
asn1_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ASN1,0,reason)
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
service.py | 167 def SetFailed(self, reason): 168 """Sets a failure reason. 170 Causes Failed() to return true on the client side. "reason" will be
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
symbolize.cc | 98 static void PrintError(const char* reason) { 101 "*** Reason: %s\n" 103 reason);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
symbolize.cc | 98 static void PrintError(const char* reason) { 101 "*** Reason: %s\n" 103 reason);
|
/external/chromium_org/webkit/tools/layout_tests/ |
canary-webkit-revisions.py | 57 # kinds of errors -- "code" for HTTP-level errors, "reason" for others. 60 if hasattr(url_error, "reason"): 61 message = url_error.reason
|
/external/e2fsprogs/e2fsck/ |
unix.c | 293 const char *reason = NULL; local 322 reason = _(" contains a file system with errors"); 324 reason = _(" was not cleanly unmounted"); 326 reason = _(" primary superblock features different from backup"); 330 reason = _(" has been mounted %u times without being checked"); 334 reason = 0; 337 reason = _(" has filesystem last checked time in the future"); 339 reason = 0; 343 reason = _(" has gone %u days without being checked"); 347 reason = 0 [all...] |
/external/icu4c/common/ |
ucnv_bld.h | 140 UConverterCallbackReason reason, 150 UConverterCallbackReason reason, 233 UConverterCallbackReason toUCallbackReason; /* (*fromCharErrorBehaviour) reason, set when error is detected */
|
/external/libnfc-nci/src/nfc/int/ |
llcp_int.h | 86 UINT8 link_deact_reason; /* reason of LLCP link deactivated */ 307 void llcp_link_deactivate (UINT8 reason); 327 void llcp_util_send_dm (UINT8 dsap, UINT8 ssap, UINT8 reason);
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
dri_drawable.c | 367 enum __DRI2throttleReason reason) 374 if (reason != __DRI2_THROTTLE_SWAPBUFFER && 375 reason != __DRI2_THROTTLE_FLUSHFRONT)
|
/external/openssl/crypto/asn1/ |
asn1_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ASN1,0,reason)
|
/external/protobuf/python/google/protobuf/ |
service.py | 167 def SetFailed(self, reason): 168 """Sets a failure reason. 170 Causes Failed() to return true on the client side. "reason" will be
|
/frameworks/base/core/java/android/net/http/ |
HttpsConnection.java | 161 * @throws IOException if the connection fails for any reason. 431 public SSLConnectionClosedByUserException(String reason) { 432 super(reason);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bt_amp_hci.h | 101 uint8 reason; member in struct:dis_phy_link_cmd_parms 261 uint8 reason; member in struct:disc_log_link_evt_parms 283 uint8 reason; member in struct:dis_phy_link_evt_parms
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prio.h | 716 * -1 indicates a failure. The reason for the failure is obtained 748 * A -1 is an indication that the operation failed. The reason 780 * A -1 is an indication that the operation failed. The reason [all...] |
/external/libsepol/src/ |
services.c | 760 * callers reason buffer. 765 * This will add the constraints to the callers reason buffer (who is 783 ERR(NULL, "failed to realloc reason buffer"); 822 unsigned int *reason, 849 *reason = 0; 888 *reason |= SEPOL_COMPUTEAV_TE; 908 *reason |= SEPOL_COMPUTEAV_CONS; 931 *reason |= SEPOL_COMPUTEAV_RBAC; 990 unsigned int *reason) 1009 requested, avd, reason, NULL, 0) 1067 unsigned int reason = 0; local 1923 unsigned int i, j, reason; local [all...] |
/bionic/libc/include/sys/ |
types.h | 43 * these are defined as 16-bit for legacy reason, but
|