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

1 2 3

  /external/chromium_org/third_party/mesa/src/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
  /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
  /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
17 recognize_nist dallas/0000/S079.nwf 0 0 seven one one five six zero oh six five nine
18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seve
    [all...]
  /external/clang/test/Analysis/
idempotent-operations.cpp 11 int five = 5; local
13 test(five * a); // expected-warning {{The right operand to '*' is always 0}}
  /external/clang/test/CodeGen/
tbaa-struct.cpp 44 struct five { struct
50 void copy4(struct five *a, struct five *b) {
tbaa.cpp 197 struct five { struct
203 char g13(struct five *a, struct five *b) {
  /external/e2fsprogs/lib/ext2fs/
sparse.c 52 unsigned int *five, unsigned int *seven)
65 if (*five < *min) {
66 min = five;
res_gdt.c 27 unsigned int *five, unsigned int *seven)
40 if (*five < *min) {
41 min = five;
125 unsigned int three = 1, five = 5, seven = 7; local
166 while ((grp = list_backups(fs, &three, &five, &seven)) <
  /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);
  /dalvik/tests/093-serialization/src/
Main.java 93 Float five; field in class:Sub
102 five = 5.0f;
111 + " four=" + four + " five=" + five + " six=" + six
  /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/chromium_org/ui/base/glib/
glib_signal.h 69 ARG3 three, ARG4 four, ARG5 five, \
72 METHOD(sender, one, two, three, four, five); \
80 ARG3 three, ARG4 four, ARG5 five, \
83 METHOD(sender, one, two, three, four, five, six); \
135 ARG3 three, ARG4 four, ARG5 five, \
138 METHOD(sender, one, two, three, four, five); \
146 ARG3 three, ARG4 four, ARG5 five, \
149 METHOD(sender, one, two, three, four, five, six); \
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 7 adjust iteration count so the benchmark runs about five minutes.
  /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));
  /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/chromium_org/third_party/WebKit/Source/wtf/tests/
Functional.cpp 141 RefPtr<Number> five = Number::create(5); local
142 Function<int ()> multiplyFiveByTwoFunction = bind(multiplyNumberByTwo, five);
  /external/clang/test/SemaTemplate/
typename-specifier.cpp 27 int five = f(5); local
31 five += 1;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ConcurrentModTest.java 175 Double five = new Double(5.0); local
176 c.add(five);
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 88 IntTemplate<5> five; local
  /external/chromium_org/v8/test/mjsunit/
smi-ops-inlined.js 445 var five = 5;
503 assertEquals(0x73594000, (pos_smi) << five);
513 assertEquals(0x73594000, (pos_smi + 0.5) << five);
521 assertEquals(-0x73594000, (neg_smi) << five);
531 assertEquals(-0x73594000, (neg_smi - 0.5) << five);
535 five = 0;
536 while (five < 5 ) ++five;
537 four = five - one;
599 assertEquals(0x73594000, (pos_smi) << five);
    [all...]
smi-ops.js 452 var five = 5;
510 assertEquals(0x73594000, (pos_smi) << five);
520 assertEquals(0x73594000, (pos_smi + 0.5) << five);
528 assertEquals(-0x73594000, (neg_smi) << five);
538 assertEquals(-0x73594000, (neg_smi - 0.5) << five);
542 five = 0;
543 while (five < 5 ) ++five;
544 four = five - one;
606 assertEquals(0x73594000, (pos_smi) << five);
    [all...]
keyed-call-ic.js 134 f.five = function() { return 'five'; }
140 key = 'five';
  /external/v8/test/mjsunit/
smi-ops-inlined.js 445 var five = 5;
503 assertEquals(0x73594000, (pos_smi) << five);
513 assertEquals(0x73594000, (pos_smi + 0.5) << five);
521 assertEquals(-0x73594000, (neg_smi) << five);
531 assertEquals(-0x73594000, (neg_smi - 0.5) << five);
535 five = 0;
536 while (five < 5 ) ++five;
537 four = five - one;
599 assertEquals(0x73594000, (pos_smi) << five);
    [all...]
smi-ops.js 452 var five = 5;
510 assertEquals(0x73594000, (pos_smi) << five);
520 assertEquals(0x73594000, (pos_smi + 0.5) << five);
528 assertEquals(-0x73594000, (neg_smi) << five);
538 assertEquals(-0x73594000, (neg_smi - 0.5) << five);
542 five = 0;
543 while (five < 5 ) ++five;
544 four = five - one;
606 assertEquals(0x73594000, (pos_smi) << five);
    [all...]

Completed in 941 milliseconds

1 2 3