/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/ |
get_const.fail.cpp | 37 std::get<1>(t) = "four";
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/hdlc/ |
ioctl.h | 35 #define LMI_CISCO 4 /* The "original" LMI, aka Gang of Four */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/hdlc/ |
ioctl.h | 35 #define LMI_CISCO 4 /* The "original" LMI, aka Gang of Four */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dylib.py | 24 A dylib name can take one of the following four forms:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dylib.py | 24 A dylib name can take one of the following four forms:
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MapsTest.java | 639 assertNull(map.get("four")); 640 strings.add("four"); 641 assertEquals(ImmutableMap.of("one", 3, "two", 3, "three", 5, "four", 4), map); 642 assertEquals(Integer.valueOf(4), map.get("four")); 702 assertNull(map.get("four")); 703 strings.add("four"); 705 ImmutableSortedMap.of("one", 3, "two", 3, "three", 5, "four", 4), 707 assertEquals(Integer.valueOf(4), map.get("four")); 710 ImmutableSortedMap.of("four", 4, "one", 3, "three", 5), 715 ImmutableSortedMap.of("five", 4, "four", 4, "three", 5) [all...] |
ImmutableMapTest.java | 296 .put("four", 4) 300 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5); 360 moreToPut.put("four", 4); 368 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5); 379 .put("four", 4) 383 assertMapEquals(mapTwo, "one", 1, "two", 2, "three", 3, "four", 4); 496 ImmutableMap.of("one", 1, "two", 2, "three", 3, "four", 4), 497 "one", 1, "two", 2, "three", 3, "four", 4); 499 ImmutableMap.of("one", 1, "two", 2, "three", 3, "four", 4, "five", 5), 500 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMStringPool.java | 144 "Zero","One","Two","Three","Four","Five", 148 "Twenty-One","Twenty-Two","Twenty-Three","Twenty-Four", 151 "Thirty-Three","Thirty-Four","Thirty-Five","Thirty-Six",
|
/external/lzma/xz-embedded/ |
xz_lzma2.h | 174 * - alignment bits: four lowest bits 188 * lowest four bits (alignment) is encoded using probabilities. 198 * LZMA remembers the four most recent match distances. Reusing these
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vs_ppc.c | 106 /* convert (up to) four input verts to SoA format */ 131 /* convert (up to) four output verts from SoA back to AoS format */ 149 /* advance to next group of four input/output verts */
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
SampleFlags.java | 87 * sample_depends_on takes one of the following four values: 108 * sample_is_depended_on takes one of the following four values: 129 * sample_has_redundancy takes one of the following four values:
|
/external/pdfium/core/src/fxge/freetype/ |
fx_freetype.c | 57 /* determine whether the next four characters following are */ 93 /* there must be exactly four hex digits */ 103 /* If the name begins with `u', followed by four to six uppercase */
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
IsValidUtf8Test.java | 80 * Tests that round tripping of a sample of four byte permutations work. 83 * tests specific four-byte cases. 115 // Four-byte characters
|
/external/v8/src/ic/x64/ |
stub-cache-x64.cc | 32 // The offset register holds the entry offset times four (due to masking 45 // offset register already holds the entry offset times four, multiply 46 // by a further four.
|
/external/v8/test/mjsunit/ |
keyed-call-ic.js | 133 f.four = function() { return 'four'; } 136 key = 'four';
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP.c | 46 * Decodes and pads the four motion vectors associated with a non-intra P-VOP 50 * all four output MV buffer entries. 79 * macroblock; contains four decoded motion vectors
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
AtomicReferenceArrayTest.java | 53 Integer[] a = { two, one, three, four, seven }; 64 Integer[] a = { two, one, three, four, seven }; 220 Integer[] a = { two, one, three, four, seven };
|
LinkedTransferQueueTest.java | 800 q.transfer(four); 801 assertTrue(!q.contains(four)); 816 assertSame(four, q.poll()); 833 q.transfer(four); 834 assertFalse(q.contains(four)); 843 assertSame(four, q.poll()); 857 q.transfer(four); 865 assertSame(four, q.take()); 993 assertTrue(q.offer(four)); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_runner.py | 27 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye') 31 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')), 38 dict(four='hello', five='goodbye'))])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_runner.py | 27 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye') 31 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')), 38 dict(four='hello', five='goodbye'))])
|
/external/crcalc/tests/src/com/hp/creals/ |
CRTest.java | 85 CR four = two.add(two); local 86 check_eq(CR.valueOf(4), four, "2 + 2 failed"); 90 check_eq(two.multiply(two), four, "multiply failed"); local 91 check_eq(one.divide(four).shiftLeft(4), four, "divide failed 1");
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
targetvars | 25 four:FOO=x 26 four:VAR$(FOO)=ok 27 four: ; @echo '$(FOO) $(VAR$(FOO)) $(VAR) $(VARx)' 47 .PHONY: one two three four five six seven eight nine ten $(EQ) one$(EQ)two 75 &run_make_with_options($makefile, "four", &get_logfile);
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
DialpadView.java | 77 R.id.four, R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star, 312 case R.id.four: return KEY_FRAME_DURATION * 10; 320 case R.id.four: return KEY_FRAME_DURATION * 2; 339 case R.id.four: return KEY_FRAME_DURATION * 4; 368 case R.id.four: 386 case R.id.four: 407 case R.id.four:
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
RbnfTest.java | 291 { "3,004", "three thousand four" }, 292 { "4,567", "four thousand five hundred sixty-seven" }, 297 { "234.567", "two hundred thirty-four point five six seven" } [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_tile.c | 114 * Return each Z value as four floats in [0,1]. 143 * Return each Z value as four floats in [0,1]. 170 * Return Z component as four float in [0,1]. Stencil part ignored. 197 * Return Z component as four float in [0,1]. Stencil part ignored. 223 * Return S component as four uint32_t in [0..255]. Z part ignored. 250 * Return S component as four uint32_t in [0..255]. Z part ignored. 274 * Return S component as four uint32_t in [0..255]. Z part ignored. 299 * Return each Z value as four floats in [0,1]. 324 * Return each Z value as four floats in [0,1]. 350 * Return S component as four uint32_t in [0..255]. Z part ignored [all...] |