/external/python/cpython2/Lib/test/ |
D | test_imageop.py | 41 def check_size(self, name, *extra): member in InputValidationTests 49 self.check_size("crop", 0, 0, 0, 0) 50 self.check_size("scale", 1, 0) 51 self.check_size("scale", -1, -1) 52 self.check_size("tovideo")
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | i128-align.ll | 7 define i64 @check_size() { 8 ; CHECK-LABEL: check_size:
|
/external/llvm/test/CodeGen/AArch64/ |
D | i128-align.ll | 7 define i64 @check_size() { 8 ; CHECK-LABEL: check_size:
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_context.c | 41 check_size(const GLfloat *attr) in check_size() function 85 init_array(ctx, attrib, check_size(ctx->Current.Attrib[attr]), in init_legacy_currval()
|
/external/tensorflow/tensorflow/c/kernels/ |
D | bitcast_op.cc | 67 size_t check_size = std::max(kernel->in_size, kernel->out_size) % in BitcastOp_Create() local 69 if (check_size != 0) { in BitcastOp_Create()
|
/external/clang/test/Sema/ |
D | array-constraint.c | 36 void check_size() { in check_size() function
|
/external/llvm-project/clang/test/Sema/ |
D | array-constraint.c | 36 void check_size() { in check_size() function
|
/external/clang/test/Preprocessor/ |
D | ucn-pp-identifier.c | 44 extern int check_size[sizeof(STRINGIZE(\u0112)) == 3 ? 1 : -1];
|
/external/llvm-project/clang/test/Preprocessor/ |
D | ucn-pp-identifier.c | 43 extern int check_size[sizeof(STRINGIZE(\u0112)) == 3 ? 1 : -1];
|
/external/zstd/programs/ |
D | benchfn.c | 173 …typedef char check_size[ 2 * (sizeof(BMK_timedFnState_shell) >= sizeof(struct BMK_timedFnState_s))… in BMK_initStatic_timedFnState() typedef 174 …typedef struct { check_size c; BMK_timedFnState_t tfs; } tfs_align; /* force tfs to be aligned at… in BMK_initStatic_timedFnState()
|
/external/swiftshader/third_party/subzero/runtime/ |
D | szrt_asan.c | 157 int check_size = in __asan_check_load() local 159 if (!__asan_check(ptr, check_size)) in __asan_check_load()
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 472 void check_size(void) in check_size() function 1033 check_size(); in test()
|
/external/rust/crates/regex/src/ |
D | compile.rs | 259 self.check_size()?; in c() 795 fn check_size(&self) -> result::Result<(), Error> { in check_size() method
|
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 308 static void check_size(e2fsck_t ctx, struct problem_context *pctx) in check_size() function 1902 check_size(ctx, &pctx); in e2fsck_pass1() 1908 check_size(ctx, &pctx); in e2fsck_pass1() 1930 check_size(ctx, &pctx); in e2fsck_pass1() 1936 check_size(ctx, &pctx); in e2fsck_pass1()
|
/external/rust/crates/gdbstub/ |
D | README.md | 126 - Tracks `gdbstub`'s approximate binary footprint (via the `check_size.sh` script)
|