/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
TestStringListMultimapGenerator.java | 44 Helpers.mapEntry("four", "April"), 50 return new SampleElements<String>("one", "two", "three", "four", "five");
|
TestStringSetMultimapGenerator.java | 43 Helpers.mapEntry("four", "April"), 49 return new SampleElements<String>("one", "two", "three", "four", "five");
|
/external/skia/resources/android_fonts/pre_v17/ |
system_fonts.xml | 7 up to four font files. The font files are listed in the order of the styles which they 8 support: regular, bold, italic and bold-italic. If less than four styles are listed, then
|
/frameworks/native/libs/ui/ |
Android.mk | 29 # We use four-character constants for the GraphicBuffer header, and don't care 31 LOCAL_CPPFLAGS += -Wno-four-char-constants
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidInstanceofTest.java | 72 InterfaceFour four = mFour; local 74 assertFalse("m_four should not be a ChildOfAFive", four instanceof ChildOfAFive);
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
OldAttributesTest.java | 32 a.putValue("4", "four"); 82 b.putValue("4", "four");
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
MapsTest.java | 576 assertNull(map.get("four")); 577 strings.add("four"); 578 assertEquals(ImmutableMap.of("one", 3, "two", 3, "three", 5, "four", 4), map); 579 assertEquals(Integer.valueOf(4), map.get("four")); 639 assertNull(map.get("four")); 640 strings.add("four"); 642 ImmutableSortedMap.of("one", 3, "two", 3, "three", 5, "four", 4), 644 assertEquals(Integer.valueOf(4), map.get("four")); 647 ImmutableSortedMap.of("four", 4, "one", 3, "three", 5), 652 ImmutableSortedMap.of("five", 4, "four", 4, "three", 5) [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsics_neon_Resize.S | 42 /* Read four different lines (except at edges where addresses may be clamped, 80 /* As above, but only four 16-bit results into d25. 222 /* r4-r7 contain pointers to the four lines of input to be 229 * Start by placing four pixels worth of input at the far end of 230 * the buffer. As many as two of these may be clipped, so four 266 /* Count off four pixels into the working buffer, and move count to 270 /* Incoming pointers were to the first _legal_ pixel. Four pixels 320 /* The last pixel (four bytes) if necessary */ 386 /* copy four taps (width of cubic window) to far end for overflow 451 /* Inner loop: here the four x coefficients for each tap ar [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
TreeMapTest.java | 45 map.put(four, "D"); 173 assertTrue(s.contains(four)); 281 (e.getKey().equals(four) && e.getValue().equals("D")) || 300 (e.getKey().equals(four) && e.getValue().equals("D")) || 344 assertTrue(empty.containsKey(four)); 382 assertEquals(four, e1.getKey()); 454 assertEquals(four, e1); 518 map.remove(four); 538 assertEquals(four, e.getKey()); 632 NavigableMap sm = map.subMap(two, true, four, false) [all...] |
ConcurrentSkipListSubMapTest.java | 45 map.put(four, "D"); 167 assertTrue(s.contains(four)); 257 (e.getKey().equals(four) && e.getValue().equals("D")) || 273 assertTrue(empty.containsKey(four)); 352 map.remove(four, "A"); 354 assertTrue(map.containsKey(four)); 381 assertEquals(four, e1.getKey()); 445 map.remove(four); 465 assertEquals(four, e.getKey()); 624 SortedMap sm = map.subMap(two, four); [all...] |
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
rs_value_types.jd | 113 Four 8 bit signed integers 137 Four 64 bit floats 161 Four 32 bit floats 193 Four 16 bit floats 233 Four 32 bit signed integers 273 Four 64 bit signed integers 329 Four 16 bit signed integers 377 Four 8 bit unsigned integers 425 Four 32 bit unsigned integers 473 Four 64 bit unsigned integer [all...] |
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
xmmintrin.h | 256 /* Perform the respective operation on the four SPFP values in A and B. */ 480 /* Perform a comparison on the four SPFP values of A and B. For each 852 /* Convert the four signed 16-bit values in A to SPFP form. */ 867 /* Convert the four words to doublewords. */ 880 /* Convert the four unsigned 16-bit values in A to SPFP form. */ 889 /* Convert the four words to doublewords. */ 902 /* Convert the low four signed 8-bit values in A to SPFP form. */ 915 /* Convert the four low bytes to words. */ 921 /* Convert the low four unsigned 8-bit values in A to SPFP form. */ 931 /* Convert the four signed 32-bit values in A and B to SPFP form. * [all...] |
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
xmmintrin.h | 256 /* Perform the respective operation on the four SPFP values in A and B. */ 480 /* Perform a comparison on the four SPFP values of A and B. For each 852 /* Convert the four signed 16-bit values in A to SPFP form. */ 867 /* Convert the four words to doublewords. */ 880 /* Convert the four unsigned 16-bit values in A to SPFP form. */ 889 /* Convert the four words to doublewords. */ 902 /* Convert the low four signed 8-bit values in A to SPFP form. */ 915 /* Convert the four low bytes to words. */ 921 /* Convert the low four unsigned 8-bit values in A to SPFP form. */ 931 /* Convert the four signed 32-bit values in A and B to SPFP form. * [all...] |
/bionic/libc/arch-x86/generic/string/ |
memcmp.S | 34 subl %ecx,%edi /* four pairs of bytes do not */
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
CodeInput.java | 42 * Reads four code units, treating them as a little-endian {@code long}.
|
/dalvik/dx/tests/091-ssa-const-collector/ |
Blort.java | 5 ONE,TWO,THREE,FOUR,FIVE,SIX,SEVEN,EIGHT
|
/dalvik/libdex/ |
Leb128.h | 48 * high four-order bits. 91 * high four-order bits. 109 * any but the low-order four bits set. Additionally, if the limit is 121 * any but the low-order four bits set. Additionally, if the limit is
|
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/res/values/ |
colors.xml | 22 indicator. It expects exactly four colors.
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/src/main/res/values/ |
colors.xml | 22 indicator. It expects exactly four colors.
|
/development/samples/Snake/res/values/ |
attrs.xml | 23 <!-- Defining properties to use four different colors in 4 segments of BackgroundView -->
|
/development/samples/browseable/SwipeRefreshListFragment/res/values/ |
colors.xml | 22 indicator. It expects exactly four colors.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
SingleStepTest.java | 55 * Runs stepFunction() function four times to checks 66 * Runs stepFunction() function four times to checks 76 * Runs stepFunction() function four times to checks 86 * Runs stepFunction() function four times to checks
|
/external/clang/test/CodeGenObjC/ |
category-super-class-meth.m | 29 // CHECK: [[FOUR:%.*]] = load i8*, i8** @OBJC_SELECTOR_REFERENCES_
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
CodeInput.java | 42 * Reads four code units, treating them as a little-endian {@code long}.
|
/external/elfutils/src/tests/ |
run-debugaltlink.sh | 20 # Just some random testfiles, four with, one without .gnu_debugaltlink
|