/toolchain/binutils/binutils-2.27/libiberty/ |
vasprintf.c | 91 checkit (const char *format, ...) function 113 checkit ("%d", 0x12345678); 114 checkit ("%200d", 5); 115 checkit ("%.300d", 6); 116 checkit ("%100.150d", 7); 117 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\ 119 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx");
|
vsnprintf.c | 95 checkit (char *s, size_t n, const char *format, ...) function 113 status = checkit (buf, 10, "%s:%d", "foobar", 9); 117 status = checkit (buf, 9, "%s:%d", "foobar", 9); 121 status = checkit (buf, 8, "%s:%d", "foobar", 9); 125 status = checkit (buf, 7, "%s:%d", "foobar", 9); 129 status = checkit (buf, 6, "%s:%d", "foobar", 9); 133 status = checkit (buf, 2, "%s:%d", "foobar", 9); 137 status = checkit (buf, 1, "%s:%d", "foobar", 9); 141 status = checkit (buf, 0, "%s:%d", "foobar", 9);
|
_doprnt.c | 219 static int checkit (const char * format, ...) ATTRIBUTE_PRINTF_1; 222 checkit (const char* format, ...) function 237 RESULT(checkit ("<%d>\n", 0x12345678)); 240 RESULT(checkit ("<%200d>\n", 5)); 243 RESULT(checkit ("<%.300d>\n", 6)); 246 RESULT(checkit ("<%100.150d>\n", 7)); 249 RESULT(checkit ("<%s>\n", 256 RESULT(checkit ("<%f><%0+#f>%s%d%s>\n", 261 RESULT(checkit ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI)); 264 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI)) [all...] |
/external/ltp/testcases/kernel/syscalls/memcpy/ |
memcpy01.c | 71 int checkit(char *str); 91 if (checkit(q)) { 118 if (checkit(q)) { 154 int checkit(char *str) function
|
/external/ltp/testcases/kernel/syscalls/memset/ |
memset01.c | 59 int checkit(char *str); 76 if ((j = checkit(p)) != i) { 107 int checkit(char *str) function
|
/external/python/cpython2/Mac/Modules/res/ |
ressupport.py | 10 def checkit(self): member in class:ResMixIn 16 FunctionGenerator.checkit(self) # XXX
|
/external/ltp/testcases/kernel/syscalls/memcmp/ |
memcmp01.c | 67 int checkit(char *str); 205 int checkit(char *str) function
|
/external/e2fsprogs/resize/ |
main.c | 431 int checkit = 0; local 434 checkit = 1; 437 checkit = 1; 441 checkit = 1; 443 if (checkit) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
texcheck.py | 74 def checkit(source, opts, morecmds=[]):
function 226 err.append(checkit(f, opts, morecmds))
|
/external/python/cpython2/Tools/scripts/ |
texcheck.py | 74 def checkit(source, opts, morecmds=[]): function 226 err.append(checkit(f, opts, morecmds))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_long.py | 628 def checkit(*args):
function in function:LongTest.test_auto_overflow 638 checkit('-', x)
645 checkit(x, '+', y)
649 checkit(x, '-', y)
653 checkit(x, '*', y)
659 checkit(x, '/', y)
663 checkit(x, '//', y)
667 checkit(x, 'divmod', y)
672 checkit(x, '**', y)
679 checkit('pow', x, y, '%', z) [all...] |
/external/python/cpython2/Lib/test/ |
test_long.py | 662 def checkit(*args): function in function:LongTest.test_auto_overflow 672 checkit('-', x) 679 checkit(x, '+', y) 683 checkit(x, '-', y) 687 checkit(x, '*', y) 693 checkit(x, '/', y) 697 checkit(x, '//', y) 701 checkit(x, 'divmod', y) 706 checkit(x, '**', y) 713 checkit('pow', x, y, '%', z [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_long.py | 630 def checkit(*args): function in function:LongTest.test_auto_overflow 640 checkit('-', x) 647 checkit(x, '+', y) 651 checkit(x, '-', y) 655 checkit(x, '*', y) 661 checkit(x, '/', y) 665 checkit(x, '//', y) 669 checkit(x, 'divmod', y) 674 checkit(x, '**', y) 681 checkit('pow', x, y, '%', z [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_long.py | 630 def checkit(*args): function in function:LongTest.test_auto_overflow 640 checkit('-', x) 647 checkit(x, '+', y) 651 checkit(x, '-', y) 655 checkit(x, '*', y) 661 checkit(x, '/', y) 665 checkit(x, '//', y) 669 checkit(x, 'divmod', y) 674 checkit(x, '**', y) 681 checkit('pow', x, y, '%', z [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 630 def checkit(*args): function in function:LongTest.test_auto_overflow 640 checkit('-', x) 647 checkit(x, '+', y) 651 checkit(x, '-', y) 655 checkit(x, '*', y) 661 checkit(x, '/', y) 665 checkit(x, '//', y) 669 checkit(x, 'divmod', y) 674 checkit(x, '**', y) 681 checkit('pow', x, y, '%', z [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 630 def checkit(*args): function in function:LongTest.test_auto_overflow 640 checkit('-', x) 647 checkit(x, '+', y) 651 checkit(x, '-', y) 655 checkit(x, '*', y) 661 checkit(x, '/', y) 665 checkit(x, '//', y) 669 checkit(x, 'divmod', y) 674 checkit(x, '**', y) 681 checkit('pow', x, y, '%', z [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
bgenGenerator.py | 182 self.checkit()
246 def checkit(self):
member in class:FunctionGenerator
|
/external/python/cpython2/Tools/bgen/bgen/ |
bgenGenerator.py | 182 self.checkit() 246 def checkit(self): member in class:FunctionGenerator
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
typeobject.c | 1633 int checkit = 0; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
typeobject.c | 1615 int checkit = 0; local [all...] |
/external/python/cpython2/Objects/ |
typeobject.c | 1657 int checkit = 0; local [all...] |