HomeSort by relevance Sort by last modified time
    Searched full:probe (Results 51 - 75 of 540) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaVirtualizerTest.java 196 EnergyProbe probe = null; local
206 probe = new EnergyProbe(0);
225 int refEnergy200 = probe.capture(200);
226 int refEnergy1000 = probe.capture(1000);
231 int energy200 = probe.capture(200);
232 int energy1000 = probe.capture(1000);
263 if (probe != null) {
264 probe.release();
MediaPresetReverbTest.java 197 EnergyProbe probe = null; local
207 probe = new EnergyProbe(0);
230 int energy1000 = probe.capture(1000);
253 if (probe != null) {
254 probe.release();
266 EnergyProbe probe = null; local
300 // create probe after reverb so that it is chained behind the reverb in the
302 probe = new EnergyProbe(0);
310 int energy1000 = probe.capture(1000);
335 if (probe != null)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
44 // A sample probe policy.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
44 // A sample probe policy.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 38 * Contains a sample probe policy.
44 // A sample probe policy.
  /external/bluetooth/bluez/network/
manager.c 148 .probe = panu_probe,
155 .probe = gn_probe,
162 .probe = nap_probe,
168 .probe = network_server_probe,
  /external/e2fsprogs/lib/blkid/
Android.mk 10 probe.c \
Makefile.in 21 OBJS= cache.o dev.o devname.o devno.o getsize.o llseek.o probe.o \
25 $(srcdir)/getsize.c $(srcdir)/llseek.c $(srcdir)/probe.c \
98 tst_probe: $(srcdir)/probe.c $(DEPLIBS_BLKID)
100 $(Q) $(CC) -o tst_probe -DTEST_PROGRAM $(srcdir)/probe.c $(LIBS_BLKID) $(ALL_CFLAGS)
204 probe.o: $(srcdir)/probe.c $(srcdir)/list.h $(srcdir)/probe.h
  /external/grub/netboot/
README.netboot 49 Probe for CS89x0 base address using LIST of comma separated hex
104 Probe for NE base address using LIST of comma separated hex
115 If you have a Compex RL2000 PCI 32-bit (11F6:1401), and the probe
141 List of I/O addresses to probe.
sis900.txt 37 3. Edit src/config.c to add the card to the card probe list
67 5. Edit cards.h to add sis900 probe routine declaration
  /external/icu4c/layout/
KernTable.cpp 197 le_uint32 probe = searchRange; local
199 while (probe > KERN_PAIRINFO_SIZE) {
200 probe >>= 1;
201 tp = (const PairInfo*)((char*)p + probe);
  /external/kernel-headers/original/linux/
platform_device.h 48 int (*probe)(struct platform_device *); member in struct:platform_driver
  /system/core/nexus/
DhcpClient.h 48 void setDoArpProbe(bool probe);
  /bootable/recovery/minzip/
Hash.c 155 /* probe for new spot, wrapping around */
177 * We probe on collisions, wrapping around the table.
190 /* jump to the first entry and probe for a match */
262 /* jump to the first entry and probe for a match */
311 * Look up an entry, counting the number of times we have to probe.
326 /* jump to the first entry and probe for a match */
387 LOGI("Probe: min=%d max=%d, total=%d in %d (%d), avg=%.3f\n",
  /dalvik/vm/
Hash.cpp 151 /* probe for new spot, wrapping around */
173 * We probe on collisions, wrapping around the table.
186 /* jump to the first entry and probe for a match */
258 /* jump to the first entry and probe for a match */
339 * Look up an entry, counting the number of times we have to probe.
354 /* jump to the first entry and probe for a match */
415 LOGI("Probe: min=%d max=%d, total=%d in %d (%d), avg=%.3f",
  /external/icu4c/common/
usc_impl.c 163 int32_t probe = pairedCharPower; local
170 while (probe > (1 << 0)) {
171 probe >>= 1;
173 if (ch >= pairedChars[pairIndex + probe]) {
174 pairIndex += probe;
uvectr32.cpp 306 int32_t probe = (min + max) / 2; local
307 //int8_t c = (*compare)(elements[probe], tok);
309 if (elements[probe] > tok) {
310 max = probe;
313 min = probe + 1;
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.c 164 * @msg: WPS IE contents from Beacon or Probe Response frame
190 * @msg: WPS IE contents from Beacon or Probe Response frame
221 * @msg: WPS IE contents from Beacon or Probe Response frame
272 * wps_build_probe_req_ie - Build WPS IE for Probe Request
289 wpa_printf(MSG_DEBUG, "WPS: Building WPS IE for Probe Request");
wps_registrar.c 673 * wps_registrar_probe_req_rx - Notify Registrar of Probe Request
675 * @addr: MAC address of the Probe Request sender
678 * This function is called on an AP when a Probe Request with WPS IE is
689 "WPS: Probe Request with WPS data received",
702 "Probe Request");
710 wpa_printf(MSG_DEBUG, "WPS: Probe Request for PBC received from "
713 wpa_printf(MSG_DEBUG, "WPS: Invalid Probe Request WPS IE: No "
806 struct wpabuf *probe; local
809 wpa_printf(MSG_DEBUG, "WPS: Build Beacon and Probe Response IEs");
814 probe = wpabuf_alloc(400)
    [all...]
  /external/bison/src/
muscle_tab.c 103 muscle_entry probe; local
106 probe.key = key;
107 entry = hash_lookup (muscle_table, &probe);
129 muscle_entry probe; local
132 probe.key = key;
133 entry = hash_lookup (muscle_table, &probe);
204 muscle_entry probe; local
207 probe.key = key;
208 result = hash_lookup (muscle_table, &probe);
  /external/wpa_supplicant_8/src/wps/
wps.c 193 * @msg: WPS IE contents from Beacon or Probe Response frame
254 * @msg: WPS IE contents from Beacon or Probe Response frame
270 * @msg: WPS IE contents from Beacon or Probe Response frame
311 * @wps_a: WPS IE contents from Beacon or Probe Response frame
312 * @wps_b: WPS IE contents from Beacon or Probe Response frame
341 * @msg: WPS IE contents from Beacon or Probe Response frame
427 * wps_build_probe_req_ie - Build WPS IE for Probe Request
448 wpa_printf(MSG_DEBUG, "WPS: Building WPS IE for Probe Request");
464 * TODO: Should figure out whether this Probe Request was triggered
  /external/bluetooth/bluez/serial/
manager.c 132 .probe = port_probe,
156 .probe = proxy_probe,
  /external/v8/src/
stub-cache.cc 1006 Object* probe = GetProbeValue(isolate, flags); local
1067 Object* probe; local
1116 Object* probe; local
1135 Object* probe; local
1154 Object* probe; local
1174 Object* probe; local
1192 Object* probe; local
1210 Object* probe; local
    [all...]
  /external/bluetooth/bluez/sap/
manager.c 66 .probe = sap_server_probe,
  /external/grub/grub/
main.c 84 {"probe-second-floppy", no_argument, 0, OPT_PROBE_SECOND_FLOPPY},
112 --no-floppy do not probe any floppy drive\n\
115 --probe-second-floppy probe the second floppy drive\n\

Completed in 2072 milliseconds

1 23 4 5 6 7 8 91011>>