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

1 2 3 4 5 6 7 8 9

  /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/chromium_org/chrome/app/version_assembly/
README 11 probing\privatePath attribute (http://msdn.microsoft.com/library/aa374182.aspx).
15 assemblies when searching for dlls). Unfortunately, the probing\privatePath
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_search_path_list.h 15 // file system probing with it.
36 // Try to find a file named |file_name| by probing the file system
  /ndk/sources/android/crazy_linker/src/
crazy_linker_search_path_list.h 15 // file system probing with it.
36 // Try to find a file named |file_name| by probing the file system
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-event.h 42 /* Perf probe probing point */
52 /* Perf probe probing argument field chain */
60 /* Perf probe probing argument */
68 /* Perf probe probing event (point + arg) */
  /external/chromium_org/third_party/skia/experimental/webtry/
TODO.md 16 - Add monitoring and probing (nagios).
  /external/skia/experimental/webtry/
TODO.md 16 - Add monitoring and probing (nagios).
  /external/chromium_org/components/visitedlink/common/
visitedlink_common.cc 27 // FIXME: this uses linear probing, it should be replaced with quadratic
28 // probing or something better. See VisitedLinkMaster::AddFingerprint
  /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 24 * is open addressing and can linear probing.
26 * mcld::HashTable is a linear probing hash table. It does not allocate
  /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.
  /bootable/recovery/minzip/
Hash.c 5 * happening very infrequently. We use probing, and don't worry much
210 //LOGI("+++ look probing %d...\n", pEntry - pHashTable->pEntries);
281 //LOGI("+++ del probing %d...\n", pEntry - pHashTable->pEntries);
354 * Evaluate the amount of probing required for the specified hash table.
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_sd_server.h 29 // TODO(maksymb): Implement probing.
gcp20_switches.cc 64 printf("\n WARNING: mDNS probing is not implemented\n");
  /external/e2fsprogs/lib/blkid/
blkid.h 43 * cache or by probing the device.
blkid.h.in 43 * cache or by probing the device.
  /external/llvm/test/CodeGen/X86/
win_chkstk.ll 11 ; The 64-bit version of __chkstk is only responsible for probing the stack. The 64-bit
  /external/valgrind/main/
README.s390 31 This means, though, that probing for hardware facilities by issuing
  /external/chromium_org/chrome/installer/tools/
setup_timer.py 7 It does so by probing for InstallerExtraCode1 changes in the registry and can
64 # Keep probing until a change is seen.
  /external/chromium_org/v8/src/ic/
stub-cache.h 51 // Generate code for probing the stub cache table.
100 // in both caches. Unlike a probing strategy (quadratic or otherwise) the
  /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";
  /external/qemu/slirp/
tcp_timer.h 80 * amount of time probing, then we drop the connection.
96 #define TCPTV_KEEP_IDLE (120*60*PR_SLOWHZ) /* dflt time before probing */
  /external/qemu/slirp-android/
tcp_timer.h 80 * amount of time probing, then we drop the connection.
96 #define TCPTV_KEEP_IDLE (120*60*PR_SLOWHZ) /* dflt time before probing */
  /frameworks/native/libs/input/
InputDevice.cpp 94 ALOGD("Probing for system provided input device configuration file: path='%s'", path.string());
109 ALOGD("Probing for system user input device configuration file: path='%s'", path.string());
  /external/qemu/android/
main-emulator.c 241 D("Probing program: %s\n", path);
254 D("Probing program: %s\n", path);
267 D("Probing path for: %s\n", path);
278 D("Probing path for: %s\n", path);
378 D("Probing for: %s\n", temp);

Completed in 578 milliseconds

1 2 3 4 5 6 7 8 9