Searched defs:found (Results 1 - 25 of 862) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c996 /* found it; */
1369 /* Add it to the lost and found directory.
1528 int found = 0; local
1535 while (!found) {
1536 found = 1;
1544 found = 0;
2053 if(!pendingPrioritisedExist) /* None found, so we can clear this */
2662 /* Delete the entry in the filestructure (if found) */
2667 /*T(("No level 0 found for %d\n", chunkInInode)); */
2718 /* found i
[all...]
/external/zopfli/src/zopfli/
H A Dblocksplitter.c192 splitpoints: the splitpoints found so far.
193 npoints: the amount of splitpoints found so far.
196 returns 1 if a block was found, 0 if no block found (all are done).
203 int found = 0; local
211 found = 1;
215 return found;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.c307 int found = 0; local
315 found = 1;
319 if (!found)
479 return 1; /* Channel found */
/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c206 wpa_printf(MSG_DEBUG, "SAE: No solution found");
211 wpa_printf(MSG_DEBUG, "SAE: PWE found");
279 /* if (PWE > 1) --> found */
285 wpa_printf(MSG_DEBUG, "SAE: PWE found");
298 int found = 0; local
330 for (counter = 1; counter < k || !found; counter++) {
345 found ? pwe_tmp :
351 if (found) {
356 found = 1;
362 return found
374 int found = 0; local
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c1117 int found = 0; local
1128 found++;
1131 return found;
1238 wpa_printf(MSG_DEBUG, "TLS: Suffix match in dNSName found");
1266 wpa_printf(MSG_DEBUG, "TLS: Suffix match in commonName found");
1271 wpa_printf(MSG_DEBUG, "TLS: No CommonName suffix match found");
1496 "'%s' not found", altmatch);
1503 wpa_printf(MSG_WARNING, "TLS: Domain suffix match '%s' not found",
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c1740 wpa_printf(MSG_DEBUG, "NDIS: no WPA support found");
2031 int i, error, found = 0; local
2075 found = 1;
2083 found = 1;
2088 if (!found) {
2194 wpa_printf(MSG_DEBUG, "NDIS: %d adapter names found",
2220 "found", num_name);
2539 "WZCQueryInterface, or WZCSetInterface not found "
2570 wpa_printf(MSG_DEBUG, "NDIS: Current interface found from "
2576 wpa_printf(MSG_DEBUG, "NDIS: Current interface not found fro
[all...]
H A Ddriver_nl80211.c986 int wiphy_idx, found = 0; local
1037 found = 1;
1042 if (!found)
1055 int found = 0; local
1065 found = 1;
1070 if (!found)
4197 "found");
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c832 int found = 0; local
858 found++;
861 if (!found) {
878 int found = 0, expanded_found = 0; local
910 found++;
913 if (!found)
915 wpa_hexdump(MSG_DEBUG, "EAP: allowed methods", start, found);
1879 * Returns: EAP method type or %EAP_TYPE_NONE if not found
1967 * Returns: Pointer to the current network configuration or %NULL if not found
1984 * Returns: Pointer to the identity or %NULL if not found
[all...]
H A Dikev2.c299 int found = 0; local
325 if (!found && prop.integ != -1 && prop.prf != -1 &&
329 found = 1;
340 if (!found) {
341 wpa_printf(MSG_INFO, "IKEV2: No acceptable proposal found");
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dikev2.c307 int found = 0; local
333 if (!found && prop.integ != -1 && prop.prf != -1 &&
335 found = 1;
349 if (!found) {
350 wpa_printf(MSG_INFO, "IKEV2: No acceptable proposal found");
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_freebsd.c277 int found = 0; local
285 for (dev = devs; dev && !found; dev = dev->next) {
295 found = 1;
304 return found ? 0 : -1;
H A Dl2_packet_pcap.c337 int found = 0; local
345 for (dev = devs; dev && !found; dev = dev->next) {
355 found = 1;
364 return found ? 0 : -1;
H A Dl2_packet_winpcap.c300 int found = 0; local
308 for (dev = devs; dev && !found; dev = dev->next) {
318 found = 1;
327 return found ? 0 : -1;
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c360 * Returns: Pointer to the device entry or %NULL if not found
377 * Returns: Pointer to the device entry or %NULL if not found
806 p2p_dbg(p2p, "Peer found with Listen frequency %d MHz (rx_time=%u.%06u)",
825 * found again and there are no limitations of having to use
884 int found = 0; local
896 found = 1;
900 if (found)
904 if (!found) {
2001 /* No matching device type found */
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c117 bfd_boolean found; member in struct:bfd_data
130 if (data->found)
144 data->found = bfd_find_nearest_line(abfd, section, syms,
164 data.found = FALSE;
167 if (!data.found)
190 data.found = bfd_find_inliner_info(abfd, &data.filename,
192 } while (data.found);
205 data.found = FALSE;
208 if (!data.found)
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er.c504 int found = 0; local
506 while (!found) {
524 found = os_strcasecmp(val, "urn:schemas-wifialliance-org:"
550 wpa_printf(MSG_DEBUG, "WPS ER: WFADevice:1 device not found - "
1909 wpa_printf(MSG_DEBUG, "WPS ER: AP not found for learn "
1942 wpa_printf(MSG_DEBUG, "WPS ER: AP not found for set config "
1995 wpa_printf(MSG_DEBUG, "WPS ER: AP not found for config "
H A Dwps_registrar.c440 wpa_printf(MSG_DEBUG, "WPS: %u active PBC session(s) found", count);
847 * Returns: 0 on success, -1 on failure (e.g., PIN not found)
870 struct wps_uuid_pin *pin, *found = NULL; local
877 found = pin;
882 if (!found) {
892 found = pin;
898 if (!found)
905 if (found->flags & PIN_LOCKED) {
910 *pin_len = found->pin_len;
911 found
[all...]
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c375 wpa_printf(MSG_INFO, "No SubscriptionUpdate/TrustRoot/CertURL found from PPS");
402 wpa_printf(MSG_INFO, "No PolicyUpdate/TrustRoot/CertURL found from PPS");
429 wpa_printf(MSG_INFO, "No AAAServerTrustRoot/CertURL found from PPS");
436 wpa_printf(MSG_INFO, "No AAAServerTrustRoot/CertURL found from PPS");
2138 wpa_printf(MSG_INFO, "Requested operator friendly name '%s' not found in the list of available providers",
2140 write_summary(ctx, "Requested operator friendly name '%s' not found in the list of available providers",
2416 wpa_printf(MSG_INFO, "No HomeSP/FQDN found from PPS");
2421 wpa_printf(MSG_INFO, "No HomeSP/FQDN text found from PPS");
2573 wpa_printf(MSG_INFO, "No HomeSP/FQDN found from PPS");
2578 wpa_printf(MSG_INFO, "No HomeSP/FQDN text found fro
2697 int found; local
2747 int found = 0; local
2786 int found = 0; local
2822 int found = 0; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Ddfs.c307 int found = 0; local
315 found = 1;
319 if (!found)
479 return 1; /* Channel found */
/external/wpa_supplicant_8/src/common/
H A Dsae.c206 wpa_printf(MSG_DEBUG, "SAE: No solution found");
211 wpa_printf(MSG_DEBUG, "SAE: PWE found");
279 /* if (PWE > 1) --> found */
285 wpa_printf(MSG_DEBUG, "SAE: PWE found");
298 int found = 0; local
330 for (counter = 1; counter < k || !found; counter++) {
345 found ? pwe_tmp :
351 if (found) {
356 found = 1;
362 return found
374 int found = 0; local
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c1117 int found = 0; local
1128 found++;
1131 return found;
1238 wpa_printf(MSG_DEBUG, "TLS: Suffix match in dNSName found");
1266 wpa_printf(MSG_DEBUG, "TLS: Suffix match in commonName found");
1271 wpa_printf(MSG_DEBUG, "TLS: No CommonName suffix match found");
1496 "'%s' not found", altmatch);
1503 wpa_printf(MSG_WARNING, "TLS: Domain suffix match '%s' not found",
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c1740 wpa_printf(MSG_DEBUG, "NDIS: no WPA support found");
2031 int i, error, found = 0; local
2075 found = 1;
2083 found = 1;
2088 if (!found) {
2194 wpa_printf(MSG_DEBUG, "NDIS: %d adapter names found",
2220 "found", num_name);
2539 "WZCQueryInterface, or WZCSetInterface not found "
2570 wpa_printf(MSG_DEBUG, "NDIS: Current interface found from "
2576 wpa_printf(MSG_DEBUG, "NDIS: Current interface not found fro
[all...]
H A Ddriver_nl80211.c986 int wiphy_idx, found = 0; local
1037 found = 1;
1042 if (!found)
1055 int found = 0; local
1065 found = 1;
1070 if (!found)
4197 "found");
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c832 int found = 0; local
858 found++;
861 if (!found) {
878 int found = 0, expanded_found = 0; local
910 found++;
913 if (!found)
915 wpa_hexdump(MSG_DEBUG, "EAP: allowed methods", start, found);
1879 * Returns: EAP method type or %EAP_TYPE_NONE if not found
1967 * Returns: Pointer to the current network configuration or %NULL if not found
1984 * Returns: Pointer to the identity or %NULL if not found
[all...]

Completed in 8465 milliseconds

1234567891011>>