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

1 2 3 4 5 6 7 8 91011>>

  /art/test/529-checker-unresolved/
info.txt 1 Test calling of unresolved methods.
  /art/test/542-unresolved-access-check/
info.txt 1 Test unresolved/access checks entry points with the JIT.
  /art/test/003-omnibus-opcodes/src/
UnresClass.java 2 * Unresolved class.
UnresStuff.java 2 * Unresolved classes / fields / methods in a resolved class.
  /art/test/146-bad-interface/
info.txt 1 Check whether a duplicate class can invoke-interface on an unresolved method.
  /art/test/003-omnibus-opcodes/src2/
UnresStuff.java 2 * Unresolved classes / fields / methods in a resolved class.
  /art/test/585-inline-unresolved/
info.txt 2 a method whose return type is unresolved.
  /art/test/608-checker-unresolved-lse/
info.txt 3 unresolved accesses.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
unresolved-2.d 2 #source: unresolved-2.s
unresolved-1-dyn.d 1 #source: unresolved-1.s
2 #ld: --warn-unresolved tmpdir/mixed-lib.so
unresolved-1.d 1 #ld: --warn-unresolved
  /toolchain/binutils/binutils-2.25/gold/testsuite/
weak_unresolved_symbols_test.cc 23 // Test --weak-unresolved-symbols. Symbol foo remains unresolved but
26 // --weak-unresolved-symbols. With --warn-unresolved-symbols, it will link
27 // but the dynamic linker will complain that foo(_Z3foov) is unresolved.
  /art/test/090-loop-formation/
info.txt 3 in the loop region, and the JIT compiler won't choke on unresolved fields.
  /art/test/800-smali/smali/
b_21886894.smali 13 iput-object v0, p0, Lsome/unresolved/Type;->a:I
b_27799205_1.smali 4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
30 # At this point, v0 will be the unresolved merge.
b_27799205_2.smali 4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
30 # At this point, v0 will be the unresolved merge.
b_22045582.smali 4 # is unresolved.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
error1.d 2 #ld: -unresolved-symbols=ignore-all
error2.d 2 #ld: -pie -unresolved-symbols=ignore-all
  /art/test/144-static-field-sigquit/
info.txt 3 Tests that unresolved classes are not put into the dex cache by the verifier.
  /external/mesa3d/src/gallium/targets/dri-vmwgfx/
vmw_powf.c 2 * Powf may leave an unresolved symbol pointing to a libstdc++.so powf.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-misc/
defsym.exp 23 unresolved "Build start.o"
28 unresolved "Build foo.o"
33 unresolved "Build libfoo.a"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
sh.exp 39 unresolved $testsimple
44 unresolved $testsimple
88 unresolved $testsrec
96 unresolved $testsrec
115 unresolved $testadjsw8
153 unresolved $testlink
154 unresolved $testjsr
155 unresolved $testrun
161 unresolved $testjsr
162 unresolved $testru
    [all...]
  /external/llvm/test/Verifier/
dbg-typerefs.ll 24 ; CHECK-NEXT: unresolved type ref
28 ; CHECK-NEXT: unresolved type ref
32 ; CHECK-NOT: unresolved
  /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);

Completed in 2107 milliseconds

1 2 3 4 5 6 7 8 91011>>