HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 476 - 500 of 1150) sorted by null

<<11121314151617181920>>

  /hardware/interfaces/renderscript/1.0/
IContext.hal 577 * names, and sizes.
583 * @return arraySizes Sizes of sub-Element arrays
610 * @param arraySizesPtr Container of array sizes
801 * @param sizes Collection of Script's data sizes
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 57 func GenerateParameters(params *Parameters, rand io.Reader, sizes ParameterSizes) error {
64 switch sizes {
  /prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go 15 // tooBig provides a sanity check for sizes; used in several places.
23 // The Decoder does only basic sanity checking on decoded input sizes,
  /prebuilts/go/darwin-x86/src/runtime/
memmove_test.go 203 func benchmarkSizes(b *testing.B, sizes []int, fn func(b *testing.B, n int)) {
204 for _, n := range sizes {
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 57 func GenerateParameters(params *Parameters, rand io.Reader, sizes ParameterSizes) error {
64 switch sizes {
  /prebuilts/go/linux-x86/src/encoding/gob/
decoder.go 15 // tooBig provides a sanity check for sizes; used in several places.
23 // The Decoder does only basic sanity checking on decoded input sizes,
  /prebuilts/go/linux-x86/src/runtime/
memmove_test.go 203 func benchmarkSizes(b *testing.B, sizes []int, fn func(b *testing.B, n int)) {
204 for _, n := range sizes {
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 1516 const IVec3 sizes[] = local
1542 caseName << sizes[sizeNdx][0] << "x" << sizes[sizeNdx][1]; local
    [all...]
  /external/tensorflow/tensorflow/core/ops/
array_ops_test.cc 1582 Tensor sizes = test::AsTensor<int32>({1, 2, 1, 3}); local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 1315 android.util.Size[] sizes; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go     [all...]
  /prebuilts/go/darwin-x86/src/bytes/
bytes_test.go 264 // test a larger buffer with different sizes and alignments
487 func benchBytes(b *testing.B, sizes []int, f func(b *testing.B, n int)) {
488 for _, n := range sizes {
579 sizes := []int{1, 6, 9, 15, 16, 20, 32, 4 << 10, 4 << 20, 64 << 20}
580 benchBytes(b, sizes, bmEqual(Equal))
584 sizes := []int{1, 6, 32, 4 << 10, 4 << 20, 64 << 20}
585 benchBytes(b, sizes, bmEqual(EqualPortable))
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
bytes_test.go 264 // test a larger buffer with different sizes and alignments
487 func benchBytes(b *testing.B, sizes []int, f func(b *testing.B, n int)) {
488 for _, n := range sizes {
579 sizes := []int{1, 6, 9, 15, 16, 20, 32, 4 << 10, 4 << 20, 64 << 20}
580 benchBytes(b, sizes, bmEqual(Equal))
584 sizes := []int{1, 6, 32, 4 << 10, 4 << 20, 64 << 20}
585 benchBytes(b, sizes, bmEqual(EqualPortable))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c 1067 symint_t sizes [N_TQ+2]; \/* sizes of each array slice + size of member in struct:type_info
2627 int sizes[N_TQ]; local
    [all...]
  /build/soong/third_party/zip/
reader.go 300 // They should only be consulted if the sizes read earlier
380 // The two sizes that follow here can be either 32 bits or 64 bits
383 // already have the sizes from the central directory so we can
  /compatibility/cdd/7_hardware-compatibility/
7_1_display-and-graphics.md 27 sizes, and allows applications to query the current configuration's screen
47 support for screen sizes through the [&lt;`supports-screens`&gt;](
128 * To ensure good usability and consistent font sizes, it is RECOMMENDED that the
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 1025 const UVec2 sizes[] = local
1072 const UVec2 sizes[] = local
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h     [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 324 long[] fieldIDs, long[] values, int[] sizes, long[] depClosures,
327 long[] fieldIDs, long[] values, int[] sizes, long[] depClosures,
331 sizes, depClosures, depFieldIDs);
339 long[] fieldIDs, long[] values, int[] sizes);
341 long[] fieldIDs, long[] values, int[] sizes) {
344 values, sizes);
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RenderScript.java     [all...]
  /build/make/target/board/generic_arm64/
BoardConfig.mk 80 # ~100 MB vendor image. Please adjust system image / vendor image sizes
  /compatibility/cdd/9_security-model/
9_10_device-integrity.md 25 sizes (RSA-2048).
  /cts/tests/camera/src/android/hardware/camera2/cts/
StaticMetadataTest.java 545 Size[] sizes = CameraTestUtils.getSupportedSizeForFormat(ImageFormat.YUV_420_888, local
547 Size maxSize = CameraTestUtils.getMaxSize(sizes);
  /external/eigen/unsupported/test/
cxx11_tensor_morphing.cpp 101 Eigen::DSizes<ptrdiff_t, 5> sizes(1,1,1,1,1);
102 slice1 = tensor.slice(indices, sizes);

Completed in 496 milliseconds

<<11121314151617181920>>