HomeSort by relevance Sort by last modified time
    Searched refs:unresolved (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Source/WebCore/svg/animation/
SMILTime.cpp 41 return SMILTime::unresolved();
50 return SMILTime::unresolved();
59 return SMILTime::unresolved();
SVGSMILElement.cpp 122 , m_intervalBegin(SMILTime::unresolved())
123 , m_intervalEnd(SMILTime::unresolved())
124 , m_previousIntervalBegin(SMILTime::unresolved())
236 return SMILTime::unresolved();
243 return SMILTime::unresolved();
258 return SMILTime::unresolved();
261 return SMILTime::unresolved();
266 return SMILTime::unresolved();
272 return SMILTime::unresolved();
558 return m_cachedDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue
    [all...]
SMILTime.h 41 static SMILTime unresolved() { return unresolvedValue; } function in class:WebCore::SMILTime
SMILTimeContainer.cpp 227 SMILTime earliersFireTime = SMILTime::unresolved();
  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ListOfTypes.java 56 private Type[] resolveTypes(List<Type> unresolved) {
57 Type[] result = new Type[unresolved.size()];
58 for (int i = 0; i < unresolved.size(); i++) {
59 Type type = unresolved.get(i);
  /external/v8/test/mjsunit/
mirror-unresolved-function.js 29 // Test the mirror object for unresolved functions.
49 // Check the mirror hierachy for unresolved functions.
55 // Check the mirror properties for unresolved functions.
68 // Parse JSON representation of unresolved functions and check.
  /external/kernel-headers/original/linux/
mroute6.h 195 struct sk_buff_head unresolved; /* Unresolved buffers */ member in struct:mfc6_cache::__anon7973::__anon7974
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 177 private boolean unresolved; field in class:KXmlParser
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 1067 static QtMethodMatchType unresolved(const QByteArray &name) function in class:JSC::Bindings::QtMethodMatchType
1179 QVector<QtMethodMatchData> unresolved; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketTest.java 285 InetSocketAddress unresolved = InetSocketAddress.createUnresolved("www.apache.org", 80); local
287 socket.connect(unresolved);
292 socket.connect(unresolved, 123);
    [all...]
  /external/elfutils/src/
ld.c 419 whether we have any non-weak unresolved references left. If
927 dynamic linker will work. It will look for unresolved references
    [all...]
ld.h 332 /* Determine whether we have any non-weak unresolved references left. */
872 /* Beginning of the list of symbols which are still unresolved. */
873 struct symbol *unresolved; member in struct:ld_state
874 /* Number of truely unresolved entries in the list. */
876 /* Number of truely unresolved, non-weak entries in the list. */
    [all...]
i386_ld.c 636 /* Remove from the list of unresolved symbols. */
640 CDBL_LIST_DEL (statep->unresolved, sym);
    [all...]
ldgeneric.c 616 with the unresolved symbols. Whoever walks the list will
618 list element is not unresolved anymore. */
625 CDBL_LIST_DEL (ld_state.unresolved, oldp);
    [all...]
  /external/v8/src/
mirror-debugger.js 309 * Check whether the mirror reflects an unresolved function.
310 * @returns {boolean} True if the mirror reflects an unresolved function
792 * @return {boolean} True if the function is resolved. Unresolved functions can
905 * Mirror object for unresolved functions.
906 * @param {string} value The name for the unresolved function reflected by this
912 // Construct this using the ValueMirror as an unresolved function is not a
    [all...]
  /external/bison/data/
glr.c 984 YYFPRINTF (stderr, "%s unresolved ", yymsg);
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java 546 InetSocketAddress unresolved = new InetSocketAddress( local
547 "unresolved address", 1080);
549 this.channel1.connect(unresolved);
    [all...]
SocketChannelTest.java 1310 InetSocketAddress unresolved = new InetSocketAddress( local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 2248 InetSocketAddress unresolved = InetSocketAddress.createUnresolved("unknownhost", 12345); local
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 482 milliseconds

1 2