HomeSort by relevance Sort by last modified time
    Searched full:probe (Results 126 - 150 of 816) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ErrorManager.java 615 public static void nondeterminism(DecisionProbe probe,
619 Message msg = new GrammarNonDeterminismMessage(probe,d);
624 public static void danglingState(DecisionProbe probe,
628 Message msg = new GrammarDanglingStateMessage(probe,d);
638 public static void analysisAborted(DecisionProbe probe)
641 Message msg = new GrammarAnalysisAbortedMessage(probe);
646 public static void unreachableAlts(DecisionProbe probe,
650 Message msg = new GrammarUnreachableAltsMessage(probe,alts);
655 public static void insufficientPredicates(DecisionProbe probe,
660 Message msg = new GrammarInsufficientPredicatesMessage(probe,d,altToUncoveredLocations)
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
genapic_32.h 30 int (*probe)(void); member in struct:genapic
77 #define APIC_INIT(aname, aprobe) { .name = aname, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
  /development/ndk/platforms/android-9/arch-x86/include/asm/
genapic_32.h 30 int (*probe)(void); member in struct:genapic
77 #define APIC_INIT(aname, aprobe) { .name = aname, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
  /external/grub/netboot/
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/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...]
  /external/wpa_supplicant_8/src/wps/
wps.c 210 * @msg: WPS IE contents from Beacon or Probe Response frame
271 * @msg: WPS IE contents from Beacon or Probe Response frame
287 * @msg: WPS IE contents from Beacon or Probe Response frame
330 * @wps_a: WPS IE contents from Beacon or Probe Response frame
331 * @wps_b: WPS IE contents from Beacon or Probe Response frame
360 * @msg: WPS IE contents from Beacon or Probe Response frame
459 * wps_build_probe_req_ie - Build WPS IE for Probe Request
480 wpa_printf(MSG_DEBUG, "WPS: Building WPS IE for Probe Request");
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
genapic_32.h 30 int (*probe)(void); member in struct:genapic
77 #define APIC_INIT(aname, aprobe) { .name = aname, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
genapic_32.h 30 int (*probe)(void); member in struct:genapic
77 #define APIC_INIT(aname, aprobe) { .name = aname, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
  /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\
  /external/linux-tools-perf/arch/x86/util/
dwarf-regs.c 3 * Extracted from probe-finder.c
  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 41 const unsigned int probe = 1; local
53 m_Index += probe;
113 const unsigned int probe = 1; local
115 m_Index += probe;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 38 * Contains a probe policy implementation
probe_fn_base.hpp 38 * Contains a probe policy base.
quadratic_probe_fn_imp.hpp 38 * Contains a probe policy implementation
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 38 * Contains a probe policy implementation
probe_fn_base.hpp 38 * Contains a probe policy base.
quadratic_probe_fn_imp.hpp 38 * Contains a probe policy implementation
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 38 * Contains a probe policy implementation
probe_fn_base.hpp 38 * Contains a probe policy base.
quadratic_probe_fn_imp.hpp 38 * Contains a probe policy implementation
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 38 * Contains a probe policy implementation
probe_fn_base.hpp 38 * Contains a probe policy base.
quadratic_probe_fn_imp.hpp 38 * Contains a probe policy implementation
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 38 * Contains a probe policy implementation
probe_fn_base.hpp 38 * Contains a probe policy base.

Completed in 517 milliseconds

1 2 3 4 56 7 8 91011>>