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

12

/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/srec/config/en.us/tcp/
H A Dchange_sample_rate2.tcp13 recognize_nist dallas/0000/S074.nwf 0 0 eight six one oh five six six two six two
14 recognize_nist dallas/0000/S075.nwf 0 0 zero seven six five nine oh zero two five two
16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six
17 recognize_nist dallas/0000/S079.nwf 0 0 seven one one five six zero oh six five nine
18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eigh
[all...]
/external/srec/tools/grxmlcompile/
H A Dsub_min.cpp65 int fix, six, fnxt, snxt, tof, tos, count; local
69 six= FindFromIndex (secondId);
70 if (fix < 0 || six < 0)
85 while (six < numArc && arc[forwardList[six]]->GetFromId() == secondId
86 && arc[forwardList[six]]->GetToId() == DISCARD_LABEL)
87 six++;
88 if (six < numArc && arc[forwardList[six]]->GetFromId() == secondId)
89 snxt= arc[forwardList[six]]
184 int fix, six, firstId, secondId, vertEnd; local
260 int fix, six, fmiss, smiss, nmatch, symTst, newId; local
359 int fix, six, symTst, numStart; local
[all...]
/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/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/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/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/Parser/
H A Dcxx-template-decl.cpp177 char six[6];
/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/v8/test/mjsunit/
H A Dunbox-double-arrays.js62 var six = 6;
70 return six;
/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 Dspeedtest2.tcl90 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
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c1287 int i, st, six; local
1294 for (six = 0; six < 16; six+=15) {
1295 st_six = (st << 4) | six;
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c1287 int i, st, six; local
1294 for (six = 0; six < 16; six+=15) {
1295 st_six = (st << 4) | six;
/external/tremolo/Tremolo/
H A Dbitwise.c583 static int six[7]={17,177,170,242,169,19,148}; local
638 cliptest(testbuffer3,test3size,1,six,sixsize);
/external/libvorbis/doc/
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
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]
/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/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/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/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));

Completed in 734 milliseconds

12