/external/grpc-grpc/test/core/gpr/ |
useful_test.cc | 27 int five[5]; local 43 GPR_ASSERT(GPR_ARRAY_SIZE(five) == 5);
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
054-if-with-macros.c | 4 #define five 5 macro 5 #if five < two 15 #if two + three <= five 20 #if five - two == three 30 #if one != five
|
/external/testng/src/test/java/test/annotationtransformer/ |
AnnotationTransformerSampleTest.java | 30 public void five() { method in class:AnnotationTransformerSampleTest 34 @Test(dependsOnMethods = {"two", "three", "four", "five"})
|
/external/v8/tools/clang/plugins/tests/ |
inline_ctor.cpp | 30 InlineCtorsInvolvingCppAreOK five; local
|
/art/test/527-checker-array-access-split/src/ |
Main.java | 619 Integer five = Integer.valueOf(5); local [all...] |
/external/caliper/examples/src/main/java/examples/ |
VarargsBenchmark.java | 50 @Override long five(long a, long b, long c, long d, long e) { method 74 @Override long five(long a, long b, long c, long d, long e) { method 75 return VarargsBenchmark.five(a, b, c, d, e); 91 abstract long five(long a, long b, long c, long d, long e); method in class:VarargsBenchmark.Strategy 120 private static long five(long a, long b, long c, long d, long e) { method in class:VarargsBenchmark 211 dummy += strategy.five(
|
/external/clang/test/CodeGen/ |
tbaa-struct.cpp | 43 struct five { struct 49 void copy4(struct five *a, struct five *b) {
|
tbaa.cpp | 201 struct five { struct 207 char g13(struct five *a, struct five *b) {
|
/external/clang/test/SemaCXX/ |
warn-float-conversion.cpp | 62 const float five = 5.0; local 64 int b3 = five / 1.0; //expected-warning{{conversion}} 65 int b4 = five / 2.0; //expected-warning{{conversion}}
|
/external/e2fsprogs/lib/ext2fs/ |
res_gdt.c | 28 unsigned int *five, unsigned int *seven) 53 if (*five < *min) { 54 min = five; 145 unsigned int three = 1, five = 5, seven = 7; local 186 while ((grp = list_backups(fs, &three, &five, &seven)) <
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
enum.pass.cpp | 25 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals
|
/art/test/093-serialization/src/ |
Main.java | 110 Float five; field in class:Sub 119 five = 5.0f; 128 + " four=" + four + " five=" + five + " six=" + six
|
/external/boringssl/linux-x86_64/crypto/cipher_extra/ |
aes128gcmsiv-x86_64.S | 25 five: label 933 vpaddd five(%rip),%xmm1,%xmm13 [all...] |
/external/boringssl/src/crypto/cipher_extra/asm/ |
aes128gcmsiv-x86_64.pl | 46 five: label 1021 vpaddd five(%rip), $TMP1, $CTR6 # CTR6 = TAG[127...32][00..05] [all...] |
/external/icu/icu4c/source/test/cintltst/ |
chashtst.c | 165 static const UChar five[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ local 166 static const UChar five2[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ 190 uhash_puti(hash, (void*)five, 5, &status);
|
/external/clang/test/SemaTemplate/ |
typename-specifier.cpp | 42 int five = f(5); local 49 five += 1;
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
CommonSuperclassTest.java | 51 // five (undefined class) 68 TestUtils.makeClassDef("Ltest/fivetwo;", "Ltest/five;"), 70 TestUtils.makeClassDef("Ltest/fivethree;", "Ltest/five;"), 125 String five = "Ltest/five;"; local 137 superclassTest(five, five, five); 176 superclassTest(unknown, one, five); 185 superclassTest(five, five, fivetwo) 290 String five = "Ltest\/five;"; local [all...] |
/external/clang/test/CodeGenCXX/ |
mangle-ms-templates.cpp | 106 IntTemplate<5> five; local
|
/external/libogg/src/ |
bitwise.c | 636 static int five[45]={169,2,126,139,144,172,30,4,80,72,240,59,130,218,73,62, local 687 cliptest(testbuffer2,test2size,17,five,fivesize);
|
/external/tremolo/Tremolo/ |
bitwise.c | 578 static int five[45]={169,2,126,139,144,172,30,4,80,72,240,59,130,218,73,62, local 634 cliptest(testbuffer2,test2size,17,five,fivesize);
|
/external/tensorflow/tensorflow/c/ |
c_api_function_test.cc | 944 TF_Operation* five = ScalarConst(5, host_graph_, s_, "five"); local 977 TF_Operation* five = ScalarConst(5, func_graph_, s_); local 1006 TF_Operation* five = ScalarConst(5, func_graph_, s_); local [all...] |
/external/boringssl/mac-x86_64/crypto/cipher_extra/ |
aes128gcmsiv-x86_64.S | 25 five: label 926 vpaddd five(%rip),%xmm1,%xmm13 [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
JSR166TestCase.java | 610 public static final Integer five = new Integer(5); field in class:JSR166TestCase [all...] |
/external/llvm/test/Bindings/OCaml/ |
core.ml | 287 let five = const_int i64_type 5 in var 288 let ffive = const_uitofp five double_type in 297 ignore (define_global "const_add" (const_add foldbomb five) m); 298 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m); 299 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m); 301 ignore (define_global "const_sub" (const_sub foldbomb five) m); 302 ignore (define_global "const_nsw_sub" (const_nsw_sub foldbomb five) m); 303 ignore (define_global "const_nuw_sub" (const_nuw_sub foldbomb five) m); 305 ignore (define_global "const_mul" (const_mul foldbomb five) m); 306 ignore (define_global "const_nsw_mul" (const_nsw_mul foldbomb five) m) [all...] |
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
vmcore.ml | 236 let five = const_int i64_type 5 in var 237 let ffive = const_uitofp five double_type in 246 ignore (define_global "const_add" (const_add foldbomb five) m); 247 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m); 248 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m); 250 ignore (define_global "const_sub" (const_sub foldbomb five) m); 251 ignore (define_global "const_nsw_sub" (const_nsw_sub foldbomb five) m); 252 ignore (define_global "const_nuw_sub" (const_nuw_sub foldbomb five) m); 254 ignore (define_global "const_mul" (const_mul foldbomb five) m); 255 ignore (define_global "const_nsw_mul" (const_nsw_mul foldbomb five) m) [all...] |