/external/libnfc-nci/src/nfa/p2p/ |
nfa_p2p_main.c | 63 /* timeout to restore active listen mode if no RF activation on passive mode */ 139 /* stop timer not to deactivate LLCP link on passive mode */ 180 ** Description Timeout while waiting for passive mode activation 221 /* start timer in case of no passive activation */ 328 /* if it didn't retry without active listen mode and passive mode is available */
|
/external/tcpdump/ |
configure.in | 323 int passive, gaierr, inet4 = 0, inet6 = 0; 327 for (passive = 0; passive <= 1; passive++) { 330 hints.ai_flags = passive ? AI_PASSIVE : 0; 350 if (passive) { 365 if (passive) {
|
/external/chromium_org/third_party/sqlite/src/test/ |
wal5.test | 52 set a(-mode) passive 58 if {$a(-mode)!="restart" && $a(-mode)!="full"} { set a(-mode) passive } 259 1 PASSIVE - {0 5 5} -
|
tt3_checkpoint.c | 120 p->eMode==SQLITE_CHECKPOINT_PASSIVE ? "PASSIVE" : "RESTART"
|
/external/chromium_org/ash/test/ |
ui_controls_factory_ash.cc | 50 // TODO(mazda): Support the case passive grab is taken.
|
/external/chromium_org/device/nfc/ |
nfc_tag.h | 12 // NfcTag represents a remote NFC tag. An NFC tag is a passive NFC device,
|
/external/chromium_org/sync/engine/ |
syncer.h | 54 // processors are in "passive" mode, so none of the downloaded updates will be
|
/external/chromium_org/sync/syncable/ |
syncable_delete_journal.cc | 101 // Move passive delete journals to snapshot. Will copy back if snapshot fails
|
/external/iptables/extensions/ |
libxt_osf.c | 39 "[!] --genre string Match a OS genre by passive fingerprinting.\n"
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
index.jd | 21 passive NFC tags and stickers.</li>
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
LocationRequestUnbundled.java | 55 * Returned by {@link #getQuality} when requiring no direct power impact (passive locations).
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_registrar.h | 61 // These types will be placed in the passive group. This function should be 71 // not already there (initially put in the passive group).
|
/external/chromium_org/chrome/test/pyautolib/ |
chromoting_helper.py | 167 subprocess.Popen(['msiexec', '/i', host_msi, '/passive']).wait() 172 subprocess.Popen(['msiexec', '/x', host_msi, '/passive']).wait()
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_mutex.cc | 185 u64 passive = iter_ - active; local 186 return active + 10 * passive;
|
/external/ipsec-tools/src/racoon/ |
cfparse.h | 144 PASSIVE = 360, 309 #define PASSIVE 360
|
remoteconf.h | 87 int passive; /* never initiate */ member in struct:remoteconf
|
/frameworks/base/services/java/com/android/server/ |
LocationManagerService.java | 148 private PassiveProvider mPassiveProvider; // track passive provider for special cases 341 // create a passive location provider, which is always enabled [all...] |
TwilightService.java | 387 // enable passive provider to receive updates from location fixes (gps 394 // we may get IllegalArgumentException if passive location provider 543 // are handled through the passive location provider.
|
/external/chromium/net/ftp/ |
ftp_network_transaction_unittest.cc | 84 "227 Entering Extended Passive Mode (|||31744|)\r\n"); 219 "227 Entering Passive Mode 127,0,0,1,123,456\r\n"); 269 "227 Entering Passive Mode 127,0,0,1,123,456\r\n"); 307 "227 Entering Passive Mode 127,0,0,1,123,456\r\n"); 418 "227 Entering Passive Mode 127,0,0,1,123,456\r\n"); 472 "227 Entering Passive Mode 127,0,0,1,123,456\r\n"); [all...] |
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_cmd_wext.c | 107 /* Set passive dwell time (default is 250) */ 170 /* Set passive dwell time (default is 250) */
|
/device/lge/mako/ |
WCNSS_qcom_cfg.ini | 205 #passive scan to find out the domain
|
/external/chromium_org/chrome/browser/ui/autofill/ |
account_chooser_model_unittest.cc | 154 // 1. "Known" wallet account (e.g. after active/passive/automatic sign-in).
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
transportdescription.h | 80 // 'passive': The endpoint will accept an incoming connection.
|
/external/chromium_org/third_party/sqlite/src/src/ |
wal.h | 89 int eMode, /* One of PASSIVE, FULL and RESTART */
|
/external/ppp/pppd/ |
lcp.h | 73 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
|