Home
last modified time | relevance | path

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

1234567

/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/cldr/tools/java/org/unicode/cldr/tool/
DGenerateSubdivisions.java88 …ter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/" + source + ".txt")) { in main()
104 …pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/subdivisionAliases.txt")) { in main()
110 …tWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/categories.txt")) { in main()
113 …ry (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/en.txt")) { in main()
116 …rintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/en-full.txt")) { in main()
119 …Writer pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/missing-mid.txt")) { in main()
DCompareEn.java22 …PrintWriter out = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY + "comparison", "en.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/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/google-breakpad/src/third_party/linux/include/gflags/
Dgflags.h433 #define MAYBE_STRIPPED_HELP(txt) (false ? (txt) : kStrippedFlagHelp) argument
435 #define MAYBE_STRIPPED_HELP(txt) txt argument
483 #define DEFINE_bool(name,val,txt) \ argument
491 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32,I, name, val, txt) argument
494 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt) argument
497 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt) argument
500 #define DEFINE_double(name,val,txt) DEFINE_VARIABLE(double,D, name, val, txt) argument
518 #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()
Dcli.h19 char *txt; member
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
Dgflags.h469 #define MAYBE_STRIPPED_HELP(txt) (false ? (txt) : ::google::kStrippedFlagHelp) argument
471 #define MAYBE_STRIPPED_HELP(txt) txt argument
519 #define DEFINE_bool(name, val, txt) \ argument
527 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32, I, name, val, txt) argument
530 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt) argument
533 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt) argument
536 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt) argument
574 #define DEFINE_string(name, val, txt) \ argument
/external/webrtc/third_party/gflags/gen/win/include/gflags/
Dgflags.h487 #define MAYBE_STRIPPED_HELP(txt) (false ? (txt) : kStrippedFlagHelp) argument
489 #define MAYBE_STRIPPED_HELP(txt) txt argument
539 #define DEFINE_bool(name, val, txt) \ argument
547 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32, I, name, val, txt) argument
550 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt) argument
553 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt) argument
556 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt) argument
591 #define DEFINE_string(name, val, txt) \ argument
/external/perfetto/ui/src/frontend/
Dtopbar.ts45 const txt = (e.target as HTMLInputElement); constant
69 const txt = e.target as HTMLInputElement; constant
/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
Dfenced_code.py102 def _escape(self, txt): argument
/external/wpa_supplicant_8/src/utils/
Dip_addr.c36 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr) in hostapd_parse_ip_addr()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue144/
DFloatPropertyTest.java30 String txt = yaml.dump(bean); in testFloatAsJavaBeanProperty() local
/external/wpa_supplicant_8/hostapd/
Dwps-ap-nfc.py28 def summary(txt): argument
34 def success_report(txt): argument
/external/skqp/src/compute/hs/gen/
Dtarget_debug.c30 FILE * txt; member
/external/skia/src/compute/hs/gen/
Dtarget_debug.c30 FILE * txt; member
/external/autotest/tko/
Dreason_qualifier.py20 def numbers_are_irrelevant(txt): argument
/external/wpa_supplicant_8/wpa_supplicant/
Dnfc_pw_token.c42 char txt[1000]; in main() local
/external/cldr/tools/java/org/unicode/cldr/util/
DApproximateWidth.java45 MyFileHander.process(ApproximateWidth.class, "data/ApproximateWidth.txt"); in MyFileHander.process()
/external/wpa_supplicant_8/hs20/client/
Dest.c252 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
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dp2p-nfc.py39 def summary(txt): argument
45 def success_report(txt): argument

1234567