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

1 2 3 4 5 6

  /external/mesa3d/src/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...]
  /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])))
bug427.go 14 // struct with five fields of basic type
20 // array with five elements
  /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])))
bug427.go 14 // struct with five fields of basic type
20 // array with five elements
  /external/clang/test/CodeGen/
tbaa-struct.cpp 43 struct five { struct
49 void copy4(struct five *a, struct five *b) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
section-align-1.s 13 .section .five,"dr0"
section-align-1.d 28 9 \.five 0*0000005 0*0000000 0*0000000 0*00001ae 2\*\*0
section-align-3.s 13 .section .five,"dr3"
section-align-3.d 28 9 \.five 0*0000008 0*0000000 0*0000000 0*000028c 2\*\*3
  /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);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
empty.s 8 SBT arg5 - one two three four five
  /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/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CommonSuperclassTest.java 49 // five (undefined class)
65 TestUtils.makeClassDef("Ltest/fivetwo;", "Ltest/five;"),
67 TestUtils.makeClassDef("Ltest/fivethree;", "Ltest/five;"),
114 String five = "Ltest/five;"; local
126 superclassTest(five, five, five);
161 superclassTest(unknown, one, five);
170 superclassTest(five, five, fivetwo)
275 String five = "Ltest\/five;"; local
    [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"})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_encode_basestring_ascii.py 35 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
37 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_encode_basestring_ascii.py 35 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
37 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
  /external/valgrind/memcheck/tests/
vcpu_fbench.stdout.exp 7 adjust iteration count so the benchmark runs about five minutes.
  /prebuilts/go/darwin-x86/test/ken/
simpswitch.go 17 r += "five"
  /prebuilts/go/linux-x86/test/ken/
simpswitch.go 17 r += "five"
  /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));
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListMapTest.java 43 map.put(five, "E");
135 assertEquals(five, map.lastKey());
175 assertTrue(s.contains(five));
205 assertEquals(last, five);
224 assertEquals(last, five);
299 (e.getKey().equals(five) && e.getValue().equals("E")));
318 (e.getKey().equals(five) && e.getValue().equals("E")));
362 assertTrue(empty.containsKey(five));
425 map.remove(five);
427 assertFalse(map.containsKey(five));
    [all...]

Completed in 1987 milliseconds

1 2 3 4 5 6