Searched defs:unresolved (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/svg/animation/
H A DSMILTime.h41 static SMILTime unresolved() { return unresolvedValue; } function in class:WebCore::SMILTime
/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/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. */

Completed in 39 milliseconds