HomeSort by relevance Sort by last modified time
    Searched defs:probe (Results 151 - 175 of 179) sorted by null

1 2 3 4 5 67 8

  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 155 auto char probe; /* Probes stack depth: */ local
156 register char *depth = ADDRESS_FUNCTION (probe);
  /external/kernel-headers/original/linux/
i2c.h 280 unsigned short *probe; member in struct:i2c_client_address_data
519 I2C_CLIENT_MODULE_PARM(probe, "List of adapter,address pairs to scan " \
525 .probe = probe, \
pci.h 345 const struct pci_device_id *id_table; /* must be non-NULL for probe to be called */
346 int (*probe) (struct pci_dev *dev, const struct pci_device_id *id); /* New device inserted */ member in struct:pci_driver
pnp.h 296 int (*probe) (struct pnp_dev *dev, const struct pnp_device_id *dev_id); member in struct:pnp_driver
310 int (*probe) (struct pnp_card_link *card, const struct pnp_card_device_id *card_id); member in struct:pnp_card_driver
usb.h 100 * be unused. The driver should set this value in the probe()
104 * (in probe()), bound to a driver, or unbinding (in disconnect())
411 * probe() entries don't need extra locking, but other call contexts
546 * @probe: Called to see if the driver is willing to manage a particular
547 * interface on a device. If it is, probe returns zero and uses
567 * or your driver's probe function will never get called.
574 * USB drivers must provide a name, probe() and disconnect() methods,
581 * The probe() and disconnect() methods are called in a context where
592 int (*probe) (struct usb_interface *intf, member in struct:usb_driver
    [all...]
hid.h 581 * @id_table: which devices is this driver for (must be non-NULL for probe
585 * @probe: new device inserted
618 int (*probe)(struct hid_device *dev, const struct hid_device_id *id); member in struct:hid_driver
648 * @start: called on probe to start the device
767 * Call this from probe after you set up the device (if needed). Your
791 * Call this in probe function *after* hid_parse. This will setup HW buffers
812 * This is usually called from remove function or from probe when something
  /external/v8/src/arm/
ic-arm.cc 133 // Probe the dictionary.
182 // Probe the dictionary.
393 Label number, non_number, non_string, boolean, probe, miss; local
395 // Probe the stub cache.
407 // to probe.
416 __ b(&probe);
424 __ b(&probe);
438 // Probe the stub cache for the value object.
439 __ bind(&probe);
637 // a quick inline probe of the receiver's dictionary
    [all...]
  /external/v8/src/
elements.cc 1193 Object* probe = GetParameterMapArg(obj, parameter_map, key); local
1232 Object* probe = GetParameterMapArg(obj, parameter_map, key); local
1277 Object* probe = GetParameterMapArg(holder, parameter_map, key); local
    [all...]
ic.cc 1603 Handle<Object> probe = cache->Lookup(&target_receiver_maps, flags); local
    [all...]
objects.cc 4385 Object* probe = local
8882 Object* probe = local
9630 Object* probe = local
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 129 // Probe the dictionary.
184 // Probe the dictionary.
523 // cache. Otherwise probe the dictionary.
611 // Do a quick inline probe of the receiver's dictionary, if it
948 Label number, non_number, non_string, boolean, probe, miss; local
    [all...]
assembler-ia32.cc 58 // The Probe method needs executable memory, so it uses Heap::CreateCode.
60 void CpuFeatures::Probe() {
138 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address())); local
139 supported_ = probe();
    [all...]
code-stubs-ia32.cc 4159 Register probe = mask; local
    [all...]
  /external/v8/src/mips/
ic-mips.cc 131 // Probe the dictionary.
184 // Probe the dictionary.
395 Label number, non_number, non_string, boolean, probe, miss; local
397 // Probe the stub cache.
409 // to probe.
418 __ Branch(&probe);
425 __ Branch(&probe);
437 // Probe the stub cache for the value object.
438 __ bind(&probe);
635 // a quick inline probe of the receiver's dictionary
    [all...]
  /external/v8/src/x64/
ic-x64.cc 129 // Probe the dictionary.
187 // Probe the dictionary.
451 // cache. Otherwise probe the dictionary leaving result in rcx.
531 // Do a quick inline probe of the receiver's dictionary, if it
820 Label number, non_number, non_string, boolean, probe, miss; local
822 // Probe the stub cache.
834 // to probe.
843 __ jmp(&probe);
    [all...]
assembler-x64.cc 49 void CpuFeatures::Probe() {
137 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address())); local
138 supported_ = probe();
    [all...]
code-stubs-x64.cc 3218 Register probe = mask; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc.h 309 int (*probe)(struct platform_device *pdev); member in struct:snd_soc_cpu_dai
373 int (*probe)(struct platform_device *pdev); member in struct:snd_soc_codec_device
383 int (*probe)(struct platform_device *pdev); member in struct:snd_soc_platform
419 int (*probe)(struct platform_device *pdev); member in struct:snd_soc_machine
  /external/e2fsprogs/lib/blkid/
probe.c 2 * probe.c - identify a block device by its contents, and return a dev
37 #include "probe.h"
322 static int probe_ext4dev(struct blkid_probe *probe,
363 get_ext2_info(probe->dev, id, buf);
367 static int probe_ext4(struct blkid_probe *probe, struct blkid_magic *id,
411 get_ext2_info(probe->dev, id, buf);
415 static int probe_ext3(struct blkid_probe *probe, struct blkid_magic *id,
433 get_ext2_info(probe->dev, id, buf);
437 static int probe_ext2(struct blkid_probe *probe, struct blkid_magic *id,
465 get_ext2_info(probe->dev, id, buf)
1500 struct blkid_probe probe; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 979 * wps_registrar_probe_req_rx - Notify Registrar of Probe Request
981 * @addr: MAC address of the Probe Request sender
984 * This function is called on an AP when a Probe Request with WPS IE is
995 "WPS: Probe Request with WPS data received",
1003 "Probe Request");
1009 "in Probe Request");
1034 wpa_printf(MSG_DEBUG, "WPS: Probe Request for PBC received from "
1037 wpa_printf(MSG_DEBUG, "WPS: Invalid Probe Request WPS IE: No "
1041 wpa_hexdump(MSG_DEBUG, "WPS: UUID-E from Probe Request", attr.uuid_e,
1120 struct wpabuf *probe; local
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 

Completed in 3160 milliseconds

1 2 3 4 5 67 8