Home
last modified time | relevance | path

Searched refs:teststring (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_formatparagraph.py123 teststring = (
128 self.runcase(teststring, 4, ('1.0', '4.0', '', teststring[0:53]))
130 teststring = (
136 self.runcase(teststring, 5, ('2.0', '5.0', '', teststring[1:66]))
138 teststring = (
144 self.runcase(teststring, 5, ('2.0', '5.0', ' ', teststring[1:85]))
146 teststring = (
150 self.runcase(teststring, 3, ('2.0', '3.0', '', teststring[1:27]))
152 teststring = (
156 self.runcase(teststring, 3, ('2.0', '3.0', ' ', teststring[1:55]))
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/base/
H A DWhitespaceMatcherBenchmark.java50 private String teststring; field in WhitespaceMatcherBenchmark
62 teststring = newTestString(new Random(1), bitSet, percentMatching); in setUp()
69 String teststring = this.teststring; in countIn() local
71 result += matcher.countIn(teststring); in countIn()
80 String teststring = this.teststring; in collapseFrom() local
82 result += System.identityHashCode(matcher.collapseFrom(teststring, ' ')); in collapseFrom()
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/base/
H A DWhitespaceMatcherBenchmark.java50 private String teststring; field in WhitespaceMatcherBenchmark
62 teststring = newTestString(new Random(1), bitSet, percentMatching); in setUp()
69 String teststring = this.teststring; in countIn() local
71 result += matcher.countIn(teststring); in countIn()
80 String teststring = this.teststring; in collapseFrom() local
82 result += System.identityHashCode(matcher.collapseFrom(teststring, ' ')); in collapseFrom()
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_format.py126 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]))
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_bufio.py51 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])
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_bufio.py50 teststring = pattern * q + pattern[:r]
51 self.assertEqual(len(teststring), length)
52 self.try_one(teststring)
53 self.try_one(teststring + b"x")
54 self.try_one(teststring[:-1])
/aosp_15_r20/external/curl/tests/libtest/
H A Dlib544.c28 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()
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/resources/evaluate/
H A Deval1.vm15 #set($teststring = "reference $test2 changes to" +
17 #evaluate($teststring)
/aosp_15_r20/prebuilts/go/linux-x86/test/
Drange.go312 func teststring() { func
487 teststring()
/aosp_15_r20/external/libchrome/base/
H A Dpickle_unittest.cc33 const std::string teststring("Hello world"); // note non-aligned string length variable
86 EXPECT_EQ(teststring, outstring); in VerifyResult()
125 pickle.WriteString(teststring); in TEST()
/aosp_15_r20/external/cronet/base/
H A Dpickle_unittest.cc35 const std::string teststring("Hello world"); // note non-aligned string length variable
88 EXPECT_EQ(teststring, outstring); in VerifyResult()
137 pickle.WriteString(teststring); in TEST()
/aosp_15_r20/external/libnfnetlink/
H A Dconfigure4671 teststring="ABCD"
4768 teststring=$teststring$teststring
4774 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
4775 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4779 teststring=$teststring$teststring
4782 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4783 teststring=
/aosp_15_r20/external/libnetfilter_conntrack/
H A Dconfigure5725 teststring="ABCD"
5823 teststring=$teststring$teststring
5829 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5830 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5834 teststring=$teststring$teststring
5837 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5838 teststring=
/aosp_15_r20/external/lmfit/
H A Dconfigure4580 teststring="ABCD"
4678 teststring=$teststring$teststring
4684 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
4685 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4689 teststring=$teststring$teststring
4692 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4693 teststring=
/aosp_15_r20/external/sg3_utils/
H A Dconfigure5535 teststring=ABCD
5633 teststring=$teststring$teststring
5639 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
5640 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5644 teststring=$teststring$teststring
5647 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5648 teststring=
/aosp_15_r20/external/iperf3/
H A Dconfigure4815 teststring=ABCD
4913 teststring=$teststring$teststring
4919 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
4920 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4924 teststring=$teststring$teststring
4927 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4928 teststring=
/aosp_15_r20/external/libogg/
H A Dconfigure4674 teststring=ABCD
4772 teststring=$teststring$teststring
4778 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
4779 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4783 teststring=$teststring$teststring
4786 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4787 teststring=
/aosp_15_r20/external/libpng/
H A Dconfigure6047 teststring=ABCD
6145 teststring=$teststring$teststring
6151 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
6152 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6156 teststring=$teststring$teststring
6159 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6160 teststring=
/aosp_15_r20/external/libexif/
H A Dconfigure4690 teststring="ABCD"
4782 teststring=$teststring$teststring
4788 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4789 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4793 teststring=$teststring$teststring
4796 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4797 teststring=
/aosp_15_r20/external/pcre/
H A Dconfigure5981 teststring=ABCD
6079 teststring=$teststring$teststring
6085 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
6086 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6090 teststring=$teststring$teststring
6093 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6094 teststring=
/aosp_15_r20/external/libevent/
H A Dconfigure5784 teststring=ABCD
5882 teststring=$teststring$teststring
5888 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
5889 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5893 teststring=$teststring$teststring
5896 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5897 teststring=
/aosp_15_r20/external/google-breakpad/m4/
H A Dlibtool.m41501 teststring="ABCD"
1521 # about 5 minutes as the teststring grows exponentially.
1585 # Make teststring a little bigger before we do anything with it.
1588 teststring=$teststring$teststring
1594 while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
1595 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
1599 teststring=$teststring$teststring
1602 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1603 teststring=
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/
Dconfigure5861 teststring=ABCD
5959 teststring=$teststring$teststring
5965 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
5966 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5970 teststring=$teststring$teststring
5973 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5974 teststring=
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/build/
H A Dlibtool.m41601 teststring="ABCD"
1621 # about 5 minutes as the teststring grows exponentially.
1695 # Make teststring a little bigger before we do anything with it.
1698 teststring=$teststring$teststring
1704 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
1705 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1709 teststring=$teststring$teststring
1712 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1713 teststring=
/aosp_15_r20/external/libconfig/m4/
H A Dlibtool.m41601 teststring="ABCD"
1621 # about 5 minutes as the teststring grows exponentially.
1695 # Make teststring a little bigger before we do anything with it.
1698 teststring=$teststring$teststring
1704 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
1705 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1709 teststring=$teststring$teststring
1712 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1713 teststring=

12