Searched defs:third (Results 1 - 21 of 21) 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/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
H A Dmain.cpp50 Third *third = new Third(96,'E'); local
/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/lldb/test/lang/c/stepping/
H A Dmain.c43 int complex (int first, int second, int third) argument
45 return first + second + third; // Step in targetting complex should stop here
/external/skia/src/core/
H A DSkRecordPattern.h104 // - first, second, and third return the data stored by their respective matchers in the pattern.
130 // or third matcher in this pattern. Add as needed for longer patterns.
134 template <typename T> T* third() { return fTail.fTail.fHead.get(); } function in class:SkRecords::Cons
164 // All Cons are friends with each other. This lets first, second, and third work.
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp359 SDValue third; local
393 third = Op.getOperand(2);
394 if (third.getOpcode() != ISD::UNDEF) {
400 third,
/external/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp1162 Measure third[] = { local
1192 third,
1193 UPRV_LENGTHOF(third),
/external/vixl/src/vixl/a64/
H A Ddebugger-a64.cc1444 Token* third = args[3]; local
1445 if (!second->IsFormat() || !third->IsInteger()) {
1449 count = IntegerToken::Cast(third);
/external/v8/src/
H A Dunicode.cc222 byte third = str[2] ^ 0x80; local
223 if (third & 0xC0) {
228 uchar code_point = ((((first << 6) | second) << 6) | third)
247 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth)
/external/valgrind/coregrind/m_demangle/
H A Dcp-demangle.c3278 struct demangle_component *third; local
3285 third = d_expression_1 (di);
3297 third = NULL;
3304 third = d_exprlist (di, 'E');
3309 third = d_expression_1 (di);
3321 second, third)));
5172 struct demangle_component *third = d_right (d_right (d_right (dc))); local
5180 d_print_subexpr (dpi, options, third);
5191 if (third)
5192 d_print_subexpr (dpi, options, third);
[all...]
/external/libxml2/
H A DHTMLparser.c5032 * @third: the next char to lookup or zero
5035 * Try to find if a sequence (first, next, third) or just (first next) or
5047 xmlChar next, xmlChar third, int iscomment,
5077 if (third)
5117 if (third != 0) {
5118 if ((buf[base + 1] != next) || (buf[base + 2] != third))
5130 else if (third == 0)
5137 first, next, third, base);
5148 else if (third == 0)
5154 third);
5046 htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first, xmlChar next, xmlChar third, int iscomment, int ignoreattrval) argument
[all...]
H A Dparser.c11008 * @third: the next char to lookup or zero
11010 * Try to find if a sequence (first, next, third) or just (first next) or
11021 xmlChar next, xmlChar third) {
11040 if (third) len -= 2;
11044 if (third != 0) {
11046 (buf[base + 2] != third)) continue;
11056 else if (third == 0)
11063 first, next, third, base);
11073 else if (third == 0)
11078 "PP: lookup '%c%c%c' failed\n", first, next, third);
11020 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, xmlChar next, xmlChar third) argument
[all...]
/external/clang/lib/Sema/
H A DSemaStmt.cpp55 // Same thing in for stmt first clause (when expr) and third clause.
1547 // 1) The last statement in the loop body and the third expression in the
1607 FullExprArg third,
1627 CheckBreakContinueBinding(third.get());
1629 CheckForLoopConditionalStatement(*this, second.get(), third.get(), Body);
1630 CheckForRedundantIteration(*this, third.get(), Body);
1641 Expr *Third = third.release().getAs<Expr>();
1605 ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *First, FullExprArg second, Decl *secondVar, FullExprArg third, SourceLocation RParenLoc, Stmt *Body) argument
/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 ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 708 milliseconds