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

  /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...]
  /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));
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ConcurrentSkipListMapTest.java 354 map.putIfAbsent(six, "Z");
355 assertTrue(map.containsKey(six));
371 assertNull(map.replace(six, "Z"));
372 assertFalse(map.containsKey(six));
439 Map.Entry e2 = map.lowerEntry(six);
463 Map.Entry e4 = map.higherEntry(six);
475 Map.Entry e2 = map.floorEntry(six);
499 Map.Entry e4 = map.ceilingEntry(six);
545 Object e2 = q.lowerKey(six);
569 Object e4 = q.higherKey(six);
    [all...]
ConcurrentHashMapTest.java 247 map.putIfAbsent(six, "Z");
248 assertTrue(map.containsKey(six));
264 assertNull(map.replace(six, "Z"));
265 assertFalse(map.containsKey(six));
ConcurrentSkipListSubMapTest.java 270 map.putIfAbsent(six, "Z");
271 assertTrue(map.containsKey(six));
287 assertNull(map.replace(six, "Z"));
288 assertFalse(map.containsKey(six));
355 Map.Entry e2 = map.lowerEntry(six);
379 Map.Entry e4 = map.higherEntry(six);
391 Map.Entry e2 = map.floorEntry(six);
415 Map.Entry e4 = map.ceilingEntry(six);
957 map.putIfAbsent(six, "Z");
958 assertTrue(map.containsKey(six));
    [all...]
ConcurrentSkipListSubSetTest.java 144 assertTrue(q.add(six));
152 assertTrue(q.add(six));
153 assertFalse(q.add(six));
332 Object e2 = q.lower(six);
356 Object e4 = q.higher(six);
368 Object e2 = q.floor(six);
392 Object e4 = q.ceiling(six);
CopyOnWriteArrayListTest.java 184 v.add(six);
269 assertEquals(-1, full.lastIndexOf(six));
ConcurrentSkipListSetTest.java 369 Object e2 = q.lower(six);
393 Object e4 = q.higher(six);
405 Object e2 = q.floor(six);
429 Object e4 = q.ceiling(six);
CopyOnWriteArraySetTest.java 144 v.add(six);
JSR166TestCase.java 383 public static final Integer six = new Integer(6); field in class:JSR166TestCase
  /packages/apps/Phone/src/com/android/phone/
EmergencyDialer.java 283 findViewById(R.id.six).setOnClickListener(this);
363 case R.id.six: {
DTMFTwelveKeyDialer.java 110 mDisplayMap.put(R.id.six, '6');
    [all...]
  /external/tremolo/Tremolo/
bitwise.c 581 static int six[7]={17,177,170,242,169,19,148}; local
636 cliptest(testbuffer3,test3size,1,six,sixsize);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
SimUnlockScreen.java 333 mSix = (TextView) findViewById(R.id.six);
  /packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java 402 findViewById(R.id.six).setOnClickListener(this);
691 case R.id.six: {
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 411 allocation, and allows you to allocate a fixed sized buffer for storing scheduled keys. All ciphers must provide six visible
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 202 milliseconds