Home
last modified time | relevance | path

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

123456

/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.in459 #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
Dgflags_reporting.cc186 static string XMLText(const string& txt) { in XMLText()
195 static void AddXMLTag(string* r, const char* tag, const string& txt) { in AddXMLTag()
/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/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/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/trappy/scripts/
Dpublish_interactive_plots.py35 def change_resource_paths(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()
Dcommon.c40 static const char * hwaddr_parse(const char *txt, u8 *addr) in hwaddr_parse()
65 int hwaddr_aton(const char *txt, u8 *addr) in hwaddr_aton()
79 int hwaddr_masked_aton(const char *txt, u8 *addr, u8 *mask, u8 maskable) in hwaddr_masked_aton()
113 int hwaddr_compact_aton(const char *txt, u8 *addr) in hwaddr_compact_aton()
138 int hwaddr_aton2(const char *txt, u8 *addr) in hwaddr_aton2()
466 void printf_encode(char *txt, size_t maxlen, const u8 *data, size_t len) in printf_encode()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue144/
DFloatPropertyTest.java30 String txt = yaml.dump(bean); in testFloatAsJavaBeanProperty() local
/external/syslinux/com32/libutil/
Dunbase64.c40 size_t unbase64(unsigned char *buffer, size_t bufsiz, const char *txt) in unbase64()
/external/wpa_supplicant_8/hostapd/
Dwps-ap-nfc.py28 def summary(txt): argument
34 def success_report(txt): argument
/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/wpa_supplicant_8/hs20/client/
Dest.c247 char txt[100]; in add_csrattrs_oid() local
271 char txt[100]; in add_csrattrs_ext_req() local
301 char txt[100], txt2[100]; in add_csrattrs_attr() local
498 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
Dwps-nfc.py32 def summary(txt): argument
38 def success_report(txt): argument
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c25 static void tls_show_errors(int level, const char *func, const char *txt) in tls_show_errors()
229 char *txt; in mem_bio_to_str() local
403 char *txt; in issuer_match() local
498 char *txt; in check_ocsp_resp() local
/external/nanohttpd/core/src/main/resources/META-INF/nanohttpd/
Ddefault-mimetypes.properties8 txt=text/plain key

123456