Home
last modified time | relevance | path

Searched defs:time_string (Results 1 – 21 of 21) sorted by relevance

/external/autotest/client/common_lib/
Dtime_utils.py22 def time_string_to_datetime(time_string, handle_type_error=False): argument
/external/google-breakpad/src/processor/
Dlogging.cc61 char time_string[20]; in LogStream() local
/external/rust/crates/rusqlite/src/types/
Dtime.rs29 let time_string = self in to_sql() localVariable
/external/libbrillo/brillo/timezone/
Dtzif_parser.cc151 std::string time_string(tzfile.GetLength() - offset, '\0'); in GetPosixTimezone() local
/external/google-breakpad/src/tools/windows/converter_exe/
Dconverter.cc357 string time_string = CurrentDateAndTime(); in ConvertMissingSymbolFile() local
695 string time_string = CurrentDateAndTime(); in main() local
/external/libchrome/base/time/
Dtime.h646 static bool FromString(const char* time_string, in FromString()
650 static bool FromUTCString(const char* time_string, in FromUTCString()
Dtime.cc311 bool Time::FromStringInternal(const char* time_string, in FromStringInternal()
/external/autotest/client/common_lib/cros/network/
Dtcpdump_analyzer.py89 def time_string(self): member in Frame
/external/cronet/base/time/
Dtime.h778 [[nodiscard]] static bool FromString(const char* time_string, in FromString()
782 [[nodiscard]] static bool FromUTCString(const char* time_string, in FromUTCString()
Dtime.cc250 bool Time::FromStringInternal(const char* time_string, in FromStringInternal()
/external/rust/crates/grpcio-sys/grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py214 def time_string(values): function
/external/grpc-grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py212 def time_string(values): function
/external/libchrome/base/i18n/
Dtime_formatting.cc38 icu::UnicodeString time_string; in TimeFormatWithoutAmPm() local
/external/cronet/base/i18n/
Dtime_formatting.cc40 icu::UnicodeString time_string; in TimeFormatWithoutAmPm() local
/external/autotest/server/lib/
Dstatus_history.py79 def parse_time(time_string): argument
/external/cronet/net/cookies/
Dcookie_util.cc406 base::Time ParseCookieExpirationTime(const std::string& time_string) { in ParseCookieExpirationTime()
/external/autotest/utils/frozen_chromite/lib/
Dcros_build_lib.py1643 def ParseUserDateTimeFormat(time_string): argument
/external/autotest/client/bin/
Dutils.py651 def to_seconds(time_string): argument
/external/pdfium/samples/
Dpdfium_test.cc680 const std::string time_string = value; in ParseCommandLine() local
/external/python/cpython3/Lib/
Ddatetime.py1437 def fromisoformat(cls, time_string): argument
/external/libcups/tools/
Dippeveprinter.c7900 time_string(time_t tv, /* I - Time value */ in time_string() function