/external/cronet/stable/third_party/boringssl/src/include/openssl/ |
D | asn1t.h | 91 #define ASN1_ITEM_TEMPLATE(tname) static const ASN1_TEMPLATE tname##_item_tt argument 93 #define ASN1_ITEM_TEMPLATE_END(tname) \ argument 121 #define ASN1_SEQUENCE(tname) static const ASN1_TEMPLATE tname##_seq_tt[] argument 125 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument 131 #define ASN1_SEQUENCE_cb(tname, cb) \ argument 135 #define ASN1_SEQUENCE_ref(tname, cb) \ argument 140 #define ASN1_SEQUENCE_enc(tname, enc, cb) \ argument 145 #define ASN1_SEQUENCE_END_enc(stname, tname) \ argument 148 #define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument 150 #define ASN1_SEQUENCE_END_ref(stname, tname) \ argument [all …]
|
/external/cronet/tot/third_party/boringssl/src/include/openssl/ |
D | asn1t.h | 91 #define ASN1_ITEM_TEMPLATE(tname) static const ASN1_TEMPLATE tname##_item_tt argument 93 #define ASN1_ITEM_TEMPLATE_END(tname) \ argument 121 #define ASN1_SEQUENCE(tname) static const ASN1_TEMPLATE tname##_seq_tt[] argument 125 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument 131 #define ASN1_SEQUENCE_cb(tname, cb) \ argument 135 #define ASN1_SEQUENCE_ref(tname, cb) \ argument 140 #define ASN1_SEQUENCE_enc(tname, enc, cb) \ argument 145 #define ASN1_SEQUENCE_END_enc(stname, tname) \ argument 148 #define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument 150 #define ASN1_SEQUENCE_END_ref(stname, tname) \ argument [all …]
|
/external/boringssl/src/include/openssl/ |
D | asn1t.h | 44 #define ASN1_ITEM_TEMPLATE(tname) static const ASN1_TEMPLATE tname##_item_tt argument 46 #define ASN1_ITEM_TEMPLATE_END(tname) \ argument 74 #define ASN1_SEQUENCE(tname) static const ASN1_TEMPLATE tname##_seq_tt[] argument 78 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument 84 #define ASN1_SEQUENCE_cb(tname, cb) \ argument 88 #define ASN1_SEQUENCE_ref(tname, cb) \ argument 93 #define ASN1_SEQUENCE_enc(tname, enc, cb) \ argument 98 #define ASN1_SEQUENCE_END_enc(stname, tname) \ argument 101 #define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument 103 #define ASN1_SEQUENCE_END_ref(stname, tname) \ argument [all …]
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/include/openssl/ |
D | asn1t.h | 89 #define ASN1_ITEM_TEMPLATE(tname) \ argument 92 #define ASN1_ITEM_TEMPLATE_END(tname) \ argument 127 #define ASN1_SEQUENCE(tname) \ argument 132 #define ASN1_SEQUENCE_END_name(stname, tname) \ argument 144 #define ASN1_SEQUENCE_cb(tname, cb) \ argument 148 #define ASN1_SEQUENCE_ref(tname, cb) \ argument 152 #define ASN1_SEQUENCE_enc(tname, enc, cb) \ argument 156 #define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument 158 #define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) argument 160 #define ASN1_SEQUENCE_END_ref(stname, tname) \ argument [all …]
|
/external/cn-cbor/test/ |
D | ctest.h | 44 #define __FNAME(sname, tname) __ctest_##sname##_##tname##_run argument 45 #define __TNAME(sname, tname) __ctest_##sname##_##tname argument 54 #define __CTEST_STRUCT(sname, tname, _skip, __data, __setup, __teardown) \ argument 73 #define __CTEST_INTERNAL(sname, tname, _skip) \ argument 86 #define __CTEST2_INTERNAL(sname, tname, _skip) \ argument 98 #define CTEST(sname, tname) __CTEST_INTERNAL(sname, tname, 0) argument 99 #define CTEST_SKIP(sname, tname) __CTEST_INTERNAL(sname, tname, 1) argument 101 #define CTEST2(sname, tname) __CTEST2_INTERNAL(sname, tname, 0) argument 102 #define CTEST2_SKIP(sname, tname) __CTEST2_INTERNAL(sname, tname, 1) argument
|
/external/perfetto/protos/perfetto/metrics/android/ |
D | rt_runtime_metric.proto | 25 optional string tname = 1; field
|
/external/grpc-grpc/src/core/lib/gprpp/windows/ |
D | env.cc | 33 auto tname = CharToTchar(name); in GetEnv() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/windows/ |
D | env.cc | 33 auto tname = CharToTchar(name); in GetEnv() local
|
/external/pciutils/ |
D | ls-caps-vendor.c | 21 char *tname; in show_vendor_caps_virtio() local
|
/external/toybox/toys/pending/ |
D | crontab.c | 250 char tname[] = "/tmp/crontab.XXXXXX"; in do_replace() local 273 char tname[] = "/tmp/crontab.XXXXXX"; in do_edit() local
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace03.c | 28 char *tname; member
|
/external/ltp/testcases/kernel/syscalls/execve/ |
D | execve03.c | 61 char *tname; member
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify12.c | 42 const char *tname; member
|
/external/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl05.c | 33 char *tname; member
|
D | quotactl02.c | 42 char *tname; member
|
D | quotactl04.c | 60 char *tname; member
|
D | quotactl08.c | 72 char *tname; member
|
D | quotactl01.c | 72 char *tname; member
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 454 char tname[128]; in DescribeAddressIfStack() local 553 char tname[128]; in DescribeHeapAddress() local 604 char tname[128]; in DescribeThread() local 803 char tname[128]; in ReportDoubleFree() local 823 char tname[128]; in ReportNewDeleteSizeMismatch() local 847 char tname[128]; in ReportFreeNotMalloced() local 1182 char tname[128]; in ReportGenericError() local
|
/external/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl02.c | 90 char *tname; member
|
/external/lua/src/ |
D | lauxlib.c | 193 int luaL_typeerror (lua_State *L, int arg, const char *tname) { in luaL_typeerror() 311 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() 324 LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) { in luaL_setmetatable() 330 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { in luaL_testudata() 345 LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) { in luaL_checkudata()
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify01.c | 39 const char *tname; member
|
D | fanotify05.c | 47 const char *tname; member
|
D | fanotify15.c | 60 const char *tname; member
|
D | fanotify06.c | 72 const char *tname; member
|