Searched refs:teststring (Results 1 – 15 of 15) sorted by relevance
| /third_party/python/Lib/test/ |
| D | test_bufio.py | 51 teststring = pattern * q + pattern[:r] 52 self.assertEqual(len(teststring), length) 53 self.try_one(teststring) 54 self.try_one(teststring + b"x") 55 self.try_one(teststring[:-1])
|
| /third_party/curl/tests/libtest/ |
| D | lib544.c | 28 static char teststring[] = variable 55 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long) sizeof(teststring)); in test() 58 test_setopt(curl, CURLOPT_COPYPOSTFIELDS, teststring); in test() 64 strcpy(teststring, "FAIL"); in test()
|
| /third_party/python/Lib/idlelib/idle_test/ |
| D | test_format.py | 126 teststring = ( 131 self.runcase(teststring, 4, ('1.0', '4.0', '', teststring[0:53])) 133 teststring = ( 139 self.runcase(teststring, 5, ('2.0', '5.0', '', teststring[1:66])) 141 teststring = ( 147 self.runcase(teststring, 5, ('2.0', '5.0', ' ', teststring[1:85])) 149 teststring = ( 153 self.runcase(teststring, 3, ('2.0', '3.0', '', teststring[1:27])) 155 teststring = ( 159 self.runcase(teststring, 3, ('2.0', '3.0', ' ', teststring[1:55]))
|
| /third_party/skia/third_party/externals/libpng/ |
| D | configure | 5150 teststring=ABCD 5248 teststring=$teststring$teststring 5254 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 5255 = "X$teststring$teststring"; } >/dev/null 2>&1 && 5259 teststring=$teststring$teststring 5262 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 5263 teststring=
|
| /third_party/libevdev/ |
| D | configure | 5520 teststring=ABCD 5618 teststring=$teststring$teststring 5624 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 5625 = "X$teststring$teststring"; } >/dev/null 2>&1 && 5629 teststring=$teststring$teststring 5632 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 5633 teststring=
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | configure | 5026 teststring="ABCD" 5124 teststring=$teststring$teststring 5130 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ 5131 = "X$teststring$teststring"; } >/dev/null 2>&1 && 5135 teststring=$teststring$teststring 5138 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 5139 teststring=
|
| /third_party/lame/ |
| D | configure | 5562 teststring=ABCD 5660 teststring=$teststring$teststring 5666 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 5667 = "X$teststring$teststring"; } >/dev/null 2>&1 && 5671 teststring=$teststring$teststring 5674 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 5675 teststring=
|
| D | aclocal.m4 | 3947 teststring=ABCD 3967 # about 5 minutes as the teststring grows exponentially. 4042 # Make teststring a little bigger before we do anything with it. 4045 teststring=$teststring$teststring 4051 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 4052 = "X$teststring$teststring"; } >/dev/null 2>&1 && 4056 teststring=$teststring$teststring 4059 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 4060 teststring=
|
| /third_party/skia/third_party/externals/microhttpd/m4/ |
| D | libtool.m4 | 1614 teststring="ABCD" 1634 # about 5 minutes as the teststring grows exponentially. 1709 # Make teststring a little bigger before we do anything with it. 1712 teststring=$teststring$teststring 1718 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ 1719 = "X$teststring$teststring"; } >/dev/null 2>&1 && 1723 teststring=$teststring$teststring 1726 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1727 teststring=
|
| /third_party/curl/m4/ |
| D | libtool.m4 | 1687 teststring=ABCD 1707 # about 5 minutes as the teststring grows exponentially. 1782 # Make teststring a little bigger before we do anything with it. 1785 teststring=$teststring$teststring 1791 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 1792 = "X$teststring$teststring"; } >/dev/null 2>&1 && 1796 teststring=$teststring$teststring 1799 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1800 teststring=
|
| /third_party/libevdev/m4/ |
| D | libtool.m4 | 1688 teststring=ABCD 1708 # about 5 minutes as the teststring grows exponentially. 1783 # Make teststring a little bigger before we do anything with it. 1786 teststring=$teststring$teststring 1792 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 1793 = "X$teststring$teststring"; } >/dev/null 2>&1 && 1797 teststring=$teststring$teststring 1800 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1801 teststring=
|
| /third_party/node/deps/cares/m4/ |
| D | libtool.m4 | 1687 teststring=ABCD 1707 # about 5 minutes as the teststring grows exponentially. 1782 # Make teststring a little bigger before we do anything with it. 1785 teststring=$teststring$teststring 1791 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 1792 = "X$teststring$teststring"; } >/dev/null 2>&1 && 1796 teststring=$teststring$teststring 1799 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1800 teststring=
|
| /third_party/skia/third_party/externals/libpng/scripts/ |
| D | libtool.m4 | 1677 teststring=ABCD 1697 # about 5 minutes as the teststring grows exponentially. 1772 # Make teststring a little bigger before we do anything with it. 1775 teststring=$teststring$teststring 1781 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 1782 = "X$teststring$teststring"; } >/dev/null 2>&1 && 1786 teststring=$teststring$teststring 1789 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1790 teststring=
|
| /third_party/node/deps/cares/ |
| D | configure | 7116 teststring=ABCD 7214 teststring=$teststring$teststring 7220 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 7221 = "X$teststring$teststring"; } >/dev/null 2>&1 && 7225 teststring=$teststring$teststring 7228 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 7229 teststring=
|
| /third_party/curl/ |
| D | configure | 9138 teststring=ABCD 9236 teststring=$teststring$teststring 9242 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 9243 = "X$teststring$teststring"; } >/dev/null 2>&1 && 9247 teststring=$teststring$teststring 9250 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 9251 teststring=
|