HomeSort by relevance Sort by last modified time
    Searched refs:six (Results 1 - 25 of 34) sorted by null

1 2

  /external/compiler-rt/test/BlocksRuntime/
varargs-bad-assign.c 19 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);
varargs.c 30 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/clang/test/CodeGen/
tbaa-struct.cpp 54 struct six { struct
60 void copy5(struct six *a, struct six *b) {
tbaa.cpp 211 struct six { struct
217 char g14(struct six *a, struct six *b) {
  /art/test/093-serialization/src/
Main.java 111 private Byte six = 26; field in class:Sub
120 six = 6;
128 + " four=" + four + " five=" + five + " six=" + six
  /external/chromium_org/ui/base/glib/
glib_signal.h 81 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/third_party/WebKit/Source/wtf/
FunctionalTest.cpp 240 RefPtr<Number> six = Number::create(6); local
241 Function<int()> multiplySixByTwoFunction = bind(multiplyNumberByTwo, six.release());
242 EXPECT_FALSE(six);
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5-generic-lambda-1y.cpp 9 auto six = Fact(Fact, 3); member in namespace:test_factorial
  /external/clang/test/Parser/
cxx-template-decl.cpp 177 char six[6];
  /external/chromium_org/v8/test/mjsunit/es6/
math-expm1.js 27 // Use six terms of Taylor expansion at 0 for exp(x) as test expectation:
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
style.css 178 #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/sqlite/src/tool/
mkspeedsql.tcl 26 set ones {zero one two three four five six seven eight nine
speedtest2.tcl 90 set ones {zero one two three four five six seven eight nine
speedtest.tcl 99 set ones {zero one two three four five six seven eight nine
  /external/chromium_org/v8/test/mjsunit/compiler/
expression-trees.js 58 // All possible bitwise OR trees with six leaves, i.e. CatalanNumber[5] = 42,
  /external/chromium_org/v8/test/mjsunit/
unbox-double-arrays.js 62 var six = 6;
70 return six;
  /external/libvorbis/doc/
06-floor0.tex 20 Floor zero configuration consists of six integer fields and a list of
34 4) [floor0_amplitude_bits] = read an unsigned integer of six bits
04-codec.tex 33 2) 0x76, 0x6f, 0x72, 0x62, 0x69, 0x73: the characters 'v','o','r','b','i','s' as six octets
638 \item[six channels]
  /external/libogg/src/
bitwise.c 644 static int six[7]={17,177,170,242,169,19,148}; local
691 cliptest(testbuffer3,test3size,1,six,sixsize);
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 316 Object six = new Object(); local
338 map.put(five, six);
342 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
359 Object six = new Object(); local
372 map.replace(one, five, six);
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 609 public static final Integer six = new Integer(6); field in class:JSR166TestCase
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 733 Object six = new Object(); local
755 map.put(five, six);
759 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
775 Object six = new Object(); local
788 map.replace(one, five, six);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 2096 IntWrapper* six = IntWrapper::create(6); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 568 * A region is made up of six pieces, designed to handle the shape of a
583 * simple like a button, all six pieces are still used - this makes the
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 344 textures, one- and two-dimensional array textures, and the six image
    [all...]

Completed in 873 milliseconds

1 2