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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/003-omnibus-opcodes/src/
UnresClass.java 2 * Unresolved class.
UnresStuff.java 2 * Unresolved classes / fields / methods in a resolved class.
  /dalvik/tests/003-omnibus-opcodes/src2/
UnresStuff.java 2 * Unresolved classes / fields / methods in a resolved class.
  /dalvik/tests/090-loop-formation/
info.txt 3 in the loop region, and the JIT compiler won't choke on unresolved fields.
  /external/clang/test/CodeGen/
2004-11-27-StaticFunctionRedeclare.c 4 // There should not be an unresolved reference to func here. Believe it or not,
  /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/clang/test/Sema/
template-specialization.cpp 2 // Verify the absence of assertion failures when solving calls to unresolved
  /external/llvm/utils/lit/lit/
LitTestCase.py 27 if tr is Test.UNRESOLVED:
Test.py 14 UNRESOLVED = TestResult('UNRESOLVED', True)
  /dalvik/tests/090-loop-formation/src/
Main.java 18 * Create two versions of loops where the unresolved field is on either the
20 * on unresolved fields.
  /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...]
  /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.
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 
  /dalvik/dx/src/com/android/dx/ssa/
PhiTypeResolver.java 36 * Phi operands may be themselves be the result of unresolved phis,
47 /** indexed by register; all registers still defined by unresolved phis */
123 * registers defined by as-of-yet-unresolved phi operations.
161 // Just skip void (unresolved phi results) for now
  /dalvik/vm/compiler/
Loop.h 40 * An unexecuted code path may contain unresolved fields or classes. Before we
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
PhiTypeResolver.java 36 * Phi operands may be themselves be the result of unresolved phis,
47 /** indexed by register; all registers still defined by unresolved phis */
123 * registers defined by as-of-yet-unresolved phi operations.
161 // Just skip void (unresolved phi results) for now
  /external/junit/src/org/junit/runners/model/
NoGenericTypeParametersValidator.java 26 + "() contains unresolved type variable " + type));
  /external/llvm/test/Object/Inputs/
shared.ll 3 ; LDARGS="--unresolved-symbols=ignore-all -soname=libfoo.so --no-as-needed -lc -lm"
  /external/webkit/Source/WebCore/platform/network/
ResourceLoadPriority.h 32 // The unresolved priority is here for the convenience of the clients. It should not be passed to the ResourceLoadScheduler.
  /libcore/luni/src/main/java/java/nio/channels/
UnresolvedAddressException.java 21 * unresolved network address in a network operation.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetSocketAddressTest.java 112 InetSocketAddress.createUnresolved("badhost", 1000), // unresolved
124 InetSocketAddress.createUnresolved("badhost", 1000), // unresolved
  /external/clang/test/SemaObjCXX/
instantiate-expr.mm 32 // Test instantiation of unresolved member reference expressions to an
44 // Test instantiation of unresolved member referfence expressions to
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
PKIXAttrCertChecker.java 42 * representing the current set of unresolved critical extensions
  /libcore/luni/src/main/java/java/net/
InetSocketAddress.java 118 * unresolved.
170 * Returns whether this socket address is unresolved or not.
172 * @return {@code true} if this socket address is unresolved, {@code false}
181 * unresolved {@code InetSocketAddress}) and port number.

Completed in 776 milliseconds

1 2 3 4 5 6 7 8 91011>>