HomeSort by relevance Sort by last modified time
    Searched refs:ule (Results 1 - 25 of 41) sorted by null

1 2

  /dalvik/tests/071-dexfile/src-ex/
Another.java 24 } catch (UnsatisfiedLinkError ule) {
25 System.out.println("Got expected ULE");
  /frameworks/base/media/java/android/drm/mobile1/
DrmRights.java 132 catch (UnsatisfiedLinkError ule) {
DrmRightsManager.java 251 catch (UnsatisfiedLinkError ule) {
DrmRawContent.java 460 catch (UnsatisfiedLinkError ule) {
  /frameworks/base/tests/CoreTests/android/core/
JniLibTest.java 42 } catch (UnsatisfiedLinkError ule) {
  /external/llvm/lib/Support/
ConstantRange.cpp 226 return Lower.ule(V) && V.ult(Upper);
228 return Lower.ule(V) || V.ult(Upper);
243 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper);
247 return Other.getUpper().ule(Upper) ||
248 Lower.ule(Other.getLower());
250 return Other.getUpper().ule(Upper) && Lower.ule(Other.getLower());
281 if (Upper.ule(CR.Lower))
312 if (CR.Upper.ule(Lower)
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 138 if (ASizeInt.ule(SE->getUnsignedRange(BA).getUnsignedMin()) &&
152 if (BSizeInt.ule(SE->getUnsignedRange(AB).getUnsignedMin()) &&
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 211 catch (UnsatisfiedLinkError ule) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 312 } catch(UnsatisfiedLinkError ule) {
328 } catch(UnsatisfiedLinkError ule) {
OldRuntimeTest.java 523 } catch(UnsatisfiedLinkError ule) {
539 } catch(UnsatisfiedLinkError ule) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokestatic/
Test_invokestatic.java 114 } catch (UnsatisfiedLinkError ule) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static/
Test_invoke_static.java 93 } catch (UnsatisfiedLinkError ule) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static_range/
Test_invoke_static_range.java 93 } catch (UnsatisfiedLinkError ule) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super/
Test_invoke_super.java 105 } catch (UnsatisfiedLinkError ule) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super_range/
Test_invoke_super_range.java 105 } catch (UnsatisfiedLinkError ule) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual/
Test_invoke_virtual.java 102 } catch (UnsatisfiedLinkError ule) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/
Test_invoke_virtual_range.java 111 } catch (UnsatisfiedLinkError ule) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/
Test_invoke_static.java 93 } catch (UnsatisfiedLinkError ule) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/
Test_invoke_static_range.java 93 } catch (UnsatisfiedLinkError ule) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/
Test_invoke_super.java 105 } catch (UnsatisfiedLinkError ule) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/
Test_invoke_super_range.java 105 } catch (UnsatisfiedLinkError ule) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/
Test_invoke_virtual.java 102 } catch (UnsatisfiedLinkError ule) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/
Test_invoke_virtual_range.java 111 } catch (UnsatisfiedLinkError ule) {
  /external/llvm/utils/vim/
llvm.vim 29 syn keyword llvmStatement eq ne ugt uge ult ule sgt sge slt sle
31 syn keyword llvmStatement ult ule une uno
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokevirtual/
Test_invokevirtual.java 116 } catch (UnsatisfiedLinkError ule) {

Completed in 1725 milliseconds

1 2