Searched defs:teststring (Results 1 - 2 of 2) sorted by relevance

/external/curl/tests/libtest/
H A Dlib544.c26 static char teststring[] = variable
60 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long) sizeof teststring);
63 test_setopt(curl, CURLOPT_COPYPOSTFIELDS, teststring);
69 strcpy(teststring, "FAIL");
/external/guava/guava-tests/benchmark/com/google/common/base/
H A DWhitespaceMatcherBenchmark.java54 private String teststring; field in class:WhitespaceMatcherBenchmark
70 teststring = newTestString(new Random(1), bitSet, percentMatching);
76 String teststring = this.teststring;
78 result += matcher.countIn(teststring);
86 String teststring = this.teststring;
88 result += System.identityHashCode(matcher.collapseFrom(teststring, ' '));

Completed in 117 milliseconds