OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Nanosecond
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/time/
time.go
12
// A Time represents an instant in time with
nanosecond
precision.
44
// nsec specifies a non-negative
nanosecond
414
//
Nanosecond
returns the
nanosecond
offset within the second specified by t,
416
func (t Time)
Nanosecond
() int {
428
// as an int64
nanosecond
count. The representation limits the
449
Nanosecond
Duration = 1
450
Microsecond = 1000 *
Nanosecond
576
// Nanoseconds returns the duration as an integer
nanosecond
count.
[
all
...]
/prebuilts/go/linux-x86/src/time/
time.go
12
// A Time represents an instant in time with
nanosecond
precision.
44
// nsec specifies a non-negative
nanosecond
414
//
Nanosecond
returns the
nanosecond
offset within the second specified by t,
416
func (t Time)
Nanosecond
() int {
428
// as an int64
nanosecond
count. The representation limits the
449
Nanosecond
Duration = 1
450
Microsecond = 1000 *
Nanosecond
576
// Nanoseconds returns the duration as an integer
nanosecond
count.
[
all
...]
Completed in 488 milliseconds