HomeSort by relevance Sort by last modified time
    Searched defs:unresolved (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/svg/animation/
SMILTime.h 41 static SMILTime unresolved() { return unresolvedValue; } function in class:WebCore::SMILTime
  /external/kernel-headers/original/linux/
mroute6.h 195 struct sk_buff_head unresolved; /* Unresolved buffers */ member in struct:mfc6_cache::__anon7270::__anon7271
  /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/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...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 2248 InetSocketAddress unresolved = InetSocketAddress.createUnresolved("unknownhost", 12345); local
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 177 private boolean unresolved; field in class:KXmlParser
    [all...]
  /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/elfutils/src/
ld.h 311 /* 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. */
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 852 milliseconds