/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_de_error.rs | 208 test(&[Token::I8(-1)], "invalid value: integer `-1`, expected u8"); in test_u8() 255 &[Token::I8(-1)], in test_u16() 296 &[Token::I8(-1)], in test_u32() 329 &[Token::I8(-1)], in test_u64() 359 &[Token::I8(-1)], in test_u128() 389 &[Token::I8(-1)], in test_usize() 412 &[Token::I8(0)], in test_nonzero_i8() 495 &[Token::I8(0)], in test_nonzero_i16() 566 &[Token::I8(0)], in test_nonzero_i32() 625 &[Token::I8( in test_nonzero_i64() [all...] |
H A D | test_de.rs | 225 test(-128, &[Token::I8(-128)]); in test_i8() 229 test(127, &[Token::I8(127)]); in test_i8() 250 test(-128, &[Token::I8(-128)]); in test_i16() 254 test(127, &[Token::I8(127)]); in test_i16() 275 test(-128, &[Token::I8(-128)]); in test_i32() 279 test(127, &[Token::I8(127)]); in test_i32() 300 test(-128, &[Token::I8(-128)]); in test_i64() 304 test(127, &[Token::I8(127)]); in test_i64() 325 test(-128, &[Token::I8(-128)]); in test_i128() 329 test(127, &[Token::I8(12 in test_i128() [all...] |
H A D | test_annotations.rs | 352 Token::I8(8), in test_no_std_default() 670 Token::I8(0), in test_rename_enum() 682 Token::I8(0), in test_rename_enum() 683 Token::I8(1), in test_rename_enum() 714 Token::I8(0), in test_rename_enum() 733 Token::I8(0), in test_rename_enum() 749 Token::I8(0), in test_rename_enum() 751 Token::I8(1), in test_rename_enum() 753 Token::I8(2), in test_rename_enum() 767 Token::I8( in test_rename_enum() [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | mips_macro.h | 42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \ 46 "ulw %[" #O3 "], " #I4 "+" XSTR(I9) "*" #I8 "(%[" #I0 "]) \n\t" 162 I8, I9, I10, I11, I12, I13) \ 183 "usw %[" #IO0 "], " XSTR(I13) "*" #I9 "(%[" #I8 "]) \n\t" \ 184 "usw %[" #IO2 "], " XSTR(I13) "*" #I10 "(%[" #I8 "]) \n\t" \ 185 "usw %[" #IO4 "], " XSTR(I13) "*" #I11 "(%[" #I8 "]) \n\t" \ 186 "usw %[" #IO6 "], " XSTR(I13) "*" #I12 "(%[" #I8 "]) \n\t"
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | int.rs | 49 I8, 99 SChar | Short | Int | Long | LongLong | I8 | I16 | I32 | I64 | in is_signed() 114 Bool | UChar | SChar | U8 | I8 | Char { .. } => 1, in known_size()
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_image_pipeline.cpp | 193 stack.push_first_node<ImagePipelineNodeBufferedCallableSource>(4, 3, PixelFormat::I8, in test_node_buffered_callable_source() 261 stack.push_first_node<ImagePipelineNodeArraySource>(20, 2, PixelFormat::I8, in test_node_desegment_1_line() 268 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8); in test_node_desegment_1_line() 289 stack.push_first_node<ImagePipelineNodeArraySource>(10, 2, PixelFormat::I8, in test_node_deinterleave_lines_i8() 296 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8); in test_node_deinterleave_lines_i8() 482 stack.push_first_node<ImagePipelineNodeArraySource>(8, 3, PixelFormat::I8, in test_node_merge_mono_lines_to_color() 522 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8); in test_node_merge_color_to_gray() 553 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8); in test_node_split_mono_lines() 645 stack.push_first_node<ImagePipelineNodeArraySource>(12, 9, PixelFormat::I8, in test_node_pixel_shift_lines_4lines() 652 ASSERT_EQ(stack.get_output_format(), PixelFormat::I8); in test_node_pixel_shift_lines_4lines() [all...] |
H A D | tests_image.cpp | 51 ASSERT_EQ(get_pixel_from_row(data.data(), 0, PixelFormat::I8), in test_get_pixel_from_row() 53 ASSERT_EQ(get_pixel_from_row(data.data(), 1, PixelFormat::I8), in test_get_pixel_from_row() 124 set_pixel_to_row(data.data(), 0, pixel, PixelFormat::I8); in test_set_pixel_to_row() 130 set_pixel_to_row(data.data(), 2, pixel, PixelFormat::I8); in test_set_pixel_to_row() 214 ASSERT_EQ(get_raw_pixel_from_row(data.data(), 0, PixelFormat::I8), in test_get_raw_pixel_from_row() 216 ASSERT_EQ(get_raw_pixel_from_row(data.data(), 1, PixelFormat::I8), in test_get_raw_pixel_from_row() 287 set_raw_pixel_to_row(data.data(), 0, pixel, PixelFormat::I8); in test_set_raw_pixel_to_row() 293 set_raw_pixel_to_row(data.data(), 2, pixel, PixelFormat::I8); in test_set_raw_pixel_to_row() 379 ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 0, PixelFormat::I8), 0x12); in test_get_raw_channel_from_row() 380 ASSERT_EQ(get_raw_channel_from_row(data.data(), 1, 0, PixelFormat::I8), in test_get_raw_channel_from_row() [all...] |
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | atom.rs | 14 I8, 40 "i8" => Some(I8), in from_str() 71 I8 => "i8", in as_ref()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | atom.rs | 14 I8, 40 "i8" => Some(I8), in from_str() 71 I8 => "i8", in as_ref()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | atom.rs | 14 I8, 40 "i8" => Some(I8), in from_str() 71 I8 => "i8", in as_ref()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | atom.rs | 14 I8, 40 "i8" => Some(I8), in from_str() 71 I8 => "i8", in as_ref()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | subtypesOfUnion.js | 3 interface I8 { [x: string]: number[]; } 22 foo9: I8; // error 43 foo9: I8; // error
|
H A D | anyAssignabilityInInheritance.js | 39 interface I8 { foo: string } 40 declare function foo9(x: I8): I8;
|
H A D | enumAssignabilityInInheritance.js | 50 interface I8 { foo: string; } 51 declare function foo8(x: I8): I8;
|
H A D | subtypesOfAny.js | 46 interface I8 { 54 foo: I8;
|
H A D | enumIsNotASubtypeOfAnythingButNumber.js | 47 interface I8 { 54 [x: string]: I8;
|
H A D | anyAssignableToEveryType2.js | 46 interface I8 { 53 [x: string]: I8;
|
H A D | unionSubtypeIfEveryConstituentTypeIsSubtype.js | 55 interface I8 { 63 [x: string]: I8;
|
H A D | constructSignatureAssignabilityInInheritance3.js | 75 interface I8 extends A { 108 interface I8 extends D {
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | atom.rs | 14 I8, 40 "i8" => Some(I8), in from_str() 71 I8 => "i8", in as_ref()
|
H A D | pod.rs | 11 Bool | Char | U8 | U16 | U32 | U64 | Usize | I8 | I16 | I32 | I64 in is_guaranteed_pod()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | agx_formats.c | 72 AGX_FMT(R8_UINT, R8, UINT, T, I8), 73 AGX_FMT(R8G8_UINT, R8G8, UINT, T, I8), 74 AGX_FMT(R8G8B8A8_UINT, R8G8B8A8, UINT, T, I8), 84 AGX_FMT(R8_SINT, R8, SINT, T, I8), 85 AGX_FMT(R8G8_SINT, R8G8, SINT, T, I8), 86 AGX_FMT(R8G8B8A8_SINT, R8G8B8A8, SINT, T, I8),
|
/third_party/backends/backend/genesys/ |
H A D | image_pixel.cpp | 39 { PixelFormat::I8, 8, 1, ColorOrder::RGB }, 128 case PixelFormat::I8: { in get_pixel_from_row() 183 case PixelFormat::I8: { in set_pixel_to_row() 249 case PixelFormat::I8: in get_raw_pixel_from_row() 284 case PixelFormat::I8: in set_raw_pixel_to_row() 325 case PixelFormat::I8: in get_raw_channel_from_row() 353 case PixelFormat::I8: in set_raw_channel_to_row() 418 template Pixel get_pixel_from_row<PixelFormat::I8>(const std::uint8_t* data, std::size_t x); 427 template RawPixel get_raw_pixel_from_row<PixelFormat::I8>(const std::uint8_t* data, std::size_t x); 438 template std::uint16_t get_raw_channel_from_row<PixelFormat::I8>( [all...] |
H A D | image.cpp | 111 case PixelFormat::I8: { in convert_pixel_row_impl() 112 convert_pixel_row_impl2<SrcFormat, PixelFormat::I8>(in_data, out_data, count); in convert_pixel_row_impl() 156 case PixelFormat::I8: { in convert_pixel_row_format() 157 convert_pixel_row_impl<PixelFormat::I8>(in_data, out_data, out_format, count); in convert_pixel_row_format() 229 case PixelFormat::I8: in is_supported_write_tiff_file_image_format()
|
/third_party/vixl/examples/aarch32/ |
H A D | mandelbrot.cc | 55 __ Vmov(I8, kStars, '*'); in GenerateMandelBrot() 56 __ Vmov(I8, kSpaces, ' '); in GenerateMandelBrot()
|