| /third_party/protobuf/objectivec/ |
| H A D | GPBTimestamp.pbobjc.h | 157 @property(nonatomic, readwrite) int32_t nanos; variable
|
| H A D | GPBDuration.pbobjc.h | 135 @property(nonatomic, readwrite) int32_t nanos; global() variable [all...] |
| /third_party/protobuf/php/src/Google/Protobuf/ |
| H A D | Duration.php | 80 private $nanos = 0; global() variable 167 $this->nanos = $var; global() variable [all...] |
| H A D | Timestamp.php | 92 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 D | GMSlide.cpp | 43 bool GMSlide::animate(double nanos) { return fGM->animate(nanos); } in animate() argument
|
| H A D | SampleSlide.cpp | 27 bool SampleSlide::animate(double nanos) { return fSample->animate(nanos); } in animate() argument
|
| H A D | Slide.h | 25 virtual bool animate(double nanos) { return false; } in animate() argument
|
| H A D | AnimTimer.h | 34 double nanos() const { return fElapsedNanos; } in nanos() function in AnimTimer
|
| H A D | MSKPSlide.cpp | 145 bool MSKPSlide::animate(double nanos) { in animate() argument
|
| H A D | SkSLSlide.cpp | 279 bool SkSLSlide::animate(double nanos) { in animate() argument
|
| H A D | ParticlesSlide.cpp | 398 bool ParticlesSlide::animate(double nanos) { in animate() argument
|
| H A D | SkottieSlide.cpp | 247 bool SkottieSlide::animate(double nanos) { in animate() argument
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | time_test.cc | 234 int32 nanos; in TEST() local [all...] |
| H A D | time.cc | 133 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 D | DurationPartial.cs | 249 internal static void AppendNanoseconds(StringBuilder builder, int nanos) in AppendNanoseconds() argument [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | core-rtclock.c | 70 Nanoseconds nanos; in pa_rtclock_get() local
|
| /third_party/skia/tools/timer/ |
| H A D | TimeUtils.h | 16 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 D | Sample.h | 77 bool animate(double nanos) { return this->onAnimate(nanos); } in animate() argument
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | duration.pb.h | 253 inline ::PROTOBUF_NAMESPACE_ID::int32 Duration::nanos() const { in nanos() function in Duration
|
| H A D | timestamp.pb.h | 253 inline ::PROTOBUF_NAMESPACE_ID::int32 Timestamp::nanos() const { in nanos() function in Timestamp
|
| /third_party/skia/gm/ |
| H A D | animatedimageblurs.cpp | 108 void update(double nanos, SkScalar lastTime) { in update() argument
|
| /third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| H A D | Durations.java | 128 public static boolean isValid(long seconds, int nanos) { in isValid() argument 439 normalizedDuration(long seconds, int nanos) normalizedDuration() argument [all...] |
| H A D | Timestamps.java | 156 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 D | TimeUtil.java | 383 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 D | time_zone_format_test.cc | 1279 const std::string nanos = oss.str(); in TEST() local
|