Home
last modified time | relevance | path

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

123456789

/external/openscreen/discovery/dnssd/public/
Ddns_sd_txt_record_unittest.cc15 DnsSdTxtRecord txt; in TEST() local
26 DnsSdTxtRecord txt; in TEST() local
37 DnsSdTxtRecord txt; in TEST() local
72 DnsSdTxtRecord txt; in TEST() local
81 DnsSdTxtRecord txt; in TEST() local
92 DnsSdTxtRecord txt; in TEST() local
101 DnsSdTxtRecord txt; in TEST() local
109 DnsSdTxtRecord txt; in TEST() local
116 DnsSdTxtRecord txt; in TEST() local
Ddns_sd_instance_endpoint.h61 DnsSdTxtRecord txt, in DnsSdInstanceEndpoint()
98 DnsSdTxtRecord txt, in DnsSdInstanceEndpoint()
119 DnsSdTxtRecord txt, in DnsSdInstanceEndpoint()
Ddns_sd_instance.h40 DnsSdTxtRecord txt, in DnsSdInstance()
68 const DnsSdTxtRecord& txt() const { return txt_; } in txt() function
Ddns_sd_instance_endpoint.cc21 DnsSdTxtRecord txt, in DnsSdInstanceEndpoint()
36 DnsSdTxtRecord txt, in DnsSdInstanceEndpoint()
/external/openscreen/discovery/dnssd/impl/
Dconversion_layer_unittest.cc23 TxtRecordRdata txt = MakeTxtRecord({}); in TEST() local
30 TxtRecordRdata txt; in TEST() local
37 TxtRecordRdata txt = MakeTxtRecord({"name=value"}); in TEST() local
53 TxtRecordRdata txt = MakeTxtRecord({"=value"}); in TEST() local
59 TxtRecordRdata txt = MakeTxtRecord({"name"}); in TEST() local
98 DnsSdTxtRecord txt; in TEST() local
134 DnsSdTxtRecord txt; in TEST() local
166 DnsSdTxtRecord txt; in TEST() local
197 DnsSdTxtRecord txt; in TEST() local
212 DnsSdTxtRecord txt; in TEST() local
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-parse-txt.cc21 struct ares_txt_reply* txt = nullptr; in TEST_F() local
52 struct ares_txt_ext* txt = nullptr; in TEST_F() local
101 struct ares_txt_reply* txt = nullptr; in TEST_F() local
129 struct ares_txt_reply* txt = nullptr; in TEST_F() local
160 struct ares_txt_reply* txt = nullptr; in TEST_F() local
182 struct ares_txt_reply* txt = nullptr; in TEST_F() local
198 struct ares_txt_reply* txt = nullptr; in TEST_F() local
255 struct ares_txt_reply* txt = nullptr; in TEST_F() local
/external/gflags/android/gflags/
Dgflags.h459 #define MAYBE_STRIPPED_HELP(txt) \ argument
462 #define MAYBE_STRIPPED_HELP(txt) txt argument
507 #define DEFINE_bool(name, val, txt) \ argument
514 #define DEFINE_int32(name, val, txt) \ argument
518 #define DEFINE_uint32(name,val, txt) \ argument
522 #define DEFINE_int64(name, val, txt) \ argument
526 #define DEFINE_uint64(name,val, txt) \ argument
530 #define DEFINE_double(name, val, txt) \ argument
581 #define DEFINE_string(name, val, txt) \ argument
/external/gflags/src/
Dgflags.h.in480 #define MAYBE_STRIPPED_HELP(txt) \ argument
483 #define MAYBE_STRIPPED_HELP(txt) txt argument
528 #define DEFINE_bool(name, val, txt) \ argument
535 #define DEFINE_int32(name, val, txt) \ argument
539 #define DEFINE_uint32(name,val, txt) \ argument
543 #define DEFINE_int64(name, val, txt) \ argument
547 #define DEFINE_uint64(name,val, txt) \ argument
551 #define DEFINE_double(name, val, txt) \ argument
602 #define DEFINE_string(name, val, txt) \ argument
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateSubdivisions.java93 …ter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/" + source + ".txt")) { in main()
109 …pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/subdivisionAliases.txt")) { in main()
115 …tWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/categories.txt")) { in main()
118 …ry (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/en.txt")) { in main()
121 …rintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/en-full.txt")) { in main()
124 …Writer pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/missing-mid.txt")) { in main()
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags.h452 #define MAYBE_STRIPPED_HELP(txt) \ argument
455 #define MAYBE_STRIPPED_HELP(txt) txt argument
500 #define DEFINE_bool(name, val, txt) \ argument
507 #define DEFINE_int32(name, val, txt) \ argument
511 #define DEFINE_int64(name, val, txt) \ argument
515 #define DEFINE_uint64(name,val, txt) \ argument
519 #define DEFINE_double(name, val, txt) \ argument
550 #define DEFINE_string(name, val, txt) \ argument
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags.h452 #define MAYBE_STRIPPED_HELP(txt) \ argument
455 #define MAYBE_STRIPPED_HELP(txt) txt argument
500 #define DEFINE_bool(name, val, txt) \ argument
507 #define DEFINE_int32(name, val, txt) \ argument
511 #define DEFINE_int64(name, val, txt) \ argument
515 #define DEFINE_uint64(name,val, txt) \ argument
519 #define DEFINE_double(name, val, txt) \ argument
550 #define DEFINE_string(name, val, txt) \ argument
/external/wpa_supplicant_8/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()
/external/openscreen/cast/common/public/testing/
Ddiscovery_utils.cc22 discovery::DnsSdTxtRecord txt; in CreateValidTxt() local
32 void CompareTxtString(const discovery::DnsSdTxtRecord& txt, in CompareTxtString()
45 void CompareTxtInt(const discovery::DnsSdTxtRecord& txt, in CompareTxtInt()
/external/webrtc/third_party/abseil-cpp/absl/flags/
Dflag.h274 #define ABSL_FLAG_IMPL_FLAGNAME(txt) "" argument
284 #define ABSL_FLAG_IMPL_FLAGNAME(txt) txt argument
298 #define ABSL_FLAG_IMPL_FLAGHELP(txt) absl::flags_internal::kStrippedFlagHelp argument
300 #define ABSL_FLAG_IMPL_FLAGHELP(txt) txt argument
308 #define ABSL_FLAG_IMPL_DECLARE_HELP_WRAPPER(name, txt) \ argument
/external/abseil-cpp/absl/flags/
Dflag.h274 #define ABSL_FLAG_IMPL_FLAGNAME(txt) "" argument
284 #define ABSL_FLAG_IMPL_FLAGNAME(txt) txt argument
298 #define ABSL_FLAG_IMPL_FLAGHELP(txt) absl::flags_internal::kStrippedFlagHelp argument
300 #define ABSL_FLAG_IMPL_FLAGHELP(txt) txt argument
308 #define ABSL_FLAG_IMPL_DECLARE_HELP_WRAPPER(name, txt) \ argument
/external/openscreen/third_party/abseil/src/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
/external/libtextclassifier/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
/external/rust/crates/grpcio-sys/grpc/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
/external/angle/third_party/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
/external/perfetto/ui/src/frontend/
Dtopbar.ts45 const txt = (e.target as HTMLInputElement); constant
69 const txt = e.target as HTMLInputElement; constant
87 const txt = vnode.dom.querySelector('input') as HTMLInputElement; constant
/external/openscreen/cast/common/public/
Dservice_info_unittest.cc25 discovery::DnsSdTxtRecord txt = CreateValidTxt(); in TEST() local
79 discovery::DnsSdTxtRecord txt = CreateValidTxt(); in TEST() local
163 discovery::DnsSdTxtRecord txt; in TEST() local
Dservice_info.cc61 std::string GetStringFromRecord(const discovery::DnsSdTxtRecord& txt, in GetStringFromRecord()
107 discovery::DnsSdTxtRecord txt; in ServiceInfoToDnsSdInstance() local
/external/grpc-grpc/tools/run_tests/
Drun_microbenchmark.py67 def link(txt, tgt): argument
73 def text(txt): argument
/external/markdown/markdown/extensions/
Dcodehilite.py103 def _escape(self, txt): argument
111 def _number(self, txt): argument
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_microbenchmark.py66 def link(txt, tgt): argument
72 def text(txt): argument

123456789