| /external/gflags/android/gflags/ |
| D | gflags.h | 459 #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/ |
| D | GenerateSubdivisions.java | 88 …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()
|
| D | CompareEn.java | 22 …PrintWriter out = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY + "comparison", "en.txt")) { in main()
|
| /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
| D | gflags.h | 452 #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/ |
| D | gflags.h | 452 #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/ |
| D | gflags.h.in | 480 #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/ |
| D | gflags.h | 433 #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/ |
| 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
|
| /external/webrtc/third_party/gflags/gen/posix/include/gflags/ |
| D | gflags.h | 469 #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/ |
| D | gflags.h | 487 #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/ |
| D | topbar.ts | 45 const txt = (e.target as HTMLInputElement); constant 69 const txt = e.target as HTMLInputElement; constant
|
| /external/grpc-grpc/tools/run_tests/ |
| D | run_microbenchmark.py | 67 def link(txt, tgt): argument 73 def text(txt): argument
|
| /external/markdown/markdown/extensions/ |
| D | codehilite.py | 103 def _escape(self, txt): argument 111 def _number(self, txt): argument
|
| D | fenced_code.py | 102 def _escape(self, txt): argument
|
| /external/wpa_supplicant_8/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()
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue144/ |
| D | FloatPropertyTest.java | 30 String txt = yaml.dump(bean); in testFloatAsJavaBeanProperty() local
|
| /external/wpa_supplicant_8/hostapd/ |
| D | wps-ap-nfc.py | 28 def summary(txt): argument 34 def success_report(txt): argument
|
| /external/skqp/src/compute/hs/gen/ |
| D | target_debug.c | 30 FILE * txt; member
|
| /external/skia/src/compute/hs/gen/ |
| D | target_debug.c | 30 FILE * txt; member
|
| /external/autotest/tko/ |
| D | reason_qualifier.py | 20 def numbers_are_irrelevant(txt): argument
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| D | nfc_pw_token.c | 42 char txt[1000]; in main() local
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | ApproximateWidth.java | 45 MyFileHander.process(ApproximateWidth.class, "data/ApproximateWidth.txt"); in MyFileHander.process()
|
| /external/wpa_supplicant_8/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
|
| /external/wpa_supplicant_8/wpa_supplicant/examples/ |
| D | p2p-nfc.py | 39 def summary(txt): argument 45 def success_report(txt): argument
|