/external/libsepol/src/ |
expand.c | 58 static int linear_probe_create(struct linear_probe *probe, uint32_t length) 60 probe->table = calloc(length, sizeof(*probe->table)); 61 if (probe->table == NULL) 64 probe->ends = calloc(length, sizeof(*probe->ends)); 65 if (probe->ends == NULL) 68 probe->length = length; 73 static void linear_probe_destroy(struct linear_probe *probe) 75 if (probe->length == 0 1466 struct linear_probe probe; local [all...] |
/external/chromium_org/chrome/browser/net/ |
dns_probe_browsertest.cc | 487 // No tests should have any unconsumed probe statuses. 608 // Check title by roundtripping to renderer, to make sure any probe results 626 // Check text by roundtripping to renderer, to make sure any probe results 701 // A single probe should be triggered by the error page load, and it should 721 // Committing the Link Doctor page should trigger sending the probe result 768 // A single probe should be triggered by the error page load, and it should 786 // The page committing should result in sending the probe results again. 847 // page, and receiving a probe result afterwards does not swap in a DNS error 886 // provisional load. If a probe was started (or considered but not run), 889 // start a probe for this DNS error [all...] |
/external/llvm/lib/Support/ |
FoldingSet.cpp | 260 void *Probe = OldBuckets[i]; 261 if (!Probe) continue; 262 while (Node *NodeInBucket = GetNextPtr(Probe)) { 264 Probe = NodeInBucket->getNextInBucket(); 286 void *Probe = *Bucket; 291 while (Node *NodeInBucket = GetNextPtr(Probe)) { 296 Probe = NodeInBucket->getNextInBucket(); 401 void *Probe = NodePtr->getNextInBucket(); 403 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe)) 407 void **Bucket = GetBucketPtr(Probe); [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 180 * ago the last Beacon or Probe Response frame was received) 207 * Followed by ie_len octets of IEs from Probe Response frame (or if 274 * extra_ies - Extra IE(s) to add into Probe Request or %NULL 327 * Mbps from the support rates element(s) in the Probe Request frames 661 * proberesp - Probe Response template 663 * This is used by drivers that reply to Probe Requests internally in 664 * AP mode and require the full Probe Response template. 674 * ssid - The SSID to use in Beacon/Probe Response frames 727 * proberesp_ies - P2P/WPS IE(s) for Probe Response frames 730 * reply to Probe Request frames internally [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_registrar.c | 1079 * wps_registrar_probe_req_rx - Notify Registrar of Probe Request 1081 * @addr: MAC address of the Probe Request sender 1084 * This function is called on an AP when a Probe Request with WPS IE is 1096 "WPS: Probe Request with WPS data received", 1104 "Probe Request"); 1110 "in Probe Request"); 1135 wpa_printf(MSG_DEBUG, "WPS: Probe Request for PBC received from " 1138 wpa_printf(MSG_DEBUG, "WPS: Invalid Probe Request WPS IE: No " 1142 wpa_hexdump(MSG_DEBUG, "WPS: UUID-E from Probe Request", attr.uuid_e, 1153 "based on Probe Request from the Enrollee 1240 struct wpabuf *probe; local [all...] |
wps_validate.c | 1119 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe, 1127 "%sProbe Response frame", probe ? "" : "Beacon/"); 1132 "%sProbe Response frame", probe ? "" : "Beacon/"); 1146 wps_validate_response_type(attr.response_type, probe) || 1147 wps_validate_uuid_e(attr.uuid_e, probe) || 1149 probe) || 1151 probe) || 1153 probe) || 1155 attr.serial_number_len, probe) || 1156 wps_validate_primary_dev_type(attr.primary_dev_type, probe) || [all...] |
/external/chromium/base/ |
bind_helpers.h | 91 // want to probe for. Then we create a class Base that inherits from both T 92 // (the class we wish to probe) and BaseMixin. Note that the function 119 // This method of SFINAE will correctly probe for inherited names, but it cannot
|
/external/linux-tools-perf/ |
Android.mk | 63 util/probe-event.c \ 64 util/probe-finder.c \ 177 builtin-probe.c \
|
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
WriteExternalStorageTest.java | 269 final File probe = buildProbeFile(Environment.getExternalStorageDirectory()); local 270 assertTrue(probe.createNewFile()); 278 final File testProbe = new File(testMount, probe.getName()); 290 probe.delete();
|
/development/ndk/platforms/android-3/include/linux/mmc/ |
card.h | 93 int (*probe)(struct mmc_card *); member in struct:mmc_driver
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
map.h | 67 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
|
/external/chromium_org/remoting/host/ |
usage_stats_consent_win.cc | 50 // value in the ClientState or ClientStateMedium key. Probe
|
/external/chromium_org/v8/src/ia32/ |
cpu-ia32.cc | 45 CpuFeatures::Probe();
|
/external/e2fsprogs/lib/blkid/ |
blkid.h | 76 /* probe.c */
|
blkid.h.in | 76 /* probe.c */
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSConstants.java | 44 public static final int PROBE_WAIT_INTERVAL = 250; // milliseconds between probe loops.
|
/external/kernel-headers/original/linux/mmc/ |
card.h | 97 int (*probe)(struct mmc_card *); member in struct:mmc_driver
|
/external/kernel-headers/original/linux/mtd/ |
map.h | 168 to a chip probe routine -- either JEDEC or CFI probe or both -- via 169 do_map_probe(). If a chip is recognised, the probe code will invoke the 226 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
|
/external/llvm/test/CodeGen/X86/ |
win_chkstk.ll | 10 ; and the 32-bit version of __chkstk will probe the stack and adjust the stack pointer.
|
/external/qemu/ |
android-configure.sh | 325 ### SDL Probe 339 log "SDL-probe : SDL_CFLAGS = $SDL_CFLAGS" 340 log "SDL-probe : SDL_LIBS = $SDL_LIBS" 368 log "SDL-probe : static linking ok" 398 log "SDL-probe : extra features ok" 435 # Probe a system library 439 # $3: Path to source file for probe program (e.g. android/config/check-alsa.c) 478 ### Compiler probe 482 #### Host system probe
|
/external/wpa_supplicant_8/src/ap/ |
ieee802_11.h | 42 int probe);
|
/libcore/luni/src/main/java/java/lang/ |
CharSequence.java | 23 * methods to probe them.
|
/ndk/build/awk/ |
extract-pid.awk | 44 # it somewhere else. We will probe the output to detect this, but
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/trie_policy/ |
sample_trie_e_access_traits.hpp | 38 * Contains a sample probe policy.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
parport.h | 38 /* Type classes for Plug-and-Play probe. */
|