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

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/Ia32/
SwitchRam.asm 36 ; Save three register: eax, ebx, ecx
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
Stack.asm 32 ; Save three register: eax, ebx, ecx
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
Stack.asm 32 ; Save three register: eax, ebx, ecx
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
Stack.asm 36 ; Save three register: eax, ebx, ecx
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
Stack.asm 32 ; Save three register: eax, ebx, ecx
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
BooleansTest.java 170 List<Boolean> three = Arrays.asList(false, false, true); local
171 assertTrue(Arrays.equals(array, Booleans.toArray(three)));
BytesTest.java 170 List<Byte> three = Arrays.asList((byte) 0, (byte) 1, (byte) 0x55); local
171 assertTrue(Arrays.equals(array, Bytes.toArray(three)));
CharsTest.java 271 List<Character> three = Arrays.asList((char) 0, (char) 1, 'A'); local
272 assertTrue(Arrays.equals(array, Chars.toArray(three)));
  /external/guava/guava-tests/test/com/google/common/primitives/
BytesTest.java 172 List<Byte> three = Arrays.asList((byte) 0, (byte) 1, (byte) 0x55); local
173 assertTrue(Arrays.equals(array, Bytes.toArray(three)));
  /external/replicaisland/src/com/replica/replicaisland/
AnimationComponent.java 373 public void setRubySounds(Sound one, Sound two, Sound three) {
376 mRubySound3 = three;
  /external/skia/tools/lua/
paths.lua 12 -- may cause three uploads to the GPU (set clip 1, set clip 2, unset clip 2/reset clip 1),
  /packages/apps/Dialer/java/com/android/incallui/
DialpadFragment.java 54 mDisplayMap.put(R.id.three, '3');
71 R.id.three,
  /prebuilts/go/darwin-x86/src/math/
atan.go 26 // Range reduction is from three intervals into the interval from zero to 0.66.
  /prebuilts/go/darwin-x86/src/regexp/syntax/
simplify_test.go 60 // The next three are illegible because Simplify inserts (?:)
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
rwmutex_test.go 64 // Use three readers so that no matter what order they're
  /prebuilts/go/linux-x86/src/math/
atan.go 26 // Range reduction is from three intervals into the interval from zero to 0.66.
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify_test.go 60 // The next three are illegible because Simplify inserts (?:)
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
rwmutex_test.go 64 // Use three readers so that no matter what order they're
  /art/test/046-reflect/src/
Main.java 66 String one, two, three, four; local
76 three = (String) field.get(instance);
78 System.out.println(" ::: " + one + ":" + two + ":" + three);
217 String three; local
219 three = (String) field.get(this);
221 + three);
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 287 Object three = new Object(); local
296 map.put(two, three);
297 map.remove(two, three);
298 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
300 map.put(three, four);
304 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
330 Object three = new Object(); local
336 map.put(one, three);
341 assertNotified(listener, one, three, RemovalCause.REPLACED);
362 Object three = new Object() local
387 Object three = new Object(); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 774 Object three = new Object(); local
783 map.put(two, three);
784 map.remove(two, three);
785 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
787 map.put(three, four);
791 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
816 Object three = new Object(); local
822 map.put(one, three);
827 assertNotified(listener, one, three, RemovalCause.REPLACED);
847 Object three = new Object() local
873 Object three = new Object(); local
900 Object three = new Object(); local
2430 LocalLoadingCache<Object, Object> three = SerializableTester.reserialize(two); local
2484 LocalManualCache<Object, Object> three = SerializableTester.reserialize(two); local
    [all...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp 1155 bool one, rawThree, three; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 906 ECFieldElement gamma = three(X1Squared).add(this.getCurve().getA()).divide(two(Y1));
925 w = w.add(three(X1.square()));
959 M = three(X1.add(Z1Squared).multiply(X1.subtract(Z1Squared)));
965 M = three(X1Squared);
    [all...]
  /system/libhidl/
test_main.cpp 409 const hidl_string three = "3"; local
410 EXPECT_EQ(three, ret.withDefault(three));
  /build/blueprint/bootstrap/
doc.go 76 // There are three files that must be included in the source tree to facilitate
106 // There are three stages to the bootstrapping process, each with a
129 // order to run a build. It iterates through the three stages of the build:

Completed in 1158 milliseconds

1 2 3 4 5 6 78 91011>>