HomeSort by relevance Sort by last modified time
    Searched refs:ndef (Results 26 - 40 of 40) sorted by null

12

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tokenize.py 491 >>> dump_tokens("@staticmethod\\ndef foo(x,y): pass")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 491 >>> dump_tokens("@staticmethod\\ndef foo(x,y): pass")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 491 >>> dump_tokens("@staticmethod\\ndef foo(x,y): pass")
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 1217 int ndef; local
1226 ndef = 0;
1227 else if (os_strcmp(cmd, "NDEF") == 0)
1228 ndef = 1;
1232 buf = wpas_wps_nfc_config_token(wpa_s, ndef, pos);
1250 int ndef; local
1255 ndef = 0;
1256 else if (os_strcmp(cmd, "NDEF") == 0)
1257 ndef = 1;
1261 buf = wpas_wps_nfc_token(wpa_s, ndef);
1365 int ndef; local
1448 int ndef; local
1810 int ndef; local
    [all...]
ap.c 1084 int ndef)
1091 return hostapd_wps_nfc_config_token(hapd, ndef);
1096 int ndef)
1103 return hostapd_wps_nfc_hs_cr(hapd, ndef);
    [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 881 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey,
884 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey,
899 /* ndef.c */
  /system/nfc/src/nfc/include/
rw_api.h 52 RW_T1T_NDEF_DETECT_EVT, /* NDEF detection complete */
53 RW_T1T_NDEF_READ_EVT, /* NDEF read completed */
54 RW_T1T_NDEF_WRITE_EVT, /* NDEF write complete */
66 RW_T2T_NDEF_DETECT_EVT, /* NDEF detection complete */
68 RW_T2T_NDEF_READ_EVT, /* NDEF read completed */
69 RW_T2T_NDEF_WRITE_EVT, /* NDEF write complete */
82 RW_T3T_NDEF_DETECT_EVT, /* NDEF detection complete */
93 RW_T4T_FIRST_EVT, /* Result of NDEF detection procedure */
94 /* Mandatory NDEF file is selected */
109 RW_I93_FIRST_EVT, /* Result of NDEF detection procedure *
254 tRW_DETECT_NDEF_DATA ndef; \/* The information of detected NDEF data *\/ member in union:__anon107599
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 257 int ndef; local
262 ndef = 0;
263 else if (os_strcmp(cmd, "NDEF") == 0)
264 ndef = 1;
268 buf = hostapd_wps_nfc_config_token(hapd, ndef);
285 int ndef)
290 buf = hostapd_wps_nfc_token_gen(hapd, ndef);
313 if (os_strcmp(cmd, "NDEF") == 0)
336 int ndef; local
344 ndef = 0
    [all...]
Android.mk 486 OBJS += src/wps/ndef.c
  /cts/tests/tests/ndef/src/android/ndef/cts/
NdefTest.java 17 package android.ndef.cts;
30 * NDEF is a NFC-Forum defined data format.<p>
31 * NDEF is often used with NFC, but it is just a data format and no NFC
299 //A Smart Poster containing a URL and no text (nested NDEF Messages) */
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 875 input := "abc\ndef\n"
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 875 input := "abc\ndef\n"
    [all...]
  /external/elfutils/src/
ldgeneric.c 3803 int ndef = 0; local
    [all...]

Completed in 1469 milliseconds

12