Searched refs:unresolved (Results 1 - 13 of 13) sorted by relevance

/external/webkit/WebCore/svg/animation/
H A DSMILTime.cpp41 return SMILTime::unresolved();
50 return SMILTime::unresolved();
59 return SMILTime::unresolved();
H A DSVGSMILElement.cpp125 , m_intervalBegin(SMILTime::unresolved())
126 , m_intervalEnd(SMILTime::unresolved())
127 , m_previousIntervalBegin(SMILTime::unresolved())
209 return SMILTime::unresolved();
216 return SMILTime::unresolved();
231 return SMILTime::unresolved();
234 return SMILTime::unresolved();
239 return SMILTime::unresolved();
245 return SMILTime::unresolved();
512 return m_cachedDur = clockValue <= 0 ? SMILTime::unresolved()
[all...]
H A DSMILTime.h41 static SMILTime unresolved() { return unresolvedValue; } function in class:WebCore::SMILTime
H A DSMILTimeContainer.cpp227 SMILTime earliersFireTime = SMILTime::unresolved();
/external/webkit/WebCore/bridge/qt/
H A Dqt_runtime.cpp996 static QtMethodMatchType unresolved(const QByteArray &name) function in class:JSC::Bindings::QtMethodMatchType
1109 QVector<QtMethodMatchData> unresolved; local
1133 types.append(QtMethodMatchType::unresolved(returnTypeName));
1157 types.append(QtMethodMatchType::unresolved(argTypeName));
1176 qMatchDebug() << "Match:unresolved arg types for" << method.signature();
1178 unresolved.append(QtMethodMatchData(/*matchDistance=*/INT_MAX, index,
1249 } else if (!unresolved.isEmpty()) {
1250 QtMethodMatchData argsInstance = unresolved.first();
/external/elfutils/src/
H A Dld.h311 /* Determine whether we have any non-weak unresolved references left. */
835 /* Beginning of the list of symbols which are still unresolved. */
836 struct symbol *unresolved; member in struct:ld_state
837 /* Number of truely unresolved entries in the list. */
839 /* Number of truely unresolved, non-weak entries in the list. */
H A Dld.c400 whether we have any non-weak unresolved references left. If
841 dynamic linker will work. It will look for unresolved references
1390 struct symbol *s = ld_state.unresolved;
1409 CDBL_LIST_DEL (ld_state.unresolved, s);
H A Di386_ld.c578 /* Remove from the list of unresolved symbols. */
582 CDBL_LIST_DEL (statep->unresolved, sym);
H A Dldgeneric.c553 with the unresolved symbols. Whoever walks the list will
555 list element is not unresolved anymore. */
562 CDBL_LIST_DEL (ld_state.unresolved, oldp);
1403 CDBL_LIST_ADD_REAR (ld_state.unresolved, newp);
1709 /* If there are no unresolved symbols don't do anything. */
1978 currently referenced by unresolved symbols. */
2131 /* Flag unresolved symbols. */
2139 /* Go through the list and determine the unresolved symbols. */
2143 s = first = ld_state.unresolved->next;
/external/v8/src/mips/
H A Dmacro-assembler-mips.h288 // the unresolved list if the name does not resolve.
300 List<Unresolved>* unresolved() { return &unresolved_; } function in class:v8::internal::MacroAssembler
/external/bison/data/
H A Dglr.c984 YYFPRINTF (stderr, "%s unresolved ", yymsg);
1344 * state YYLRSTATE, at input position YYPOSN, with the (unresolved)
1677 * != yyok, some states may have been left unresolved possibly with empty
1808 * previous N1 states that is unresolved. The first semantic option of a state
/external/iproute2/doc/
H A Dip-cref.tex2316 (193.232.127.6, 224.0.1.39) Iif: unresolved
2317 (193.232.244.34, 224.0.1.40) Iif: unresolved
2325 If the word \verb|unresolved| is there instead of the interface name,
/external/bison/tests/
H A Dtestsuite457 146;glr-regression.at:432;User destructor for unresolved GLR semantic value;;
[all...]

Completed in 263 milliseconds