Home
last modified time | relevance | path

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

12345678910>>...42

/external/chromium_org/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/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/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/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/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_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
/external/chromium_org/third_party/openssl/openssl/crypto/md5/
Dmd5_locl.h87 #define HASH_MAKE_STRING(c,s) do { \ argument
107 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
108 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) argument
109 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
110 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) argument
112 #define R0(a,b,c,d,k,s,t) { \ argument
117 #define R1(a,b,c,d,k,s,t) { \ argument
122 #define R2(a,b,c,d,k,s,t) { \ argument
127 #define R3(a,b,c,d,k,s,t) { \ argument
/external/openssl/crypto/md5/
Dmd5_locl.h87 #define HASH_MAKE_STRING(c,s) do { \ argument
107 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
108 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) argument
109 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
110 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) argument
112 #define R0(a,b,c,d,k,s,t) { \ argument
117 #define R1(a,b,c,d,k,s,t) { \ argument
122 #define R2(a,b,c,d,k,s,t) { \ argument
127 #define R3(a,b,c,d,k,s,t) { \ argument
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
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
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_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/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/openssl/crypto/md4/
Dmd4_locl.h78 #define HASH_MAKE_STRING(c,s) do { \ argument
98 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
99 #define G(b,c,d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
100 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
102 #define R0(a,b,c,d,k,s,t) { \ argument
106 #define R1(a,b,c,d,k,s,t) { \ argument
110 #define R2(a,b,c,d,k,s,t) { \ argument
/external/chromium_org/third_party/openssl/openssl/crypto/md4/
Dmd4_locl.h78 #define HASH_MAKE_STRING(c,s) do { \ argument
98 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
99 #define G(b,c,d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
100 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
102 #define R0(a,b,c,d,k,s,t) { \ argument
106 #define R1(a,b,c,d,k,s,t) { \ argument
110 #define R2(a,b,c,d,k,s,t) { \ argument
/external/chromium_org/third_party/libvpx/source/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/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/chromium_org/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/chromium-trace/trace-viewer/src/tracing/importer/
Dtimeline_stream_importer_test.js168 c: [ property
170 t: 2, property
174 t: 16, property
188 c: [ property
190 t: 32, property
194 t: 48, property
198 t: 64, property
243 c: [ property
245 t: 2, property
249 t: 16, property
[all …]
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
Dforward_as_tuple.pass.cpp20 test0(const Tuple& t) in test0()
27 test1a(const Tuple& t) in test1a()
36 test1b(const Tuple& t) in test1b()
45 test2a(const Tuple& t) in test2a()
57 test3(const Tuple& t) in test3()
77 char c = 'a'; in main() local
/external/clang/test/OpenMP/
Dsimd_metadata.c3 void h1(float *c, float *a, float *b, int size) in h1()
6 int t = 0; in h1() local
16 void h2(float *c, float *a, float *b, int size) in h2()
19 int t = 0; in h2() local
28 void h3(float *c, float *a, float *b, int size) in h3()
/external/skia/experimental/Intersection/
DQuadraticUtilities.cpp22 double c = 2 * A.dot(A) + pos.dot(B); in nearestT() local
77 int add_valid_ts(double s[], int realRoots, double* t) { in add_valid_ts()
210 static double derivativeAtT(const double* quad, double t) { in derivativeAtT()
213 double c = t; in derivativeAtT() local
217 double dx_at_t(const Quadratic& quad, double t) { in dx_at_t()
221 double dy_at_t(const Quadratic& quad, double t) { in dy_at_t()
225 _Vector dxdy_at_t(const Quadratic& quad, double t) { in dxdy_at_t()
228 double c = t; in dxdy_at_t() local
234 void xy_at_t(const Quadratic& quad, double t, double& x, double& y) { in xy_at_t()
238 double c = t * t; in xy_at_t() local
[all …]

12345678910>>...42