/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/v8/src/debug/mips/ |
D | debug-mips.cc | 19 Label check_size; in EmitDebugBreakSlot() local 20 __ bind(&check_size); in EmitDebugBreakSlot() 25 masm->InstructionsGeneratedSince(&check_size)); in EmitDebugBreakSlot()
|
/external/v8/src/debug/mips64/ |
D | debug-mips64.cc | 18 Label check_size; in EmitDebugBreakSlot() local 19 __ bind(&check_size); in EmitDebugBreakSlot() 24 masm->InstructionsGeneratedSince(&check_size)); in EmitDebugBreakSlot()
|
/external/v8/src/debug/arm/ |
D | debug-arm.cc | 19 Label check_size; in EmitDebugBreakSlot() local 20 __ bind(&check_size); in EmitDebugBreakSlot() 25 masm->InstructionsGeneratedSince(&check_size)); in EmitDebugBreakSlot()
|
/external/v8/src/debug/ppc/ |
D | debug-ppc.cc | 19 Label check_size; in EmitDebugBreakSlot() local 20 __ bind(&check_size); in EmitDebugBreakSlot() 25 masm->InstructionsGeneratedSince(&check_size)); in EmitDebugBreakSlot()
|
/external/v8/src/debug/s390/ |
D | debug-s390.cc | 20 Label check_size; in EmitDebugBreakSlot() local 21 __ bind(&check_size); in EmitDebugBreakSlot() 34 masm->SizeOfCodeGeneratedSince(&check_size)); in EmitDebugBreakSlot()
|
/external/v8/src/debug/arm64/ |
D | debug-arm64.cc | 20 Label check_size; in EmitDebugBreakSlot() local 21 __ bind(&check_size); in EmitDebugBreakSlot() 26 static_cast<int>(masm->InstructionsGeneratedSince(&check_size))); in EmitDebugBreakSlot()
|
/external/llvm/test/CodeGen/AArch64/ |
D | i128-align.ll | 7 define i64 @check_size() { 8 ; CHECK-LABEL: check_size:
|
/external/tensorflow/tensorflow/core/kernels/ |
D | bitcast_op.cc | 33 int check_size = in BitcastOp() local 36 context, check_size == 0, in BitcastOp()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_context.c | 37 static GLuint check_size( const GLfloat *attr ) in check_size() function 83 check_size(ctx->Current.Attrib[i]), in init_legacy_currval()
|
/external/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/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 | 475 void check_size(void) in check_size() function 1036 check_size(); in test()
|
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 322 static void check_size(e2fsck_t ctx, struct problem_context *pctx) in check_size() function 1770 check_size(ctx, &pctx); in e2fsck_pass1() 1776 check_size(ctx, &pctx); in e2fsck_pass1() 1797 check_size(ctx, &pctx); in e2fsck_pass1() 1803 check_size(ctx, &pctx); in e2fsck_pass1()
|