/external/llvm/include/llvm/ |
DebugInfoProbe.h | 47 /// can use to manage debug info probes. 49 StringMap<DebugInfoProbe *> Probes; 53 /// ~DebugInfoProbeInfo - Report data collected by all probes before deleting
|
/external/bluetooth/glib/tests/ |
slice-threadinit.c | 107 /* release magazine probes to be retained */ 112 /* ensure probes were retained */ 130 /* release magazine probes to be retained across g_thread_init */ 138 /* ensure probes were retained */
|
/external/iptables/extensions/ |
libip6t_REJECT.man | 30 (113/tcp) probes which frequently occur when sending mail to broken mail
|
libipt_REJECT.man | 29 (113/tcp) probes which frequently occur when sending mail to broken mail
|
/external/dhcpcd/ |
arp.c | 232 state->probes = 0; 269 if (state->probes == 0) { 277 if (++state->probes < PROBE_NUM) { 286 state->probes = 0; 296 iface->name, state->probes ? state->probes : PROBE_NUM, PROBE_NUM, 305 iface->state->probes = 0;
|
dhcpcd.h | 76 int probes; member in struct:if_state
|
client.c | 146 int probes; member in struct:if_state 1067 state->probes = 0; 1146 state->probes = 0; 1154 state->probes = 0; 1160 if (state->probes < PROBE_NUM) { 1161 if (state->probes == 0) { 1167 state->probes++; 1168 if (state->probes < PROBE_NUM) { 1179 state->probes, PROBE_NUM, [all...] |
ipv4ll.c | 92 iface->state->probes = 0;
|
/external/llvm/lib/VMCore/ |
DebugInfoProbe.cpp | 189 /// ~DebugInfoProbeInfo - Report data collected by all probes before deleting 193 for (StringMap<DebugInfoProbe*>::iterator I = Probes.begin(), 194 E = Probes.end(); I != E; ++I) { 207 Probes.GetOrCreateValue(P->getPassName()); 221 Probes.GetOrCreateValue(P->getPassName());
|
/dalvik/libdex/ |
DexFile.cpp | 192 int probes = 0; local 195 probes++; 197 //if (probes > 1) 198 // LOGW("classLookupAdd: probes=%d", probes); 203 *pNumProbes = probes;
|
/external/chromium/net/url_request/ |
https_prober.h | 32 // HTTPSProber is a singleton object that manages HTTPS probes. A HTTPS probe
|
/external/webkit/Source/JavaScriptCore/wtf/ |
HashTable.cpp | 49 printf("%d total collisions, average %.2f probes per access\n", numCollisions, 1.0 * (numAccesses + numCollisions) / numAccesses);
|
/external/netcat/ |
netcat.blurb | 25 Scanning ports and inventorying services, automated probes
|
/external/qemu/slirp/ |
tcp_var.h | 183 u_long tcps_keepprobe; /* keepalive probes sent */ 192 u_long tcps_sndprobe; /* window probes sent */
|
tcp_timer.h | 98 #define TCPTV_KEEPCNT 8 /* max probes before drop */
|
debug.c | 212 lprint(" %6d window probes\r\n", tcpstat.tcps_rcvwinprobe); 232 lprint(" %6d keepalive probes sent\r\n", tcpstat.tcps_keepprobe);
|
/external/kernel-headers/original/linux/ |
tcp.h | 259 __u8 keepalive_probes; /* num of allowed keep alive probes */ 335 unsigned int keepalive_intvl; /* time interval between keep alive probes */
|
/external/qemu/slirp-android/ |
tcp_var.h | 187 u_long tcps_keepprobe; /* keepalive probes sent */ 196 u_long tcps_sndprobe; /* window probes sent */
|
tcp_timer.h | 98 #define TCPTV_KEEPCNT 8 /* max probes before drop */
|
debug.c | 208 lprint(" %6d window probes\r\n", tcpstat.tcps_rcvwinprobe); 228 lprint(" %6d keepalive probes sent\r\n", tcpstat.tcps_keepprobe);
|
/external/e2fsprogs/lib/blkid/ |
blkidP.h | 72 * Minimum number of seconds between device probes, even when reading
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/ |
alloca.c | 144 auto char probe; /* probes stack depth: */
|
/external/chromium/sdch/open-vcdiff/src/ |
blockhash.cc | 299 int probes = 0; local 303 if (++probes > kMaxProbes) {
|
/external/llvm/test/CodeGen/Thumb2/ |
2009-09-01-PostRAProlog.ll | 11 @.str3 = private constant [54 x i8] c"Using %d transposition table entries with %d probes.\0A\00", align 1 ; <[54 x i8]*> [#uses=1]
|
/hardware/ril/mock-ril/src/js/ |
ril_vars.js | 164 var CALL_FAIL_CDMA_ACCESS_BLOCKED = 1009; /* CDMA network access probes blocked */
|