Home
last modified time | relevance | path

Searched refs:y (Results 76 – 100 of 113) sorted by relevance

12345

/art/test/048-reflect-v8/
Dexpected.txt24 …dar(dayOfMonth=x, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=y, dayOfWeek=unspecifi…
25 …dar(dayOfMonth=x, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=y, dayOfWeek=unspecifi…
56 …dar(dayOfMonth=x, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=y, dayOfWeek=unspecifi…
57 …dar(dayOfMonth=x, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=y, dayOfWeek=unspecifi…
73 …dar(dayOfMonth=x, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=y, dayOfWeek=unspecifi…
74 …dar(dayOfMonth=x, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=y, dayOfWeek=unspecifi…
87 …dar(dayOfMonth=x, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=y, dayOfWeek=unspecifi…
99 …dar(dayOfMonth=x, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=y, dayOfWeek=unspecifi…
100 …dar(dayOfMonth=x, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=y, dayOfWeek=unspecifi…
/art/test/660-checker-simd-sad/src/
DSimdSadByte.java220 long y = b2[i]; in sadByte2Long() local
221 sad += Math.abs(x - y); in sadByte2Long()
257 long y = b2[i]; in sadByte2LongAt1() local
258 sad += Math.abs(x - y); in sadByte2LongAt1()
/art/test/075-verification-error/src/
DMain.java76 int y = Mutant.disappearingStaticField; in testMissingStuff() local
112 int y = Mutant.inaccessibleStaticField; in testBadAccess() local
/art/test/715-clinit-implicit-parameter-annotations/
Dexpected.txt99 Parameter [1]: Indexed : @Main$AnnotationB(value=y)
100 Array : @Main$AnnotationB(value=y)
103 @Main$AnnotationB(value=y)
/art/test/106-exceptions2/src/
DMain.java181 static int throwImplicitDivZero(int x, int y) { in throwImplicitDivZero() argument
182 return x / y; in throwImplicitDivZero()
/art/test/672-checker-throw-method/src/
DMain.java308 int[] y = { 55 } ; in main() local
310 expectEquals(88, deleteNullChecks3(x, y, z)); in main()
/art/test/444-checker-nce/src/
DMain.java255 static boolean isShorter(ListElement x, ListElement y) { in isShorter() argument
257 ListElement yTail = y; in isShorter()
/art/runtime/arch/
Dstub_test.cc1001 for (size_t y = 0; y < kStringCount; ++y) { in TEST_F() local
1002 expected[x][y] = s[x]->CompareTo(s[y].Get()); in TEST_F()
1009 for (size_t y = 0; y < kStringCount; ++y) { in TEST_F() local
1012 reinterpret_cast<size_t>(s[y].Get()), 0U, in TEST_F()
1023 int32_t e = expected[x][y]; in TEST_F()
1024 EXPECT_TRUE(e == 0 ? conv.i == 0 : true) << "x=" << c[x] << " y=" << c[y] << " res=" << in TEST_F()
1026 EXPECT_TRUE(e < 0 ? conv.i < 0 : true) << "x=" << c[x] << " y=" << c[y] << " res=" << in TEST_F()
1028 EXPECT_TRUE(e > 0 ? conv.i > 0 : true) << "x=" << c[x] << " y=" << c[y] << " res=" << in TEST_F()
1875 for (size_t y = 0; y < kCharCount; ++y) { in TEST_F() local
1877 expected[x][y][z] = s[x]->FastIndexOf(c_char[y], static_cast<int32_t>(z) - 1); in TEST_F()
[all …]
/art/test/003-omnibus-opcodes/src/
DUnresTest1.java42 int y = UnresStuff.staticField; in run() local
/art/test/450-checker-types/src/
DMain.java497 public int testLoadExceptionInCatchNonExact(int x, int y) { in testLoadExceptionInCatchNonExact() argument
499 return x / y; in testLoadExceptionInCatchNonExact()
521 public int testLoadExceptionInCatchAll(int x, int y) { in testLoadExceptionInCatchAll() argument
523 x = x / y; in testLoadExceptionInCatchAll()
/art/build/apex/
Dcom.android.art.pem35 cns12ssFkapDTzDP1BR3MExKoHM8kpPAXudCLMWszEhipKYKT/wsar4Pl/Tzpx+y
/art/compiler/optimizing/
Dinstruction_simplifier.cc860 HInstruction* y, in NewIntegralMinMax() argument
867 minmax = new (allocator) HMin(type, x, y, cursor->GetDexPc()); in NewIntegralMinMax()
869 minmax = new (allocator) HMax(type, x, y, cursor->GetDexPc()); in NewIntegralMinMax()
2788 HBinaryOperation* y; in TryHandleAssociativeAndCommutativeOperation() local
2792 y = left->AsBinaryOperation(); in TryHandleAssociativeAndCommutativeOperation()
2795 y = right->AsBinaryOperation(); in TryHandleAssociativeAndCommutativeOperation()
2804 if (!y->HasOnlyOneNonEnvironmentUse()) { in TryHandleAssociativeAndCommutativeOperation()
2810 HConstant* const1 = y->GetConstantRight(); in TryHandleAssociativeAndCommutativeOperation()
2819 instruction->ReplaceInput(y->GetLeastConstantLeft(), 0); in TryHandleAssociativeAndCommutativeOperation()
2830 static int64_t ComputeAddition(DataType::Type type, int64_t x, int64_t y) { in ComputeAddition() argument
[all …]
Dinduction_var_analysis.h181 HInstruction* y,
188 HInstruction* y,
Dinduction_var_analysis.cc728 HInstruction* y, in SolveAddSub() argument
732 InductionInfo* b = LookupInfo(loop, y); in SolveAddSub()
764 return SolveAddSub(loop, entry_phi, instruction, y, x, op, false); in SolveAddSub()
769 if (y == entry_phi && entry_phi->InputCount() == 2 && instruction == entry_phi->InputAt(1)) { in SolveAddSub()
789 HInstruction* y, in SolveOp() argument
794 InductionInfo* b = LookupInfo(loop, y); in SolveOp()
799 if (a != nullptr && a->induction_class == kInvariant && entry_phi == y) { in SolveOp()
851 HInstruction* y = instruction->InputAt(1); in SolveTest() local
853 return SolveOp(loop, entry_phi, instruction, graph_->GetIntConstant(1), y, kXor); in SolveTest()
854 } else if (IsExact(LookupInfo(loop, y), &value) && value == opposite_value) { in SolveTest()
Dcodegen_test.cc640 const uint64_t y = j; in TestComparison() local
668 expected_result = (x < y); in TestComparison()
672 expected_result = (x <= y); in TestComparison()
676 expected_result = (x > y); in TestComparison()
680 expected_result = (x >= y); in TestComparison()
/art/tools/jvmti-agents/wrapagentproperties/
DREADME.md4 an agents GetSystemPropert{y,ies} calls.
/art/test/079-phantom/src/
DBitmap.java51 public void drawAt(int x, int y) { in drawAt() argument
/art/test/624-checker-stringops/smali/
DSmali.smali37 const-string v2, "y"
73 const-string v2, "y"
122 const-string v3, "y"
179 const-string v3, "y"
/art/test/1974-resize-array/src/art/
DTest1974.java109 .sorted((x, y) -> x.getValue().compareTo(y.getValue())) in runHashMap()
119 .sorted((x, y) -> x.getValue().compareTo(y.getValue())) in runHashMap()
/art/compiler/jni/
Djni_compiler_test.cc718 jint Java_MyClassNatives_fooII(JNIEnv*, jobject, jint x, jint y) { in Java_MyClassNatives_fooII() argument
720 return x - y; // non-commutative operator in Java_MyClassNatives_fooII()
742 jlong Java_MyClassNatives_fooJJ(JNIEnv*, jobject, jlong x, jlong y) { in Java_MyClassNatives_fooJJ() argument
744 return x - y; // non-commutative operator in Java_MyClassNatives_fooJJ()
767 jdouble Java_MyClassNatives_fooDD(JNIEnv*, jobject, jdouble x, jdouble y) { in Java_MyClassNatives_fooDD() argument
769 return x - y; // non-commutative operator in Java_MyClassNatives_fooDD()
791 jlong Java_MyClassNatives_fooJJ_synchronized(JNIEnv*, jobject, jlong x, jlong y) { in Java_MyClassNatives_fooJJ_synchronized() argument
793 return x | y; in Java_MyClassNatives_fooJJ_synchronized()
813 jobject Java_MyClassNatives_fooIOO(JNIEnv*, jobject thisObj, jint x, jobject y, in Java_MyClassNatives_fooIOO() argument
818 return y; in Java_MyClassNatives_fooIOO()
[all …]
/art/test/484-checker-register-hints/smali/
DSmali.smali52 sget-boolean v6, LMain;->y:Z
110 sget-boolean v4, LMain;->y:Z
/art/test/624-checker-stringops/src/
DMain.java288 String y = new String(x); in doesNothing() local
/art/runtime/gc/
Dheap.h960 static ALWAYS_INLINE size_t UnsignedDifference(size_t x, size_t y) { in UnsignedDifference() argument
961 return x > y ? x - y : 0; in UnsignedDifference()
963 static ALWAYS_INLINE size_t UnsignedSum(size_t x, size_t y) { in UnsignedSum() argument
964 return x + y >= x ? x + y : std::numeric_limits<size_t>::max(); in UnsignedSum()
/art/test/800-smali/smali/
DsameFieldNames.smali48 .field static public y:I
/art/test/953-invoke-polymorphic-compiler/src/
DMain.java106 int y, int z) { in Min2Print26() argument
108 n, o, p, q, r, s, t, u, v, w, x, y, z }; in Min2Print26()

12345