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

1 23

  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 732 Object five = new Object(); local
749 map.put(four, five);
753 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
755 map.put(five, six);
759 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
774 Object five = new Object(); local
785 map.replace(one, five);
788 map.replace(one, five, six);
789 assertNotified(listener, one, five, RemovalCause.REPLACED);
831 Object five = new Object() local
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 96 4) [length] = read a five bit unsigned integer;
107 7) [length] = read a five bit unsigned integer;
122 2) [current_length] = read a five bit unsigned integer and add 1;
04-codec.tex 634 \item[five channels]
635 the stream is five-channel surround. channel order: front left,
08-residue.tex 199 5) if ( [bitflag] is set ) then [high_bits] = read five bits as unsigned integer
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 94 // Step five, parse the exif data.
  /external/libogg/src/
bitwise.c 636 static int five[45]={169,2,126,139,144,172,30,4,80,72,240,59,130,218,73,62, local
687 cliptest(testbuffer2,test2size,17,five,fivesize);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 608 public static final Integer five = new Integer(5); field in class:JSR166TestCase
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 629 R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star, R.id.pound};
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 516 global one, two, three, four, five, six, seven, eight, nine, ten
770 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
py3_test_grammar.py 486 global one, two, three, four, five, six, seven, eight, nine, ten
713 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 514 global one, two, three, four, five, six, seven, eight, nine, ten
790 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 516 global one, two, three, four, five, six, seven, eight, nine, ten
770 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
py3_test_grammar.py 486 global one, two, three, four, five, six, seven, eight, nine, ten
713 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 514 global one, two, three, four, five, six, seven, eight, nine, ten
790 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 102 * Adds a new row to the given TablePrinter, and adds five cells containing
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/chromium_org/v8/src/
d8.js 802 // Default is ten lines starting five lines before the current location.
839 // Default is ten lines starting five lines before the current location.
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp     [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 1100 int five; member in struct:CppStructNonStandardByProt
    [all...]
  /external/v8/src/
d8.js 856 // Default is ten lines starting five lines before the current location.
893 // Default is ten lines starting five lines before the current location.
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 262 ; (used) five for intermediate (q8-q12), one for constants (q15)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 183 the key setup, ECB decrypt and encrypt and test vector routines. After that all five chaining mode routines
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1459 milliseconds

1 23