Home
last modified time | relevance | path

Searched refs:timeStamp (Results 1 – 25 of 33) sorted by relevance

12

/third_party/protobuf/objectivec/Tests/
DGPBWellKnownTypesTest.m56 GPBTimestamp *timeStamp = [[GPBTimestamp alloc] initWithDate:date];
58 XCTAssertGreaterThanOrEqual(timeStamp.nanos, 0,
60 XCTAssertLessThan(timeStamp.nanos, 1e9,
67 XCTAssertEqualWithAccuracy(value, timeStamp.date.timeIntervalSince1970,
70 [timeStamp release];
73 timeStamp = [[GPBTimestamp alloc] initWithTimeIntervalSince1970:value];
75 XCTAssertGreaterThanOrEqual(timeStamp.nanos, 0,
77 XCTAssertLessThan(timeStamp.nanos, 1e9,
80 XCTAssertEqualWithAccuracy(value, timeStamp.timeIntervalSince1970,
83 [timeStamp release];
[all …]
/third_party/skia/gm/
Dvideo_decoder.cpp44 double timeStamp; in onDraw() local
45 auto img = fDecoder.nextImage(&timeStamp); in onDraw()
48 img = fDecoder.nextImage(&timeStamp); in onDraw()
52 SkDebugf("ts %g\n", timeStamp); in onDraw()
/third_party/skia/tests/
DTime.cpp49 SkString timeStamp; in DEF_TEST() local
50 dateTime.toISO8601(&timeStamp); in DEF_TEST()
51 REPORTER_ASSERT(r, timeStamp.size() > 0); in DEF_TEST()
53 timeStamp.c_str()); in DEF_TEST()
/third_party/skia/experimental/ffmpeg/
DSkVideoDecoder.cpp257 sk_sp<SkImage> SkVideoDecoder::nextImage(double* timeStamp) { in nextImage() argument
259 if (!timeStamp) { in nextImage()
260 timeStamp = &defaultTimeStampStorage; in nextImage()
292 *timeStamp = this->computeTimeStamp(fFrame); in nextImage()
302 *timeStamp = this->computeTimeStamp(fFrame); in nextImage()
DSkVideoDecoder.h36 sk_sp<SkImage> nextImage(double* timeStamp = nullptr);
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_xmp.cpp402 const dng_urational *timeStamp) in EncodeGPSDateTime() argument
407 if (timeStamp [0].IsValid () && in EncodeGPSDateTime()
408 timeStamp [1].IsValid () && in EncodeGPSDateTime()
409 timeStamp [2].IsValid ()) in EncodeGPSDateTime()
418 timeStamp [2].As_real64 ()); in EncodeGPSDateTime()
447 (unsigned) Round_uint32 (timeStamp [0].As_real64 ()), in EncodeGPSDateTime()
448 (unsigned) Round_uint32 (timeStamp [1].As_real64 ()), in EncodeGPSDateTime()
458 (unsigned) Round_uint32 (timeStamp [0].As_real64 ()), in EncodeGPSDateTime()
459 (unsigned) Round_uint32 (timeStamp [1].As_real64 ()), in EncodeGPSDateTime()
476 dng_urational *timeStamp) in DecodeGPSDateTime() argument
[all …]
Ddng_xmp.h337 const dng_urational *timeStamp);
341 dng_urational *timeStamp);
/third_party/node/test/fixtures/wpt/dom/events/
DEvent-constructors.any.js32 assert_true(ev.timeStamp > 0)
47 assert_true(ev.timeStamp > 0)
/third_party/ffmpeg/libavcodec/
Dcrystalhd.c154 output->PicInfo.timeStamp); in print_frame_info()
451 if (output->PicInfo.timeStamp != 0) { in copy_frame()
452 OpaqueList *node = opaque_list_pop(priv, output->PicInfo.timeStamp); in copy_frame()
466 output->PicInfo.timeStamp); in copy_frame()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_AccessibilityExtensionAbility.js22 timeStamp: '[PC Preview] unknown timeStamp' property
Dohos_worker.js27 timeStamp: '[PC preview] unknow timeStamp' property
Dohos_geolocation.js25 timeStamp: '[PC preview] unknow timeStamp', property
Dohos_telephony_radio.js183 timeStamp: "[PC Preview] unknow timeStamp", property
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DWindowSurfaceCGL.mm86 displayTime:(const CVTimeStamp *)timeStamp
106 displayTime:(const CVTimeStamp *)timeStamp
143 displayTime:timeStamp];
/third_party/node/deps/undici/src/types/
Dpatch.d.ts43 readonly timeStamp: number
/third_party/node/lib/internal/
Devent_target.js144 timeStamp: this.#timestamp,
217 get timeStamp() { getter in Event
321 timeStamp: kEnumerableProperty, property
/third_party/node/test/parallel/
Dtest-events-customevent.js100 strictEqual(typeof ev.timeStamp, 'number');
Dtest-eventtarget.js43 strictEqual(typeof ev.timeStamp, 'number');
/third_party/node/doc/api/
Dconsole.md580 ### `console.timeStamp([label])`
589 `console.timeStamp()` method adds an event with the label `'label'` to the
/third_party/skia/third_party/externals/oboe/docs/reference/
Djquery.js16 …tDefault())?i:bl}else{this.type=bv}if(e){b.extend(this,e)}this.timeStamp=bv&&bv.timeStamp||b.now()…
87timeStamp:new Date().getTime()};if(l){var q=Math.abs(l.x-t.x),p=Math.abs(l.y-t.y);if((q>0||p>0)&&q… property
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl34 readonly attribute DOMHighResTimeStamp timeStamp;
/third_party/typescript/tests/lib/
Dreact.d.ts285 timeStamp: Date; property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp287 RAW_METHOD_DUMP(OS, timeStamp); in dump()
/third_party/libabigail/tests/lib/
Dcatch.hpp2159 char timeStamp[timeStampSize]; in convert() local
2163 std::strftime(timeStamp, timeStampSize, fmt, &timeInfo); in convert()
2165 std::strftime(timeStamp, timeStampSize, fmt, timeInfo); in convert()
2167 return std::string(timeStamp); in convert()
16828 char timeStamp[timeStampSize]; in getCurrentTimestamp() local
16832 std::strftime(timeStamp, timeStampSize, fmt, &timeInfo); in getCurrentTimestamp()
16834 std::strftime(timeStamp, timeStampSize, fmt, timeInfo); in getCurrentTimestamp()
16836 return std::string(timeStamp, timeStampSize-1); in getCurrentTimestamp()
/third_party/json/tests/thirdparty/doctest/
Ddoctest.h5290 char timeStamp[timeStampSize];
5293 std::strftime(timeStamp, timeStampSize, fmt, &timeInfo);
5294 return std::string(timeStamp);

12