| /external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/ |
| D | client_matrix.py | 80 ('v1.0.1', ReleaseInfo(testcases_file='cxx__v1.0.1')), 81 ('v1.1.4', ReleaseInfo(testcases_file='cxx__v1.0.1')), 82 ('v1.2.5', ReleaseInfo(testcases_file='cxx__v1.0.1')), 83 ('v1.3.9', ReleaseInfo(testcases_file='cxx__v1.0.1')), 84 ('v1.4.2', ReleaseInfo(testcases_file='cxx__v1.0.1')), 85 ('v1.6.6', ReleaseInfo(testcases_file='cxx__v1.0.1')), 86 ('v1.7.2', ReleaseInfo(testcases_file='cxx__v1.0.1')), 87 ('v1.8.0', ReleaseInfo(testcases_file='cxx__v1.0.1')), 88 ('v1.9.1', ReleaseInfo(testcases_file='cxx__v1.0.1')), 89 ('v1.10.1', ReleaseInfo(testcases_file='cxx__v1.0.1')), [all …]
|
| /external/tensorflow/tensorflow/tools/compatibility/ |
| D | renames_v2.py | 26 'tf.compat.v1.AUTO_REUSE', 28 'tf.compat.v1.AttrValue', 34 'tf.compat.v1.ConditionalAccumulator', 36 'tf.compat.v1.ConditionalAccumulatorBase', 38 'tf.compat.v1.ConfigProto', 40 'tf.compat.v1.Dimension', 42 'tf.compat.v1.Event', 50 'tf.compat.v1.FixedLengthRecordReader', 54 'tf.compat.v1.GPUOptions', 62 'tf.compat.v1.GraphDef', [all …]
|
| /external/grpc-grpc/tools/interop_matrix/ |
| D | client_matrix.py | 61 'v1.0.1': None 64 'v1.1.4': None 67 'v1.2.5': None 70 'v1.3.9': None 73 'v1.4.2': None 76 'v1.6.6': None 79 'v1.7.2': None 82 'v1.8.0': None 85 'v1.9.1': None 88 'v1.10.1': None [all …]
|
| /external/google-smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format23x/ |
| D | Format23x.smali | 17 const v1, 234.5f 19 cmpl-float v0, v0, v1 21 const v1, -1 23 invoke-static {v0, v1}, LAssert;->assertEquals(II)V 33 const v1, 234.5f 35 cmpl-float v0, v0, v1 37 const v1, -1 39 invoke-static {v0, v1}, LAssert;->assertEquals(II)V 49 const v1, 234.5f 51 cmpg-float v0, v0, v1 [all …]
|
| /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format23x/ |
| D | Format23x.smali | 17 const v1, 234.5f 19 cmpl-float v0, v0, v1 21 const v1, -1 23 invoke-static {v0, v1}, LAssert;->assertEquals(II)V 33 const v1, 234.5f 35 cmpl-float v0, v0, v1 37 const v1, -1 39 invoke-static {v0, v1}, LAssert;->assertEquals(II)V 49 const v1, 234.5f 51 cmpg-float v0, v0, v1 [all …]
|
| /external/zucchini/testdata/ |
| D | all.smali | 57 aget v0, v1, v2 59 aget-wide v0, v1, v2 61 aget-object v0, v1, v2 63 aget-boolean v0, v1, v2 65 aget-byte v0, v1, v2 67 aget-char v0, v1, v2 69 aget-short v0, v1, v2 71 aput v0, v1, v2 73 aput-wide v0, v1, v2 75 aput-object v0, v1, v2 [all …]
|
| /external/llvm/test/MC/AMDGPU/ |
| D | vop2.s | 18 // SICI: v_add_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x06] 19 v_add_f32_e32 v1, v2, v3 22 // SICI: v_add_f32_e32 v1, 1.0, v3 ; encoding: [0xf2,0x06,0x02,0x06] 23 v_add_f32 v1, 1.0, v3 26 // SICI: v_add_f32_e32 v1, -1.0, v3 ; encoding: [0xf3,0x06,0x02,0x06] 27 v_add_f32 v1, -1.0, v3 30 // SICI: v_add_f32_e32 v1, 0x42c80000, v3 ; encoding: [0xff,0x06,0x02,0x06,0x00,0x00,0xc8,0x42] 31 v_add_f32 v1, 100.0, v3 34 // SICI: v_add_f32_e32 v1, 0xc2c80000, v3 ; encoding: [0xff,0x06,0x02,0x06,0x00,0x00,0xc8,0xc2] 35 v_add_f32 v1, -100.0, v3 [all …]
|
| D | vop1.s | 13 // GCN: v_mov_b32_e32 v1, v2 ; encoding: [0x02,0x03,0x02,0x7e] 14 v_mov_b32_e32 v1, v2 34 // GCN: v_mov_b32_e32 v1, v2 ; encoding: [0x02,0x03,0x02,0x7e] 35 v_mov_b32 v1, v2 40 // GCN: v_cvt_i32_f64_e32 v1, v[2:3] ; encoding: [0x02,0x07,0x02,0x7e] 41 v_cvt_i32_f64 v1, v[2:3] 46 // GCN: v_cvt_f32_i32_e32 v1, v2 ; encoding: [0x02,0x0b,0x02,0x7e] 47 v_cvt_f32_i32 v1, v2 49 // GCN: v_cvt_f32_u32_e32 v1, v2 ; encoding: [0x02,0x0d,0x02,0x7e] 50 v_cvt_f32_u32 v1, v2 [all …]
|
| /external/llvm/test/MC/AArch64/ |
| D | neon-across.s | 9 saddlv h0, v1.8b 10 saddlv h0, v1.16b 11 saddlv s0, v1.4h 12 saddlv s0, v1.8h 13 saddlv d0, v1.4s 15 // CHECK: saddlv h0, v1.8b // encoding: [0x20,0x38,0x30,0x0e] 16 // CHECK: saddlv h0, v1.16b // encoding: [0x20,0x38,0x30,0x4e] 17 // CHECK: saddlv s0, v1.4h // encoding: [0x20,0x38,0x70,0x0e] 18 // CHECK: saddlv s0, v1.8h // encoding: [0x20,0x38,0x70,0x4e] 19 // CHECK: saddlv d0, v1.4s // encoding: [0x20,0x38,0xb0,0x4e] [all …]
|
| D | neon-2velem.s | 9 mla v0.2s, v1.2s, v2.s[2] 10 mla v0.2s, v1.2s, v22.s[2] 14 // CHECK: mla v0.2s, v1.2s, v2.s[2] // encoding: [0x20,0x08,0x82,0x2f] 15 // CHECK: mla v0.2s, v1.2s, v22.s[2] // encoding: [0x20,0x08,0x96,0x2f] 19 mla v0.4h, v1.4h, v2.h[2] 20 mla v0.4h, v1.4h, v15.h[2] 21 mla v0.8h, v1.8h, v2.h[7] 22 mla v0.8h, v1.8h, v14.h[6] 24 // CHECK: mla v0.4h, v1.4h, v2.h[2] // encoding: [0x20,0x00,0x62,0x2f] 25 // CHECK: mla v0.4h, v1.4h, v15.h[2] // encoding: [0x20,0x00,0x6f,0x2f] [all …]
|
| D | neon-3vdiff.s | 17 saddl v0.8h, v1.8b, v2.8b 18 saddl v0.4s, v1.4h, v2.4h 19 saddl v0.2d, v1.2s, v2.2s 21 // CHECK: saddl v0.8h, v1.8b, v2.8b // encoding: [0x20,0x00,0x22,0x0e] 22 // CHECK: saddl v0.4s, v1.4h, v2.4h // encoding: [0x20,0x00,0x62,0x0e] 23 // CHECK: saddl v0.2d, v1.2s, v2.2s // encoding: [0x20,0x00,0xa2,0x0e] 25 saddl2 v0.4s, v1.8h, v2.8h 26 saddl2 v0.8h, v1.16b, v2.16b 27 saddl2 v0.2d, v1.4s, v2.4s 29 // CHECK: saddl2 v0.4s, v1.8h, v2.8h // encoding: [0x20,0x00,0x62,0x4e] [all …]
|
| D | neon-simd-shift.s | 8 sshr v0.8b, v1.8b, #3 9 sshr v0.4h, v1.4h, #3 10 sshr v0.2s, v1.2s, #3 11 sshr v0.16b, v1.16b, #3 12 sshr v0.8h, v1.8h, #3 13 sshr v0.4s, v1.4s, #3 14 sshr v0.2d, v1.2d, #3 15 // CHECK: sshr v0.8b, v1.8b, #3 // encoding: [0x20,0x04,0x0d,0x0f] 16 // CHECK: sshr v0.4h, v1.4h, #3 // encoding: [0x20,0x04,0x1d,0x0f] 17 // CHECK: sshr v0.2s, v1.2s, #3 // encoding: [0x20,0x04,0x3d,0x0f] [all …]
|
| D | neon-perm.s | 9 uzp1 v0.8b, v1.8b, v2.8b 10 uzp1 v0.16b, v1.16b, v2.16b 11 uzp1 v0.4h, v1.4h, v2.4h 12 uzp1 v0.8h, v1.8h, v2.8h 13 uzp1 v0.2s, v1.2s, v2.2s 14 uzp1 v0.4s, v1.4s, v2.4s 15 uzp1 v0.2d, v1.2d, v2.2d 17 // CHECK: uzp1 v0.8b, v1.8b, v2.8b // encoding: [0x20,0x18,0x02,0x0e] 18 // CHECK: uzp1 v0.16b, v1.16b, v2.16b // encoding: [0x20,0x18,0x02,0x4e] 19 // CHECK: uzp1 v0.4h, v1.4h, v2.4h // encoding: [0x20,0x18,0x42,0x0e] [all …]
|
| /external/capstone/suite/MC/AArch64/ |
| D | neon-simd-shift.s.cs | 2 0x20,0x04,0x0d,0x0f = sshr v0.8b, v1.8b, #3 3 0x20,0x04,0x1d,0x0f = sshr v0.4h, v1.4h, #3 4 0x20,0x04,0x3d,0x0f = sshr v0.2s, v1.2s, #3 5 0x20,0x04,0x0d,0x4f = sshr v0.16b, v1.16b, #3 6 0x20,0x04,0x1d,0x4f = sshr v0.8h, v1.8h, #3 7 0x20,0x04,0x3d,0x4f = sshr v0.4s, v1.4s, #3 8 0x20,0x04,0x7d,0x4f = sshr v0.2d, v1.2d, #3 9 0x20,0x04,0x0d,0x2f = ushr v0.8b, v1.8b, #3 10 0x20,0x04,0x1d,0x2f = ushr v0.4h, v1.4h, #3 11 0x20,0x04,0x3d,0x2f = ushr v0.2s, v1.2s, #3 [all …]
|
| D | neon-3vdiff.s.cs | 2 0x20,0x00,0x22,0x0e = saddl v0.8h, v1.8b, v2.8b 3 0x20,0x00,0x62,0x0e = saddl v0.4s, v1.4h, v2.4h 4 0x20,0x00,0xa2,0x0e = saddl v0.2d, v1.2s, v2.2s 5 0x20,0x00,0x62,0x4e = saddl2 v0.4s, v1.8h, v2.8h 6 0x20,0x00,0x22,0x4e = saddl2 v0.8h, v1.16b, v2.16b 7 0x20,0x00,0xa2,0x4e = saddl2 v0.2d, v1.4s, v2.4s 8 0x20,0x00,0x22,0x2e = uaddl v0.8h, v1.8b, v2.8b 9 0x20,0x00,0x62,0x2e = uaddl v0.4s, v1.4h, v2.4h 10 0x20,0x00,0xa2,0x2e = uaddl v0.2d, v1.2s, v2.2s 11 0x20,0x00,0x22,0x6e = uaddl2 v0.8h, v1.16b, v2.16b [all …]
|
| D | neon-2velem.s.cs | 2 0x20,0x08,0x82,0x2f = mla v0.2s, v1.2s, v2.s[2] 3 0x20,0x08,0x96,0x2f = mla v0.2s, v1.2s, v22.s[2] 6 0x20,0x00,0x62,0x2f = mla v0.4h, v1.4h, v2.h[2] 7 0x20,0x00,0x6f,0x2f = mla v0.4h, v1.4h, v15.h[2] 8 0x20,0x08,0x72,0x6f = mla v0.8h, v1.8h, v2.h[7] 9 0x20,0x08,0x6e,0x6f = mla v0.8h, v1.8h, v14.h[6] 10 0x20,0x48,0x82,0x2f = mls v0.2s, v1.2s, v2.s[2] 11 0x20,0x48,0x96,0x2f = mls v0.2s, v1.2s, v22.s[2] 14 0x20,0x40,0x62,0x2f = mls v0.4h, v1.4h, v2.h[2] 15 0x20,0x40,0x6f,0x2f = mls v0.4h, v1.4h, v15.h[2] [all …]
|
| /external/vixl/test/aarch64/ |
| D | test-cpu-features-aarch64.cc | 756 TEST_NEON(abs_0, abs(v0.V8B(), v1.V8B())) 757 TEST_NEON(abs_1, abs(v0.V16B(), v1.V16B())) 758 TEST_NEON(abs_2, abs(v0.V4H(), v1.V4H())) 759 TEST_NEON(abs_3, abs(v0.V8H(), v1.V8H())) 760 TEST_NEON(abs_4, abs(v0.V2S(), v1.V2S())) 761 TEST_NEON(abs_5, abs(v0.V4S(), v1.V4S())) 762 TEST_NEON(abs_6, abs(v0.V2D(), v1.V2D())) 764 TEST_NEON(addhn_0, addhn(v0.V8B(), v1.V8H(), v2.V8H())) 765 TEST_NEON(addhn_1, addhn(v0.V4H(), v1.V4S(), v2.V4S())) 766 TEST_NEON(addhn_2, addhn(v0.V2S(), v1.V2D(), v2.V2D())) [all …]
|
| /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format12x/ |
| D | Format12x.smali | 17 move v1, v0 19 invoke-static {v0, v1}, LAssert;->assertEquals(II)V 33 invoke-static {v0, v1, v2, v3}, Lorg/junit/Assert;->assertEquals(JJ)V 45 move-object v1, v0 47 invoke-static {v0, v1}, Lorg/junit/Assert;->assertEquals(Ljava/lang/Object;Ljava/lang/Object;)V 58 new-array v1, v0, [I 60 array-length v2, v1 73 neg-int v1, v0 76 invoke-static {v1, v2}, LAssert;->assertEquals(II)V 86 not-int v1, v0 [all …]
|
| /external/google-smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format12x/ |
| D | Format12x.smali | 17 move v1, v0 19 invoke-static {v0, v1}, LAssert;->assertEquals(II)V 33 invoke-static {v0, v1, v2, v3}, Lorg/junit/Assert;->assertEquals(JJ)V 45 move-object v1, v0 47 invoke-static {v0, v1}, Lorg/junit/Assert;->assertEquals(Ljava/lang/Object;Ljava/lang/Object;)V 58 new-array v1, v0, [I 60 array-length v2, v1 73 neg-int v1, v0 76 invoke-static {v1, v2}, LAssert;->assertEquals(II)V 86 not-int v1, v0 [all …]
|
| /external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/ |
| D | gtest_pred_impl.h | 46 // ASSERT_PRED_FORMAT1(pred_format, v1) 47 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 58 // ASSERT_PRED1(pred, v1) 59 // ASSERT_PRED2(pred, v1, v2) 63 // and the values v1, v2, ..., must support the << operator for 90 const T1& v1) { in AssertPred1Helper() argument 91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 96 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper() 101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument 102 GTEST_ASSERT_(pred_format(#v1, v1), \ [all …]
|
| /external/libaom/third_party/googletest/src/googletest/include/gtest/ |
| D | gtest_pred_impl.h | 48 // ASSERT_PRED_FORMAT1(pred_format, v1) 49 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 60 // ASSERT_PRED1(pred, v1) 61 // ASSERT_PRED2(pred, v1, v2) 65 // and the values v1, v2, ..., must support the << operator for 88 Pred pred, const T1& v1) { in AssertPred1Helper() argument 89 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 94 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper() 99 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure) \ argument 100 GTEST_ASSERT_(pred_format(#v1, v1), on_failure) [all …]
|
| /external/libvpx/third_party/googletest/src/include/gtest/ |
| D | gtest_pred_impl.h | 48 // ASSERT_PRED_FORMAT1(pred_format, v1) 49 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 60 // ASSERT_PRED1(pred, v1) 61 // ASSERT_PRED2(pred, v1, v2) 65 // and the values v1, v2, ..., must support the << operator for 88 Pred pred, const T1& v1) { in AssertPred1Helper() argument 89 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 94 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper() 99 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure) \ argument 100 GTEST_ASSERT_(pred_format(#v1, v1), on_failure) [all …]
|
| /external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
| D | gtest_pred_impl.h | 46 // ASSERT_PRED_FORMAT1(pred_format, v1) 47 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 58 // ASSERT_PRED1(pred, v1) 59 // ASSERT_PRED2(pred, v1, v2) 63 // and the values v1, v2, ..., must support the << operator for 90 const T1& v1) { in AssertPred1Helper() argument 91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 96 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper() 101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument 102 GTEST_ASSERT_(pred_format(#v1, v1), \ [all …]
|
| /external/mesa3d/src/gtest/include/gtest/ |
| D | gtest_pred_impl.h | 46 // ASSERT_PRED_FORMAT1(pred_format, v1) 47 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 58 // ASSERT_PRED1(pred, v1) 59 // ASSERT_PRED2(pred, v1, v2) 63 // and the values v1, v2, ..., must support the << operator for 90 const T1& v1) { in AssertPred1Helper() argument 91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 96 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper() 101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument 102 GTEST_ASSERT_(pred_format(#v1, v1), \ [all …]
|
| /external/cronet/third_party/googletest/src/googletest/include/gtest/ |
| D | gtest_pred_impl.h | 48 // ASSERT_PRED_FORMAT1(pred_format, v1) 49 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 60 // ASSERT_PRED1(pred, v1) 61 // ASSERT_PRED2(pred, v1, v2) 65 // and the values v1, v2, ..., must support the << operator for 88 Pred pred, const T1& v1) { in AssertPred1Helper() argument 89 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 94 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper() 99 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure) \ argument 100 GTEST_ASSERT_(pred_format(#v1, v1), on_failure) [all …]
|