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

1 2

  /external/google-breakpad/src/processor/
logging.cc 65 char time_string[20]; local
66 strftime(time_string, sizeof(time_string), "%Y-%m-%d %H:%M:%S", &tm_struct);
78 stream_ << time_string << ": " << PathnameStripper::File(file) << ":" <<
  /external/autotest/client/common_lib/
time_utils.py 16 def time_string_to_datetime(time_string, handle_type_error=False):
22 @param time_string: String of date, e.g., 2014-12-05 15:32:45
24 TypeError if given time_string is corrupted. Default is False.
31 return datetime.datetime.strptime(time_string, TIME_FMT)
33 return datetime.datetime.strptime(time_string, TIME_FMT_MICRO)
time_utils_unittest.py 38 TIME_STRING = "2014-08-20 14:23:56"
47 self.TIME_STRING)
54 time_string = time_utils.epoch_time_to_date_string(
56 self.assertEqual(self.TIME_STRING, time_string)
63 time_utils.to_epoch_time(self.TIME_STRING))
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 164 char time_string[16]; local
178 strftime(time_string, sizeof(time_string), "%Y%m%dT%H%M%S", time_info);
183 snprintf(time_string, sizeof(time_string), "19700101T000000");
191 time_string);
198 time_string);
  /hardware/qcom/gps/msm8084/utils/
loc_log.h 62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
loc_log.cpp 161 The pointer time_string should point to a buffer of at least 13 bytes:
169 char *loc_get_time(char *time_string, unsigned long buf_size)
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
181 return time_string;
  /hardware/qcom/gps/msm8909/utils/
loc_log.h 65 extern char *loc_get_time(char *time_string, size_t buf_size);
loc_log.cpp 163 The pointer time_string should point to a buffer of at least 13 bytes:
171 char *loc_get_time(char *time_string, size_t buf_size)
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
183 return time_string;
  /hardware/qcom/gps/msm8960/utils/
loc_log.h 62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
loc_log.cpp 161 The pointer time_string should point to a buffer of at least 13 bytes:
169 char *loc_get_time(char *time_string, unsigned long buf_size)
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
181 return time_string;
  /hardware/qcom/gps/msm8994/utils/
loc_log.h 62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
loc_log.cpp 162 The pointer time_string should point to a buffer of at least 13 bytes:
170 char *loc_get_time(char *time_string, unsigned long buf_size)
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
182 return time_string;
  /hardware/qcom/gps/msm8996/utils/
loc_log.h 65 extern char *loc_get_time(char *time_string, size_t buf_size);
loc_log.cpp 163 The pointer time_string should point to a buffer of at least 13 bytes:
171 char *loc_get_time(char *time_string, size_t buf_size)
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
183 return time_string;
  /hardware/qcom/gps/msmcobalt/utils/
loc_log.h 65 extern char *loc_get_time(char *time_string, size_t buf_size);
loc_log.cpp 159 The pointer time_string should point to a buffer of at least 13 bytes:
167 char *loc_get_time(char *time_string, size_t buf_size)
177 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
179 return time_string;
  /hardware/qcom/gps/utils/
loc_log.h 62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
loc_log.cpp 162 The pointer time_string should point to a buffer of at least 13 bytes:
170 char *loc_get_time(char *time_string, unsigned long buf_size)
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
182 return time_string;
  /external/chromium-trace/catapult/dashboard/dashboard/
buildbucket_job_status.py 64 time_string = time.ctime(time_seconds)
65 result[key.replace('_ts', '_utc')] = time_string
  /external/autotest/server/site_tests/firmware_EventLog/
firmware_EventLog.py 32 _, time_string, event = line.split(' | ', 2)
33 timestamp = time.strptime(time_string, self._TIME_FORMAT)
46 time_string = self.faft_client.system.run_shell_command_get_output(
48 logging.debug('Current local system time on DUT is "%s"', time_string)
49 return time.strptime(time_string, self._TIME_FORMAT)
  /external/autotest/site_utils/
analyze_reboot_time.py 95 time_string = time_utils.epoch_time_to_date_string(
98 spaces = (15 - len(str(time_string))) * ' '
100 time_string, reboot_total)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
test_connection.py 100 time_string = '%d' % int(time.time())
101 lc_name = 'lc-%s' % time_string
114 group_name = 'group-%s' % time_string
171 time_string = '%d' % int(time.time())
172 lc_name = 'lc-%s' % time_string
  /external/autotest/client/deps/glbench/src/
main.cc 79 char time_string[64]; local
81 strftime(time_string, 63, "%c",ttime);
82 printf("# DateTime: %s\n", time_string);
  /external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/
network_WiFi_LowInitialBitrates.py 63 (frame.time_string, frame.mcs_index))
68 (frame.time_string, frame.bit_rate))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
util.py 458 time_string = encoded_datetime[:time_zone_match.start(1)].upper()
460 time_string = encoded_datetime.upper()
462 if '.' in time_string:
467 decoded_datetime = datetime.datetime.strptime(time_string, format_string)

Completed in 764 milliseconds

1 2