HomeSort by relevance Sort by last modified time
    Searched refs:teststring (Results 1 - 25 of 31) sorted by null

1 2

  /external/curl/tests/libtest/
lib544.c 26 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/
WhitespaceMatcherBenchmark.java 54 private String teststring; field in class:WhitespaceMatcherBenchmark
70 teststring = newTestString(new Random(1), bitSet, percentMatching);
76 String teststring = this.teststring; local
78 result += matcher.countIn(teststring);
86 String teststring = this.teststring; local
88 result += System.identityHashCode(matcher.collapseFrom(teststring, ' '));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bufio.py 50 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])
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bufio.py 50 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])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py 50 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])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bufio.py 50 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/libchrome/base/
pickle_unittest.cc 33 const std::string teststring("Hello world"); // note non-aligned string length
90 EXPECT_EQ(teststring, outstring);
131 EXPECT_TRUE(pickle.WriteString(teststring));
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]
  /external/libedit/
configure     [all...]
  /external/libexif/
configure     [all...]
  /external/libopus/
configure     [all...]
  /external/libusb/
configure     [all...]
  /external/libusb-compat/
configure     [all...]
  /external/libvorbis/
configure     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
configure     [all...]
  /toolchain/binutils/binutils-2.25/gprof/
configure     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
configure     [all...]
  /external/c-ares/
configure     [all...]
  /external/google-tv-pairing-protocol/cpp/
configure     [all...]
  /external/libevent/
configure     [all...]
  /external/libmicrohttpd/
configure     [all...]
  /external/libmtp/
configure     [all...]
  /external/libogg/
configure     [all...]
  /external/pcre/dist/
configure     [all...]
  /external/protobuf/
configure     [all...]

Completed in 192 milliseconds

1 2