HomeSort by relevance Sort by last modified time
    Searched refs:applyAsInt (Results 1 - 6 of 6) sorted by null

  /art/test/950-redefine-intrinsic/src/
Main.java 413 return new FuncCmp(name, (v) -> a.applyAsInt(v) == b.applyAsInt(v));
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ColorUtils.java 73 int e = f.applyAsInt(expected);
74 int o = f.applyAsInt(observed);
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ColorUtils.java 73 int e = f.applyAsInt(expected);
74 int o = f.applyAsInt(observed);
  /art/test/988-method-trace/src/art/
Test988.java 249 public int applyAsInt(int x) {
271 public int applyAsInt(int x) {
286 public int applyAsInt(int x) {
388 int y = op.applyAsInt(x);
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
AlertWindowsImportanceTests.java 190 actual = apiCaller.applyAsInt(mAm);
196 assertEquals(expectedForPreO, apiCaller.applyAsInt(mAm25));
  /cts/tests/tests/graphics/src/android/graphics/cts/
ImageDecoderTest.java 784 int sampleSize = supplySampleSize.applyAsInt(info.getSize());
    [all...]

Completed in 102 milliseconds