HomeSort by relevance Sort by last modified time
    Searched refs:three (Results 151 - 175 of 283) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 112 ;# input will can span three vectors if not aligned correctly.
463 ;# input will can span three vectors if not aligned correctly.
503 ;# input will can span three vectors if not aligned correctly.
  /external/libvpx/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 112 ;# input will can span three vectors if not aligned correctly.
463 ;# input will can span three vectors if not aligned correctly.
503 ;# input will can span three vectors if not aligned correctly.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 112 ;# input will can span three vectors if not aligned correctly.
463 ;# input will can span three vectors if not aligned correctly.
503 ;# input will can span three vectors if not aligned correctly.
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 7 * Script to be injected into SAML provider pages, serving three main purposes:
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmfiles.mk 20 # Note: ICU is updated to handle three EBCDIC converters (JIPS, KEIS, and JEF) which uses
  /external/chromium_org/v8/test/mjsunit/compiler/
assignment.js 280 // Run three times to exercise caches.
  /external/chromium_org/v8/test/mjsunit/
debug-stepin-call-function-stub.js 83 // Run three times. First time the function will be compiled lazily,
  /external/chromium_org/v8/test/webkit/
instance-of-immediates.js 30 // Run a batch of tests; call'testInstanceOf' three times, passing 1, {}, and the object 'obj', which is an instance of Constructor.
  /external/icu/icu4c/source/data/mappings/
ucmfiles.mk 20 # Note: ICU is updated to handle three EBCDIC converters (JIPS, KEIS, and JEF) which uses
  /external/libvorbis/doc/
08-residue.tex 17 vectors during decode. Vorbis makes use of three different encoding
31 vector is the same in all three variants.
157 Header decode for all three residue types is identical.
246 infrastructure identical to all three formats.
05-comment.tex 8 The Vorbis text comment header is the second (of three) header
180 comment header. As an example, assume a track was recorded by three
06-floor0.tex 93 \varname{[codebook_dimensions]} value of three and
96 scalars as four vectors of three scalars each. This is not an error
01-introduction.tex 234 quantization according to one of three specific packing/coding
266 three header packets; all are required, in-order, by this
269 three initial headers are audio packets.
319 Vorbis I uses four packet types. The first three packet types mark each
320 of the three Vorbis headers described above. The fourth packet type
324 Following the three header packets, all packets in a Vorbis I stream
04-codec.tex 19 A Vorbis bitstream begins with three header packets. The header
76 \item All three fields set to the same value implies a fixed rate, or tightly bounded, nearly fixed-rate bitstream
159 Vorbis uses three residue types; header decode of each type is identical.
279 Following the three header packets, all packets in a Vorbis I stream
626 \item[three channels]
657 mapping as seen fit. Future channel mappings (such as three and four
  /external/tremolo/Tremolo/
bitwise.c 567 static int three[54]={169,2,232,252,91,132,156,36,89,13,123,176,144,32,254, local
598 cliptest(testbuffer2,test2size,0,three,threesize);
  /libcore/jsr166-tests/src/test/java/jsr166/
LinkedListTest.java 457 q.add(three);
465 assertSame(it.next(), three); local
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 162 // Converts a score value to a string with at least three significant
248 // Run the setup, the actual benchmark, and the tear down in three
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest.tcl 99 set ones {zero one two three four five six seven eight nine
  /external/chromium_org/v8/benchmarks/
base.js 157 // Converts a score value to a string with at least three significant
243 // Run the setup, the actual benchmark, and the tear down in three
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 120 Otherwise, to figure who the user is, we offer the user three
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 120 Otherwise, to figure who the user is, we offer the user three
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 113 The base-class for the three primary Main script-runner classes.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 382 ;;; We already know at this point that the first three bytes of the
386 ;;; pointer. (rsi will still be misaligned three times out of four.)
  /external/libunwind/doc/
libunwind-ia64.tex 68 The IA-64-version of \Prog{libunwind} defines three kinds of register
83 (IP), this means there are three frame registers:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_userdict.py 9 d3 = {"one": 1, "two": 3, "three": 5}
34 self.assertEqual(UserDict.UserDict([('one',1), ('two',2)], two=3, three=5), d3)
63 u3["three"] = 3
66 del u3["three"]
67 self.assertRaises(KeyError, u3.__delitem__, "three")

Completed in 1311 milliseconds

1 2 3 4 5 67 8 91011>>