Searched defs:third (Results 1 - 17 of 17) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-931.js37 function third() { sequence += "3"; return 3; } function
40 var result = (first()[second()](third(), fourth()))
46 var result = (first()[second_prime()](third(), fourth()))
/external/v8/test/cctest/
H A Dtest-bignum.cc983 Bignum third; local
1018 third.AssignUInt16(0xFFF);
1019 bignum.AddBignum(third);
1052 third.AssignUInt16(0xFFF);
1053 other.SubtractBignum(third);
/external/robolectric/lib/main/
H A Dhamcrest-core-1.2.jar ... .hamcrest.Matcher second org.hamcrest.Matcher third java.util.List matchers public static org. ...
/external/stlport/src/
H A Dtime_facets.cpp466 char first, second, third; local
479 third = *++fmt;
483 return (second == 'm' && third == 'y') ? time_base::dmy
486 return (second == 'd' && third == 'y') ? time_base::mdy
491 return third == 'm' ? time_base::ydm : time_base::no_order;
493 return third == 'd' ? time_base::ymd : time_base::no_order;
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_unittest.cc765 const TimeDelta third = TimeDelta::FromMilliseconds(20); local
775 EXPECT_CALL(*delay(), GetDelay(Eq(second))).WillOnce(Return(third))
777 EXPECT_CALL(*delay(), GetDelay(Eq(third))).WillOnce(Return(fourth))
785 EXPECT_GE(r.times[3] - r.times[2], third);
/external/v8/src/
H A Dunicode.cc241 byte third = str[2] ^ 0x80; local
242 if (third & 0xC0) {
247 uchar code_point = ((((first << 6) | second) << 6) | third)
266 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth)
/external/clang/lib/Sema/
H A DSemaStmt.cpp52 // Same thing in for stmt first clause (when expr) and third clause.
1412 FullExprArg third,
1431 CheckForLoopConditionalStatement(*this, second.get(), third.get(), Body);
1442 Expr *Third = third.release().takeAs<Expr>();
1410 ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *First, FullExprArg second, Decl *secondVar, FullExprArg third, SourceLocation RParenLoc, Stmt *Body) argument
/external/libxml2/
H A DHTMLparser.c4962 * @third: the next char to lookup or zero
4965 * Try to find if a sequence (first, next, third) or just (first next) or
4977 xmlChar next, xmlChar third, int iscomment,
5007 if (third)
5047 if (third != 0) {
5048 if ((buf[base + 1] != next) || (buf[base + 2] != third))
5060 else if (third == 0)
5067 first, next, third, base);
5078 else if (third == 0)
5084 third);
4976 htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first, xmlChar next, xmlChar third, int iscomment, int ignoreattrval) argument
[all...]
H A Dparser.c10515 * @third: the next char to lookup or zero
10517 * Try to find if a sequence (first, next, third) or just (first next) or
10528 xmlChar next, xmlChar third) {
10547 if (third) len -= 2;
10551 if (third != 0) {
10553 (buf[base + 2] != third)) continue;
10563 else if (third == 0)
10570 first, next, third, base);
10580 else if (third == 0)
10585 "PP: lookup '%c%c%c' failed\n", first, next, third);
10527 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, xmlChar next, xmlChar third) argument
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp746 int third = (width + 1) / 3; local
758 graphicsContext->drawRect(IntRect(x1, y1, x2 - x1, third));
759 graphicsContext->drawRect(IntRect(x1, y2 - third, x2 - x1, third));
762 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
763 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
766 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
767 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y
947 float third = thickness / 3.0f; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 395 milliseconds