/external/libcap-ng/libcap-ng-0.7/ |
README | 8 will do the wrong thing when the capng_init function probes the kernel
|
/external/chromium_org/chrome/browser/net/ |
dns_probe_service.h | 25 // Probes the system and public DNS servers to determine the (probable) cause 57 // Starts a probe (runs system and public probes).
|
net_error_tab_helper.h | 21 // does interesting things with them. Currently, starts DNS probes using the 111 // Whether probes are enabled (by the command-line option or the field trial). 118 // to allow probes.
|
dns_probe_runner.h | 21 // Runs DNS probes using a single DnsClient and evaluates the responses. 41 // Sets the DnsClient that will be used for DNS probes sent by this runner.
|
dns_probe_browsertest.cc | 77 std::vector<ProbeCallback> probes; local 78 probes.swap(delayed_probes_); 80 for (std::vector<ProbeCallback>::const_iterator i = probes.begin(); 81 i != probes.end(); ++i) { 396 // Make sure probes don't break non-DNS error pages when Link Doctor loads. 406 // Make sure probes don't break non-DNS error pages when Link Doctor doesn't 417 // Make sure probes don't break DNS error pages when Link doctor loads. 439 // Make sure probes update DNS error page properly when they're supposed to. 493 // Make sure probes don't run for subframe DNS errors. 512 // Make sure browser sends NOT_RUN properly when probes are disabled [all...] |
/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 | 234 state->probes = 0; 271 if (state->probes == 0) { 279 if (++state->probes < PROBE_NUM) { 288 state->probes = 0; 298 iface->name, state->probes ? state->probes : PROBE_NUM, PROBE_NUM, 307 iface->state->probes = 0;
|
dhcpcd.h | 77 int probes; member in struct:if_state
|
/external/chromium_org/chrome/common/net/ |
net_error_info.h | 25 // turned off, or if probes are disabled by the field trial.) 65 // Checks the --force-dns-probes command line option and the DnsProbe-Enable
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
StackStats.h | 119 // stats data will be. However, adding too many probes will also 120 // result in unnecessary performance loss. So, only add these probes
|
HashTable.cpp | 57 dataLogF("%d total collisions, average %.2f probes per access\n", numCollisions, 1.0 * (numAccesses + numCollisions) / numAccesses);
|
/external/chromium_org/third_party/skia/src/core/ |
SkUtilsArm.h | 39 // probes the CPU at runtime (and caches the result).
|
/external/skia/src/core/ |
SkUtilsArm.h | 39 // probes the CPU at runtime (and caches the result).
|
/external/linux-tools-perf/Documentation/ |
perf-probe.txt | 96 --max-probes:: 114 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is the offset from function entry address in bytes, ':RLN' is the relative-line number from function entry line, and '%return' means that it probes function return. And ';PTN' means lazy matching pattern (see LAZY MATCHING). Note that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source file which has that function. 171 this will add one or more probes which has the name start with "schedule". 173 Add probes on lines in schedule() function which calls update_rq_clock(). 179 Delete all probes on schedule().
|
/dalvik/libdex/ |
DexFile.cpp | 192 int probes = 0; local 195 probes++; 197 //if (probes > 1) 198 // ALOGW("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/jmdns/src/javax/jmdns/impl/constants/ |
DNSConstants.java | 48 public static final int PROBE_THROTTLE_COUNT = 10; // After x tries go 1 time a sec. on probes.
|
/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
DNSStateTask.java | 109 // send probes for JmDNS itself 117 // send probes for services
|
Prober.java | 22 * The Prober sends three consecutive probes for all service infos that needs probing as well as for the host name. The state of each service info of the host name is advanced, when a probe has been sent for it. When the prober has run three times, 25 * If a conflict during probes occurs, the affected service infos (and affected host name) are taken away from the prober. This eventually causes the prober to cancel itself.
|
/external/chromium_org/chrome_frame/ |
function_stub.cc | 125 // on failed probes.
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
bloom.cc | 48 dst->push_back(static_cast<char>(k_)); // Remember # of probes in filter
|
/external/qemu/slirp/ |
tcp_var.h | 183 u_long tcps_keepprobe; /* keepalive probes sent */ 192 u_long tcps_sndprobe; /* window probes sent */
|
/external/libselinux/src/ |
avc.c | 333 int *probes) 354 if (probes) 355 *probes = tprobes; 383 int probes, rc = 0; local 386 node = avc_search_node(ssid, tsid, tclass, &probes); 390 avc_cache_stats_add(cav_probes, probes);
|
/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 */
|