HomeSort by relevance Sort by last modified time
    Searched refs:three (Results 126 - 150 of 584) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/jsr166-tests/src/test/java/jsr166/
AtomicReferenceFieldUpdaterTest.java 208 while (!a.compareAndSet(AtomicReferenceFieldUpdaterTest.this, two, three))
216 assertSame(three, a.get(this));
AtomicReferenceTest.java 89 while (!ai.compareAndSet(two, three))
97 assertSame(three, ai.get());
AtomicStampedReferenceTest.java 106 while (!ai.compareAndSet(two, three, 0, 0))
114 assertSame(three, ai.getReference());
ExchangerTest.java 142 assertSame(three, e.exchange(one));
147 assertSame(one, e.exchange(three));
ConcurrentLinkedQueueTest.java 454 q.add(three);
471 q.add(three);
488 q.add(three);
494 assertSame(it.next(), three); local
CopyOnWriteArrayListTest.java 94 assertTrue(full.addAll(Arrays.asList(three, four, five)));
96 assertTrue(full.addAll(Arrays.asList(three, four, five)));
107 assertEquals(2, full.addAllAbsent(Arrays.asList(three, four, one)));
109 assertEquals(0, full.addAllAbsent(Arrays.asList(three, four, one)));
127 full.addIfAbsent(three);
128 assertTrue(full.contains(three));
322 full.add(three);
333 full.add(three);
335 assertEquals(-1, full.lastIndexOf(three, 3));
ConcurrentHashMap8Test.java 48 map.put(three, "C");
195 assertEquals("C", map.get(three));
235 assertTrue(full.addAll(Arrays.asList(three, four, five)));
237 assertFalse(full.addAll(Arrays.asList(three, four, five)));
248 assertTrue(full.addAll(Arrays.asList(three, four, one)));
250 assertFalse(full.addAll(Arrays.asList(three, four, one)));
268 assertTrue(full.add(three));
269 assertTrue(full.contains(three));
270 assertFalse(full.add(three));
271 assertTrue(full.contains(three));
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
compare.go 19 // the pattern so that all code doing three-way comparisons, not just code
  /prebuilts/go/linux-x86/src/strings/
compare.go 19 // the pattern so that all code doing three-way comparisons, not just code
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
cortex-a8-far.d 16 00800010 <three>:
  /external/skia/src/core/
SkGeometry.h 137 2 dst[0..3], dst[3..6], dst[6..9] are the three new cubics
351 Sk2s three(3);
352 fA = P3 + three * (P1 - P2) - P0;
353 fB = three * (P2 - times_2(P1) + P0);
354 fC = three * (P1 - P0);
  /system/extras/brillo_config/
Android.mk 76 three numbers separated by dots. Example: "1.2.0")
  /external/clang/test/Sema/
designated-initializers.c 231 int three; member in struct:__anon15589::__anon15590
241 .a.three = 3, // expected-warning{{overrides}}
246 .a.three = 13, // expected-note{{previous}}
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64.go 95 // The same strategy of splitting the buffer in three is used but the
103 // however the processor can pipeline up to three instructions if they
106 // Roughly this means that we can process three buffers in about the same
109 // The idea is then to split the buffer in three, CRC the three pieces
126 // Say we want to compute CRC(I, ABC) where A, B, C are three sequences of
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64.go 95 // The same strategy of splitting the buffer in three is used but the
103 // however the processor can pipeline up to three instructions if they
106 // Roughly this means that we can process three buffers in about the same
109 // The idea is then to split the buffer in three, CRC the three pieces
126 // Say we want to compute CRC(I, ABC) where A, B, C are three sequences of
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 450 UnicodeString three(FALSE, readonly, UPRV_LENGTHOF(readonly));
451 printUnicodeString("readonly-alias string: ", three);
454 three.setCharAt(1, 0x39);
455 printUnicodeString("readonly-aliasing string after modification: ", three);
457 for(i=0; i<three.length(); ++i) {
  /external/wycheproof/java/com/google/security/wycheproof/
EcUtil.java 76 final BigInteger three = new BigInteger("3"); local
77 final BigInteger a = p.subtract(three);
424 BigInteger three = new BigInteger("3"); local
439 l = modSqrt(x.multiply(three), p);
444 BigInteger a = l.multiply(y.add(y)).subtract(xSqr.multiply(three)).mod(p);
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DialpadView.java 66 R.id.three,
324 if (buttonId == R.id.three) {
364 } else if (buttonId == R.id.three) {
377 } else if (buttonId == R.id.three) {
422 } else if (buttonId == R.id.three
439 } else if (buttonId == R.id.three
449 || buttonId == R.id.three
  /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,
329 if (buttonId == R.id.three) {
369 } else if (buttonId == R.id.three) {
382 } else if (buttonId == R.id.three) {
423 } else if (buttonId == R.id.three || buttonId == R.id.six || buttonId == R.id.nine
434 } else if (buttonId == R.id.three || buttonId == R.id.six || buttonId == R.id.nine
440 if (buttonId == R.id.one || buttonId == R.id.two || buttonId == R.id.three
  /external/mesa3d/docs/specs/
MESA_texture_array.spec 71 of the N LOD in all three dimensions. For the TEXTURE_2D_ARRAY target,
172 is used to specify a three-dimensional texture image. target must be one
173 one of TEXTURE_3D for a three-dimensional texture or
176 three-dimensional proxy texture, or PROXY_TEXTURE_2D_ARRAY_EXT for a
334 "For one-, two-, or three-dimensional textures and one- or
343 "In addition to image arrays for one-, two-, and three-dimensional
346 are maintained for one-, two-, and three-dimensional textures and one-
354 three-dimensional proxy state values of the specified level-of-detail
377 named one-, two-, and three-dimensional, cube map, and one- and
394 three-dimensional, cube map, one- or two-dimensional array textur
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/Ia32/
SwitchRam.S 36 # Save three register: eax, ebx, ecx
  /external/webrtc/webrtc/tools/rtcbot/test/
three_bots_video_conference.js 11 // The test succeeds after establishing the call between the three
113 // SetTimeout used because creating the three answers will very fast
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
armv1.s 72 # Add three nop instructions to ensure that the
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
crange1.s 74 ! should be three or four .cranges descriptors, depending on whether one
  /external/eigen/lapack/
dlapy3.f 100 * adding all three entries together will make sure

Completed in 602 milliseconds

1 2 3 4 56 7 8 91011>>