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

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
device.h 51 int (*probe)(struct device * dev); member in struct:bus_type
80 int (*probe) (struct device * dev); member in struct:device_driver
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
device.h 51 int (*probe)(struct device * dev); member in struct:bus_type
80 int (*probe) (struct device * dev); member in struct:device_driver
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
device.h 51 int (*probe)(struct device * dev); member in struct:bus_type
80 int (*probe) (struct device * dev); member in struct:device_driver
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
device.h 51 int (*probe)(struct device * dev); member in struct:bus_type
80 int (*probe) (struct device * dev); member in struct:device_driver
  /external/fio/
client.c 44 .probe = handle_probe,
392 dprint(FD_NET, "client: send probe\n");
1167 struct cmd_probe_reply_pdu *probe = (struct cmd_probe_reply_pdu *) cmd->payload; local
1171 os = fio_get_os_string(probe->os);
1175 arch = fio_get_arch_string(probe->arch);
1179 sprintf(bit, "%d-bit", probe->bpp * 8);
1180 probe->flags = le64_to_cpu(probe->flags);
1183 probe->hostname, probe->bigendian, bit, os, arch
    [all...]
gclient.c 537 struct cmd_probe_reply_pdu *probe = (struct cmd_probe_reply_pdu *) cmd->payload; local
542 os = fio_get_os_string(probe->os);
546 arch = fio_get_arch_string(probe->arch);
551 client->name = strdup((char *) probe->hostname);
553 gc->client_cpus = le32_to_cpu(probe->cpus);
554 gc->client_flags = le64_to_cpu(probe->flags);
558 gtk_label_set_text(GTK_LABEL(ge->probe.hostname), (char *) probe->hostname);
559 gtk_label_set_text(GTK_LABEL(ge->probe.os), os);
560 gtk_label_set_text(GTK_LABEL(ge->probe.arch), arch)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java 601 int probe = pairedCharPower; local
608 while (probe > (1 << 0)) {
609 probe >>= 1;
611 if (ch >= pairedChars[index + probe]) {
612 index += probe;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScriptRun.java 599 int probe = pairedCharPower; local
606 while (probe > (1 << 0)) {
607 probe >>= 1;
609 if (ch >= pairedChars[index + probe]) {
610 index += probe;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrobjs.c 524 FT_UInt probe = power * size; local
555 while ( probe > size )
557 probe >>= 1;
558 p = base + probe;
569 base += probe;
  /external/wpa_supplicant_8/src/p2p/
p2p.c 691 * @addr: Source address of Beacon or Probe Response frame (may be either
694 * @freq: Frequency on which the Beacon or Probe Response frame was received
696 * @ies: IEs from the Beacon or Probe Response frame
883 * Probe Response frame that includes the config_methods
    [all...]
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
bandwidth_view.js 42 BandwidthView.PROBE_STATUS_ID = 'data-reduction-proxy-probe-status';
98 info.probe != null ? info.probe : 'N/A';
  /external/llvm/docs/
Extensions.rst 197 Stack Probe Emission
230 properly. The emission of this stack probe emission is handled similar to the
231 standard stack probe emission.
  /external/llvm/lib/Support/
StringMap.cpp 103 // Okay, we didn't find the item. Probe to the next bucket.
147 // Okay, we didn't find the item. Probe to the next bucket.
225 // Otherwise probe for a spot.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
tag_and_trait.hpp 207 * In a probe policy, indicates that the combining probe function
208 * is actually a ranged probe function.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
tag_and_trait.hpp 207 * In a probe policy, indicates that the combining probe function
208 * is actually a ranged probe function.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
tag_and_trait.hpp 207 * In a probe policy, indicates that the combining probe function
208 * is actually a ranged probe function.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
tag_and_trait.hpp 207 * In a probe policy, indicates that the combining probe function
208 * is actually a ranged probe function.
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 390 int first, last, probe; local
395 for (probe = 0; probe < row.length; probe++)
398 tag = row[probe++];
402 return row[probe];
412 probe = (first+last)/2;
413 if (sym == row[probe*2])
414 return row[probe*2+1];
415 else if (sym > row[probe*2]
    [all...]
  /bionic/libc/arch-arm/include/machine/
elf_machdep.h 131 #define ELF_MD_PROBE_FUNC ELFNAME2(arm_netbsd,probe)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
OpenCVLibrary.java 101 * Probe if the OpenCV Manager package is installed
  /development/ndk/platforms/android-21/arch-arm/include/machine/
elf_machdep.h 129 #define ELF_MD_PROBE_FUNC ELFNAME2(arm_netbsd,probe)
  /external/apache-http/android/src/android/net/http/
ConnectionThread.java 29 // Performance probe
  /external/autotest/client/profilers/powertop/src/
bluetooth.c 105 /* first check if /sys/modules/bluetooth exists, if not, don't probe bluetooth because
  /external/autotest/client/tests/systemtap/
systemtap.py 51 script = "PATH=%s/bin:$PATH stap -c /bin/true -e 'probe syscall.read { exit() }'" % self.systemtap_dir
  /external/avahi/avahi-core/
iface.h 35 #include "probe-sched.h"

Completed in 3598 milliseconds

<<11121314151617181920>>