/external/clang/test/SemaCXX/ |
gnu-case-ranges.cpp | 5 two, enumerator in enum:E 17 case two ... two + 1:
|
/external/mesa3d/src/glsl/glcpp/tests/ |
054-if-with-macros.c | 2 #define two 2 macro 5 #if five < two 10 #if three >= two 15 #if two + three <= five 20 #if five - two == three
|
057-empty-arguments.c | 5 #define two(x,y) success macro 6 two(,)
|
039-func-arg-obj-macro-with-comma.c | 2 #define bar two,words
|
020-define-func-2-arg-multi.c | 1 #define foo(x,y) x,two fish,red fish,y
|
/external/clang/test/Preprocessor/ |
macro_fn.c | 6 #define two(x, y) 0 macro 19 two() /* expected-error {{too few arguments provided to function-like macro invocation}} */ 20 two(a) /* expected-error {{too few arguments provided to function-like macro invocation}} */ 21 two(a,b) 22 two(a, ) /* expected-warning {{empty macro arguments were standardized in C99}} */ 23 two(a,b,c) /* expected-error {{too many arguments provided to function-like macro invocation}} */ 24 two( 29 two(,) /* expected-warning 2 {{empty macro arguments were standardized in C99}} */
|
/external/valgrind/main/none/tests/amd64/ |
ssse3_misaligned.stderr.exp | 3 two
|
/external/valgrind/main/none/tests/x86/ |
ssse3_misaligned.stderr.exp | 3 two
|
/external/elfutils/src/ |
sectionhash.c | 27 scnhead_compare (struct scnhead *one, struct scnhead *two) 29 int result = strcmp (one->name, two->name); 33 result = one->type - two->type; 38 - SH_FLAGS_IMPORTANT (two->flags)); 43 result = one->entsize - two->entsize; 48 ? (two->grp_signature == NULL ? 0 : -1) 49 : (two->grp_signature == NULL 51 two->grp_signature))); 54 result = one->kind - two->kind;
|
/external/clang/test/PCH/ |
chain-decls.c | 19 struct two y; 20 two();
|
/external/webkit/LayoutTests/fast/encoding/resources/ |
yentestexternal.js | 3 document.write("two backslashes external: " + "\\" + "<br>");
|
yentestexternal2.js | 3 document.write("two backslashes external: \\ <br>");
|
/external/clang/test/CodeGenCXX/ |
debug-info-class.cpp | 5 int two; member in struct:A
|
/external/clang/test/PCH/Inputs/ |
chain-decls1.h | 4 void two();
|
chain-decls2.h | 3 struct two {}; struct
|
/external/fdlibm/ |
s_tanh.c | 41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable 43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable 71 t = ieee_expm1(two*ieee_fabs(x)); 72 z = one - two/(t+two); 74 t = ieee_expm1(-two*ieee_fabs(x)); 75 z= -t/(t+two);
|
/bionic/libm/src/ |
s_tanh.c | 44 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable 67 t = expm1(two*fabs(x)); 68 z = one - two/(t+two); 70 t = expm1(-two*fabs(x)); 71 z= -t/(t+two);
|
s_tanhf.c | 23 static const float one=1.0, two=2.0, tiny = 1.0e-30, huge = 1.0e30; variable 45 t = expm1f(two*fabsf(x)); 46 z = one - two/(t+two); 48 t = expm1f(-two*fabsf(x)); 49 z= -t/(t+two);
|
/external/clang/test/SemaTemplate/ |
resolve-single-template-id.cpp | 8 void two() { } // expected-note 3{{candidate}} function 9 void two(int) { } // expected-note 3{{candidate}} function 32 two; // expected-error {{cannot resolve overloaded function 'two' from context}} 42 *two; //expected-error {{cannot resolve overloaded function 'two' from context}} 68 two < two; //expected-error {{cannot resolve overloaded function 'two' from context}}
|
/external/llvm/test/FrontendFortran/ |
cpow.f90 | 7 real(kind=4) r, s, two variable in program:testpow 13 two = 2.0 16 c = c ** two
|
/dalvik/tests/068-classloader/src-ex/ |
DoubledImplement.java | 15 public void two() { method in class:DoubledImplement 16 System.out.println("DoubledImplement two");
|
DoubledImplement2.java | 29 public void two() { method in class:DoubledImplement2 30 System.out.println("DoubledImplement2 two");
|
/external/clang/test/Sema/ |
missing-field-initializers.c | 26 struct Two { float c; float d; float e; }; 31 struct Two two; member in union:Three::__anon4888 39 { .two = { 1.0f, 2.0f, 3.0f } } 45 { { .two = { 1.0f, 2.0f, 3.0f } } }, 46 { { .two = { 1.0f, 2.0f } } } // expected-warning {{missing field 'e' initializer}}
|
struct-cast.c | 5 int two; member in struct:S
|
/external/srec/config/en.us/tcp/ |
change_sample_rate2.tcp | 12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five 13 recognize_nist dallas/0000/S074.nwf 0 0 eight six one oh five six six two six two 14 recognize_nist dallas/0000/S075.nwf 0 0 zero seven six five nine oh zero two five two 15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero 16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six 19 recognize_nist dallas/0000/S083.nwf 0 0 zero nine nine five seven two oh one zero six 20 recognize_nist dallas/0000/S086.nwf 0 0 six eight seven two one oh eight five zero seven 21 recognize_nist dallas/0000/S088.nwf 0 0 four two zero eight five nine oh nine four zer [all...] |