/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 16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six 18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seven 20 recognize_nist dallas/0000/S086.nwf 0 0 six eight seven two one oh eight five zero seven 21 recognize_nist dallas/0000/S088.nwf 0 0 four two zero eight five nine oh nine four zero 23 recognize_nist dallas/0300/S052.nwf 0 0 zero seven nine five two five seven six nine eight 24 recognize_nist dallas/0300/S053.nwf 0 0 eight three five seven nine zero three five two o [all...] |
/dalvik/tests/093-serialization/src/ |
Main.java | 96 Short eight; field in class:Sub 104 eight = 8; 112 + " seven=" + seven + " eight=" + eight + " nine=" + nine
|
/art/test/093-serialization/src/ |
Main.java | 113 Short eight; field in class:Sub 121 eight = 8; 129 + " seven=" + seven + " eight=" + eight + " nine=" + nine
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/ |
forward.pass.cpp | 25 struct eight {one _[8];}; struct 33 eight test(const A&&);
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_variance_impl_mmx.asm | 97 movq mm0, [rax] ; Copy eight bytes to mm0 98 movq mm1, [rbx] ; Copy eight bytes to mm1 116 movq mm1, [rbx] ; Copy eight bytes to mm1 122 movq mm0, [rax] ; Copy eight bytes to mm0 140 movq mm1, [rbx] ; Copy eight bytes to mm1 145 movq mm0, [rax] ; Copy eight bytes to mm0 163 movq mm1, [rbx] ; Copy eight bytes to mm1 168 movq mm0, [rax] ; Copy eight bytes to mm0 186 movq mm1, [rbx] ; Copy eight bytes to mm1 191 movq mm0, [rax] ; Copy eight bytes to mm [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
variance_impl_mmx.asm | 97 movq mm0, [rax] ; Copy eight bytes to mm0 98 movq mm1, [rbx] ; Copy eight bytes to mm1 116 movq mm1, [rbx] ; Copy eight bytes to mm1 122 movq mm0, [rax] ; Copy eight bytes to mm0 140 movq mm1, [rbx] ; Copy eight bytes to mm1 145 movq mm0, [rax] ; Copy eight bytes to mm0 163 movq mm1, [rbx] ; Copy eight bytes to mm1 168 movq mm0, [rax] ; Copy eight bytes to mm0 186 movq mm1, [rbx] ; Copy eight bytes to mm1 191 movq mm0, [rax] ; Copy eight bytes to mm [all...] |
/external/libvorbis/doc/ |
02-bitpacking.tex | 13 native word size of eight bits (octets), sixteen bits, thirty-two bits 22 'octet', that is, eight bits. This has not always been the case; 26 modern platforms, this is generally assumed to be eight bits (not 33 octet (eight bits) and a word to be a group of two, four or eight
|
06-floor0.tex | 35 5) [floor0_amplitude_offset] = read an unsigned integer of eight bits 37 7) array [floor0_book_list] = read a list of [floor0_number_of_books] unsigned integers of eight bits each;
|
08-residue.tex | 89 As an example, assume a partition vector of size eight, to be encoded 118 As an example, assume a partition vector of size eight, to be encoded 209 bitmap being eight bits):
|
04-codec.tex | 111 \item \varname{[vorbis_codebook_count]} = read eight bits as unsigned integer and add one 612 for greater-than-eight channels remains 'left to the implementation'. 646 \item[eight channels] 651 \item[greater than eight channels]
|
03-codebook.tex | 30 system's native byte width is eight bits. This is not universally 32 relating to non-eight-bit bytes.
|
05-comment.tex | 33 The comment header is logically a list of eight-bit-clean vectors; the
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
style.css | 83 #calculator-buttons button.eight { 87 #calculator-buttons button.eight[data-active="touch"], 88 #calculator-buttons button.eight[data-active="mouse"]:active {
|
/packages/apps/InCallUI/src/com/android/incallui/ |
DialpadFragment.java | 117 mDisplayMap.put(R.id.eight, '8'); 528 R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star, R.id.pound};
|
/packages/services/Telephony/src/com/android/phone/ |
EmergencyDialer.java | 78 R.id.seven, R.id.eight, R.id.nine, 381 case R.id.eight: {
|
/external/chromium_org/third_party/sqlite/src/tool/ |
mkspeedsql.tcl | 26 set ones {zero one two three four five six seven eight nine
|
speedtest2.tcl | 90 set ones {zero one two three four five six seven eight nine
|
speedtest.tcl | 99 set ones {zero one two three four five six seven eight nine
|
/external/v8/test/mjsunit/compiler/ |
expression-trees.js | 58 // All 429 possible bitwise OR trees with eight leaves.
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_avx2.c | 177 const __m128i eight = _mm_set1_epi16(8); local 214 pixelFilter_p = _mm_add_epi16(eight, 567 const __m256i eight = _mm256_set1_epi16(8); local 606 pixelFilter_p = _mm256_add_epi16(eight, [all...] |
vp9_loopfilter_intrin_sse2.c | 176 const __m128i eight = _mm_set1_epi16(8); local 211 pixelFilter_p = _mm_add_epi16(eight, _mm_add_epi16(pixelFilter_p, 579 const __m128i eight = _mm_set1_epi16(8); local 617 c = _mm_add_epi16(_mm_add_epi16(p5, eight), c); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
tokenizer.cc | 390 AddError("Expected eight hex digits up to 10ffff for \\U escape " [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
JSR166TestCase.java | 611 public static final Integer eight = new Integer(8); field in class:JSR166TestCase [all...] |
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
DialpadFragment.java | 602 R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star, R.id.pound}; [all...] |
/external/clang/test/SemaCXX/ |
constant-expression-cxx11.cpp | 132 constexpr int eight = 8; member in namespace:DefaultArguments 137 static_assert(Sum(1, eight, &twentyseven) == 36, ""); 138 static_assert(Sum(1, 2, &four, eight) == 15, ""); [all...] |