HomeSort by relevance Sort by last modified time
    Searched full:probing (Results 1 - 25 of 240) sorted by null

1 2 3 4 5 6 7 8 910

  /external/autotest/client/site_tests/kernel_AsyncDriverProbe/
control 7 PURPOSE = "Verify kernel correctly implements asynchronous driver probing"
10 asynchronous probing takes too long.
20 Checks that the kernel correctly implements asynchronous probing for
kernel_AsyncDriverProbe.py 11 Handle checking asynchronous device probing.
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 17 PROBING_1("probing 1", StateClass.probing),
21 PROBING_2("probing 2", StateClass.probing),
25 PROBING_3("probing 3", StateClass.probing),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
153 * Returns true, if this is a probing state.
155 * @return <code>true</code> if probing state, <code>false</code> otherwise
158 return _state == StateClass.probing;
    [all...]
  /external/webrtc/webrtc/modules/pacing/
bitrate_prober.cc 43 LOG(LS_INFO) << "Initial bandwidth probing enabled";
47 LOG(LS_INFO) << "Initial bandwidth probing disabled";
59 // Max number of packets used for probing.
65 bitrate_log << "Start probing for bandwidth, bitrates:";
101 // consider this probing session over.
105 // We currently disable probing after the first probe, as we only want
109 LOG(LS_INFO) << "Next delta too small, stop probing.";
bitrate_prober.h 29 // Returns true if the prober is in a probing session, i.e., it currently
34 // Initializes a new probing session if the prober is allowed to probe.
38 // get accurate probing.
  /external/vboot_reference/tests/
vboot_api_devmode_tests.c 55 {0, 0, 0}, // probing for capability
64 {0, 0, 0}, // probing for capability
77 {0, 0, 0}, // probing for capability
86 {0, 0, 0}, // probing for capability
99 {0, 0, 0}, // probing for capability
108 {0, 0, 0}, // probing for capability
118 {0, 0, 0}, // probing for capability
  /external/autotest/client/site_tests/hardware_I2CProbe/
hardware_I2CProbe.py 8 # This is a hardware test for Probing I2C device. The test uses i2cdetect
  /external/autotest/client/site_tests/hardware_VideoDecodeCapable/
control.vaapi 27 VAAPI capabilities probing is done in C. It is built as an extension module
  /external/autotest/server/site_tests/firmware_TypeCProbeUSB3/
control 9 PURPOSE = "Remotely controlled USB type C super speed device probing test."
firmware_TypeCProbeUSB3.py 5 """This is a USB type C USB3 probing test using Plankton board."""
15 """USB type C USB3 probing test."""
  /external/guava/guava/src/com/google/common/base/
SmallCharMatcher.java 27 * with linear probing to check for matches.
73 * uses open addressing with linear probing in its implementation. The
108 // Linear probing.
134 // Linear probing.
  /external/avahi/avahi-core/
announce.c 123 /* Probing done */
428 /* Because we might change state we decrease the probing counter first */
435 /* We were probing or waiting after probe, so we restart probing from the beginning here */
440 /* We were waiting, but were not probing before, so we continue waiting */
454 /* Now let's increase the probing counter again */
announce.h 32 AVAHI_PROBING, /* probing phase */
  /frameworks/compile/mclinker/include/mcld/ADT/
HashBase.h 45 * HashTableImpl uses open-addressing, linear probing hash table.
46 * linear probing hash table obviously has high performance when the
HashTable.h 25 * is open addressing and can linear probing.
27 * mcld::HashTable is a linear probing hash table. It does not allocate
  /external/curl/docs/libcurl/opts/
CURLOPT_TCP_KEEPALIVE.3 25 CURLOPT_TCP_KEEPALIVE \- enable TCP keep-alive probing
  /external/llvm/lib/Support/
StringMap.cpp 75 // empty bucket. This reduces probing.
106 // Use quadratic probing, it has fewer clumping artifacts than linear
107 // probing and has good cache behavior in the common case.
150 // Use quadratic probing, it has fewer clumping artifacts than linear
151 // probing and has good cache behavior in the common case.
  /external/autotest/client/virt/tests/
kdump.py 51 logging.info("Probing vmcore file...")
  /external/e2fsprogs/lib/blkid/
blkid.h 43 * cache or by probing the device.
blkid.h.in 43 * cache or by probing the device.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceTableAccess.java 14 * Static utility functions for probing resource tables, used by ULocale and
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceTableAccess.java 13 * Static utility functions for probing resource tables, used by ULocale and
  /external/valgrind/
README.s390 36 This means, though, that probing for hardware facilities by issuing
  /external/avahi/docs/
TODO 18 * Probing/Conflict resolution
47 * Return to probing state on conflict
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
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,
89 return "probing";

Completed in 635 milliseconds

1 2 3 4 5 6 7 8 910