| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| D | cli.c | 69 const char *txt) in cli_txt_list_get() 81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt) in cli_txt_list_del() 91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_del_addr() 103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_del_word() 120 int cli_txt_list_add(struct dl_list *txt_list, const char *txt) in cli_txt_list_add() 140 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_add_addr() 152 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_add_word()
|
| D | cli.h | 19 char *txt; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| D | cli.c | 69 const char *txt) in cli_txt_list_get() 81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt) in cli_txt_list_del() 91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_del_addr() 103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_del_word() 120 int cli_txt_list_add(struct dl_list *txt_list, const char *txt) in cli_txt_list_add() 140 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_add_addr() 152 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_add_word()
|
| D | cli.h | 19 char *txt; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
| D | flag.h | 303 #define ABSL_FLAG_IMPL_FLAGNAME(txt) "" argument 309 #define ABSL_FLAG_IMPL_FLAGNAME(txt) txt argument 319 #define ABSL_FLAG_IMPL_FLAGHELP(txt) absl::flags_internal::kStrippedFlagHelp argument 321 #define ABSL_FLAG_IMPL_FLAGHELP(txt) txt argument 332 #define ABSL_FLAG_IMPL_DECLARE_HELP_WRAPPER(name, txt) \ argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| D | pread.c | 29 const char *txt = "This is pread_0100 test."; in pread_0100() local 54 const char *txt = "This is pread_0200 test."; in pread_0200() local 78 const char *txt = "This is pread_0300 test."; in pread_0300() local
|
| D | pwrite.c | 37 const char *txt = "This is pwrite_0100 test."; in pwrite_0100() local 64 const char *txt = "This is pwrite_0200 test."; in pwrite_0200() local
|
| /third_party/node/deps/npm/node_modules/json-parse-even-better-errors/lib/ |
| D | index.js | 35 const parseError = (e, txt, context = 20) => { argument 75 constructor (er, txt, context, caller) { argument 95 const parseJson = (txt, reviver) => { argument 112 const txt = stripBOM(raw) constant
|
| /third_party/jerryscript/tests/jerry/ |
| D | for-parse.js | 15 function parse(txt) { argument
|
| D | if_parser.js | 15 function test_parse_error (txt) { argument
|
| D | arguments-parse.js | 15 function check_parse_error (txt) { argument
|
| D | for-in-parse.js | 15 function parse (txt) { argument
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/module_identifiers_allow_for_js_extension/ |
| D | test_js_extension.ts | 18 txt: string; property in HelloWorld
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
| D | radeonsi-run-tests.py | 38 def print_red(txt, end_line=True, prefix=None): argument 44 def print_yellow(txt, end_line=True, prefix=None): argument 50 def print_green(txt, end_line=True, prefix=None): argument
|
| /third_party/skia/modules/skottie/src/text/ |
| D | SkottieShaper.cpp | 364 Shaper::Result ShapeImpl(const SkString& txt, const Shaper::TextDesc& desc, in ShapeImpl() 388 Shaper::Result ShapeToFit(const SkString& txt, const Shaper::TextDesc& orig_desc, in ShapeToFit() 454 AdjustedText(const SkString& txt, const Shaper::TextDesc& desc) in AdjustedText() 479 const AdjustedText txt(orig_txt, desc); in Shape() local 489 const AdjustedText txt(orig_txt, desc); in Shape() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | ip_addr.c | 36 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr) in hostapd_parse_ip_addr()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | ip_addr.c | 36 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr) in hostapd_parse_ip_addr()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| D | wps-ap-nfc.py | 28 def summary(txt): argument 34 def success_report(txt): argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
| D | wps-ap-nfc.py | 28 def summary(txt): argument 34 def success_report(txt): argument
|
| /third_party/openssl/doc/life-cycles/ |
| D | Makefile | 6 txt: $(subst .dot,.txt,$(GRAPHS)) target
|
| /third_party/curl/lib/ |
| D | strerror.c | 949 const char *txt = (err == ERROR_SUCCESS) ? "No error" : "Error"; in Curl_winapi_strerror() local 978 const char *txt; in Curl_sspi_strerror() local
|
| /third_party/musl/libc-test/src/regression/ |
| D | inet_pton-empty-last-field.c | 9 static void txt(char *s, unsigned char *buf) in txt() function
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
| D | est.c | 252 char txt[100]; in add_csrattrs_oid() local 276 char txt[100]; in add_csrattrs_ext_req() local 306 char txt[100], txt2[100]; in add_csrattrs_attr() local 511 char *txt; in generate_csr() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
| D | est.c | 252 char txt[100]; in add_csrattrs_oid() local 276 char txt[100]; in add_csrattrs_ext_req() local 306 char txt[100], txt2[100]; in add_csrattrs_attr() local 511 char *txt; in generate_csr() local
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
| D | RuleDump.java | 17 String txt = args[1]; in main() local
|