HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 1426 - 1450 of 4884) sorted by null

<<51525354555657585960>>

  /prebuilts/go/linux-x86/src/log/syslog/
syslog_test.go 245 var parsedHostname, timestamp string
247 if n, err := fmt.Sscanf(out, tmpl, &timestamp, &parsedHostname, &pid); n != 3 || err != nil || hostname != parsedHostname {
285 var parsedHostname, timestamp string
287 if n, err := fmt.Sscanf(rcvd, test.exp, &timestamp, &parsedHostname, &pid); n != 3 || err != nil || hostname != parsedHostname {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
datetime.so 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.pom 38 <artifactId>maven-timestamp-plugin</artifactId>
  /sdk/eclipse/
dictionary.txt 312 timestamp
  /system/core/bootstat/
boot_event_record_store.h 31 // A BootEventRecord consists of the event name and the timestamp the event
  /system/update_engine/common/
fake_hardware.h 94 // Sets the IsOOBEComplete to True with the given timestamp.
  /system/update_engine/update_manager/
real_time_provider_unittest.cc 43 // Generates a fixed timestamp for use in faking the current time.
  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avformat.h 355 #define AVFMT_TS_DISCONT 0x0200 /**< Format allows timestamp discontinuities. Note, muxers always require valid (monotone) timestamps */
372 timestamps. If not set the timestamp
548 * Seek to a given timestamp relative to the frames in
556 int stream_index, int64_t timestamp, int flags);
559 * Get the next timestamp in stream[stream_index].time_base units.
560 * @return the timestamp or AV_NOPTS_VALUE if an error occurred
578 * Seek to timestamp ts.
595 AVSTREAM_PARSE_FULL_RAW=MKTAG(0,'R','A','W'), /**< full parsing and repack with timestamp and position generation by parser for raw
602 int64_t timestamp; /**< member in struct:AVIndexEntry
603 * Timestamp in AVStream.time_base units, preferably the time from which on correctly decoded frames are availa (…)
    [all...]
  /external/autotest/server/
server_job.py 119 for timestamp, msg in job._read_warnings():
121 'WARN', None, None, msg, {}, timestamp=timestamp)
    [all...]
site_log_time_diff.py 71 logger.info('Using kernel timestamp %s %s' %
77 logger.info('Using syslog timestamp %s %s' %
  /cts/tests/camera/src/android/hardware/camera2/cts/
BurstCaptureRawTest.java 124 * Per frame timestamp test in non-stalled RAW formats
350 * Implementation of timestamp test
372 // submit capture while recording timestamp
376 // receive frames while recording timestamp
384 "Received capture result, exposure = %d, sensitivity = %d, timestamp = %d",
645 long timestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); local
646 Log.d(TAG, String.format("timestamp = %d", timestamp));
  /cts/tests/tests/media/src/android/media/cts/
MidiSoloTest.java 55 public void onSend(byte[] msg, int offset, int count, long timestamp)
119 long timestamp) throws IOException {
  /development/build/
build_android_stubs.mk 5 # stub_timestamp: the timestamp file we use as dependency of the generated source.
13 # api-stubs-timestamp file, which is the $@ of the droiddoc rule.
  /device/generic/goldfish/camera/
PreviewWindow.cpp 105 nsecs_t timestamp,
175 mPreviewWindow->set_timestamp(mPreviewWindow, timestamp);
  /external/autotest/client/common_lib/
smogcheck_ttci.py 190 end: a datetime.datetime() object, end timestamp.
191 start: a datetime.datetime() object, start timestamp.
  /external/autotest/client/cros/cellular/
sms.py 15 'timestamp' : '110908141801-04',
34 'timestamp' : '110919163047-04',
  /external/autotest/client/deps/pyxinput/src/
xi2reader.py 61 2: 'Abs Start Timestamp',
62 3: 'Abs End Timestamp',
  /external/chromium-trace/catapult/dashboard/dashboard/
graph_json.py 236 elif name == 'timestamp':
237 point_info['timestamp'] = val
443 timestamp = point_info.get('timestamp')
444 if timestamp and type(timestamp) is datetime.datetime:
445 point_info['timestamp'] = utils.TimestampMilliseconds(timestamp)
  /external/chromium-trace/catapult/dashboard/dashboard/templates/
debug_alert.html 142 <th>Timestamp</th>
153 <td>{{alert.timestamp}}</td>
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
scgiserver.py 34 timestamp = time.strftime("%Y-%m-%d %H:%M:%S",
36 sys.stderr.write("[%s] %s\n" % (timestamp, msg))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/
guestbook.py 106 # If the Note instance has a timestamp, use that timestamp
  /external/chromium-trace/catapult/tracing/tracing/model/
object_instance.html 63 'an objects deletion timestamp.');
72 'Snapshots must be added in increasing timestamp order');
  /external/clang/include/clang-c/
BuildSystem.h 31 * \brief Return the timestamp for use with Clang's
32 * \c -fbuild-session-timestamp= option.
  /external/curl/lib/
hostip.h 68 /* timestamp == 0 -- CURLOPT_RESOLVE entry, doesn't timeout */
69 time_t timestamp; member in struct:Curl_dns_entry
  /external/deqp/executor/
xeTestLogParser.cpp 104 else if (deStringEqual(attribute, "timestamp"))
105 m_sessionInfo.timestamp = value;

Completed in 709 milliseconds

<<51525354555657585960>>