Searched defs:three (Results 1 - 23 of 23) sorted by relevance

/external/v8/test/mjsunit/compiler/
H A Dregress-stacktrace.js29 eval("function two() { /* xxxxxxx */ three(); }");
35 function three() { function
43 var p3 = stack.indexOf("at three");
H A Dregress-stacktrace-methods.js34 Svin.prototype.two = function() { /* xxxxxxx */ o.three(); }
38 Hest.prototype.three = function() { if (v == 42) throw new Error("urg"); }
48 %OptimizeFunctionOnNextCall(Hest.prototype.three);
57 var p3 = stack.indexOf("at Hest.three");
/external/clang/test/PCH/Inputs/
H A Dchain-decls2.h5 struct three {}; // for verification struct
/external/mesa3d/src/glsl/glcpp/tests/
H A D054-if-with-macros.c3 #define three 3 macro
10 #if three >= two
15 #if two + three <= five
20 #if five - two == three
25 #if one > three
/external/clang/test/SemaCXX/
H A Dgnu-case-ranges.cpp6 three, enumerator in enum:E
H A Dtype-traits.cpp959 int three; member in struct:CppStructStandard
963 int three; member in struct:CppStructNonStandardByBase
/external/e2fsprogs/lib/ext2fs/
H A Dsparse.c51 unsigned int ext2fs_list_backups(ext2_filsys fs, unsigned int *three, argument
54 unsigned int *min = three;
H A Dres_gdt.c26 static unsigned int list_backups(ext2_filsys fs, unsigned int *three, argument
29 unsigned int *min = three;
125 unsigned int three = 1, five = 5, seven = 7; local
166 while ((grp = list_backups(fs, &three, &five, &seven)) <
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S131 fldl three # load value onto fp stack
164 three: .long 0 # a floating point 3.0 label
H A Dll.S237 # the above multiplies by three
563 three: .ascii "Three\0" label
/external/valgrind/main/exp-bbv/tests/x86/
H A Dfldcw_check.S85 fldl three # load value onto fp stack
128 three: .long 0 # a floating point 3.0 label
/external/skia/src/animator/
H A DSkBase64.cpp85 int two, three; local
91 three = bytes[2];
92 two |= three >> 2;
93 three = (uint8_t) (three << 6);
94 three |= bytes[3];
95 SkASSERT(one < 256 && two < 256 && three < 256);
107 *dst = (unsigned char) three;
/external/icu4c/test/cintltst/
H A Dchashtst.c101 static const char three[6] = {0x74, 0x68, 0x72, 0x65, 0x65, 0}; /* "three" */ local
121 _put(hash, three, 3, 0);
126 _get(hash, three, 3);
134 if(_compareChars((void*)one, (void*)three) == TRUE ||
140 if(_compareIChars((void*)one, (void*)three) == TRUE ||
161 static const UChar three[6] = {0x0074, 0x0068, 0x0072, 0x0065, 0x0065, 0}; /* L"three" */ local
186 uhash_puti(hash, (void*)three, 3, &status);
/external/skia/src/pdf/
H A DSkPDFUtils.cpp119 const SkScalar three = SkIntToScalar(3); local
121 SkScalar ctl1X = SkScalarDiv(args[0].fX + args[1].fX, three);
122 SkScalar ctl1Y = SkScalarDiv(args[0].fY + args[1].fY, three);
123 SkScalar ctl2X = SkScalarDiv(args[2].fX + args[1].fX, three);
124 SkScalar ctl2Y = SkScalarDiv(args[2].fY + args[1].fY, three);
/external/v8/test/mjsunit/
H A Dkeyed-call-ic.js56 F.prototype.three = function() {return 'three'; }
59 ['one', 'one', 'one', 'one', 'two', 'two', 'one', 'three', 'one', 'two'];
H A Dstack-traces.js37 function three() {
40 three();
198 testTrace("testNested", testNested, ["at one", "at two", "at three"]);
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationComponent.java373 public void setRubySounds(Sound one, Sound two, Sound three) { argument
376 mRubySound3 = three;
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S232 # the above multiplies by three
563 three: .ascii "Three\0" label
/external/libvpx/vpx_scale/generic/
H A Dbicubic_scaler.c73 unsigned short two, three; local
86 three = 3 << 13;
87 v3 = three - (2 * (a_i >> 3));
102 unsigned short two, three; local
108 three = 3 << 13;
109 v2 = three - (a_i >> 3);
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java275 public void setMultiFoo(int one, int two, int three, Foo foo); argument
276 public Foo getMultiFoo(int one, int two, int three); argument
337 public Foo getMultiFoo(int one, int two, int three) { argument
338 return multi[one][two][three];
381 public void setMultiFoo(int one, int two, int three, Foo foo) { argument
382 multi[one][two][three] = foo;
/external/tremolo/Tremolo/
H A Dbitwise.c565 static int three[54]={169,2,232,252,91,132,156,36,89,13,123,176,144,32,254, local
596 cliptest(testbuffer2,test2size,0,three,threesize);
/external/webp/src/enc/
H A Ddsp_sse2.c503 const __m128i three = _mm_set1_epi16(3); local
636 A_b0 = _mm_add_epi16(A_b0, three);
637 A_b2 = _mm_add_epi16(A_b2, three);
638 B_b0 = _mm_add_epi16(B_b0, three);
639 B_b2 = _mm_add_epi16(B_b2, three);
/external/v8/test/cctest/
H A Dtest-api.cc1359 // Set up a prototype chain with three interceptors.
1777 Local<v8::Value> three = v8::External::Wrap(&data[3]); local
1785 char_ptr = reinterpret_cast<char*>(v8::External::Unwrap(three));
9326 v8::Handle<Value> three = v8_num(3); local
9327 v8::Handle<Value> value = inner.Close(three);

Completed in 949 milliseconds