Home
last modified time | relevance | path

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

12

/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]))
/external/guava/guava-tests/benchmark/com/google/common/base/
DWhitespaceMatcherBenchmark.java54 private String teststring; field in WhitespaceMatcherBenchmark
70 teststring = newTestString(new Random(1), bitSet, percentMatching); in setUp()
76 String teststring = this.teststring; in countIn() local
78 result += matcher.countIn(teststring); in countIn()
86 String teststring = this.teststring; in collapseFrom() local
88 result += System.identityHashCode(matcher.collapseFrom(teststring, ' ')); in collapseFrom()
/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])
/external/curl/tests/libtest/
Dlib544.c26 static char teststring[] = variable
60 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long) sizeof teststring); in test()
63 test_setopt(curl, CURLOPT_COPYPOSTFIELDS, teststring); in test()
69 strcpy(teststring, "FAIL"); in test()
/external/libchrome/base/
Dpickle_unittest.cc33 const std::string teststring("Hello world"); // note non-aligned string length variable
86 EXPECT_EQ(teststring, outstring); in VerifyResult()
125 EXPECT_TRUE(pickle.WriteString(teststring)); in TEST()
641 pickle.WriteString(teststring); in TEST()
642 sizer.AddString(teststring); in TEST()
/external/libnfnetlink/
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=
/external/libedit/
Dconfigure5102 teststring="ABCD"
5199 teststring=$teststring$teststring
5205 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5206 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5210 teststring=$teststring$teststring
5213 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5214 teststring=
/external/lmfit/
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=
/external/libcap-ng/libcap-ng-0.7/
Dconfigure4530 teststring="ABCD"
4627 teststring=$teststring$teststring
4633 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
4634 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4638 teststring=$teststring$teststring
4641 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4642 teststring=
/external/libusb-compat/
Dconfigure4374 teststring="ABCD"
4461 teststring=$teststring$teststring
4467 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4468 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4472 teststring=$teststring$teststring
4475 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4476 teststring=
/external/libnetfilter_conntrack/
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=
/external/libogg/
Dconfigure4305 teststring="ABCD"
4392 teststring=$teststring$teststring
4398 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4399 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4403 teststring=$teststring$teststring
4406 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4407 teststring=
/external/pcre/dist2/
Dconfigure6487 teststring=ABCD
6585 teststring=$teststring$teststring
6591 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
6592 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6596 teststring=$teststring$teststring
6599 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6600 teststring=
/external/libevent/
Dconfigure5392 teststring="ABCD"
5489 teststring=$teststring$teststring
5495 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5496 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5500 teststring=$teststring$teststring
5503 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5504 teststring=
/external/google-tv-pairing-protocol/cpp/
Dconfigure5707 teststring="ABCD"
5794 teststring=$teststring$teststring
5800 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5801 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
5805 teststring=$teststring$teststring
5808 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5809 teststring=
/external/libexif/
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=
/external/protobuf/gtest/
Dconfigure5108 teststring="ABCD"
5206 teststring=$teststring$teststring
5212 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5213 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5217 teststring=$teststring$teststring
5220 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5221 teststring=
/external/vulkan-validation-layers/tests/gtest-1.7.0/
Dconfigure4924 teststring="ABCD"
5021 teststring=$teststring$teststring
5027 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5028 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5032 teststring=$teststring$teststring
5035 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5036 teststring=
/external/libmicrohttpd/
Dconfigure5026 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=
/external/protobuf/
Dconfigure5917 teststring="ABCD"
6015 teststring=$teststring$teststring
6021 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
6022 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6026 teststring=$teststring$teststring
6029 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6030 teststring=
/external/google-breakpad/m4/
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=
/external/libusb-compat/m4/
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=
/external/google-tv-pairing-protocol/cpp/m4/
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=
/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=
/external/libexif/auto-m4/
Dlibtool.m41544 teststring="ABCD"
1564 # about 5 minutes as the teststring grows exponentially.
1633 # Make teststring a little bigger before we do anything with it.
1636 teststring=$teststring$teststring
1642 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
1643 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1647 teststring=$teststring$teststring
1650 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1651 teststring=

12