HomeSort by relevance Sort by last modified time
    Searched refs:tstring (Results 51 - 55 of 55) sorted by null

1 23

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 19 tstring = '' # string to test StreamReader variable in class:TestBase
39 for f in self.tstring]):
165 istream = UTF8Reader(StringIO(self.tstring[1]))
179 self.assertEqual(ostream.getvalue(), self.tstring[0])
185 istream = StringIO(self.tstring[0])
196 self.assertEqual(ostream.getvalue(), self.tstring[1])
223 istream = self.reader(StringIO(self.tstring[0]))
235 self.assertEqual(ostream.getvalue(), self.tstring[1])
243 istream = UTF8Reader(StringIO(self.tstring[1]))
259 self.assertEqual(ostream.getvalue(), self.tstring[0]
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
debug_test.go 278 // tstring provides two strings, o (stdout) and e (stderr)
279 type tstring struct { type
284 func (t tstring) String() string {
720 last tstring // Output of previous step
791 func (s *ioState) writeRead(ss string) tstring {
804 func (s *ioState) writeReadExpect(ss, expectRE string) tstring {
818 func (s *ioState) readExpecting(millis, interlineTimeout int, expectedRE string) tstring {
821 s.last = tstring{}
914 func expect(want string, got tstring) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
debug_test.go 278 // tstring provides two strings, o (stdout) and e (stderr)
279 type tstring struct { type
284 func (t tstring) String() string {
720 last tstring // Output of previous step
791 func (s *ioState) writeRead(ss string) tstring {
804 func (s *ioState) writeReadExpect(ss, expectRE string) tstring {
818 func (s *ioState) readExpecting(millis, interlineTimeout int, expectedRE string) tstring {
821 s.last = tstring{}
914 func expect(want string, got tstring) {
  /external/webrtc/webrtc/base/
proxydetect.cc 193 typedef std::wstring tstring; typedef in namespace:rtc
194 std::string Utf8String(const tstring& str) { return ToUtf8(str); }
198 typedef std::string tstring;
199 std::string Utf8String(const tstring& str) { return str; }
    [all...]
  /external/tcpdump/
smbutil.c 731 const char *tstring; local
765 tstring = asctime(lt);
767 tstring = "(Can't convert time)\n";
769 tstring = "NULL\n";
770 ND_PRINT((ndo, "%s", tstring));
    [all...]

Completed in 314 milliseconds

1 23