Searched refs:sizeIndex (Results 1 – 10 of 10) sorted by relevance
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/ |
D | TestObjectBuffer.java | 40 for (int sizeIndex = 0; sizeIndex < SIZES.length; ++sizeIndex) { in _testObjectBuffer() 41 int size = SIZES[sizeIndex]; in _testObjectBuffer()
|
/external/angle/src/tests/perf_tests/ |
D | VulkanBarriersPerf.cpp | 71 void createTexture(uint32_t textureIndex, uint32_t sizeIndex, bool compressed); 73 void createFramebuffer(uint32_t fboIndex, uint32_t textureIndex, uint32_t sizeIndex); 184 uint32_t sizeIndex, in createTexture() argument 193 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, params.kImageSizes[sizeIndex], in createTexture() 194 params.kImageSizes[sizeIndex], 0, GL_RGBA, GL_UNSIGNED_BYTE, nullptr); in createTexture() 214 uint32_t sizeIndex) in createFramebuffer() argument 216 createTexture(textureIndex, sizeIndex, false); in createFramebuffer()
|
/external/perfetto/ui/src/controller/ |
D | heap_profile_controller.ts | 231 let sizeIndex = 4; variable 241 sizeIndex = 4; 248 sizeIndex = 5; 255 sizeIndex = 6; 262 sizeIndex = 7; 282 const totalSize = +callsites.columns[sizeIndex].longValues![i]; constant
|
/external/skia/gm/ |
D | inversepaths.cpp | 99 for (size_t sizeIndex = 0; sizeIndex < SK_ARRAY_COUNT(pathSizes); variable 100 sizeIndex++) { 101 SkScalar size = pathSizes[sizeIndex];
|
/external/skqp/gm/ |
D | inversepaths.cpp | 102 for (size_t sizeIndex = 0; sizeIndex < SK_ARRAY_COUNT(pathSizes); variable 103 sizeIndex++) { 104 SkScalar size = pathSizes[sizeIndex];
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_upsample.cpp | 229 int sizeIndex; in test_integer_upsample() local 242 for( sizeIndex = 0; sizeIndex < NUM_VECTOR_SIZES; sizeIndex++) in test_integer_upsample() 244 size = (size_t)vector_sizes[sizeIndex]; in test_integer_upsample()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | TableDrivenMarshal.c | 611 if(IS_SUCCESS(Unmarshal(m2bt->sizeIndex, target, buffer, size))) in Unmarshal() 622 if(IS_SUCCESS(Unmarshal(m2bst->sizeIndex, target, buffer, size))) in Unmarshal() 663 if(IS_SUCCESS(Unmarshal(mlt->sizeIndex, target, buffer, size))) in Unmarshal()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 1374 CNum sizeIndex = 0; in ReadHeader() local 1393 file.Size = unpackSizes[sizeIndex]; in ReadHeader() 1394 file.CrcDefined = digests.ValidAndDefined(sizeIndex); in ReadHeader() 1396 file.Crc = digests.Vals[sizeIndex]; in ReadHeader() 1397 sizeIndex++; in ReadHeader()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 1360 for (GLint sizeIndex = 0; sizeIndex < DE_LENGTH_OF_ARRAY(textureSizes); sizeIndex++) in init() local 1362 const TexSize& ts = textureSizes[sizeIndex]; in init()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalTypes.h | 139 UINT16 sizeIndex; // reference to type for this size value member 146 UINT16 sizeIndex; // index of the size value; member 154 UINT16 sizeIndex; // reference to the minmax structure that member
|