Home
last modified time | relevance | path

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

12

/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/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/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/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/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/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/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/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/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/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/libvorbis/
Dconfigure5057 teststring="ABCD"
5144 teststring=$teststring$teststring
5150 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5151 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
5155 teststring=$teststring$teststring
5158 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5159 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/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/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/libmtp/
Dconfigure4829 teststring="ABCD"
4916 teststring=$teststring$teststring
4922 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4923 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4927 teststring=$teststring$teststring
4930 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4931 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/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/libmtp/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/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/libcap-ng/libcap-ng-0.7/m4/
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=
/external/libmicrohttpd/m4/
Dlibtool.m41614 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=

12