Home
last modified time | relevance | path

Searched +defs:t +defs:c (Results 1 – 25 of 1121) sorted by relevance

12345678910>>...45

/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.access/
Dfront.pass.cpp26 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
27 C c(std::begin(t), std::end(t)); in main() local
36 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
37 const C c(std::begin(t), std::end(t)); in main() local
45 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
46 C c(std::begin(t), std::end(t)); in main() local
55 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
56 const C c(std::begin(t), std::end(t)); in main() local
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.iter/
Dbefore_begin.pass.cpp27 C c; in main() local
34 const C c; in main() local
41 const C c; in main() local
49 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
50 C c(std::begin(t), std::end(t)); in main() local
58 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
59 const C c(std::begin(t), std::end(t)); in main() local
67 C c; in main() local
74 const C c; in main() local
81 const C c; in main() local
[all …]
/external/libcxx/test/std/re/re.traits/
Dvalue.pass.cpp23 std::regex_traits<char> t; in main() local
25 for (char c = 0; c < '0'; ++c) in main() local
31 for (char c = '0'; c < '8'; ++c) in main() local
37 for (char c = '8'; c < ':'; ++c) in main() local
43 for (char c = ':'; c < 'A'; ++c) in main() local
49 for (char c = 'A'; c < 'G'; ++c) in main() local
55 for (char c = 'G'; c < 'a'; ++c) in main() local
61 for (char c = 'a'; c < 'g'; ++c) in main() local
67 for (int c = 'g'; c < 256; ++c) in main() local
75 std::regex_traits<wchar_t> t; in main() local
[all …]
/external/skia/src/pathops/
DSkPathOpsCurve.h102 static SkDPoint dline_xy_at_t(const SkPoint a[2], SkScalar , double t) { in dline_xy_at_t()
108 static SkDPoint dquad_xy_at_t(const SkPoint a[3], SkScalar , double t) { in dquad_xy_at_t()
114 static SkDPoint dconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in dconic_xy_at_t()
120 static SkDPoint dcubic_xy_at_t(const SkPoint a[4], SkScalar , double t) { in dcubic_xy_at_t()
134 static SkDPoint ddline_xy_at_t(const SkDCurve& c, double t) { in ddline_xy_at_t()
138 static SkDPoint ddquad_xy_at_t(const SkDCurve& c, double t) { in ddquad_xy_at_t()
142 static SkDPoint ddconic_xy_at_t(const SkDCurve& c, double t) { in ddconic_xy_at_t()
146 static SkDPoint ddcubic_xy_at_t(const SkDCurve& c, double t) { in ddcubic_xy_at_t()
158 static SkPoint fline_xy_at_t(const SkPoint a[2], SkScalar weight, double t) { in fline_xy_at_t()
162 static SkPoint fquad_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fquad_xy_at_t()
[all …]
/external/clang/test/CodeGen/
Dpass-object-size.c6 int t[10]; member
39 struct Foo t[10]; in test1() local
61 void test2(struct Foo *t) { in test2()
137 struct Foo t[10]; in test3() local
159 void test4(struct Foo *t) { in test4()
180 struct Foo t[10]; in test5() local
254 struct Foo t[10]; in test7() local
276 void test8(struct Foo *t) { in test8()
344 char c[10]; in test13() local
357 void my_sprintf(char *const c __attribute__((pass_object_size(0))), ...) {} in my_sprintf()
[all …]
/external/javassist/src/main/javassist/compiler/
DLex.java55 Token t; in get() local
101 int t; in get() local
110 int c = getNextNonWhiteChar(); in readLine() local
143 int c; in getNextNonWhiteChar() local
175 int c; in readCharConst() local
194 int c = getc(); in readEscapeChar() local
210 int c; in readStringL() local
243 private int readNumber(int c, Token token) { in readNumber()
310 private int readDouble(StringBuffer sbuf, int c, Token token) { in readDouble()
360 private int readSeparator(int c) { in readSeparator()
[all …]
/external/mksh/src/
Dsyn.c80 #define musthave(c,cf) do { if (token(cf) != (c)) syntaxerr(NULL); } while (/* CONSTCOND */ 0) argument
88 int c; in yyparse() local
103 struct op *t, *p, *tl = NULL; in pipeline() local
123 struct op *t, *p; in andor() local
124 int c; in andor() local
141 struct op *t = NULL, *p, *tl = NULL; in c_list() local
142 int c; in c_list() local
237 struct op *t; in nested() local
263 struct op *t; in get_command() local
264 int c, iopn = 0, syniocf, lno; in get_command() local
[all …]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
Dresize_size.pass.cpp25 C c; in main() local
40 const T t[] = {0, 1, 2, 3, 4}; in main() local
41 C c(std::begin(t), std::end(t)); in main() local
71 C c; in main() local
86 const T t[] = {0, 1, 2, 3, 4}; in main() local
87 C c(std::begin(t), std::end(t)); in main() local
Dclear.pass.cpp25 C c; in main() local
32 const T t[] = {0, 1, 2, 3, 4}; in main() local
33 C c(std::begin(t), std::end(t)); in main() local
45 C c; in main() local
52 const T t[] = {0, 1, 2, 3, 4}; in main() local
53 C c(std::begin(t), std::end(t)); in main() local
Dresize_size_value.pass.cpp30 const T t[] = {0, 1, 2, 3, 4}; in main() local
31 C c(std::begin(t), std::end(t)); in main() local
61 const T t[] = {0, 1, 2, 3, 4}; in main() local
62 C c(std::begin(t), std::end(t)); in main() local
96 Container c; in main() local
Derase_after_many.pass.cpp24 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
25 C c(std::begin(t), std::end(t)); in main() local
91 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
92 C c(std::begin(t), std::end(t)); in main() local
Derase_after_one.pass.cpp24 const T t[] = {0, 1, 2, 3, 4}; in main() local
25 C c(std::begin(t), std::end(t)); in main() local
62 const T t[] = {0, 1, 2, 3, 4}; in main() local
63 C c(std::begin(t), std::end(t)); in main() local
Dinsert_after_range.pass.cpp29 C c; in main() local
30 const T t[] = {0, 1, 2, 3, 4}; in main() local
57 C c; in main() local
58 const T t[] = {0, 1, 2, 3, 4}; in main() local
/external/webrtc/talk/app/webrtc/
Dproxy.h67 void Invoke(C* c, M m) { r_ = (c->*m)(); } in Invoke()
69 void Invoke(C* c, M m, T1 a1) { r_ = (c->*m)(a1); } in Invoke()
71 void Invoke(C* c, M m, T1 a1, T2 a2) { r_ = (c->*m)(a1, a2); } in Invoke()
73 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { r_ = (c->*m)(a1, a2, a3); } in Invoke()
76 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3, T4 a4) { in Invoke()
81 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) { in Invoke()
95 void Invoke(C* c, M m) { (c->*m)(); } in Invoke()
97 void Invoke(C* c, M m, T1 a1) { (c->*m)(a1); } in Invoke()
99 void Invoke(C* c, M m, T1 a1, T2 a2) { (c->*m)(a1, a2); } in Invoke()
101 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { (c->*m)(a1, a2, a3); } in Invoke()
[all …]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
Dcopy.pass.cpp28 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
30 C c = c0; in main() local
43 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
45 C c = c0; in main() local
57 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
59 C c = c0; in main() local
Dcopy_alloc.pass.cpp27 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
29 C c(c0, A(9)); in main() local
41 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
43 C c(c0, A(9)); in main() local
56 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
58 C c(c0, A()); in main() local
Dmove.pass.cpp29 T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
32 C c = std::move(c0); in main() local
44 T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
47 C c = std::move(c0); in main() local
60 T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
63 C c = std::move(c0); in main() local
Dmove_alloc.pass.cpp30 T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
33 C c(std::move(c0), A(10)); in main() local
45 T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
48 C c(std::move(c0), A(9)); in main() local
60 T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
63 C c(std::move(c0), A()); in main() local
/external/libvpx/libvpx/vp8/encoder/
Dtreewriter.c14 int c) { in cost()
28 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) { in vp8_cost_tokens()
31 void vp8_cost_tokens2(int *c, const vp8_prob *p, vp8_tree t, int start) { in vp8_cost_tokens2()
/external/boringssl/src/crypto/md5/
Dmd5.c107 #define HASH_MAKE_STRING(c, s) \ argument
127 #define F(b, c, d) ((((c) ^ (d)) & (b)) ^ (d)) argument
128 #define G(b, c, d) ((((b) ^ (c)) & (d)) ^ (c)) argument
129 #define H(b, c, d) ((b) ^ (c) ^ (d)) argument
130 #define I(b, c, d) (((~(d)) | (b)) ^ (c)) argument
134 #define R0(a, b, c, d, k, s, t) \ argument
141 #define R1(a, b, c, d, k, s, t) \ argument
148 #define R2(a, b, c, d, k, s, t) \ argument
155 #define R3(a, b, c, d, k, s, t) \ argument
/external/clang/test/OpenMP/
Dsimd_metadata.c10 void h1(float *c, float *a, double b[], int size) in h1()
13 int t = 0; in h1() local
108 void h2(float *c, float *a, float *b, int size) in h2()
111 int t = 0; in h2() local
120 void h3(float *c, float *a, float *b, int size) in h3()
/external/clang/test/SemaTemplate/
Dcxx1z-fold-expressions.cpp3 template<typename ...T> constexpr auto sum(T ...t) { return (... + t); } in sum()
4 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product()
5 template<typename ...T> constexpr auto all(T ...t) { return (true && ... && t); } in all()
6 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb()
15 int a, b, c, d, e; member
17 template<typename ...T> constexpr auto increment_all(T &...t) { in increment_all()
72 } c; member
75 template<typename T, typename ...Ts> constexpr decltype(auto) apply(T &t, Ts ...ts) { in apply()
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker_unittest.cc54 StackFrame t = StackFrame::FromThreadName(kThreadName); in AssertBacktraceContainsOnlyThreadName() local
82 StackFrame t = StackFrame::FromThreadName(kThreadName); in TEST_F() local
83 StackFrame c = StackFrame::FromTraceEventName(kCupcake); in TEST_F() local
126 StackFrame t = StackFrame::FromThreadName(kThreadName); in TEST_F() local
127 StackFrame c = StackFrame::FromTraceEventName(kCupcake); in TEST_F() local
165 StackFrame t = StackFrame::FromThreadName(kThreadName); in TEST_F() local
166 StackFrame c = StackFrame::FromTraceEventName(kCupcake); in TEST_F() local
204 StackFrame t = StackFrame::FromThreadName(kThreadName); in TEST_F() local
205 StackFrame c = StackFrame::FromTraceEventName(kCupcake); in TEST_F() local
/external/kmod/testsuite/
Dtest-strbuf.c33 static int test_strbuf_pushchar(const struct test *t) in test_strbuf_pushchar()
37 const char *c; in test_strbuf_pushchar() local
60 static int test_strbuf_pushchars(const struct test *t) in test_strbuf_pushchars()
64 const char *c; in test_strbuf_pushchars() local
/external/libcxx/test/libcxx/containers/sequences/vector/
Dasan.pass.cpp38 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
39 C c(std::begin(t), std::end(t)); in main() local
61 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
62 C c(std::begin(t), std::end(t)); in main() local

12345678910>>...45