Home
last modified time | relevance | path

Searched defs:txt (Results 1 – 25 of 262) sorted by relevance

1234567891011

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dcli.c69 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dcli.c69 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()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dpread.c29 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
Dpwrite.c38 const char *txt = "This is pwrite_0100 test."; in pwrite_0100() local
65 const char *txt = "This is pwrite_0200 test."; in pwrite_0200() local
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dflag.h303 #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/abseil-cpp/absl/flags/
Dflag.h302 #define ABSL_FLAG_IMPL_FLAGNAME(txt) "" argument
307 #define ABSL_FLAG_IMPL_FLAGNAME(txt) txt argument
316 #define ABSL_FLAG_IMPL_FLAGHELP(txt) absl::flags_internal::kStrippedFlagHelp argument
318 #define ABSL_FLAG_IMPL_FLAGHELP(txt) txt argument
329 #define ABSL_FLAG_IMPL_DECLARE_HELP_WRAPPER(name, txt) \ argument
/third_party/node/deps/npm/lib/utils/
Dusage.js4 module.exports = function usage (cmd, txt, opt) { argument
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.cc26 namespace txt { namespace
45 skt::ParagraphStyle TxtToSkia(const ParagraphStyle& txt) { in TxtToSkia()
82 skt::TextStyle TxtToSkia(const TextStyle& txt) { in TxtToSkia()
/third_party/boost/libs/flyweight/example/
Dserialization.cpp64 text_container txt; in save_serialization_file() local
94 text_container txt; in load_serialization_file() local
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dtext_decoration.cc22 namespace txt { namespace
Dplatform_fuchsia.cc7 namespace txt { namespace
Dplatform_linux.cc18 namespace txt { namespace
Dplatform.cc11 namespace txt { namespace
Dplatform_android.cc7 namespace txt { namespace
Dplatform_ohos.cc13 namespace txt { namespace
Dtest_font_manager.cc20 namespace txt { namespace
Dparagraph_style.cc21 namespace txt { namespace
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dfont_collection_unittests.cc23 namespace txt { namespace
/third_party/grpc/tools/run_tests/
Drun_microbenchmark.py66 def link(txt, tgt): argument
72 def text(txt): argument
/third_party/jerryscript/tests/jerry/
Dfor-parse.js15 function parse(txt) { argument
Dif_parser.js15 function test_parse_error (txt) { argument
Darguments-parse.js15 function check_parse_error (txt) { argument
/third_party/node/deps/npm/node_modules/json-parse-better-errors/
Dindex.js4 function parseJson (txt, reviver, context) { argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dradeonsi-run-tests.py38 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/flutter/engine/flutter/third_party/txt/benchmarks/
Dstyled_runs_benchmarks.cc24 namespace txt { namespace

1234567891011