OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syst
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkTime.cpp
22
SYSTEMTIME
syst
;
local
24
::GetLocalTime(&
syst
);
25
t->fYear = SkToU16(
syst
.wYear);
26
t->fMonth = SkToU8(
syst
.wMonth);
27
t->fDayOfWeek = SkToU8(
syst
.wDayOfWeek);
28
t->fDay = SkToU8(
syst
.wDay);
29
t->fHour = SkToU8(
syst
.wHour);
30
t->fMinute = SkToU8(
syst
.wMinute);
31
t->fSecond = SkToU8(
syst
.wSecond);
52
tm
syst
;
local
[
all
...]
/external/skia/src/animator/
SkTime.cpp
22
SYSTEMTIME
syst
;
local
24
::GetLocalTime(&
syst
);
25
t->fYear = SkToU16(
syst
.wYear);
26
t->fMonth = SkToU8(
syst
.wMonth);
27
t->fDayOfWeek = SkToU8(
syst
.wDayOfWeek);
28
t->fDay = SkToU8(
syst
.wDay);
29
t->fHour = SkToU8(
syst
.wHour);
30
t->fMinute = SkToU8(
syst
.wMinute);
31
t->fSecond = SkToU8(
syst
.wSecond);
52
tm
syst
;
local
[
all
...]
/external/libvorbis/vq/
make_floor_books.pl
29
if
syst
($command);
42
if
syst
($command);
65
if
syst
($command);
73
if
syst
($command);
80
if
syst
($command);
85
if
syst
($command);
90
if
syst
($command);
95
if
syst
($command);
104
if
syst
($command);
106
sub
syst
{
subroutine
[
all
...]
make_residue_books.pl
34
if
syst
($command);
57
if
syst
($command);
62
if
syst
($command);
67
if
syst
($command);
72
if
syst
($command);
130
if
syst
($command);
144
if
syst
($command);
149
if
syst
($command);
155
if
syst
($command);
164
if
syst
($command)
175
sub
syst
{
subroutine
[
all
...]
Completed in 1555 milliseconds