Home
last modified time | relevance | path

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

123456

/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/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/avahi/avahi-sharp/
DEntryGroup.cs120 private static extern IntPtr avahi_string_list_new (IntPtr txt); in avahi_string_list_new()
123 private static extern IntPtr avahi_string_list_add (IntPtr list, byte[] txt); in avahi_string_list_add()
195 UInt16 port, params string[] txt) in AddService()
201 UInt16 port, params string[] txt) in AddService()
207 string host, UInt16 port, params string[] txt) in AddService()
221 string host, UInt16 port, params byte[][] txt) in AddService()
254 public void UpdateService (string name, string type, string domain, params string[] txt) in UpdateService()
260 string domain, params string[] txt) in UpdateService()
274 string domain, params byte[][] txt) in UpdateService()
/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()
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/wpa_supplicant_8/hostapd/
Dwps-ap-nfc.py28 def summary(txt): argument
34 def success_report(txt): argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue144/
DFloatPropertyTest.java30 String txt = yaml.dump(bean); in testFloatAsJavaBeanProperty() local
/external/avahi/avahi-client/
Dentrygroup.c363 static int append_string_list(DBusMessage *message, AvahiStringList *txt) { in append_string_list()
412 AvahiStringList *txt) { in avahi_entry_group_add_service_strlst()
510 AvahiStringList *txt; in avahi_entry_group_add_service() local
623 AvahiStringList *txt; in avahi_entry_group_update_service_txt() local
641 AvahiStringList *txt) { in avahi_entry_group_update_service_txt_strlst()
Dsrv-test.c44 AVAHI_GCC_UNUSED AvahiStringList *txt, in callback()
/external/autotest/tko/
Dreason_qualifier.py20 def numbers_are_irrelevant(txt): argument
/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/
Dnfc_pw_token.c42 char txt[1000]; in main() local
/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/wpa_supplicant_8/wpa_supplicant/examples/
Dwps-nfc.py32 def summary(txt): argument
38 def success_report(txt): argument
Dp2p-nfc.py39 def summary(txt): argument
45 def success_report(txt): argument
/external/libweave/examples/provider/
Davahi_client.cc55 const std::vector<std::string>& txt) { in PublishService()
/external/avahi/avahi-daemon/
Ddbus-sync-service-resolver.c60 AvahiStringList *txt, in avahi_dbus_sync_service_resolver_callback()
/external/mesa3d/src/gallium/state_trackers/vega/
Dshaders_cache.c76 static INLINE struct tgsi_token *tokens_from_assembly(const char *txt, int num_tokens) in tokens_from_assembly()
432 const char *txt, int num_tokens, in shader_create_from_text()
/external/avahi/avahi-gobject/
Dga-entry-group.c351 txt) { in ga_entry_group_add_service_strlist()
377 txt) { in ga_entry_group_add_service_full_strlist()
419 AvahiStringList *txt = NULL; in ga_entry_group_add_service() local
447 AvahiStringList *txt = NULL; in ga_entry_group_add_service_full() local
515 AvahiStringList *txt = _hash_to_string_list(priv->entries); in ga_entry_group_service_thaw() local
/external/nanohttpd/core/src/main/resources/META-INF/nanohttpd/
Ddefault-mimetypes.properties8 txt=text/plain key

123456