/external/llvm/test/MC/AsmParser/ |
directive_end-2.s | 4 rock: label 13 # CHECK: Name: rock
|
/libcore/luni/src/test/java/libcore/java/util/ |
EnumSetTest.java | 36 EnumSet<Roshambo> set = EnumSet.of(Roshambo.ROCK, Roshambo.SCISSORS); 58 * ROCK, PAPER, SCISSORS, LIZARD, SPOCK 80 * SCISSORS, ROCK, PAPER 82 * EnumSet<Roshambo> set = EnumSet.of(Roshambo.SCISSORS, Roshambo.ROCK) 93 assertEquals(EnumSet.of(Roshambo.ROCK, Roshambo.SCISSORS), 98 ROCK, PAPER, SCISSORS
|
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/ |
test_associate.py | 18 1 : ("Bad English", "The Price Of Love", "Rock"), 19 2 : ("DNA featuring Suzanne Vega", "Tom's Diner", "Rock"), 20 3 : ("George Michael", "Praying For Time", "Rock"), 21 4 : ("Gloria Estefan", "Here We Are", "Rock"), 22 5 : ("Linda Ronstadt", "Don't Know Much", "Rock"), 24 7 : ("Paul Young", "Oh Girl", "Rock"), 25 8 : ("Paula Abdul", "Opposites Attract", "Rock"), 26 9 : ("Richard Marx", "Should've Known Better", "Rock"), 27 10: ("Rod Stewart", "Forever Young", "Rock"), 28 11: ("Roxette", "Dangerous", "Rock"), [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/ |
test_associate.py | 18 1 : ("Bad English", "The Price Of Love", "Rock"), 19 2 : ("DNA featuring Suzanne Vega", "Tom's Diner", "Rock"), 20 3 : ("George Michael", "Praying For Time", "Rock"), 21 4 : ("Gloria Estefan", "Here We Are", "Rock"), 22 5 : ("Linda Ronstadt", "Don't Know Much", "Rock"), 24 7 : ("Paul Young", "Oh Girl", "Rock"), 25 8 : ("Paula Abdul", "Opposites Attract", "Rock"), 26 9 : ("Richard Marx", "Should've Known Better", "Rock"), 27 10: ("Rod Stewart", "Forever Young", "Rock"), 28 11: ("Roxette", "Dangerous", "Rock"), [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_associate.py | 18 1 : ("Bad English", "The Price Of Love", "Rock"), 19 2 : ("DNA featuring Suzanne Vega", "Tom's Diner", "Rock"), 20 3 : ("George Michael", "Praying For Time", "Rock"), 21 4 : ("Gloria Estefan", "Here We Are", "Rock"), 22 5 : ("Linda Ronstadt", "Don't Know Much", "Rock"), 24 7 : ("Paul Young", "Oh Girl", "Rock"), 25 8 : ("Paula Abdul", "Opposites Attract", "Rock"), 26 9 : ("Richard Marx", "Should've Known Better", "Rock"), 27 10: ("Rod Stewart", "Forever Young", "Rock"), 28 11: ("Roxette", "Dangerous", "Rock"), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_associate.py | 18 1 : ("Bad English", "The Price Of Love", "Rock"), 19 2 : ("DNA featuring Suzanne Vega", "Tom's Diner", "Rock"), 20 3 : ("George Michael", "Praying For Time", "Rock"), 21 4 : ("Gloria Estefan", "Here We Are", "Rock"), 22 5 : ("Linda Ronstadt", "Don't Know Much", "Rock"), 24 7 : ("Paul Young", "Oh Girl", "Rock"), 25 8 : ("Paula Abdul", "Opposites Attract", "Rock"), 26 9 : ("Richard Marx", "Should've Known Better", "Rock"), 27 10: ("Rod Stewart", "Forever Young", "Rock"), 28 11: ("Roxette", "Dangerous", "Rock"), [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
EnumTest.java | 39 Roshambo value = Roshambo.ROCK; 45 ROCK { 47 return "rock!";
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
ExpandingCells.java | 51 new ExpandableListItem("Rock", R.drawable.rock, CELL_DEFAULT_HEIGHT,
|
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
InsertingCells.java | 59 new ListItemObject("Rock", R.drawable.rock, 0),
|
/external/llvm/test/Transforms/InstCombine/ |
zext-or-icmp.ll | 3 %struct.FooBar = type <{ i8, i8, [2 x i8], i8, i8, i8, i8, i16, i16, [4 x i8], [8 x %struct.Rock] }> 4 %struct.Rock = type { i16, i16 }
|
/external/opencv3/modules/objdetect/test/opencl/ |
test_hogdetector.cpp | 23 // Rock Li, Rock.Li@amd.com
|
/prebuilts/go/darwin-x86/src/hash/ |
test_cases.txt | 24 Give me a rock, paper and scissors and I will move the world. CCFestoon
|
/prebuilts/go/linux-x86/src/hash/ |
test_cases.txt | 24 Give me a rock, paper and scissors and I will move the world. CCFestoon
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.h | 170 10, 6, -1, 8, 10}; /* Rock Preset */ 182 5, 3, -1, 3, 5}; /* Rock Preset */ 194 {"Rock"}};
|
/external/libdrm/rockchip/ |
rockchip_drm.h | 4 * Mark Yao <yzq@rock-chips.com>
|
rockchip_drmif.h | 3 * Author:yzq<yzq@rock-chips.com>
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_GenresTest.java | 80 values.put(Genres.NAME, "ROCK"); 84 assertEquals("ROCK", c.getString(c.getColumnIndex(Genres.NAME)));
|
/external/opencv3/modules/core/src/opencl/ |
lut.cl | 10 // Rock Li, Rock.li@amd.com
|
/external/opencv3/modules/imgproc/src/opencl/ |
bilateral.cl | 9 // Rock Li, Rock.li@amd.com
|
/packages/providers/TvProvider/res/values/ |
arrays.xml | 151 <item>Rock & Roll|MUSIC</item> 203 <item>rock/pop|MUSIC</item> 292 <item>Japanese rock, pop music|MUSIC</item> 318 <item>Overseas rock, pop music|MUSIC</item>
|
/prebuilts/go/darwin-x86/src/hash/crc64/ |
crc64_test.go | 41 {0xa6db2d7f8da96417, "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
|
/prebuilts/go/linux-x86/src/hash/crc64/ |
crc64_test.go | 41 {0xa6db2d7f8da96417, "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_histogram.cpp | 24 // Rock Li, Rock.Li@amd.com
|
/prebuilts/go/darwin-x86/src/crypto/sha256/ |
sha256_test.go | 44 {"b26c38d61519e894480c70c8374ea35aa0ad05b2ae3d6674eec5f52a69305ed4", "Give me a rock, paper and scissors and I will move the world. CCFestoon"}, 78 {"62efcf16ab8a893acdf2f348aaf06b63039ff1bf55508c830532c9fb", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
|
/prebuilts/go/linux-x86/src/crypto/sha256/ |
sha256_test.go | 44 {"b26c38d61519e894480c70c8374ea35aa0ad05b2ae3d6674eec5f52a69305ed4", "Give me a rock, paper and scissors and I will move the world. CCFestoon"}, 78 {"62efcf16ab8a893acdf2f348aaf06b63039ff1bf55508c830532c9fb", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
|