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

1 2 3

  /external/compiler-rt/test/BlocksRuntime/
varargs-bad-assign.c 19 int six = 0; local
35 six = sumn(3, 1, 2, 3);
37 if ( six != 6 ) {
38 printf("%s: Expected 6 but got %d\n", argv[0], six);
varargs.c 30 int six = sumn(3, 1, 2, 3); local
32 if ( six != 6 ) {
33 printf("%s: Expected 6 but got %d\n", argv[0], six);
  /external/srec/config/en.us/tcp/
change_sample_rate2.tcp 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
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/srec/tools/grxmlcompile/
sub_min.cpp 65 int fix, six, fnxt, snxt, tof, tos, count; local
69 six= FindFromIndex (secondId);
70 if (fix < 0 || six < 0)
85 while (six < numArc && arc[forwardList[six]]->GetFromId() == secondId
86 && arc[forwardList[six]]->GetToId() == DISCARD_LABEL)
87 six++;
88 if (six < numArc && arc[forwardList[six]]->GetFromId() == secondId)
89 snxt= arc[forwardList[six]]->GetFromId()
184 int fix, six, firstId, secondId, vertEnd; local
260 int fix, six, fmiss, smiss, nmatch, symTst, newId; local
359 int fix, six, symTst, numStart; local
    [all...]
  /external/clang/test/CodeGen/
tbaa-struct.cpp 54 struct six { struct
60 void copy5(struct six *a, struct six *b) {
tbaa.cpp 211 struct six { struct
217 char g14(struct six *a, struct six *b) {
  /external/chromium_org/third_party/WebKit/Source/wtf/
FunctionalTest.cpp 148 RefPtr<Number> six = Number::create(6); local
149 Function<int ()> multiplySixByTwoFunction = bind(multiplyNumberByTwo, six.release());
150 EXPECT_FALSE(six);
  /frameworks/base/core/tests/coretests/src/android/view/
CreateViewTest.java 70 ViewOne six = new ViewOne(mContext); local
71 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
113 TextView six = new TextView(mContext); local
114 six.setText("F");
115 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
  /art/test/093-serialization/src/
Main.java 111 private Byte six = 26; field in class:Sub
120 six = 6;
128 + " four=" + four + " five=" + five + " six=" + six
  /external/chromium_org/ui/base/glib/
glib_signal.h 81 ARG6 six, gpointer userdata) { \
83 METHOD(sender, one, two, three, four, five, six); \
147 ARG6 six, gpointer userdata) { \
149 METHOD(sender, one, two, three, four, five, six); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
rex.x 144 unsigned six; /* always equals 6 */
155 unsigned six; /* always equals 6 */
rex.h 117 u_int six; member in struct:tchars
123 u_int six; member in struct:ltchars
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rex.x 144 unsigned six; /* always equals 6 */
155 unsigned six; /* always equals 6 */
rex.h 117 u_int six; member in struct:tchars
123 u_int six; member in struct:ltchars
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 69 R.id.four, R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star,
254 case R.id.six: return KEY_FRAME_DURATION * 2;
278 case R.id.six: return KEY_FRAME_DURATION * 10;
291 case R.id.six: return KEY_FRAME_DURATION * 6;
328 case R.id.six:
346 case R.id.six:
359 case R.id.six:
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text_area_shadow_test.js 55 cols=4 rows=20>One two thr fou fiv six sev eig</textarea>
  /external/chromium_org/v8/test/mjsunit/es6/
math-expm1.js 24 // Use six terms of Taylor expansion at 0 for exp(x) as test expectation:
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListMapTest.java 349 map.putIfAbsent(six, "Z");
350 assertTrue(map.containsKey(six));
366 assertNull(map.replace(six, "Z"));
367 assertFalse(map.containsKey(six));
432 Map.Entry e2 = map.lowerEntry(six);
456 Map.Entry e4 = map.higherEntry(six);
468 Map.Entry e2 = map.floorEntry(six);
492 Map.Entry e4 = map.ceilingEntry(six);
536 Object e2 = q.lowerKey(six);
560 Object e4 = q.higherKey(six);
    [all...]
ConcurrentSkipListSubMapTest.java 264 map.putIfAbsent(six, "Z");
265 assertTrue(map.containsKey(six));
281 assertNull(map.replace(six, "Z"));
282 assertFalse(map.containsKey(six));
347 Map.Entry e2 = map.lowerEntry(six);
371 Map.Entry e4 = map.higherEntry(six);
383 Map.Entry e2 = map.floorEntry(six);
407 Map.Entry e4 = map.ceilingEntry(six);
938 map.putIfAbsent(six, "Z");
939 assertTrue(map.containsKey(six));
    [all...]
ConcurrentHashMapTest.java 349 map.putIfAbsent(six, "Z");
350 assertTrue(map.containsKey(six));
366 assertNull(map.replace(six, "Z"));
367 assertFalse(map.containsKey(six));
TreeMapTest.java 345 Map.Entry e2 = map.lowerEntry(six);
369 Map.Entry e4 = map.higherEntry(six);
381 Map.Entry e2 = map.floorEntry(six);
405 Map.Entry e4 = map.ceilingEntry(six);
417 Object e2 = q.lowerKey(six);
441 Object e4 = q.higherKey(six);
453 Object e2 = q.floorKey(six);
477 Object e4 = q.ceilingKey(six);
ConcurrentSkipListSubSetTest.java 149 assertTrue(q.add(six));
157 assertTrue(q.add(six));
158 assertFalse(q.add(six));
342 Object e2 = q.lower(six);
366 Object e4 = q.higher(six);
378 Object e2 = q.floor(six);
402 Object e4 = q.ceiling(six);
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5-generic-lambda-1y.cpp 9 auto six = Fact(Fact, 3); member in namespace:test_factorial
  /external/clang/test/Parser/
cxx-template-decl.cpp 177 char six[6];
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
style.css 178 #calculator-buttons button.six {
182 #calculator-buttons button.six[data-active="touch"],
183 #calculator-buttons button.six[data-active="mouse"]:active {

Completed in 576 milliseconds

1 2 3