/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/tests/ |
D | codec.rs | 41 case(0u8, val!(0u8), "00", false, same), 42 case(0u16, val!(0u16), "00", false, same), 43 case(0u32, val!(0u32), "00", false, same), 44 case(0u64, val!(0u64), "00", false, same), 45 case(0u128, val!(0u128), "00", false, same), 46 case(0i8, val!(0i8), "00", false, same), 47 case(0i16, val!(0i16), "00", false, same), 48 case(0i32, val!(0i32), "00", false, same), 49 case(0i64, val!(0i64), "00", false, same), 50 case(0i128, val!(0i128), "00", false, same), [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/kontron/mal10/carriers/t10-tni/ |
H A D | gpio.c | 6 PAD_CFG_GPIO_DRIVER_HI_Z(GPIO_0, DN_20K, DEEP, IGNORE, SAME), 7 PAD_CFG_GPIO_DRIVER_HI_Z(GPIO_1, DN_20K, DEEP, IGNORE, SAME), 8 PAD_CFG_GPIO_DRIVER_HI_Z(GPIO_2, DN_20K, DEEP, IGNORE, SAME), 9 PAD_CFG_GPIO_DRIVER_HI_Z(GPIO_3, DN_20K, DEEP, IGNORE, SAME), 10 PAD_CFG_GPIO_DRIVER_HI_Z(GPIO_4, DN_20K, DEEP, IGNORE, SAME), 11 PAD_CFG_GPIO_DRIVER_HI_Z(GPIO_5, DN_20K, DEEP, IGNORE, SAME), 12 PAD_CFG_GPIO_DRIVER_HI_Z(GPIO_6, DN_20K, DEEP, IGNORE, SAME), 13 PAD_CFG_GPIO_DRIVER_HI_Z(GPIO_7, DN_20K, DEEP, IGNORE, SAME), 14 PAD_CFG_GPIO_DRIVER_HI_Z(GPIO_8, DN_20K, DEEP, IGNORE, SAME), 15 PAD_CFG_GPIO_DRIVER_HI_Z(GPIO_9, DN_20K, DEEP, IGNORE, SAME), [all …]
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | MotionEventUtils.java | 58 assertEquals("Pointer ID should be the same", in verifyMatches() 60 assertEquals("Tool type should be the same", in verifyMatches() 65 assertEquals("Pointer ID should be the same", that.id, this.id); in verifyMatchesPointerProperties() 66 assertEquals("Tool type should be the same", that.toolType, this.toolType); in verifyMatchesPointerProperties() 137 assertEquals("X coordinates should be the same", that.getX(), this.x, DELTA); in verifyMatches() 138 assertEquals("X coordinates should be the same", in verifyMatches() 141 assertEquals("Y coordinates should be the same", that.getY(), this.y, DELTA); in verifyMatches() 142 assertEquals("Y coordinates should be the same", in verifyMatches() 145 assertEquals("Pressure should be the same", that.getPressure(), this.pressure, DELTA); in verifyMatches() 146 assertEquals("Pressure should be the same", in verifyMatches() [all …]
|
/aosp_15_r20/external/flashrom/include/ |
H A D | flashchips.h | 58 #define AMD_AM29F002BB 0x34 /* Same as Am29F002NBB */ 59 #define AMD_AM29F002BT 0xB0 /* Same as Am29F002NBT */ 63 #define AMD_AM29F010 0x20 /* Same as Am29F010A and Am29F010B */ 64 #define AMD_AM29F040 0xA4 /* Same as AM29F040B */ 65 #define AMD_AM29F080 0xD5 /* Same as Am29F080B */ 82 #define AMD_AM29LV080B 0x38 /* Same as Am29LV081B */ 85 #define AMD_AM29LV800BB 0x5B /* Same as Am29LV800DB */ 88 #define AMD_AM29LV800BT 0xDA /* Same as Am29LV800DT */ 99 same device ID. Confirmed by 113 #define AMIC_A25LQ032 0x4016 /* Same as A25LQ32A, but the latter supports SFDP */ [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/ |
H A D | group_reduction_dimensions.mlir | 9 // CHECK-SAME: %[[ARG:.*]]: tensor<10x10x3x3xf32> 13 // CHECK-SAME: {{\[}}[0, 1], [2, 3]{{\]}} 14 // CHECK-SAME: : tensor<10x10x3x3xf32> into tensor<100x9xf32> 16 // CHECK-SAME: applies mhlo.add across dimensions = [1] 17 // CHECK-SAME: : (tensor<100x9xf32>, tensor<f32>) -> tensor<100xf32> 19 // CHECK-SAME: {{\[}}[0, 1]{{\]}} : tensor<100xf32> into tensor<10x10xf32> 30 // CHECK-SAME: %[[ARG:.*]]: tensor<10x20x30x4x5x6xf32> 35 // CHECK-SAME: {{\[}}[0, 1, 2], [3, 4, 5]{{\]}} 36 // CHECK-SAME: : tensor<10x20x30x4x5x6xf32> into tensor<6000x120xf32> 38 // CHECK-SAME: applies mhlo.add across dimensions = [0] [all …]
|
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/ |
H A D | codec_def_decode_hevc.h | 95 … uint16_t chroma_format_idc : 2; //!< Same as HEVC syntax element 96 … uint16_t separate_colour_plane_flag : 1; //!< Same as HEVC syntax element 97 … uint16_t bit_depth_luma_minus8 : 3; //!< Same as HEVC syntax element 98 … uint16_t bit_depth_chroma_minus8 : 3; //!< Same as HEVC syntax element 99 … uint16_t log2_max_pic_order_cnt_lsb_minus4 : 4; //!< Same as HEVC syntax element 129 …uint8_t log2_min_luma_coding_block_size_minus3; //!< Same as HEVC sy… 130 …uint8_t log2_diff_max_min_luma_coding_block_size; //!< Same as HEVC sy… 131 …uint8_t log2_min_transform_block_size_minus2; //!< Same as HEVC sy… 132 …uint8_t log2_diff_max_min_transform_block_size; //!< Same as HEVC sy… 133 …uint8_t max_transform_hierarchy_depth_inter; //!< Same as HEVC sy… [all …]
|
H A D | codec_def_decode_avc.h | 68 …ures, the FrameIdx field of two RefFrameList entries may have same value and point to same referen… 72 uint16_t pic_width_in_mbs_minus1; //!< Same as AVC syntax element. 78 uint8_t bit_depth_luma_minus8; //!< Same as AVC syntax element. 79 uint8_t bit_depth_chroma_minus8; //!< Same as AVC syntax element. 80 uint8_t num_ref_frames; //!< Same as AVC syntax element. 107 … uint32_t chroma_format_idc : 2; //!< Same as AVC syntax element. 108 … uint32_t residual_colour_transform_flag : 1; //!< Same as AVC syntax element. 109 … uint32_t frame_mbs_only_flag : 1; //!< Same as AVC syntax element. 110 … uint32_t mb_adaptive_frame_field_flag : 1; //!< Same as AVC syntax element. 111 … uint32_t direct_8x8_inference_flag : 1; //!< Same as AVC syntax element. [all …]
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
H A D | CLLSTMLayer.h | 88 … 2D weights tensor with dimensions [input_size, num_units]. Data type supported: Same as @p input. 89 … 2D weights tensor with dimensions [input_size, num_units]. Data type supported: Same as @p input. 90 … 2D weights tensor with dimensions [input_size, num_units]. Data type supported: Same as @p input. 91 … 2D weights tensor with dimensions [output_size, num_units]. Data type supported: Same as @p input. 92 … 2D weights tensor with dimensions [output_size, num_units]. Data type supported: Same as @p input. 93 … 2D weights tensor with dimensions [output_size, num_units]. Data type supported: Same as @p input. 94 …as 1D weights tensor with dimensions [num_units]. Data type supported: Same as @p input. 95 … 1D weights tensor with dimensions [num_units]. Data type supported: Same as @p input. 96 …as 1D weights tensor with dimensions [num_units]. Data type supported: Same as @p input. 97 …2D weights tensor with dimensions [output_size, batch_size]. Data type supported: Same as @p input. [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/ |
H A D | hlo_text_to_lhlo_no_opt.hlotxt | 95 // CHECK-SAME: operand_segment_sizes = array<i32: 4, 1> 116 // CHECK-SAME: is_lower = true 131 // CHECK-SAME: algorithm = 7 : i64 132 // CHECK-SAME: alpha_imag = 0.000000e+00 : f64 133 // CHECK-SAME: alpha_real = 1.000000e+00 : f64 134 // CHECK-SAME: beta = 0.000000e+00 : f64 137 // CHECK-SAME: lhs_contracting_dimensions = [1] 138 // CHECK-SAME: rhs_contracting_dimensions = [0] 139 // CHECK-SAME: precision_config = [#mhlo<precision HIGH>, #mhlo<precision HIGHEST>] 161 // CHECK-SAME: ([[INPUT:%.*]]: memref<32xi8> {lmhlo.params = 0 [all …]
|
H A D | ops.mlir | 4 // CHECK-SAME: %[[ARG0:.*]]: memref<16xi8> {lmhlo.params = 0 5 // CHECK-SAME: %[[ARG1:.*]]: memref<16xi8> 17 // CHECK-SAME: %[[ARG0:.*]]: memref<16xi8> {lmhlo.params = 0 18 // CHECK-SAME: %[[ARG1:.*]]: memref<16xi8> {lmhlo.params = 1 19 // CHECK-SAME: %[[ARG2:.*]]: memref<16xi8> 32 // CHECK-SAME: %[[ARG0:.*]]: memref<16xi8> {lmhlo.params = 0 33 // CHECK-SAME: %[[ARG1:.*]]: memref<16xi8> {lmhlo.params = 1 34 // CHECK-SAME: %[[ARG2:.*]]: memref<16xi8> 47 // CHECK-SAME: %[[ARG0:.*]]: memref<16xi8> {lmhlo.params = 0 48 // CHECK-SAME: %[[ARG1:.*]]: memref<16xi8> {lmhlo.params = 1 [all …]
|
/aosp_15_r20/external/libva/va/ |
H A D | va_enc_hevc.h | 165 * This may be the same as the maximum size, indicating that only 336 * the same \c vaRenderPicture() as this buffer: 343 * #VAQMatrixBufferHEVC buffer shall also be provided within the same 347 /** \brief Same as the HEVC bitstream syntax element. 351 /** \brief Same as the HEVC bitstream syntax element. 356 /** \brief Same as the HEVC bitstream syntax element. 389 /** \brief Same as the HEVC bitstream syntax element. */ 391 /** \brief Same as the HEVC bitstream syntax element. */ 393 /** \brief Same as the HEVC bitstream syntax element. */ 395 /** \brief Same as the HEVC bitstream syntax element. */ [all …]
|
H A D | va_enc_h264.h | 138 * the same \c vaRenderPicture() as this buffer: 145 * #VAIQMatrixBufferH264 buffer shall also be provided within the same 149 /** \brief Same as the H.264 bitstream syntax element. */ 151 /** \brief Same as the H.264 bitstream syntax element. */ 171 /** \brief Same as the H.264 bitstream syntax element. */ 180 /** \brief Same as the H.264 bitstream syntax element. */ 182 /** \brief Same as the H.264 bitstream syntax element. */ 184 /** \brief Same as the H.264 bitstream syntax element. */ 186 /** \brief Same as the H.264 bitstream syntax element. */ 188 /** \brief Same as the H.264 bitstream syntax element. */ [all …]
|
/aosp_15_r20/external/clang/test/Modules/ |
H A D | ExtDebugInfo.cpp | 72 // CHECK-SAME: scope: ![[NS:[0-9]+]], 73 // CHECK-SAME: flags: DIFlagFwdDecl, 74 // CHECK-SAME: identifier: "_ZTSN8DebugCXX6StructE") 80 // CHECK-SAME: scope: ![[NS]], 81 // CHECK-SAME: flags: DIFlagFwdDecl, 82 // CHECK-SAME: identifier: "_ZTSN8DebugCXX4EnumE") 86 // CHECK-SAME: name: "Template<long, DebugCXX::traits<long> >", 87 // CHECK-SAME: scope: ![[NS]], 88 // CHECK-SAME: flags: DIFlagFwdDecl, 89 // CHECK-SAME: identifier: "_ZTSN8DebugCXX8TemplateIlNS_6traitsIlEEEE") [all …]
|
H A D | ModuleDebugInfo.cpp | 1 // Test that (the same) debug info is emitted for an Objective-C++ 22 // CHECK-SAME: isOptimized: false, 24 // CHECK-SAME: dwoId: 27 // CHECK-SAME: identifier: "_ZTSN8DebugCXX4EnumE") 32 // CHECK-SAME: ) 36 // CHECK-SAME: ) 40 // CHECK-SAME: identifier: "_ZTS11TypedefEnum") 44 // CHECK-SAME: ) 52 // CHECK-SAME: templateParams: 53 // CHECK-SAME: identifier: "_ZTSN8DebugCXX1AIJvEEE") [all …]
|
/aosp_15_r20/external/skia/resources/sksl/runtime_errors/ |
H A D | Ossfuzz66263.rts | 131 error: 17: field '_' was already defined in the same struct ('S') 132 error: 17: field '_' was already defined in the same struct ('S') 133 error: 17: field '_' was already defined in the same struct ('S') 134 error: 17: field '_' was already defined in the same struct ('S') 135 error: 17: field 't' was already defined in the same struct ('S') 136 error: 17: field '_' was already defined in the same struct ('S') 147 error: 25: field '_' was already defined in the same struct ('S') 148 error: 25: field '_' was already defined in the same struct ('S') 166 error: 31: field '_' was already defined in the same struct ('S') 167 error: 31: field '_' was already defined in the same struct ('S') [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/siemens/mc_apl1/variants/mc_apl2/ |
H A D | gpio.c | 100 PAD_CFG_GPI_SCI_IOS(GPIO_136, UP_20K, DEEP, EDGE_SINGLE, INVERT, TxDRxE, SAME), 103 PAD_CFG_NF_IOSSTATE_IOSTERM(GPIO_146, DN_20K, DEEP, NF3, MASK, SAME), 105 PAD_CFG_NF_IOSSTATE_IOSTERM(GPIO_147, DN_20K, DEEP, NF3, MASK, SAME), 107 PAD_CFG_NF_IOSSTATE_IOSTERM(GPIO_148, DN_20K, DEEP, NF3, MASK, SAME), 109 PAD_CFG_NF_IOSSTATE_IOSTERM(GPIO_149, DN_20K, DEEP, NF3, MASK, SAME), 133 PAD_CFG_NF_IOSSTATE_IOSTERM(PMU_AC_PRESENT, DN_20K, DEEP, NF1, MASK, SAME), 135 PAD_CFG_NF_IOSSTATE_IOSTERM(PMU_BATLOW_B, UP_20K, DEEP, NF1, MASK, SAME), 137 PAD_CFG_NF_IOSSTATE_IOSTERM(PMU_PLTRST_B, NONE, DEEP, NF1, MASK, SAME), 139 PAD_CFG_NF_IOSSTATE_IOSTERM(PMU_PWRBTN_B, UP_20K, DEEP, NF1, MASK, SAME), 141 PAD_CFG_NF_IOSSTATE_IOSTERM(PMU_RESETBUTTON_B, NONE, DEEP, NF1, MASK, SAME), [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | nn_ops_test.cc | 189 .Attr("padding", padding == VALID ? "VALID" : "SAME") in BM_ConvFloat() 198 .Attr("padding", padding == VALID ? "VALID" : "SAME") in BM_ConvFloat() 207 .Attr("padding", padding == VALID ? "VALID" : "SAME") in BM_ConvFloat() 218 .Attr("padding", padding == VALID ? "VALID" : "SAME") in BM_ConvFloat() 289 BM_ConvFloatFwd(32, 5, 5, 1248, 128, 1, 1, 1, SAME, conv0); 290 BM_ConvFloatFwd(32, 8, 8, 384, 384, 1, 3, 1, SAME, conv1); 291 BM_ConvFloatFwd(32, 8, 8, 384, 384, 3, 1, 1, SAME, conv2); 292 BM_ConvFloatFwd(32, 8, 8, 2048, 192, 1, 1, 1, SAME, conv3); 293 BM_ConvFloatFwd(32, 8, 8, 448, 384, 3, 3, 1, SAME, conv4); 294 BM_ConvFloatFwd(32, 8, 8, 2048, 320, 1, 1, 1, SAME, conv5); [all …]
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
H A D | NELSTMLayer.h | 73 … 2D weights tensor with dimensions [input_size, num_units]. Data type supported: Same as @p input. 74 … 2D weights tensor with dimensions [input_size, num_units]. Data type supported: Same as @p input. 75 … 2D weights tensor with dimensions [input_size, num_units]. Data type supported: Same as @p input. 76 … 2D weights tensor with dimensions [output_size, num_units]. Data type supported: Same as @p input. 77 … 2D weights tensor with dimensions [output_size, num_units]. Data type supported: Same as @p input. 78 … 2D weights tensor with dimensions [output_size, num_units]. Data type supported: Same as @p input. 79 …as 1D weights tensor with dimensions [num_units]. Data type supported: Same as @p input. 80 … 1D weights tensor with dimensions [num_units]. Data type supported: Same as @p input. 81 …as 1D weights tensor with dimensions [num_units]. Data type supported: Same as @p input. 82 …2D weights tensor with dimensions [output_size, batch_size]. Data type supported: Same as @p input. [all …]
|
/aosp_15_r20/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/matchers/ |
H A D | HumanEyeMatcherTest.kt | 118 same, in <lambda>() 121 same, in <lambda>() 144 same, in <lambda>() 145 same, in <lambda>() 146 same, in <lambda>() 147 same, in <lambda>() 149 same, in <lambda>() 150 same, in <lambda>() 151 same, in <lambda>() 152 same, in <lambda>() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/tests/ |
H A D | tf_to_jit_invocations.mlir | 7 // CHECK-SAME: (%[[ARG:.*]]: tensor<*xf32>) 10 // CHECK-SAME: " 11 // CHECK-SAME: module { 12 // CHECK-SAME: func @main(%arg0: tensor<*xf32>) -> tensor<*xf32> 13 // CHECK-SAME: attributes {tf_entry} 14 // CHECK-SAME: { 15 // CHECK-SAME: %0 = \22tf.Tanh\22(%arg0) 16 // CHECK-SAME: return %0 17 // CHECK-SAME: } 18 // CHECK-SAME: } [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/lhlo_to_tfrt/ |
H A D | lhlo_gpu_to_tfrt_gpu.mlir | 8 // CHECK-SAME: %arg0: !tfrt.chain, 9 // CHECK-SAME: %arg1: !tfrt_gpu.stream, 10 // CHECK-SAME: %arg2: !tfrt_gpu.buffer, 11 // CHECK-SAME: %arg3: !tfrt_gpu.buffer, 12 // CHECK-SAME: %arg4: !tfrt_gpu.buffer 13 // CHECK-SAME: ) -> !tfrt.chain 34 // CHECK-SAME: CUBLAS_OP_N, CUBLAS_OP_N, [[M]], [[N]], [[K]], [[ALPHA]], 35 // CHECK-SAME: %arg3, CUDA_R_32F, [[LDA]], 36 // CHECK-SAME: %arg2, CUDA_R_32F, [[LDB]], [[BETA]], 37 // CHECK-SAME: %arg4, CUDA_R_32F, [[LDC]], [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
H A D | hlo-legalize-einsum-to-dot-general.mlir | 9 // CHECK-SAME: %[[ARG0:[a-zA-Z0-9_]+]] 12 // CHECK-SAME: dot_dimension_numbers = { 13 // CHECK-SAME: lhs_batching_dimensions = dense<> : tensor<0xi64>, 14 // CHECK-SAME: lhs_contracting_dimensions = dense<> : tensor<0xi64>, 15 // CHECK-SAME: rhs_batching_dimensions = dense<> : tensor<0xi64>, 16 // CHECK-SAME: rhs_contracting_dimensions = dense<> : tensor<0xi64>} 17 // CHECK-SAME: : (tensor<f32>, tensor<6x6xf32>) -> tensor<6xf32> 24 // CHECK-SAME: %[[ARG0:[a-zA-Z0-9_]+]] 25 // CHECK-SAME: %[[ARG1:[a-zA-Z0-9_]+]] 27 // CHECK-SAME: dot_dimension_numbers = { [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | operator.py | 28 "Same as a < b." 32 "Same as a <= b." 36 "Same as a == b." 40 "Same as a != b." 44 "Same as a >= b." 48 "Same as a > b." 54 "Same as not a." 62 "Same as a is b." 66 "Same as a is not b." 72 "Same as abs(a)." [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | operator.py | 28 "Same as a < b." 32 "Same as a <= b." 36 "Same as a == b." 40 "Same as a != b." 44 "Same as a >= b." 48 "Same as a > b." 54 "Same as not a." 62 "Same as a is b." 66 "Same as a is not b." 72 "Same as abs(a)." [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | operator.py | 28 "Same as a < b." 32 "Same as a <= b." 36 "Same as a == b." 40 "Same as a != b." 44 "Same as a >= b." 48 "Same as a > b." 54 "Same as not a." 62 "Same as a is b." 66 "Same as a is not b." 72 "Same as abs(a)." [all …]
|