Home
last modified time | relevance | path

Searched refs:unresolved (Results 1 – 25 of 48) sorted by relevance

12

/external/webkit/Source/WebCore/svg/animation/
DSMILTime.cpp41 return SMILTime::unresolved(); in operator +()
50 return SMILTime::unresolved(); in operator -()
59 return SMILTime::unresolved(); in operator *()
DSVGSMILElement.cpp122 , m_intervalBegin(SMILTime::unresolved()) in SVGSMILElement()
123 , m_intervalEnd(SMILTime::unresolved()) in SVGSMILElement()
124 , m_previousIntervalBegin(SMILTime::unresolved()) in SVGSMILElement()
236 return SMILTime::unresolved(); in parseOffsetValue()
243 return SMILTime::unresolved(); in parseClockValue()
258 return SMILTime::unresolved(); in parseClockValue()
261 return SMILTime::unresolved(); in parseClockValue()
266 return SMILTime::unresolved(); in parseClockValue()
272 return SMILTime::unresolved(); in parseClockValue()
558 return m_cachedDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue; in dur()
[all …]
DSMILTime.h41 static SMILTime unresolved() { return unresolvedValue; } in unresolved() function
DSMILTimeContainer.cpp227 SMILTime earliersFireTime = SMILTime::unresolved(); in updateAnimations()
/external/clang/test/SemaObjCXX/
Dinstantiate-expr.mm31 // Test instantiation of unresolved member reference expressions to an
43 // Test instantiation of unresolved member referfence expressions to
/external/kernel-headers/original/linux/
Dmroute6.h195 struct sk_buff_head unresolved; /* Unresolved buffers */ member
/external/webkit/Source/WebCore/bridge/qt/
Dqt_runtime.cpp1067 static QtMethodMatchType unresolved(const QByteArray &name) in unresolved() function in JSC::Bindings::QtMethodMatchType
1179 QVector<QtMethodMatchData> unresolved; in findMethodIndex() local
1203 types.append(QtMethodMatchType::unresolved(returnTypeName)); in findMethodIndex()
1227 types.append(QtMethodMatchType::unresolved(argTypeName)); in findMethodIndex()
1248 unresolved.append(QtMethodMatchData(/*matchDistance=*/INT_MAX, index, in findMethodIndex()
1319 } else if (!unresolved.isEmpty()) { in findMethodIndex()
1320 QtMethodMatchData argsInstance = unresolved.first(); in findMethodIndex()
/external/valgrind/main/coregrind/m_debuginfo/
DUNUSED_STABS.txt45 TyUnresolved, /* unresolved type */
158 /* TyUnresolved - reference to unresolved type */
963 VG_(printf)("var %s is unresolved (type=%p)\n", var->name, type);
1413 unresolved symbols. If type is not a typedef, then this is just
1422 /* Create an unresolved type */
1425 /* update an unresolved type's data */
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DSocketTest.java285 InetSocketAddress unresolved = InetSocketAddress.createUnresolved("www.apache.org", 80); in test_connect_unresolved() local
287 socket.connect(unresolved); in test_connect_unresolved()
292 socket.connect(unresolved, 123); in test_connect_unresolved()
/external/elfutils/src/
Dld.c1390 struct symbol *s = ld_state.unresolved; in create_lscript_symbols()
1409 CDBL_LIST_DEL (ld_state.unresolved, s); in create_lscript_symbols()
Dld.h836 struct symbol *unresolved; member
Di386_ld.c582 CDBL_LIST_DEL (statep->unresolved, sym); in elf_i386_count_relocations()
Dldgeneric.c562 CDBL_LIST_DEL (ld_state.unresolved, oldp); in check_definition()
1403 CDBL_LIST_ADD_REAR (ld_state.unresolved, newp); in add_relocatable_file()
2143 s = first = ld_state.unresolved->next; in ld_generic_flag_unresolved()
/external/elfutils/
DNEWS602 that we didn't look for some of the unresolved symbols.
606 Optimize the list of unresolved symbols. Throw out symbols which are
/external/bison/tests/
Dglr-regression.at428 ## User destructor for unresolved GLR semantic value. See ##
432 AT_SETUP([User destructor for unresolved GLR semantic value])
1610 previous nonterminal, which is unresolved. That location is reported as the
/external/valgrind/main/docs/internals/
Dnotes.txt130 list of unresolved redirections should be a seperate data structure
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DDatagramChannelTest.java546 InetSocketAddress unresolved = new InetSocketAddress( in testConnect_Unresolved() local
549 this.channel1.connect(unresolved); in testConnect_Unresolved()
DSocketChannelTest.java1310 InetSocketAddress unresolved = new InetSocketAddress( in testCFII_Unresolved() local
1313 this.channel1.connect(unresolved); in testCFII_Unresolved()
/external/dbus/
DHACKING310 - if there's a live unresolved controversy about a change,
/external/pcre/
DREADME475 option. If you experience unresolved symbols when linking the C++ programs,
/external/iproute2/doc/
Dip-cref.tex2315 (193.232.127.6, 224.0.1.39) Iif: unresolved
2316 (193.232.244.34, 224.0.1.40) Iif: unresolved
2324 If the word \verb|unresolved| is there instead of the interface name,
/external/stlport/etc/
DChangeLog1779 reported by the linker thanks to an unresolved symbol
2212 different configuration context an unresolved symbol will appear at
/external/v8/
DChangeLog893 problems with unresolved symbols.
/external/expat/conftools/
Dlibtool.m43644 # always be unresolved, which means just about no library would
6176 # always be unresolved, which means just about no library would
/external/llvm/autoconf/m4/
Dlibtool.m43636 # always be unresolved, which means just about no library would
6168 # always be unresolved, which means just about no library would

12