/docs/source.android.com/src/compatibility/2.2/ |
versions.jd | 6 <code>android.os.Build.VERSION.RELEASE</code>. The reason for this is that
|
/docs/source.android.com/src/compatibility/2.3/ |
versions.jd | 6 <code>android.os.Build.VERSION.RELEASE</code>. The reason for this is that
|
/docs/source.android.com/src/compatibility/4.0/ |
versions.jd | 6 <code>android.os.Build.VERSION.RELEASE</code>. The reason for this is that
|
/docs/source.android.com/src/compatibility/4.1/ |
versions.jd | 6 <code>android.os.Build.VERSION.RELEASE</code>. The reason for this is that
|
/docs/source.android.com/src/compatibility/4.2/ |
versions.jd | 6 <code>android.os.Build.VERSION.RELEASE</code>. The reason for this is that
|
/docs/source.android.com/src/compatibility/4.3/ |
versions.jd | 6 <code>android.os.Build.VERSION.RELEASE</code>. The reason for this is that
|
/external/apache-http/src/org/apache/http/message/ |
BasicStatusLine.java | 63 /** The reason phrase. */ 68 * Creates a new status line with the given version, status, and reason. 72 * @param reasonPhrase the reason phrase to the status code, or 108 * @return the Reason-Phrase
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_attr.c | 43 static void gatt_profile_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason); 216 BOOLEAN connected, tGATT_DISCONN_REASON reason) 218 GATT_TRACE_EVENT5 ("gatt_profile_connect_cback: from %08x%04x connected:%d conn_id=%d reason = 0x%04x", 220 (bda[4]<<8)+bda[5], connected, conn_id, reason);
|
gatt_main.c | 46 static void gatt_le_connect_cback (BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason); 381 static void gatt_le_connect_cback (BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason) 406 GATT_TRACE_DEBUG1("connected is TRUE reason=%d",reason ); 408 if (reason == 0) 451 gatt_cleanup_upon_disc(bd_addr, reason); 728 UINT16 reason; local 746 /* if ACL link is still up, no reason is logged, l2cap is disconnect from peer */ 747 if ((reason = L2CA_GetDisconnectReason(p_tcb->peer_bda)) == 0) 748 reason = GATT_CONN_TERMINATE_PEER_USER 768 UINT16 reason; local [all...] |
/external/bluetooth/bluedroid/stack/hid/ |
hid_conn.h | 58 UINT16 disc_reason; /* Reason for disconnecting (for HID_HDEV_EVT_CLOSE) */
|
hidh_conn.c | 183 p_dev->conn.disc_reason = HID_ERR_AUTH_FAILED; /* Save reason for disconnecting */ 260 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs before security is completed, then set CLOSE_EVT reason code to 'connection failure' */ 322 UINT32 reason; local 334 reason = HID_L2CAP_REQ_FAIL ; 336 hh_cb.callback( dhandle, hh_cb.devices[dhandle].addr, HID_HDEV_EVT_CLOSE, reason, NULL ) ; 360 p_dev->conn.disc_reason = HID_ERR_AUTH_FAILED; /* Save reason for disconnecting */ 381 UINT32 reason; local 419 reason = HID_L2CAP_CONN_FAIL | (UINT32) result ; 420 hh_cb.callback( dhandle, hh_cb.devices[dhandle].addr, HID_HDEV_EVT_CLOSE, reason, NULL ) ; 429 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs before security is completed, then set CLOSE_EVT reason code to "connection failure" * 523 UINT32 reason; local [all...] |
/external/bluetooth/bluedroid/stack/include/ |
smp_api.h | 42 /* pairing failure reason code */ 63 #define SMP_FAIL 0x13 /* unspecified failed reason */ 64 #define SMP_CONN_TOUT 0x14 /* unspecified failed reason */ 137 UINT8 reason; member in struct:__anon3866
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/ |
BlockCipherPadding.java | 34 * should be the same as the last block of plain text. The reason
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_mac.mm | 45 // For that reason, do *not* make any more calls here after
|
/external/chromium/chrome/browser/automation/ |
automation_extension_tracker.cc | 37 if (service && info->reason == UnloadedExtensionInfo::UNINSTALL) {
|
/external/chromium/chrome/browser/extensions/ |
extension_info_map.cc | 34 const UnloadedExtensionInfo::Reason reason) { 38 if (reason == UnloadedExtensionInfo::DISABLE) 41 } else if (reason != UnloadedExtensionInfo::DISABLE) {
|
/external/chromium/chrome/browser/policy/ |
asynchronous_policy_provider.h | 20 // other reason be performed on the file thread. The actual logic for loading
|
/external/chromium/chrome/browser/sync/protocol/ |
encryption.proto | 21 // The reason we need to keep track of the key name is that a sync user can
|
/external/chromium/chrome/browser/ui/views/ |
theme_helpers.h | 14 // drawing Rebar like backgrounds in Views. The reason not to just use
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/ |
content.js | 47 // For some reason, "resize" doesn't seem to work with addEventListener.
|
/external/chromium/net/base/ |
test_completion_callback.h | 20 // reason, this class is probably not ideal for a general application.
|
/external/chromium/net/http/ |
http_auth_handler_basic.h | 28 CreateReason reason,
|
/external/chromium_org/base/memory/ |
discardable_memory_unittest.cc | 23 // The system should have no reason to purge discardable blocks in this brief
|
/external/chromium_org/chrome/browser/chromeos/login/ |
user_image_manager_impl.h | 50 virtual void DownloadProfileImage(const std::string& reason) OVERRIDE; 68 ProfileDownloaderDelegate::FailureReason reason) OVERRIDE; 121 // |reason| is an arbitrary string (used to report UMA histograms with 123 void DownloadProfileData(const std::string& reason, bool download_image);
|
/external/chromium_org/chrome/browser/download/ |
test_download_shelf.cc | 54 void TestDownloadShelf::DoClose(CloseReason reason) {
|