/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/sumdb/tlog/ |
D | tile.go | 39 type Tile struct { struct 40 H int // height of tile (1 ≤ H ≤ 30) 41 L int // level in tiling (-1 ≤ L ≤ 63) 42 N int64 // number within level (0 ≤ N, unbounded) 43 W int // width of tile (1 ≤ W ≤ 2**H; 2**H is complete tile) 75 func HashFromTile(t Tile, data []byte, index int64) (Hash, error) { 134 func ReadTileData(t Tile, r HashReader) ([]byte, error) { 169 func (t Tile) Path() string { 262 ReadTiles(tiles []Tile) (data [][]byte, err error) 267 SaveTiles(tiles []Tile, data [][]byte) [all …]
|
/aosp_15_r20/external/rust/crabbyavif/src/decoder/ |
D | tile.rs | 118 pub struct Tile { struct 128 impl Tile { argument 134 ) -> AvifResult<Tile> { in create_from_item() 267 ) -> AvifResult<Tile> { in create_from_track()
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/ |
H A D | GmmGen11ResourceULT.cpp | 248 TEST_TILE_TYPE Tile = TileTypes[TileIndex]; in TEST_F() local 329 TEST_TILE_TYPE Tile = TileTypes[TileIndex]; in TEST_F() local 403 TEST_TILE_TYPE Tile = TileTypes[TileIndex]; in TEST_F() local 482 TEST_TILE_TYPE Tile = TileTypes[TileIndex]; in TEST_F() local 563 TEST_TILE_TYPE Tile = TileTypes[TileIndex]; in TEST_F() local 645 TEST_TILE_TYPE Tile = TileTypes[TileIndex]; in TEST_F() local
|
/aosp_15_r20/frameworks/base/core/java/android/service/quicksettings/ |
H A D | Tile.java | 37 public final class Tile implements Parcelable { class 80 public Tile(Parcel source) { in Tile() method in Tile 87 public Tile() { in Tile() method in Tile
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/ |
H A D | Tile.java | 56 public abstract class Tile implements Parcelable { class 77 public Tile(ComponentInfo info, String category, Bundle metaData) { in Tile() method in Tile 92 Tile(Parcel in) { in Tile() method in Tile
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | tile_functor_gpu_double.cu.cc | 26 template struct Tile<GpuDevice, double, int32>; variable 27 template struct Tile<GpuDevice, double, int64>; variable
|
H A D | tile_functor_gpu_half.cu.cc | 26 template struct Tile<GpuDevice, Eigen::half, int32>; variable 27 template struct Tile<GpuDevice, Eigen::half, int64>; variable
|
H A D | tile_functor_gpu_float.cu.cc | 26 template struct Tile<GpuDevice, float, int32>; variable 27 template struct Tile<GpuDevice, float, int64>; variable
|
H A D | tile_functor_gpu_bool.cu.cc | 26 template struct Tile<GpuDevice, bool, int32>; variable 27 template struct Tile<GpuDevice, bool, int64>; variable
|
H A D | tile_functor_gpu_complex64.cu.cc | 26 template struct Tile<GpuDevice, complex64, int32>; variable 27 template struct Tile<GpuDevice, complex64, int64>; variable
|
H A D | tile_functor_gpu_int32.cu.cc | 26 template struct Tile<GpuDevice, int32, int32>; variable 27 template struct Tile<GpuDevice, int32, int64>; variable
|
H A D | tile_functor_gpu_int16.cu.cc | 26 template struct Tile<GpuDevice, int16, int32>; variable 27 template struct Tile<GpuDevice, int16, int64>; variable
|
H A D | tile_functor_gpu_complex128.cu.cc | 26 template struct Tile<GpuDevice, complex128, int32>; variable 27 template struct Tile<GpuDevice, complex128, int64>; variable
|
H A D | tile_functor_gpu_int64.cu.cc | 26 template struct Tile<GpuDevice, int64, int32>; variable 27 template struct Tile<GpuDevice, int64, int64>; variable
|
H A D | tile_functor_cpu_tstring.cc | 25 template struct Tile<CPUDevice, tstring, int32>; variable 26 template struct Tile<CPUDevice, tstring, int64_t>; variable
|
H A D | tile_functor_cpu_variant.cc | 26 template struct Tile<CPUDevice, Variant, int32>; variable 27 template struct Tile<CPUDevice, Variant, int64_t>; variable
|
H A D | tile_functor_cpu_uint64.cc | 25 template struct Tile<CPUDevice, uint64, int32>; variable 26 template struct Tile<CPUDevice, uint64, int64_t>; variable
|
H A D | tile_functor_cpu_int64.cc | 25 template struct Tile<CPUDevice, int64_t, int32>; variable 26 template struct Tile<CPUDevice, int64_t, int64_t>; variable
|
H A D | tile_functor_cpu_complex64.cc | 25 template struct Tile<CPUDevice, complex64, int32>; variable 26 template struct Tile<CPUDevice, complex64, int64_t>; variable
|
H A D | tile_functor_cpu_int32.cc | 25 template struct Tile<CPUDevice, int32, int32>; variable 26 template struct Tile<CPUDevice, int32, int64_t>; variable
|
H A D | tile_functor_cpu_bool.cc | 25 template struct Tile<CPUDevice, bool, int32>; variable 26 template struct Tile<CPUDevice, bool, int64_t>; variable
|
H A D | tile_functor_cpu_uint32.cc | 25 template struct Tile<CPUDevice, uint32, int32>; variable 26 template struct Tile<CPUDevice, uint32, int64_t>; variable
|
H A D | tile_functor_cpu_complex128.cc | 25 template struct Tile<CPUDevice, complex128, int32>; variable 26 template struct Tile<CPUDevice, complex128, int64_t>; variable
|
H A D | tile_functor_cpu_int8.cc | 25 template struct Tile<CPUDevice, int8, int32>; variable 26 template struct Tile<CPUDevice, int8, int64_t>; variable
|
H A D | tile_functor_cpu_uint8.cc | 25 template struct Tile<CPUDevice, uint8, int32>; variable 26 template struct Tile<CPUDevice, uint8, int64_t>; variable
|