Home
last modified time | relevance | path

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

12345678910>>...43

/external/v8/test/webkit/fast/js/
Dfunction-apply.js26 function argumentsApply1(a, b, c) argument
28 function t(a, b, c) argument
35 function argumentsApply2(a, b, c) argument
37 function t(a, b, c) argument
44 function argumentsApply3(a, b, c) argument
46 function t(a, b, c) argument
53 function argumentsApplyLength(a, b, c) argument
55 function t(a, b, c) argument
62 function argumentsApplyExcessArguments(a, b, c) argument
64 function t(a, b, c) argument
[all …]
/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.cpp22 std::regex_traits<char> t; in main() local
24 for (char c = 0; c < '0'; ++c) in main() local
30 for (char c = '0'; c < '8'; ++c) in main() local
36 for (char c = '8'; c < ':'; ++c) in main() local
42 for (char c = ':'; c < 'A'; ++c) in main() local
48 for (char c = 'A'; c < 'G'; ++c) in main() local
54 for (char c = 'G'; c < 'a'; ++c) in main() local
60 for (char c = 'a'; c < 'g'; ++c) in main() local
66 for (int c = 'g'; c < 256; ++c) in main() local
74 std::regex_traits<wchar_t> t; in main() local
[all …]
/external/mksh/src/
Dsyn.c79 #define musthave(c,cf) do { if (token(cf) != (c)) syntaxerr(NULL); } while (/* CONSTCOND */ 0) argument
87 int c; in yyparse() local
102 struct op *t, *p, *tl = NULL; in pipeline() local
122 struct op *t, *p; in andor() local
123 int c; in andor() local
140 struct op *t = NULL, *p, *tl = NULL; in c_list() local
141 int c; in c_list() local
245 struct op *t; in nested() local
271 struct op *t; in get_command() local
272 int c, iopn = 0, syniocf, lno; in get_command() local
[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/v8/test/mjsunit/
Dmd5.js132 function md5_cmn(q, a, b, x, s, t) { argument
136 function md5_ff(a, b, c, d, x, s, t) { argument
140 function md5_gg(a, b, c, d, x, s, t) { argument
144 function md5_hh(a, b, c, d, x, s, t) { argument
148 function md5_ii(a, b, c, d, x, s, t) { argument
/external/avahi/avahi-core/
Dcache.c35 static void remove_entry(AvahiCache *c, AvahiCacheEntry *e) { in remove_entry()
36 AvahiCacheEntry *t; in remove_entry() local
68 AvahiCache *c; in avahi_cache_new() local
93 void avahi_cache_free(AvahiCache *c) { in avahi_cache_free()
105 static AvahiCacheEntry *lookup_key(AvahiCache *c, AvahiKey *k) { in lookup_key()
114 void* avahi_cache_walk(AvahiCache *c, AvahiKey *pattern, AvahiCacheWalkCallback cb, void* userdata)… in avahi_cache_walk()
146 static void* lookup_record_callback(AvahiCache *c, AvahiKey *pattern, AvahiCacheEntry *e, void *use… in lookup_record_callback()
157 static AvahiCacheEntry *lookup_record(AvahiCache *c, AvahiRecord *r) { in lookup_record()
166 static void elapse_func(AvahiTimeEvent *t, void *userdata) { in elapse_func()
226 static void update_time_event(AvahiCache *c, AvahiCacheEntry *e) { in update_time_event()
[all …]
/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.modifiers/
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.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
Dresize_size_value.pass.cpp25 const T t[] = {0, 1, 2, 3, 4}; in main() local
26 C c(std::begin(t), std::end(t)); in main() local
56 const T t[] = {0, 1, 2, 3, 4}; in main() local
57 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
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
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
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
Dcopy.pass.cpp27 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
29 C c = c0; in main() local
42 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
44 C c = c0; in main() local
58 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
60 C c = c0; in main() local
Dmove_alloc.pass.cpp29 T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
32 C c(std::move(c0), A(10)); 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), 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
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
/external/v8/test/webkit/fast/js/kde/
Dmd5-2.js57 function cmn(q, a, b, x, s, t) argument
61 function ff(a, b, c, d, x, s, t) argument
65 function gg(a, b, c, d, x, s, t) argument
69 function hh(a, b, c, d, x, s, t) argument
73 function ii(a, b, c, d, x, s, t) argument
/external/libvpx/libvpx/vp8/encoder/
Dtreewriter.c19 int c in cost()
36 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) in vp8_cost_tokens()
40 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.c105 #define HASH_MAKE_STRING(c, s) \ argument
125 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
126 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) argument
127 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
128 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) argument
132 #define R0(a,b,c,d,k,s,t) { \ argument
137 #define R1(a,b,c,d,k,s,t) { \ argument
142 #define R2(a,b,c,d,k,s,t) { \ argument
147 #define R3(a,b,c,d,k,s,t) { \ argument
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dsimd_functions.hpp188 uint s, t, u, v; in vabsdiff2() local
249 uint c; in vseteq2() local
263 uint r, c; in vcmpeq2() local
292 uint c; in vsetge2() local
304 uint r, c; in vcmpge2() local
329 uint c; in vsetgt2() local
341 uint r, c; in vcmpgt2() local
366 uint c; in vsetle2() local
378 uint r, c; in vcmple2() local
403 uint c; in vsetlt2() local
[all …]
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dsimd_functions.hpp140 unsigned int s, t, u, v; in vabsdiff2() local
201 unsigned int c; in vseteq2() local
215 unsigned int r, c; in vcmpeq2() local
244 unsigned int c; in vsetge2() local
256 unsigned int r, c; in vcmpge2() local
281 unsigned int c; in vsetgt2() local
293 unsigned int r, c; in vcmpgt2() local
318 unsigned int c; in vsetle2() local
330 unsigned int r, c; in vcmple2() local
355 unsigned int c; in vsetlt2() local
[all …]
/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()
71 } c; member
74 template<typename T, typename ...Ts> constexpr decltype(auto) apply(T &t, Ts ...ts) { in apply()
/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()

12345678910>>...43