HomeSort by relevance Sort by last modified time
    Searched defs:five (Results 1 - 25 of 55) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug366.go 11 func five(x int64) { func
19 five(int64(5 / (5 / 3)))
22 five(int64(byte(5) / (byte(5) / byte(3))))
26 five(int64(a / (a / b)))
31 five(int64(x[2] / (x[2] / x[1])))
36 five(int64(y[1] / (y[1] / y[0])))
bug273.go 14 var five = 5 var
44 g1 = make([]block, 10, five)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug366.go 11 func five(x int64) { func
19 five(int64(5 / (5 / 3)))
22 five(int64(byte(5) / (byte(5) / byte(3))))
26 five(int64(a / (a / b)))
31 five(int64(x[2] / (x[2] / x[1])))
36 five(int64(y[1] / (y[1] / y[0])))
bug273.go 14 var five = 5 var
44 g1 = make([]block, 10, five)
  /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
  /prebuilts/go/darwin-x86/test/
slicecap.go 16 five = 5
58 checkString("x[five:]", x[five:])
59 checkString("x[5:five]", x[5:five])
60 checkString("x[five:5]", x[five:5])
61 checkString("x[five:five]", x[five:five]
14 five = 5 var
    [all...]
  /prebuilts/go/linux-x86/test/
slicecap.go 16 five = 5
58 checkString("x[five:]", x[five:])
59 checkString("x[5:five]", x[5:five])
60 checkString("x[five:5]", x[five:5])
61 checkString("x[five:five]", x[five:five]
14 five = 5 var
    [all...]
  /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
  /prebuilts/go/darwin-x86/test/interface/
convert.go 50 func five(i int) { func
88 five(sl.Length())
97 five(sl.Length())
120 five(sl.Length())
140 five(sl.Length())
  /prebuilts/go/linux-x86/test/interface/
convert.go 50 func five(i int) { func
88 five(sl.Length())
97 five(sl.Length())
120 five(sl.Length())
140 five(sl.Length())
  /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
  /frameworks/base/core/tests/coretests/src/android/view/
CreateViewTest.java 67 ViewOne five = new ViewOne(mContext); local
68 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
109 TextView five = new TextView(mContext); local
110 five.setText("H");
111 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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 13 five: label
921 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);
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidInstanceofTest.java 79 ChildOfAOne five = mFive; local
81 assertTrue("m_five is suppose to be a ChildOfAFive", five instanceof ChildOfAFive);
86 ChildOfAFive five = mFive; local
88 assertTrue("m_five is suppose to be a InterfaceFour", five instanceof InterfaceFour);
  /external/clang/test/SemaTemplate/
typename-specifier.cpp 42 int five = f(5); local
49 five += 1;

Completed in 1363 milliseconds

1 2 3