HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 601 - 625 of 1983) sorted by null

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/compress/lzw/
reader.go 11 // two non-literal codes are a clear code and an EOF code.
57 // The next two codes mean clear and EOF.
64 // Each code c in [lo, hi] expands to two or more bytes. For c != hi:
  /prebuilts/go/linux-x86/src/compress/lzw/
reader.go 11 // two non-literal codes are a clear code and an EOF code.
57 // The next two codes mean clear and EOF.
64 // Each code c in [lo, hi] expands to two or more bytes. For c != hi:
  /external/libvorbis/doc/
07-floor1.tex 35 \item floor computation produces two new line segments, one running from
88 algorithm splits Y value computation and line plotting into two steps
239 Curve computation is split into two logical steps; the first step
244 conditionally skipped during final line computation in step two.
352 elements of the other two vectors so that the X, Y and step2_flag
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 362 // get a list of the factories, should be two
972 SimpleListener two(this, "two");
979 ls.addListener(&two, status);
991 ls.removeListener(&two, status);
1004 ls.addListener(&two, status);
1099 UnicodeString* two = new UnicodeString("two\/de_US"); local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpMath.java 36 /** Breaks a string representation up into two dfp's.
37 * <p>The two dfp are such that the sum of them is equivalent
43 * @return an array of two {@link Dfp} which sum is a
92 * @return two elements array containing the split number
102 /** Multiply two numbers that are split in to two pieces that are
129 /** Divide two numbers that are split in to two pieces that are meant to be added together.
258 * a is broken into two parts, such that a = n+m where n is an integer.
517 final Dfp two = x.getTwo() local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py 152 and hyphens; it cannot end with a hyphen or contain two consecutive
213 Enables ingress to a DBSecurityGroup using one of two forms of
298 + Cannot end with a hyphen or contain two consecutive hyphens
382 + Cannot end with a hyphen or contain two consecutive hyphens.
523 + Cannot end with a hyphen or contain two consecutive hyphens
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathFrustum.h 306 const T two = static_cast<T>(2); local
310 _right = nearPlane * Math<T>::tan(fovx / two);
312 _top = ((_right - _left) / aspect) / two;
317 _top = nearPlane * Math<T>::tan(fovy / two);
319 _right = (_top - _bottom) * aspect / two;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URITest.java 1634 URI two = new URI("file:\/C:\/test\/ws"); local
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ArrayBlockingQueueTest.java 159 q.add(two);
731 q.add(two);
751 q.add(two);
769 q.add(two);
795 q.add(two);
CopyOnWriteArrayListTest.java 173 assertEquals(two, full.get(4));
209 assertTrue(full.containsAll(Arrays.asList(one, two)));
210 assertFalse(full.containsAll(Arrays.asList(one, two, six)));
402 assertTrue(full.removeAll(Arrays.asList(one, two)));
404 assertFalse(full.removeAll(Arrays.asList(one, two)));
LinkedBlockingQueueTest.java 148 q.add(two);
667 q.add(two);
687 q.add(two);
703 q.add(two);
729 q.add(two);
LinkedTransferQueueTest.java 388 assertTrue(q.add(two));
390 assertTrue(q.remove(two));
539 q.add(two);
561 q.add(two);
577 q.add(two);
    [all...]
ConcurrentHashMap8Test.java 47 map.put(two, "B");
194 assertEquals("B", map.get(two));
385 assertTrue(full.containsAll(Arrays.asList(one, two)));
386 assertFalse(full.containsAll(Arrays.asList(one, two, six)));
466 assertTrue(full.removeAll(Arrays.asList(one, two)));
468 assertFalse(full.removeAll(Arrays.asList(one, two)));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 154 def f3(two, arguments): pass
155 def f4(two, (compound, (argument, list))): pass
156 def f5((compound, first), two): pass
158 self.assertEquals(f3.func_code.co_varnames, ('two', 'arguments'))
161 ('two', '(compound, (argument, list))', 'compound', 'argument',
164 ('(compound, first)', 'two', 'compound', 'first'))
167 ('two', '.1', 'compound', 'argument', 'list'))
169 ('.0', 'two', 'compound', 'first'))
171 def a2(two, args,): pass
516 global one, two, three, four, five, six, seven, eight, nine, te
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 154 def f3(two, arguments): pass
155 def f4(two, (compound, (argument, list))): pass
156 def f5((compound, first), two): pass
158 self.assertEquals(f3.func_code.co_varnames, ('two', 'arguments'))
161 ('two', '(compound, (argument, list))', 'compound', 'argument',
164 ('(compound, first)', 'two', 'compound', 'first'))
167 ('two', '.1', 'compound', 'argument', 'list'))
169 ('.0', 'two', 'compound', 'first'))
171 def a2(two, args,): pass
516 global one, two, three, four, five, six, seven, eight, nine, te
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 97 // avail is long enough for two item plus the appropriate ellipsis.
584 // two consecutive ^ in the input to produce a single ^ in the output.
587 // two ^ with a space in the middle.
724 // get chars to place at the end of the destination except the earliest two chars.
739 // get chars to place at the end of the destination except the earliest two chars
1569 String two = "Hello World"; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrsbit.c 286 FT_Bool two = FT_BOOL( flags & 1 ); local
291 if ( two ) char_len += 1;
311 if ( two )
651 * other words, two bytes can represent at most 255 pixels.
  /external/libvpx/libvpx/vpx_dsp/arm/
intrapred_neon_asm.asm 438 ; Process two rows.
454 ; Process two rows.
534 ; Process two rows.
558 ; Process two rows.
580 ; Process two rows.
602 ; Process two rows.
  /external/toybox/toys/pending/
traceroute.c 513 int two = 2; local
523 if (setsockopt(TT.recv_sock, SOL_RAW, IPV6_CHECKSUM, &two,
524 sizeof(two)) < 0) perror_exit("setsockopt RAW_CHECKSUM");
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 172 int[] one = {1}, two = {2}; local
180 requestSettingsSetAndAssertChanged(s, CaptureRequest.SENSOR_TEST_PATTERN_DATA, two, true);
181 requestSettingsSetAndAssertChanged(s, CaptureRequest.SENSOR_TEST_PATTERN_DATA, two, false);
  /frameworks/rs/api/
rs_matrix.spec 31 To create a transformation matrix that performs two transformations at once,
32 multiply the two source matrices, with the first transformation as the right
37 We have two style of functions to create transformation matrices:
288 summary: Multiply two matrices
292 To combine two 4x4 transformaton matrices, multiply the second transformation matrix
398 When combining two 4x4 transformation matrices using this function, the resulting
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_reconintra_neon.asm 441 ; Process two rows.
457 ; Process two rows.
538 ; Process two rows.
562 ; Process two rows.
584 ; Process two rows.
606 ; Process two rows.
  /external/v8/test/mjsunit/
stack-traces.js 36 function two() { function in function:testNested.one
42 two();
265 testTrace("testNested", testNested, ["at one", "at two", "at three"]);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMapTest.java 413 String two = "two"; local
414 String alsoTwo = new String(two); // use the new operator to ensure a
417 mapOne.put(one, two);
418 mapFour.put(one, two);
420 // these two are not equal to the above two
421 mapTwo.put(alsoOne, two);
425 assertTrue("failure of non-equality of IdentityHashMaps one and two",
429 assertTrue("failure of non-equality of IdentityHashMaps two and three"
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 13 files. The first two, 6g.go and 6c.c, are a Go source file for 6g and
17 any 6.out that imports the first two files.
107 // so, to support older versions, we wrap these two functions.

Completed in 1987 milliseconds

<<21222324252627282930>>