/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/numarray/template.gslice.array/gslice.array.assign/ |
gslice_array.pass.cpp | 33 typedef std::valarray<std::size_t> sizes; typedef 35 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])), 37 = v2[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
/bootable/recovery/ |
interlace-frames.py | 39 sizes = set() 41 sizes.add(fr.size) 43 assert len(sizes) == 1, "All input images must have the same size." 44 w, h = sizes.pop()
|
/external/jemalloc/msvc/projects/vc2015/test_threads/ |
test_threads.cpp | 29 static const int sizes[] = { 7, 16, 32, 60, 91, 100, 120, 144, 169, 199, 255, 400, 670, 900, 917, 1025, 3333, 5190, 13131, 49192, 99999, 123123, 255265, 2333111 }; local 30 static const int numSizes = (int)(sizeof(sizes) / sizeof(sizes[0])); 52 const int sz = sizes[x];
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/ |
2-1.c | 18 * - call aio_write thrice with different buffers and sizes 49 ssize_t sizes[3] = { BUF_SIZE0, BUF_SIZE1, BUF_SIZE2 }; local 74 memset(bufs[i], i, sizes[i]); 78 aiocb[i].aio_nbytes = sizes[i]; 105 if (ret != sizes[i]) {
|
/external/skia/src/gpu/effects/ |
GrYUVEffect.h | 23 sk_sp<GrTextureProxy> vProxy, const SkISize sizes[3],
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
24k-triple-stores-5.s | 1 # Mix byte/half/word sizes with arbitary base register.
|
/build/make/tools/ |
check_builds.sh | 28 # test-builds/sizes.html that has a pretty chart of which files are 30 # that are missing are red, and rows where the file sizes are not all 68 build/tools/compare_fileslist.py $inputs > $TEST_BUILD_DIR/sizes.html 90 build/tools/compare_fileslist.py $inputs > $TEST_BUILD_DIR/sizes.html
|
/external/eigen/test/ |
geo_alignedbox.cpp | 121 VERIFY_IS_APPROX(sides, box.sizes() ); 122 VERIFY_IS_APPROX(sides[1], box.sizes()[1] ); 123 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() ); 124 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() ); 148 VERIFY_IS_APPROX(sides, box.sizes() ); 149 VERIFY_IS_APPROX(sides[1], box.sizes()[1] ); 150 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() ); 151 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() );
|
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.fill/ |
assign_value.pass.cpp | 28 typedef std::valarray<std::size_t> sizes; typedef 30 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/ |
gslice_array_assign.pass.cpp | 28 typedef std::valarray<std::size_t> sizes; typedef 31 v = v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/ |
gslice_array.pass.cpp | 28 typedef std::valarray<std::size_t> sizes; typedef 30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.sub/ |
gslice_non_const.pass.cpp | 28 typedef std::valarray<std::size_t> sizes; typedef 30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
/external/skia/src/sksl/ast/ |
SkSLASTInterfaceBlock.h | 31 std::vector<std::unique_ptr<ASTExpression>> sizes) 37 , fSizes(std::move(sizes)) {}
|
SkSLASTVarDeclaration.h | 26 std::vector<std::unique_ptr<ASTExpression>> sizes, 29 , fSizes(std::move(sizes)) 49 // array sizes, if any. e.g. 'foo[3][]' has sizes [3, null]
|
/external/skia/src/sksl/ir/ |
SkSLInterfaceBlock.h | 29 std::vector<std::unique_ptr<Expression>> sizes, 35 , fSizes(std::move(sizes))
|
SkSLVarDeclarations.h | 25 std::vector<std::unique_ptr<Expression>> sizes, 29 , fSizes(std::move(sizes))
|
/frameworks/rs/ |
rsClosure.cpp | 15 const int* sizes, size_t sizes_length, 26 sizes, (const Closure**)depClosures, 36 const int* sizes, const size_t sizes_length) { 41 sizes); 64 const int* sizes, 82 mGlobals[fieldIDs[i]] = make_pair(values[i], sizes[i]); 115 const int64_t* values, const int* sizes) : 122 mGlobals[fieldIDs[i]] = make_pair(values[i], sizes[i]);
|
rsClosure.h | 28 const int* sizes, // size for data type. -1 indicates an allocation. 38 const int* sizes); // size for data type. -1 indicates an allocation.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug122.go | 10 // should allow at most 2 sizes
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug122.go | 10 // should allow at most 2 sizes
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.fill/ |
assign_value.pass.cpp | 28 typedef std::valarray<std::size_t> sizes; typedef 30 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/ |
gslice_array_assign.pass.cpp | 28 typedef std::valarray<std::size_t> sizes; typedef 31 v = v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/ |
gslice_array.pass.cpp | 28 typedef std::valarray<std::size_t> sizes; typedef 30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/ |
gslice_non_const.pass.cpp | 28 typedef std::valarray<std::size_t> sizes; typedef 30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/numarray/template.gslice.array/gslice.array.fill/ |
assign_value.pass.cpp | 28 typedef std::valarray<std::size_t> sizes; typedef 30 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|