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

1 2 3 4 5 67 8 91011>>

  /external/fio/
configure 439 # zlib probe
458 # linux-aio probe
481 # posix aio probe
504 # posix aio fsync probe
524 # solaris aio probe
565 # libverbs probe
583 # rdmacm probe
601 # Linux fallocate probe
619 # POSIX fadvise probe
636 # POSIX fallocate probe
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
OpenIntToDoubleHashMap.java 192 j = probe(perturb, j);
222 j = probe(perturb, j);
284 j = probe(perturb, j);
304 j = probe(perturb, j);
320 * Compute next probe for collision resolution
322 * @param j previous probe
323 * @return next probe
325 private static int probe(final int perturb, final int j) { method in class:OpenIntToDoubleHashMap
366 j = probe(perturb, j);
OpenIntToFieldHashMap.java 204 j = probe(perturb, j);
234 j = probe(perturb, j);
296 j = probe(perturb, j);
316 j = probe(perturb, j);
332 * Compute next probe for collision resolution
334 * @param j previous probe
335 * @return next probe
337 private static int probe(final int perturb, final int j) { method in class:OpenIntToFieldHashMap
378 j = probe(perturb, j);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time.cc 127 for (std::list<Probe>::const_iterator it = probes_.begin();
175 LOG(LS_INFO) << "Probe failed, sent at " << send_bitrate_bps
190 // If we reach the max number of probe packets and still have no clusters,
201 // Make sure that a probe sent on a lower bitrate than our estimate can't
205 LOG(LS_INFO) << "Probe successful, sent at "
215 // Not probing and received non-probe packet, or finished with current set
293 LOG(LS_INFO) << "Probe packet received: send time=" << send_time_ms
298 probes_.push_back(Probe(send_time_ms, arrival_time_ms, payload_size));
366 // we only probe for bandwidth in the beginning of a call right now.
  /external/v8/src/base/
hashmap.h 101 Entry* Probe(void* key, uint32_t hash) const;
123 Entry* p = Probe(key, hash);
132 Entry* p = Probe(key, hash);
147 p = Probe(key, hash);
156 Entry* p = Probe(key, hash);
244 TemplateHashMapImpl<AllocationPolicy>::Probe(void* key, uint32_t hash) const {
  /external/wpa_supplicant_8/src/ap/
beacon.c 2 * hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response
711 wpa_printf(MSG_DEBUG, "STA " MACSTR " sent probe request "
718 * No need to reply if the Probe Request frame was sent on an adjacent
721 * speaking does not allow such ignoring of Probe Request frames if
723 * number of unnecessary Probe Response frames for cases where the STA
724 * is less likely to see them (Probe Request frame sent on a
733 "Ignore Probe Request due to DS Params mismatch: chan=%u != ds.chan=%u",
743 wpa_printf(MSG_MSGDUMP, "P2P: Ignore Probe Request "
756 wpa_printf(MSG_MSGDUMP, "P2P: Ignore Probe Request "
767 wpa_printf(MSG_MSGDUMP, "Probe Request from " MACSTR " for
    [all...]
  /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...]
  /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/autotest/server/site_tests/network_WiFi_MalformedProbeResp/
network_WiFi_MalformedProbeResp.py 17 malformed probe responses from an AP that we are not connected to."""
72 raise error.TestFail('Client failed to receive probe responses')
  /external/wpa_supplicant_8/src/wps/
wps.c 234 * @msg: WPS IE contents from Beacon or Probe Response frame
295 * @msg: WPS IE contents from Beacon or Probe Response frame
311 * @msg: WPS IE contents from Beacon or Probe Response frame
354 * @wps_a: WPS IE contents from Beacon or Probe Response frame
355 * @wps_b: WPS IE contents from Beacon or Probe Response frame
384 * @msg: WPS IE contents from Beacon or Probe Response frame
483 * wps_build_probe_req_ie - Build WPS IE for Probe Request
504 wpa_printf(MSG_DEBUG, "WPS: Building WPS IE for Probe Request");
  /prebuilts/ndk/current/platforms/android-12/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/current/platforms/android-13/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/current/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/current/platforms/android-15/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/current/platforms/android-16/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/current/platforms/android-17/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/current/platforms/android-18/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/current/platforms/android-19/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/current/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/autotest/client/site_tests/hardware_LightSensor/
hardware_LightSensor.py 23 Or it could mean the I2C probe for the device failed because of an incorrect
  /external/autotest/client/site_tests/kernel_AsyncDriverProbe/
kernel_AsyncDriverProbe.py 53 "(modprobe rc=%s); skipping async probe test" %
  /external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
control 35 DUT does not launch any probe requests during these dark resumes.
  /external/autotest/server/site_tests/network_WiFi_HiddenScan/
network_WiFi_HiddenScan.py 45 raise error.TestError('Unexpected probe SSIDs: %s' % probe_ssids)
  /external/autotest/server/site_tests/network_WiFi_MaskedBSSID/
network_WiFi_MaskedBSSID.py 33 # Create a second AP that responds to probe requests with the same BSSID
  /external/autotest/server/site_tests/network_WiFi_RetryConnectHidden/
network_WiFi_RetryConnectHidden.py 48 # But shill should continue to probe around for the network.

Completed in 1933 milliseconds

1 2 3 4 5 67 8 91011>>