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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/net/
ipsock_posix.go 40 // support too. So probe the kernel to figure it out.
70 // returns an error and we don't need to probe the
  /external/wpa_supplicant_8/src/p2p/
p2p.h 275 * hash - 6 octet Service Name has to match against incoming Probe Requests
629 * send_probe_resp - Transmit a Probe Response frame
631 * @buf: Probe Response frame (including the header and body)
635 * This function is used to reply to Probe Request frames that were
638 * dropped if the driver is not listening to Probe Request frames
641 * Alternatively, the responsibility for building the Probe Response
644 * pointer can be %NULL). The WPS and P2P IEs to be added for Probe
646 * start_listen() callback. It should be noted that the received Probe
690 * @probe_resp_ie: IE(s) to be added to Probe Response frames
701 * the IEs from probe_resp_ie need to be added to the end of the Probe
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-raw.tbl 81 DBR#; IC:mov-to-IND-DBR+3; IC:probe-all, IC:lfetch-all, IC:mem-readers, IC:mem-writers; data
116 PKR#; IC:mov-to-IND-PKR+3; IC:mem-readers, IC:mem-writers, IC:mov-from-IND-PKR+4, IC:probe-all; data
142 PSR.cpl; epc, br.ret; IC:priv-ops, br.call, brl.call, epc, IC:mov-from-AR-ITC, IC:mov-from-AR-RUC, IC:mov-to-AR-ITC, IC:mov-to-AR-RSC, IC:mov-to-AR-RUC, IC:mov-to-AR-K, IC:mov-from-IND-PMD, IC:probe-all, IC:mem-readers, IC:mem-writers, IC:lfetch-all; implied
143 PSR.cpl; rfi; IC:priv-ops, br.call, brl.call, epc, IC:mov-from-AR-ITC, IC:mov-from-AR-RUC, IC:mov-to-AR-ITC, IC:mov-to-AR-RSC, IC:mov-to-AR-RUC, IC:mov-to-AR-K, IC:mov-from-IND-PMD, IC:probe-all, IC:mem-readers, IC:mem-writers, IC:lfetch-all; impliedF
144 PSR.da; rfi; IC:mem-readers, IC:lfetch-all, IC:mem-writers, IC:probe-fault; impliedF
145 PSR.db; IC:mov-to-PSR-l; IC:lfetch-all, IC:mem-readers, IC:mem-writers, IC:probe-fault; data
147 PSR.db; rfi; IC:lfetch-all, IC:mem-readers, IC:mem-writers, IC:mov-from-PSR, IC:probe-fault; impliedF
148 PSR.dd; rfi; IC:lfetch-all, IC:mem-readers, IC:probe-fault, IC:mem-writers; impliedF
176 PSR.pk; IC:sys-mask-writers-partial+7, IC:mov-to-PSR-l; IC:lfetch-all, IC:mem-readers, IC:mem-writers, IC:probe-all; data
178 PSR.pk; rfi; IC:lfetch-all, IC:mem-readers, IC:mem-writers, IC:mov-from-PSR, IC:probe-all; implied
    [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /external/bison/src/
state.c 395 state *probe = xmalloc (offsetof (state, items) + items_size); local
398 probe->nitems = nitems;
399 memcpy (probe->items, core, items_size);
400 entry = hash_lookup (state_table, probe);
401 free (probe);
  /external/clang/lib/Lex/
HeaderMap.cpp 215 // Don't probe infinitely.
219 // Linearly probe the hash table.
224 // See if the key matches. If not, probe on.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 136 #define WLC_E_PROBREQ_MSG 44 /* probe request received */
162 #define WLC_E_PROBRESP_MSG 71 /* probe response received */
163 #define WLC_E_P2P_PROBREQ_MSG 72 /* P2P Probe request received */
  /libcore/ojluni/src/main/java/java/net/
SocketOptions.java 300 * TCP automatically sends a keepalive probe to the peer. This probe is a
304 * notified (since everything is OK). TCP will send another probe
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 113 * @tparam Comb_Probe_Fn Combining probe functor.
115 * is the ranged-probe functor; otherwise,
120 * @tparam Probe_Fn Probe functor.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 113 * @tparam Comb_Probe_Fn Combining probe functor.
115 * is the ranged-probe functor; otherwise,
120 * @tparam Probe_Fn Probe functor.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 113 * @tparam Comb_Probe_Fn Combining probe functor.
115 * is the ranged-probe functor; otherwise,
120 * @tparam Probe_Fn Probe functor.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 113 * @tparam Comb_Probe_Fn Combining probe functor.
115 * is the ranged-probe functor; otherwise,
120 * @tparam Probe_Fn Probe functor.
  /external/autotest/client/common_lib/
boottool.py 33 return self._run_boottool('--bootloader-probe').strip()
40 return self._run_boottool('--arch-probe').strip()
boottool_unittest.py 28 self.expect_run_boottool(('--bootloader-probe',), 'lilo\n')
36 self.expect_run_boottool(('--arch-probe',), 'x86_64\n')
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_unittest.cc 142 printf("[Error] Can not probe caps on device '%s'\n", dev_name);
186 printf("[Error] Can not probe caps on device '%s'\n", dev_name);
  /external/avahi/specs/
draft-cheshire-dnsext-multicastdns-06.txt 204 a responder MUST probe to verify that no other responder already
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 148 // Probe start of the range.
156 // Probe end of the range.
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
LZWEncoder.java 69 // secondary probe. Here, the modular division first probe is gives way
  /external/icu/icu4c/source/common/
wintz.c 53 * HKLM subkeys used to probe for the flavor of Windows. Note that we
100 probe keys. We don't use the OS version API because what we
  /external/iw/
nl80211.h 224 * attributes. For drivers that generate the beacon and probe responses
324 * probe requests at CCK rate or not.
333 * are passed, they are used in the probe requests. For
335 * string). If no SSID is passed, no probe requests are sent and
    [all...]
  /external/kernel-headers/original/uapi/linux/
nl80211.h 225 * attributes. For drivers that generate the beacon and probe responses
325 * probe requests at CCK rate or not.
342 * are passed, they are used in the probe requests. For
344 * string). If no SSID is passed, no probe requests are sent and
    [all...]
  /external/neven/Embedded/common/src/b_APIEm/
Functions.c 98 /* consider id of maximum equal to probe id */
131 /* consider id of maximum equal to probe id */
  /external/wpa_supplicant_8/src/drivers/
nl80211_copy.h 225 * attributes. For drivers that generate the beacon and probe responses
325 * probe requests at CCK rate or not.
342 * are passed, they are used in the probe requests. For
344 * string). If no SSID is passed, no probe requests are sent and
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
container_base_dispatch.hpp 301 /// Specialization general-probe hash map.
325 /// Specialization general-probe hash set.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
container_base_dispatch.hpp 301 /// Specialization general-probe hash map.
325 /// Specialization general-probe hash set.

Completed in 2324 milliseconds

<<11121314151617181920>>