Home
last modified time | relevance | path

Searched defs:nanos (Results 1 - 25 of 39) sorted by relevance

12

/third_party/protobuf/objectivec/
H A DGPBTimestamp.pbobjc.h157 @property(nonatomic, readwrite) int32_t nanos; variable
H A DGPBDuration.pbobjc.h135 @property(nonatomic, readwrite) int32_t nanos; global() variable
[all...]
/third_party/protobuf/php/src/Google/Protobuf/
H A DDuration.php80 private $nanos = 0; global() variable
167 $this->nanos = $var; global() variable
[all...]
H A DTimestamp.php92 private $nanos = 0; variable
173 $this->nanos = $var; global() variable
186 $this->nanos = 1000 * $datetime->format('u'); global() variable
[all...]
/third_party/skia/tools/viewer/
H A DGMSlide.cpp43 bool GMSlide::animate(double nanos) { return fGM->animate(nanos); } in animate() argument
H A DSampleSlide.cpp27 bool SampleSlide::animate(double nanos) { return fSample->animate(nanos); } in animate() argument
H A DSlide.h25 virtual bool animate(double nanos) { return false; } in animate() argument
H A DAnimTimer.h34 double nanos() const { return fElapsedNanos; } in nanos() function in AnimTimer
H A DMSKPSlide.cpp145 bool MSKPSlide::animate(double nanos) { in animate() argument
H A DSkSLSlide.cpp279 bool SkSLSlide::animate(double nanos) { in animate() argument
H A DParticlesSlide.cpp398 bool ParticlesSlide::animate(double nanos) { in animate() argument
H A DSkottieSlide.cpp247 bool SkottieSlide::animate(double nanos) { in animate() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dtime_test.cc234 int32 nanos; in TEST() local
[all...]
H A Dtime.cc133 string FormatNanos(int32 nanos) { in FormatNanos() argument
170 const char* ParseNanos(const char* data, int32* nanos) { in ParseNanos() argument
264 GetCurrentTime(int64* seconds, int32* nanos) GetCurrentTime() argument
271 FormatTime(int64 seconds, int32 nanos) FormatTime() argument
285 ParseTime(const string& value, int64* seconds, int32* nanos) ParseTime() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DDurationPartial.cs249 internal static void AppendNanoseconds(StringBuilder builder, int nanos) in AppendNanoseconds() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dcore-rtclock.c70 Nanoseconds nanos; in pa_rtclock_get() local
/third_party/skia/tools/timer/
H A DTimeUtils.h16 static inline SkMSec NanosToMSec(double nanos) { in NanosToMSec() argument
22 static inline double NanosToSeconds(double nanos) { in NanosToSeconds() argument
/third_party/skia/samplecode/
H A DSample.h77 bool animate(double nanos) { return this->onAnimate(nanos); } in animate() argument
/third_party/protobuf/src/google/protobuf/
H A Dduration.pb.h253 inline ::PROTOBUF_NAMESPACE_ID::int32 Duration::nanos() const { in nanos() function in Duration
H A Dtimestamp.pb.h253 inline ::PROTOBUF_NAMESPACE_ID::int32 Timestamp::nanos() const { in nanos() function in Timestamp
/third_party/skia/gm/
H A Danimatedimageblurs.cpp108 void update(double nanos, SkScalar lastTime) { in update() argument
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DDurations.java128 public static boolean isValid(long seconds, int nanos) { in isValid() argument
439 normalizedDuration(long seconds, int nanos) normalizedDuration() argument
[all...]
H A DTimestamps.java156 public static boolean isValid(long seconds, int nanos) { in isValid() argument
387 normalizedTimestamp(long seconds, int nanos) normalizedTimestamp() argument
427 formatNanos(int nanos) formatNanos() argument
[all...]
H A DTimeUtil.java383 private static Duration normalizedDuration(long seconds, int nanos) { in normalizedDuration() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format_test.cc1279 const std::string nanos = oss.str(); in TEST() local

Completed in 13 milliseconds

12