Searched defs:time (Results 1 - 25 of 829) sorted by relevance

1234567891011>>

/external/e2fsprogs/contrib/python-uuid/
H A Dtest.py3 import time namespace
7 time = time.time() variable
11 print u, "...", time
/external/skia/src/animator/
H A DSkDisplayScreenplay.h18 SkMSec time; member in class:SkDisplayScreenplay
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERGeneralizedTime.java6 * DER Generalized time object.
17 public DERGeneralizedTime(Date time) argument
19 super(time);
22 public DERGeneralizedTime(String time) argument
24 super(time);
H A DDERUTCTime.java6 * DER UTC time object.
16 public DERUTCTime(Date time) argument
18 super(time);
21 public DERUTCTime(String time) argument
23 super(time);
/external/clang/utils/
H A DCaptureCmd22 import time namespace
54 entry = (time.time(), envKey, cwdKey, argvKey)
/external/deqp/android/scripts/
H A Dlaunch.py25 import time namespace
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DSeekableStream.java13 public void setTime(float time); argument
/external/lldb/test/functionalities/command_script/
H A Dmysto.py4 import time namespace
H A Dwelcome.py21 import time namespace
22 time.sleep(1)
24 time.sleep(1)
/external/lldb/test/pexpect-2.4/examples/
H A Dbd_client.py7 import sys, time, select namespace
24 time.sleep(1)
/external/proguard/src/proguard/gui/splash/
H A DConstantColor.java26 * This VariableColor is constant over time.
47 public Color getColor(long time) argument
H A DConstantDouble.java24 * This VariableDouble is constant over time.
45 public double getDouble(long time) argument
H A DConstantFont.java26 * This VariableFont is constant over time.
42 public Font getFont(long time) argument
H A DConstantInt.java24 * This VariableInt is constant over time.
45 public int getInt(long time) argument
H A DConstantString.java24 * This VariableString is constant over time.
45 public String getString(long time) argument
H A DConstantTiming.java24 * This Timing is constant over time.
53 public double getTiming(long time) argument
H A DSprite.java27 * as a function of time.
37 * @param time the time since the start of the animation, expressed in
40 public void paint(Graphics graphics, long time); argument
H A DTiming.java24 * This interface maps a time to a normalized timing between 0 and 1.
31 * Returns the timing for the given time.
33 public double getTiming(long time); argument
H A DVariableColor.java26 * This interface represents a Color that varies with time.
33 * Returns the Color for the given time.
35 public Color getColor(long time); argument
H A DVariableDouble.java24 * This interface represents a double that varies with time.
31 * Returns the double for the given time.
33 public double getDouble(long time); argument
H A DVariableFont.java26 * This interface represents a Font that varies with time.
33 * Returns the Font for the given time.
35 public Font getFont(long time); argument
H A DVariableInt.java24 * This interface represents an integer that varies with time.
31 * Returns the integer for the given time.
33 public int getInt(long time); argument
H A DVariableString.java24 * This interface represents a String that varies with time.
31 * Returns the String for the given time.
33 public String getString(long time); argument
/external/toybox/toys/posix/
H A Dwho.c35 time_t time; local
39 time = entry->ut_tv.tv_sec;
40 times = ctime(&time);
43 time_size, time_size, ctime(&time), entry->ut_host);
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new-getall.py5 import time namespace

Completed in 415 milliseconds

1234567891011>>