Searched refs:six (Results 1 - 25 of 32) sorted by path

12

/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dstyle.css178 #calculator-buttons button.six {
182 #calculator-buttons button.six[data-active="touch"],
183 #calculator-buttons button.six[data-active="mouse"]:active {
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp2096 IntWrapper* six = IntWrapper::create(6); local
2140 vector2.append(six);
2146 EXPECT_TRUE(vector1.contains(six));
3407 IntWrapper* six(IntWrapper::create(6));
3429 pMap.add(five, six);
3458 EXPECT_EQ(six, pMap.get(five));
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctionalTest.cpp240 RefPtr<Number> six = Number::create(6); local
241 Function<int()> multiplySixByTwoFunction = bind(multiplyNumberByTwo, six.release());
242 EXPECT_FALSE(six);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm270 ; (used) six for intermediate (q8-q12, q15)
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec344 textures, one- and two-dimensional array textures, and the six image
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmkspeedsql.tcl26 set ones {zero one two three four five six seven eight nine
H A Dspeedtest.tcl99 set ones {zero one two three four five six seven eight nine
H A Dspeedtest2.tcl90 set ones {zero one two three four five six seven eight nine
/external/chromium_org/ui/base/glib/
H A Dglib_signal.h81 ARG6 six, gpointer userdata) { \
83 METHOD(sender, one, two, three, four, five, six); \
147 ARG6 six, gpointer userdata) { \
149 METHOD(sender, one, two, three, four, five, six); \
/external/chromium_org/v8/test/mjsunit/
H A Dunbox-double-arrays.js62 var six = 6;
70 return six;
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5-generic-lambda-1y.cpp9 auto six = Fact(Fact, 3); member in namespace:test_factorial
/external/clang/test/CodeGen/
H A Dtbaa-struct.cpp54 struct six { struct
60 void copy5(struct six *a, struct six *b) {
H A Dtbaa.cpp211 struct six { struct
217 char g14(struct six *a, struct six *b) {
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp177 char six[6];
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1144 int six; member in struct:CppStructNonStandardByProt
/external/compiler-rt/test/BlocksRuntime/
H A Dvarargs-bad-assign.c19 int six = 0; local
35 six = sumn(3, 1, 2, 3);
37 if ( six != 6 ) {
38 printf("%s: Expected 6 but got %d\n", argv[0], six);
H A Dvarargs.c30 int six = sumn(3, 1, 2, 3); local
32 if ( six != 6 ) {
33 printf("%s: Expected 6 but got %d\n", argv[0], six);
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java733 Object six = new Object();
755 map.put(five, six);
759 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
775 Object six = new Object();
788 map.replace(one, five, six);
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java316 Object six = new Object();
338 map.put(five, six);
342 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
359 Object six = new Object();
372 map.replace(one, five, six);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java609 public static final Integer six = new Integer(6); field in class:JSR166TestCase
/external/libogg/src/
H A Dbitwise.c644 static int six[7]={17,177,170,242,169,19,148}; local
691 cliptest(testbuffer3,test3size,1,six,sixsize);
/external/libvorbis/doc/
H A D01-introduction.tex188 Assume a Vorbis stream that contains six channels in the standard 5.1
H A D04-codec.tex33 2) 0x76, 0x6f, 0x72, 0x62, 0x69, 0x73: the characters 'v','o','r','b','i','s' as six octets
638 \item[six channels]
H A D06-floor0.tex20 Floor zero configuration consists of six integer fields and a list of
34 4) [floor0_amplitude_bits] = read an unsigned integer of six bits
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm270 ; (used) six for intermediate (q8-q12, q15)

Completed in 728 milliseconds

12