HomeSort by relevance Sort by last modified time
    Searched refs:FromString (Results 1 - 10 of 10) sorted by null

  /external/chromium/base/
pr_time_unittest.cc 135 // This tests the Time::FromString wrapper over PR_ParseTimeString
138 bool result = Time::FromString(L"15/10/07 12:45", &parsed_time);
147 // This tests the Time::FromString wrapper over PR_ParseTimeString
150 bool result = Time::FromString(L"Mon, 15 Oct 2007 19:45:00 GMT",
164 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 01:00:00 +0100 1970",
167 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 00:00:00 GMT 1970",
176 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 01:00:01 +0100 1970",
179 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 00:00:01 GMT 1970",
188 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 01:00:02 +0100 1970",
191 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 00:00:02 GMT 1970"
    [all...]
command_line_unittest.cc 15 CommandLine cl = CommandLine::FromString(
89 CommandLine cl = CommandLine::FromString(L"");
time.cc 93 bool Time::FromString(const wchar_t* time_string, Time* parsed_time) {
command_line.h 43 static CommandLine FromString(const std::wstring& command_line) {
time.h 275 // TODO(iyengar) Move the FromString/FromTimeT/ToTimeT/FromFileTime to
277 static bool FromString(const wchar_t* time_string, Time* parsed_time);
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 93 CommandLine new_command_line = CommandLine::FromString(hacked_command_line);
  /external/chromium/net/http/
http_response_headers_unittest.cc 803 Time::FromString(L"Wed, 28 Nov 2007 00:40:09 GMT", &request_time);
804 Time::FromString(L"Wed, 28 Nov 2007 00:40:12 GMT", &response_time);
805 Time::FromString(L"Wed, 28 Nov 2007 00:45:20 GMT", &current_time);
    [all...]
http_response_headers.cc     [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 605 def FromString(s):
609 cls.FromString = staticmethod(FromString)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]

Completed in 654 milliseconds