HomeSort by relevance Sort by last modified time
    Searched full:probe (Results 376 - 400 of 1009) sorted by null

<<11121314151617181920>>

  /external/avahi/tests/
c-plus-plus-test.cc 59 #include <avahi-core/probe-sched.h>
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
events_view.css 98 #events-view-source-list-tbody .source-ipv6-probe-job {
  /external/chromium-trace/catapult/tracing/docs/
extending-and-customizing-trace-viewer.md 17 One way this is used is to customize the display title of a slice. In the trace files and the model, slices with the "net" category are traced with titles that correspond to their probe point. And, the URL of a request is just one of many events in the trace that is discovered quite late in the overall sequence of events. But, when viewing a network trace, the most interesting thing to see is the URL for which a traces corresponds. This transformation is accomplished by registering a custom net async slice, which overrides the `displayTitle` property: this leaves the model in-tact [e.g. exactly as it was traced] but improves on the display.
  /external/e2fsprogs/lib/blkid/
probe.h 2 * probe.h - constants and on-disk structures for extracting device data
33 typedef int (*blkid_probe_t)(struct blkid_probe *probe,
42 blkid_probe_t bim_probe; /* probe function */
49 * be useful if there are probe functions which handle multiple content types.
  /external/icu/icu4c/source/common/
uvector.cpp 466 int32_t probe = (min + max) / 2; local
467 int8_t c = (*compare)(elements[probe], e);
469 max = probe;
472 min = probe + 1;
  /external/iproute2/man/man8/
tipc-link.8 156 - Link state messages with probe flag set. Typically sent when a link is idle
  /external/iw/
reason.c 20 [17] = "Information element in 4-way handshake different from (Re-)associate request/Probe response/Beacon",
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
Source.java 28 * Reads a single source file and allows access to it through special probe
  /external/llvm/test/CodeGen/X86/
win_chkstk.ll 11 ; and the 32-bit version of __chkstk will probe the stack and adjust the stack pointer.
  /external/mesa3d/src/gallium/targets/xorg-i915/
intel_xorg.c 139 scrn->Probe = NULL;
  /external/mesa3d/src/gallium/targets/xorg-r300/
xorg.c 140 scrn->Probe = NULL;
  /external/mesa3d/src/gallium/targets/xorg-r600/
xorg.c 140 scrn->Probe = NULL;
  /external/mesa3d/src/gallium/targets/xorg-radeonsi/
xorg.c 140 scrn->Probe = NULL;
  /external/opencv3/modules/flann/include/opencv2/flann/
lsh_index.h 66 // Number of levels to use in multi-probe (0 for standard LSH)
237 /** Fills the different xor masks to use when getting the neighbors in multi-probe LSH
240 * @param level the multi-probe level we are at
382 /** How far should we look for neighbors in multi-probe LSH */
  /external/rootdev/
rootdev.h 61 * @device: name of the device to probe, like "sdb"
  /external/skia/src/core/
SkDescriptor.h 90 // probe to see if we have a good checksum algo
  /external/webrtc/webrtc/libjingle/xmpp/
presenceouttask.cc 50 presence->AddAttr(QN_TYPE, "probe");
  /frameworks/base/core/java/android/net/metrics/
ValidationProbeEvent.java 31 * An event recorded by NetworkMonitor when sending a probe for finding captive portals.
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscancommand.h 80 /* Reported when each probe response is received, if report_events
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/machine/
elf_machdep.h 129 #define ELF_MD_PROBE_FUNC ELFNAME2(arm_netbsd,probe)
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/machine/
elf_machdep.h 129 #define ELF_MD_PROBE_FUNC ELFNAME2(arm_netbsd,probe)
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/machine/
elf_machdep.h 129 #define ELF_MD_PROBE_FUNC ELFNAME2(arm_netbsd,probe)
  /system/connectivity/shill/net/
netlink_message_matchers.h 107 // broadcast probe request for all non-hidden APs as well.
  /external/autotest/client/tests/kvm/tests/
pci_hotplug.py 42 # Probe qemu to verify what is the supported syntax for PCI hotplug
61 # Probe qemu for a list of supported devices
  /prebuilts/go/darwin-x86/src/net/
ipsock_posix.go 40 // support too. So probe the kernel to figure it out.
70 // returns an error and we don't need to probe the

Completed in 1324 milliseconds

<<11121314151617181920>>