Searched refs:teststring (Results 1 - 9 of 9) sorted by relevance
/third_party/curl/tests/libtest/ |
H A 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/test/ |
H A 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/python/Lib/idlelib/idle_test/ |
H A 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 [all...] |
/third_party/libevdev/ |
H A D | configure | 5520 teststring=ABCD 5540 # about 5 minutes as the teststring grows exponentially. 5615 # Make teststring a little bigger before we do anything with it. 5618 teststring=$teststring$teststring 5624 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 5625 = "X$teststring$teststring"; } >/de [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 5150 teststring=ABCD 5170 # about 5 minutes as the teststring grows exponentially. 5245 # Make teststring a little bigger before we do anything with it. 5248 teststring=$teststring$teststring 5254 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 5255 = "X$teststring$teststring"; } >/de [all...] |
/third_party/eudev/ |
H A D | configure | 5833 teststring=ABCD 5853 # about 5 minutes as the teststring grows exponentially. 5928 # Make teststring a little bigger before we do anything with it. 5931 teststring=$teststring$teststring 5937 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 5938 = "X$teststring$teststring"; } >/de [all...] |
/third_party/lame/ |
H A D | configure | 5562 teststring=ABCD 5582 # about 5 minutes as the teststring grows exponentially. 5657 # Make teststring a little bigger before we do anything with it. 5660 teststring=$teststring$teststring 5666 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 5667 = "X$teststring$teststring"; } >/de [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A D | configure | 5026 teststring="ABCD" 5046 # about 5 minutes as the teststring grows exponentially. 5121 # Make teststring a little bigger before we do anything with it. 5124 teststring=$teststring$teststring 5130 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ 5131 = "X$teststring$teststring"; } >/de [all...] |
/third_party/node/deps/cares/ |
H A D | configure | 7116 teststring=ABCD 7136 # about 5 minutes as the teststring grows exponentially. 7211 # Make teststring a little bigger before we do anything with it. 7214 teststring=$teststring$teststring 7220 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 7221 = "X$teststring$teststring"; } >/de [all...] |
Completed in 31 milliseconds