Home
last modified time | relevance | path

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

12345678910>>...45

/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/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.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
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/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/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
Drange.pass.cpp28 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
29 C c(I(std::begin(t)), I(std::end(t))); in main() local
40 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
41 C c(I(std::begin(t)), I(std::end(t))); in main() local
/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/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/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/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/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/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
Dforward_as_tuple.pass.cpp23 test0(const Tuple& t) in test0()
30 test1a(const Tuple& t) in test1a()
39 test1b(const Tuple& t) in test1b()
48 test2a(const Tuple& t) in test2a()
60 test3(const Tuple& t) in test3()
80 char c = 'a'; in main() local
/external/libcxx/test/libcxx/containers/sequences/vector/
Dasan.pass.cpp33 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
34 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 C c(std::begin(t), std::end(t)); in main() local
/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>>...45