HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 351 - 375 of 1170) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 63 CREATE_BETA = """CREATE TABLE "beta" ("two");"""
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
labels.s 2 * two forms, $[0-9] and label? are allowed
  /external/guice/extensions/mini/test/com/google/inject/mini/
MiniGuiceTest.java 124 final A two = new A(); local
130 @Provides @Named("two") A getTwo() {
131 return two;
137 assertSame(two, k.aTwo);
143 @Inject @Named("two") A aTwo;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
OldBigIntegerTest.java 27 BigInteger two = new BigInteger("2", 10); field in class:OldBigIntegerTest
53 assertTrue("Random number is too big", bi.compareTo(two.pow(70)) < 0);
55 "Two random numbers in a row are the same (might not be a bug but it very likely is)",
105 // final BigInteger TWO = BigInteger.valueOf(2);
109 // q = p.subtract(BigInteger.ONE).divide(TWO);
180 assertFalse("isProbablePrime failed for product of two large primes" +
206 assertFalse("isProbablePrime failed for product of two large primes" +
299 assertTrue("1+1", BigInteger.ONE.add(BigInteger.ONE).equals(two));
  /external/autotest/site_utils/
perf_compare.py 6 """Script to compare the performance of two different chromeOS builds.
9 chromeOS needs to be analyzed. It requires that you have already created two
150 # choose the maximum of the two.
402 'using two devices, use options --remote-1 '
477 'board with --board, or else two board names with '
481 logging.error('Specify either one board with --board, or two boards '
486 'single device with --remote, or else two devices with '
490 logging.error('Specify either one remote device with --remote, or two '
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentLinkedQueueTest.java 107 q.add(two);
453 q.add(two);
470 q.add(two);
487 q.add(two);
493 assertSame(it.next(), two); local
FutureTaskTest.java 552 return two;
558 assertSame(two, task.get());
564 assertSame(two, task.get(2*LONG_DELAY_MS, MILLISECONDS));
572 checkCompletedNormally(task, two);
579 checkCompletedNormally(task, two);
591 return two;
597 assertSame(two, task.get());
603 assertSame(two, task.get(2*LONG_DELAY_MS, MILLISECONDS));
610 task.set(two);
615 checkCompletedNormally(task, two);
    [all...]
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 80 private final int[] mButtonIds = new int[] {R.id.zero, R.id.one, R.id.two, R.id.three,
337 } else if (buttonId == R.id.two) {
361 } else if (buttonId == R.id.two) {
380 } else if (buttonId == R.id.two) {
420 } else if (buttonId == R.id.two || buttonId == R.id.five || buttonId == R.id.eight
431 } else if (buttonId == R.id.two || buttonId == R.id.five || buttonId == R.id.eight
440 if (buttonId == R.id.one || buttonId == R.id.two || buttonId == R.id.three
  /external/libvorbis/doc/
02-bitpacking.tex 13 native word size of eight bits (octets), sixteen bits, thirty-two bits
33 octet (eight bits) and a word to be a group of two, four or eight
42 only bit set when the byte is storing the two's complement integer
95 an unsigned integer, or '-1' as a signed, two's complement integer.
190 We read two, two-bit integer fields, resulting in the returned numbers
191 'b00' and 'b11'. Two things are worth noting here:
200 two-bit-wide integer 'b11'. This value may be interpreted either as
  /external/v8/test/mjsunit/
array-splice.js 32 var spliced = array.splice(1, 1, 'one', 'two');
269 'one', 'two');
271 assertEquals([1, 'one', 'two'], array);
367 var spliced = array.splice(2, 2, 'one', undefined, 'two');
372 assertEquals([, , 'one', undefined, 'two', , , at7, at7, ,], array);
414 var spliced = array.splice(2, 2, 'one', undefined, 'two');
419 assertEquals([, , 'one', undefined, 'two', , , at7, at7, ,], array);
substr.js 84 // Then two-byte strings.
85 x = "UC16\u2028"; // Non-ascii char forces two-byte string.
121 // Same with two-byte strings
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 222 // round up to nearest power of two
241 // share capacity over each segment, then round up to nearest power of two
574 Object two = map.get(key, loader); local
575 assertNotSame(one, two);
710 final Object two = new Object(); local
730 map.put(one, two);
731 assertSame(two, map.get(one));
773 Object two = new Object(); local
779 map.put(one, two);
781 assertNotified(listener, one, two, RemovalCause.EXPLICIT)
815 Object two = new Object(); local
846 Object two = new Object(); local
872 Object two = new Object(); local
899 Object two = new Object(); local
2410 LocalLoadingCache<Object, Object> two = SerializableTester.reserialize(one); local
2465 LocalManualCache<Object, Object> two = SerializableTester.reserialize(one); local
    [all...]
  /external/selinux/policycoreutils/sandbox/
seunshare.c 194 #define equal_stats(one,two) \
195 ((one)->st_dev == (two)->st_dev && (one)->st_ino == (two)->st_ino && \
196 (one)->st_uid == (two)->st_uid && (one)->st_gid == (two)->st_gid && \
197 (one)->st_mode == (two)->st_mode)
  /external/v8/test/intl/
assert.js 31 * Compares two objects for key/value equality.
52 * Compares two JavaScript values for type and value equality.
102 * Throws if two variables have different types or values.
  /frameworks/rs/api/
rs_atomic.spec 60 Atomicly performs a bitwise and of two values, storing the result back at addr,
179 Atomicly perform a bitwise or two values, storing the result at addr,
218 Atomicly performs a bitwise xor of two values, storing the result at addr,
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arc.c 1060 expressionS two;
1064 two.X_op = O_constant;
1065 two.X_add_symbol = two.X_op_symbol = NULL;
1066 two.X_add_number = 2;
1067 expressionP->X_op_symbol = make_expr_symbol (&two);
1075 expressionS two;
1079 two.X_op = O_constant;
1080 two.X_add_symbol = two.X_op_symbol = NULL
1055 expressionS two; local
1070 expressionS two; local
    [all...]
  /bionic/linker/
linker_allocator.h 57 bool operator<(const small_object_page_record& one, const small_object_page_record& two);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 23 /** In this rule, the functionHeader left prefix on the last two
  /external/chromium-trace/catapult/tracing/tracing_examples/
string_convert.js 105 : nPart > 191 && nPart < 224 && nIdx + 1 < nLen ? /* two bytes */
137 /* two bytes */
  /external/clang/test/Sema/
MicrosoftExtensions.c 115 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' has been explicitly marked deprecated here}} enumerator in enum:DE1
  /external/fec/
dotprod_mmx_assist.s 28 pxor %mm0,%mm0 # clear running sum (in two 32-bit halves)
  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 232 Object two = map.getOrCompute(key); local
233 assertNotSame(one, two);
265 final Object two = new Object(); local
286 map.put(one, two);
  /external/llvm/unittests/ADT/
APIntTest.cpp 128 const APInt two(1, 2);
136 EXPECT_EQ(0u, two.getZExtValue());
137 EXPECT_EQ(0, two.getSExtValue());
140 EXPECT_EQ(zero, two);
143 EXPECT_EQ(two, neg_two);
152 EXPECT_EQ(two, one + one);
158 EXPECT_EQ(two, one - neg_one);
202 APInt two(8, 2);
206 EXPECT_EQ(nine.srem(two), one);
207 EXPECT_EQ(nine.srem(-two), one)
    [all...]
  /external/parameter-framework/upstream/test/functional-tests/
Handle.cpp 88 <BitParameter Pos="2" Size="2" Max="2" Name="two"/>
355 <BitParameter Name="two">0</BitParameter>
374 <BitParameter Name="two">2</BitParameter>
392 <BitParameter Name="two">0x2</BitParameter>
  /external/v8/test/intl/collator/
normalization.js 30 // We need a character with two combining marks, from two different classes,

Completed in 1984 milliseconds

<<11121314151617181920>>