Searched refs:SIZE (Results 101 - 122 of 122) sorted by relevance

12345

/external/guava/guava-tests/test/com/google/common/math/
H A DIntMathTest.java50 BigIntegerMath.sqrt(BigInteger.ZERO.setBit(2 * Integer.SIZE - 1), FLOOR).intValue(),
H A DLongMathTest.java48 assertEquals(BigIntegerMath.sqrt(BigInteger.ZERO.setBit(2 * Long.SIZE - 1), FLOOR).longValue(),
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.cpp358 static void drawPatternSimple(HDC hdc, const RECT& destRect, const SharedBitmap* bmp, const SIZE& bmpSize, const POINT& phase)
490 SIZE bmpSize = { bmpWidth, bmpHeight };
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java599 public static final int SIZE = 20; field in class:JSR166TestCase
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp548 SIZE size = { windowWidth, windowHeight };
H A DWebFrame.cpp931 /* [retval][out] */ SIZE* offset)
2437 /* [retval][out] */ SIZE *size)
H A DWebView.h1004 SIZE m_backingStoreSize;
/external/qemu/target-arm/
H A Dneon_helper.c1838 #define ELEM(V, N, SIZE) (((V) >> ((N) * (SIZE))) & ((1ull << (SIZE)) - 1))
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeWinCE.cpp77 SIZE* psz);
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp408 SIZE scrollPosition;
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp6296 const long SIZE = 65536; local
6298 int *ptr = (int*)mmap(NULL, SIZE, PROT_READ | PROT_WRITE,
6301 munmap(ptr, SIZE);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java420 assertNotified(listener, one, two, RemovalCause.SIZE);
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2697 if (!removeEntry(e, e.getHash(), RemovalCause.SIZE)) {
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java2416 if (!removeEntry(e, e.getHash(), RemovalCause.SIZE)) {
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java863 assertNotified(listener, one, two, RemovalCause.SIZE);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1334 milliseconds

12345