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

  /external/webkit/WebCore/svg/animation/
SMILTime.h 41 static SMILTime unresolved() { return unresolvedValue; } function in class:WebCore::SMILTime
  /external/v8/src/mips/
macro-assembler-mips.h 288 // the unresolved list if the name does not resolve.
295 struct Unresolved {
300 List<Unresolved>* unresolved() { return &unresolved_; } function in class:v8::internal::MacroAssembler
351 List<Unresolved> unresolved_;
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 104 private boolean unresolved; field in class:KXmlParser
814 unresolved = result == null;
816 if (unresolved) {
818 error("unresolved: &" + code + ";");
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 996 static QtMethodMatchType unresolved(const QByteArray &name) function in class:JSC::Bindings::QtMethodMatchType
1109 QVector<QtMethodMatchData> unresolved; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 2421 InetSocketAddress unresolved = InetSocketAddress.createUnresolved("unknownhost", 12345); 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. */
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java 1054 InetSocketAddress unresolved = new InetSocketAddress( local
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 354 milliseconds