OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Minutes
(Results
1 - 15
of
15
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspace.py
81
Minutes
= Seconds / 60
83
if
Minutes
< 60:
84
print 'Run Time: %d
minutes
%d seconds' % (
Minutes
, Seconds)
86
Hours =
Minutes
/ 60
87
Minutes
=
Minutes
% 60
88
print 'Run Time: %d hours %d
minutes
%d seconds' % (Hours,
Minutes
, Seconds)
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/
last_write_time.pass.cpp
219
using
Minutes
= std::chrono::
minutes
;
229
const file_time_type past_time = now -
Minutes
(3) - Sec(42) - MicroSec(17);
230
const file_time_type before_epoch_time = epoch_time -
Minutes
(3) - Sec(42) - MicroSec(17);
283
using
Minutes
= std::chrono::
minutes
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2structs.h
185
BYTE
Minutes
;
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Sal.h
539
UINT8
Minutes
;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
SalApi.h
385
UINT8
Minutes
;
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h
57
UINT8
Minutes
;
[
all
...]
/external/syslinux/dosutil/
eltorito.asm
479
mov al,dl ;Get
Minutes
481
mul dl ;ax =
Minutes
* 60
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h
179
UCHAR
Minutes
;
/prebuilts/go/darwin-x86/src/time/
time_test.go
1034
if got := tt.d.
Minutes
(); got != tt.want {
1035
t.Errorf("d.
Minutes
() = %g; want: %g", got, tt.want)
[
all
...]
time.go
520
// u is now integer
minutes
605
//
Minutes
returns the duration as a floating point number of
minutes
.
606
func (d Duration)
Minutes
() float64 {
860
var offsetMin int16 //
minutes
east of UTC. -1 is UTC.
890
byte(offsetMin >> 8), // bytes 13-14: zone offset in
minutes
[
all
...]
/prebuilts/go/linux-x86/src/time/
time_test.go
1034
if got := tt.d.
Minutes
(); got != tt.want {
1035
t.Errorf("d.
Minutes
() = %g; want: %g", got, tt.want)
[
all
...]
time.go
520
// u is now integer
minutes
605
//
Minutes
returns the duration as a floating point number of
minutes
.
606
func (d Duration)
Minutes
() float64 {
860
var offsetMin int16 //
minutes
east of UTC. -1 is UTC.
890
byte(offsetMin >> 8), // bytes 13-14: zone offset in
minutes
[
all
...]
/external/caliper/lib/
joda-time-2.1.jar
/prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar
/prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar
Completed in 1884 milliseconds