/prebuilts/go/linux-x86/src/bytes/ |
bytes_test.go | 261 // test a larger buffer with different sizes and alignments 411 func benchBytes(b *testing.B, sizes []int, f func(b *testing.B, n int)) { 412 for _, n := range sizes { 503 sizes := []int{1, 6, 9, 15, 16, 20, 32, 4 << 10, 4 << 20, 64 << 20} 504 benchBytes(b, sizes, bmEqual(Equal)) 508 sizes := []int{1, 6, 32, 4 << 10, 4 << 20, 64 << 20} 509 benchBytes(b, sizes, bmEqual(EqualPortable)) [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ecoff.c | 1067 symint_t sizes [N_TQ+2]; \/* sizes of each array slice + size of member in struct:type_info 2633 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 | 39 sizes, and allows applications to query the current configuration's screen 59 support for screen sizes through the [<`supports-screens`>]( 142 * To ensure good usability and consistent font sizes, it is RECOMMENDED that the
|
/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...] |
/prebuilts/go/darwin-x86/src/archive/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
|
/prebuilts/go/linux-x86/src/archive/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
|
/bionic/tests/ |
stdlib_test.cpp | 169 std::vector<size_t> sizes{1, 4, 8, 256, 1024, 65000, 128000, 256000, 1000000}; 170 for (auto size : 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 | 537 Size[] sizes = CameraTestUtils.getSupportedSizeForFormat(ImageFormat.YUV_420_888, local 539 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);
|
/external/flatbuffers/include/flatbuffers/ |
reflection.h | 36 static size_t sizes[] = { 0, 1, 1, 1, 1, 2, 2, 4, 4, 8, 8, 4, 8, 4, 4, 4, 4 }; local 37 return sizes[base_type];
|
/external/kmod/libkmod/python/kmod/ |
kmod.pyx | 101 "iterate through currently loaded modules and sizes"
|
/external/libcups/cups/ |
ppd-mark.c | 821 * Handle custom page sizes... 999 ppd->sizes[j].marked = !_cups_strcasecmp(ppd->sizes[j].name,
|
/external/libcups/filter/ |
rastertoepson.c | 245 t = (int)((ppd->sizes[1].length - ppd->sizes[1].top) * header->HWResolution[1] / 72.0);
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
CodedInputStreamTest.cs | 69 // Try different block sizes.
159 // Try different block sizes.
179 // Try different block sizes.
239 // Try different block sizes.
|
/external/skia/src/sksl/ |
SkSLIRGenerator.cpp | 230 std::vector<std::unique_ptr<Expression>> sizes; local 251 sizes.push_back(std::move(size)); 255 sizes.push_back(nullptr); 279 variables.emplace_back(new VarDeclaration(var.get(), std::move(sizes), 746 std::vector<std::unique_ptr<Expression>> sizes; local 767 sizes.push_back(std::move(converted)); 771 sizes.push_back(nullptr); [all...] |
/frameworks/base/core/java/com/android/internal/app/procstats/ |
ProcessStats.java | 1422 final int[] sizes = mPageTypeSizes.get(i); local 1697 final int[] sizes = mPageTypeSizes.get(i); local [all...] |
/frameworks/ml/nn/common/operations/internal/reference/ |
reference_ops.h | 134 desc0_out->extents[i] = input0_dims.sizes[i]; 136 desc1_out->extents[i] = input1_dims.sizes[i]; [all...] |
/frameworks/rs/ |
rsApiStubs.h | 92 extern "C" RsClosure rsClosureCreate (RsContext rsc, RsScriptKernelID kernelID, RsAllocation returnValue, RsScriptFieldID * fieldIDs, size_t fieldIDs_length, const int64_t * values, size_t values_length, const int * sizes, size_t sizes_length, RsClosure * depClosures, size_t depClosures_length, RsScriptFieldID * depFieldIDs, size_t depFieldIDs_length); 93 extern "C" RsClosure rsInvokeClosureCreate (RsContext rsc, RsScriptInvokeID invokeID, const void * params, size_t params_length, const RsScriptFieldID * fieldIDs, size_t fieldIDs_length, const int64_t * values, size_t values_length, const int * sizes, size_t sizes_length);
|
/frameworks/rs/script_api/ |
rs_object_types.spec | 157 graphical data formats and represent vectors with per vector member sizes which are treated
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
CameraOps.java | 138 Size[] sizes = map.getOutputSizes(ImageFormat.JPEG); local 139 List<Size> sizeList = Arrays.asList(sizes);
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
CameraOps.java | 138 Size[] sizes = map.getOutputSizes(ImageFormat.JPEG); local 139 Size largest = Collections.max(Arrays.asList(sizes), new Comparator<Size>() {
|