Home
last modified time | relevance | path

Searched refs:FromString (Results 1 – 11 of 11) sorted by relevance

/external/chromium/base/
Dpr_time_unittest.cc138 bool result = Time::FromString(L"15/10/07 12:45", &parsed_time); in TEST_F()
150 bool result = Time::FromString(L"Mon, 15 Oct 2007 19:45:00 GMT", in TEST_F()
164 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 01:00:00 +0100 1970", in TEST_F()
167 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 00:00:00 GMT 1970", in TEST_F()
176 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 01:00:01 +0100 1970", in TEST_F()
179 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 00:00:01 GMT 1970", in TEST_F()
188 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 01:00:02 +0100 1970", in TEST_F()
191 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 00:00:02 GMT 1970", in TEST_F()
200 EXPECT_EQ(true, Time::FromString(L"Thu Jan 01 00:59:59 +0100 1970", in TEST_F()
203 EXPECT_EQ(true, Time::FromString(L"Wed Dec 31 23:59:59 GMT 1969", in TEST_F()
[all …]
Dcommand_line_unittest.cc15 CommandLine cl = CommandLine::FromString( in TEST()
89 CommandLine cl = CommandLine::FromString(L""); in TEST()
Dtime.cc93 bool Time::FromString(const wchar_t* time_string, Time* parsed_time) { in FromString() function in base::Time
Dcommand_line.h43 static CommandLine FromString(const std::wstring& command_line) { in FromString() function
Dtime.h277 static bool FromString(const wchar_t* time_string, Time* parsed_time);
/external/chromium/net/http/
Dhttp_response_headers_unittest.cc803 Time::FromString(L"Wed, 28 Nov 2007 00:40:09 GMT", &request_time); in TEST()
804 Time::FromString(L"Wed, 28 Nov 2007 00:40:12 GMT", &response_time); in TEST()
805 Time::FromString(L"Wed, 28 Nov 2007 00:45:20 GMT", &current_time); in TEST()
Dhttp_response_headers.cc977 return Time::FromString(value_wide.c_str(), result); in GetTimeValuedHeader()
/external/chromium/net/tools/dump_cache/
Ddump_cache.cc93 CommandLine new_command_line = CommandLine::FromString(hacked_command_line); in LaunchSlave()
/external/protobuf/python/google/protobuf/
Dreflection.py605 def FromString(s): function
609 cls.FromString = staticmethod(FromString)
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py918 proto2 = unittest_pb2.TestAllTypes.FromString(string1)
1750 second_proto = unittest_pb2.TestAllTypes.FromString(
/external/webkit/WebKit/mac/
DChangeLog-2010-01-291258 _stringByEvaluatingJavaScriptInIsolatedWorld:WithGobalObject:FromString:.
1298 _stringByEvaluatingJavaScriptInIsolatedWorld:WithGlobalObject:FromString:],
1309 (-[WebFrame _stringByEvaluatingJavaScriptInIsolatedWorld:WithGlobalObject:FromString:]):