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

1 2 3 4 5 6 7 8 91011>>

  /art/test/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/src/
UnresClass.java 2 * Unresolved class.
UnresStuff.java 2 * Unresolved classes / fields / methods in a resolved class.
  /art/test/003-omnibus-opcodes/src2/
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.
  /art/test/090-loop-formation/
info.txt 3 in the loop region, and the JIT compiler won't choke on unresolved fields.
  /dalvik/tests/090-loop-formation/
info.txt 3 in the loop region, and the JIT compiler won't choke on unresolved fields.
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/
vmw_powf.c 2 * Powf may leave an unresolved symbol pointing to a libstdc++.so powf.
  /external/mesa3d/src/gallium/targets/dri-vmwgfx/
vmw_powf.c 2 * Powf may leave an unresolved symbol pointing to a libstdc++.so powf.
  /libcore/luni/src/main/java/libcore/reflect/
ListOfTypes.java 61 private Type[] resolveTypes(List<Type> unresolved) {
62 int size = unresolved.size();
68 Type type = unresolved.get(i);
  /external/clang/test/CodeGen/
2004-11-27-StaticFunctionRedeclare.c 3 // There should not be an unresolved reference to func here. Believe it or not,
  /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 18 UNRESOLVED = TestResult('UNRESOLVED', True)
  /art/test/090-loop-formation/src/
Main.java 18 * Create two versions of loops where the unresolved field is on either the
20 * on unresolved fields.
  /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/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTime.cpp 41 return SMILTime::unresolved();
50 return SMILTime::unresolved();
59 return SMILTime::unresolved();
SVGSMILElement.cpp 167 , m_intervalBegin(SMILTime::unresolved())
168 , m_intervalEnd(SMILTime::unresolved())
169 , m_previousIntervalBegin(SMILTime::unresolved())
276 m_intervalBegin = SMILTime::unresolved();
277 m_intervalEnd = SMILTime::unresolved();
278 m_previousIntervalBegin = SMILTime::unresolved();
353 return SMILTime::unresolved();
360 return SMILTime::unresolved();
375 return SMILTime::unresolved();
378 return SMILTime::unresolved();
    [all...]
  /external/chromium_org/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/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/llvm/utils/lit/tests/
shtest-format.py 20 # CHECK: UNRESOLVED: shtest-format :: no-test-line.txt
41 # CHECK: Unresolved Tests : 1
  /external/chromium_org/tools/gn/
builder_record.h 19 // item depends on, both resolved ones, and unresolved ones.
84 // Unresolved records this one is depending on. A subset of all... above.
89 // end of the "unresolved deps" arrow.
  /dalvik/dx/src/com/android/dx/ssa/
PhiTypeResolver.java 35 * Phi operands may be themselves be the result of unresolved phis,
46 /** indexed by register; all registers still defined by unresolved phis */
122 * registers defined by as-of-yet-unresolved phi operations.
160 // 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

Completed in 1360 milliseconds

1 2 3 4 5 6 7 8 91011>>