/third_party/python/Lib/ |
H A D | cmd.py | 35 If the value of `self.intro' is nonempty when the cmdloop method is called, 68 intro = None variable in Cmd 98 def cmdloop(self, intro=None): 115 if intro is not None: 116 self.intro = intro 117 if self.intro: 118 self.stdout.write(str(self.intro)+"\n")
|
H A D | pydoc.py | 2006 self.intro() 2032 self.intro() 2066 def intro(self): function
|
/third_party/curl/docs/libcurl/ |
H A D | mksymbolsmanpage.pl | 288 my ($intro, $dep, $rem); 290 $intro = $1; 298 print "\n## $symbol\nIntroduced in $intro.";
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | dpp_supplicant.c | 1326 struct dpp_introduction intro; in wpas_dpp_rx_peer_disc_resp() local 1398 res = dpp_peer_intro(&intro, ssid->dpp_connector, in wpas_dpp_rx_peer_disc_resp() 1416 os_memcpy(entry->pmkid, intro.pmkid, PMKID_LEN); in wpas_dpp_rx_peer_disc_resp() 1417 os_memcpy(entry->pmk, intro.pmk, intro.pmk_len); in wpas_dpp_rx_peer_disc_resp() 1418 entry->pmk_len = intro.pmk_len; in wpas_dpp_rx_peer_disc_resp() 1442 os_memset(&intro, 0, sizeof(intro)); in wpas_dpp_rx_peer_disc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | dpp_hostapd.c | 1614 struct dpp_introduction intro; in hostapd_dpp_rx_peer_disc_req() local 1657 res = dpp_peer_intro(&intro, hapd->conf->dpp_connector, in hostapd_dpp_rx_peer_disc_req() 1679 if (intro.peer_version && intro.peer_version >= 2) { in hostapd_dpp_rx_peer_disc_req() 1688 if (attr_version != intro.peer_version) { in hostapd_dpp_rx_peer_disc_req() 1691 intro.peer_version, attr_version); in hostapd_dpp_rx_peer_disc_req() 1707 if (wpa_auth_pmksa_add2(hapd->wpa_auth, src, intro.pmk, intro.pmk_len, in hostapd_dpp_rx_peer_disc_req() 1708 intro.pmkid, expiration, in hostapd_dpp_rx_peer_disc_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | dpp_supplicant.c | 2368 struct dpp_introduction intro; in wpas_dpp_rx_peer_disc_resp() local 2443 res = dpp_peer_intro(&intro, ssid->dpp_connector, in wpas_dpp_rx_peer_disc_resp() 2464 os_memcpy(entry->pmkid, intro.pmkid, PMKID_LEN); in wpas_dpp_rx_peer_disc_resp() 2465 os_memcpy(entry->pmk, intro.pmk, intro.pmk_len); in wpas_dpp_rx_peer_disc_resp() 2466 entry->pmk_len = intro.pmk_len; in wpas_dpp_rx_peer_disc_resp() 2474 if (intro.peer_version && intro.peer_version >= 2 && in wpas_dpp_rx_peer_disc_resp() 2475 peer_version != intro.peer_version) { in wpas_dpp_rx_peer_disc_resp() 2478 intro in wpas_dpp_rx_peer_disc_resp() [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | demux.mak | 58 fate-jv-demux: CMD = framecrc -i $(TARGET_SAMPLES)/jv/intro.jv -c:v copy -c:a copy 101 fate-oggopus-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/ogg/intro-partial.opus
|
H A D | adpcm.mak | 8 fate-adpcm-creative: CMD = md5 -i $(TARGET_SAMPLES)/creative/intro-partial.wav -f s16le
|
H A D | video.mak | 205 fate-jv: CMD = framecrc -i $(TARGET_SAMPLES)/jv/intro.jv -an -pix_fmt rgb24 -vf scale
|
/third_party/backends/tools/ |
H A D | sane-desc.c | 260 static char *intro = 0; variable 323 printf (" -i|--intro \"intro\" A short description of the " in print_usage() 355 {"intro", required_argument, NULL, 'i'}, in get_options() 459 intro = optarg; in get_options() 460 DBG_INFO ("setting intro to `%s'\n", optarg); in get_options() 2790 printf ("%s\n", intro); in html_print_header() 2938 if (!intro) in html_print_backends_split() 2939 intro = "<p> The following table summarizes the backends/drivers " in html_print_backends_split() 2987 if (!intro) in html_print_mfgs() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp.c | 3639 dpp_peer_intro(struct dpp_introduction *intro, const char *own_connector, in dpp_peer_intro() argument 3655 os_memset(intro, 0, sizeof(*intro)); in dpp_peer_intro() 3710 intro->peer_version = token->number; in dpp_peer_intro() 3744 if (dpp_derive_pmk(Nx, Nx_len, intro->pmk, curve->hash_len) < 0) { in dpp_peer_intro() 3748 intro->pmk_len = curve->hash_len; in dpp_peer_intro() 3751 if (dpp_derive_pmkid(curve, own_key, peer_key, intro->pmkid) < 0) { in dpp_peer_intro() 3759 os_memset(intro, 0, sizeof(*intro)); in dpp_peer_intro()
|
H A D | dpp.h | 599 dpp_peer_intro(struct dpp_introduction *intro, const char *own_connector,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | dpp_hostapd.c | 1063 struct dpp_introduction intro; in hostapd_dpp_rx_peer_disc_req() local 1106 res = dpp_peer_intro(&intro, hapd->conf->dpp_connector, in hostapd_dpp_rx_peer_disc_req() 1134 if (wpa_auth_pmksa_add2(hapd->wpa_auth, src, intro.pmk, intro.pmk_len, in hostapd_dpp_rx_peer_disc_req() 1135 intro.pmkid, expiration, in hostapd_dpp_rx_peer_disc_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.h | 457 dpp_peer_intro(struct dpp_introduction *intro, const char *own_connector,
|
H A D | dpp.c | 6445 dpp_peer_intro(struct dpp_introduction *intro, const char *own_connector, in dpp_peer_intro() argument 6467 os_memset(intro, 0, sizeof(*intro)); in dpp_peer_intro() 6584 if (dpp_derive_pmk(Nx, Nx_len, intro->pmk, curve->hash_len) < 0) { in dpp_peer_intro() 6588 intro->pmk_len = curve->hash_len; in dpp_peer_intro() 6591 if (dpp_derive_pmkid(curve, own_key, peer_key, intro->pmkid) < 0) { in dpp_peer_intro() 6599 os_memset(intro, 0, sizeof(*intro)); in dpp_peer_intro()
|
/third_party/python/Lib/test/test_email/ |
H A D | test_email.py | 1789 intro = MIMEText('''\ 1794 container.attach(intro) 1816 self._txt = intro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 348 RAW_METHOD_DUMP(OS, intro); in dump()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |