Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 593) sorted by relevance

12345678910>>...24

/external/chromium/base/i18n/
Dtime_formatting.cc20 const Time& time) { in TimeFormat()
33 string16 TimeFormatTimeOfDay(const Time& time) { in TimeFormatTimeOfDay()
41 string16 TimeFormatTimeOfDayWithHourClockType(const Time& time, in TimeFormatTimeOfDayWithHourClockType()
69 string16 TimeFormatShortDate(const Time& time) { in TimeFormatShortDate()
75 string16 TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric()
81 string16 TimeFormatShortDateAndTime(const Time& time) { in TimeFormatShortDateAndTime()
87 string16 TimeFormatFriendlyDateAndTime(const Time& time) { in TimeFormatFriendlyDateAndTime()
93 string16 TimeFormatFriendlyDate(const Time& time) { in TimeFormatFriendlyDate()
/external/webkit/Source/WebCore/inspector/front-end/
DNetworkManager.js123 …requestWillBeSent: function(identifier, frameId, loaderId, documentURL, request, time, stackTrace,… argument
150 responseReceived: function(identifier, time, resourceType, response) argument
168 domContentEventFired: function(time) argument
174 loadEventFired: function(time) argument
180 dataReceived: function(identifier, time, dataLength, encodedDataLength) argument
203 loadingFailed: function(identifier, time, localizedDescription, canceled) argument
215 resourceLoadedFromMemoryCache: function(frameId, loaderId, documentURL, time, cachedResource) argument
254 webSocketWillSendHandshakeRequest: function(identifier, time, request) argument
268 webSocketHandshakeResponseReceived: function(identifier, time, response) argument
283 webSocketClosed: function(identifier, time) argument
[all …]
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
DComboMoveExecution.java54 private boolean isStateSatisfied(HashSet<String> pressedMappings, float time, in isStateSatisfied()
79 public void updateExpiration(float time){ in updateExpiration()
96 public boolean updateState(HashSet<String> pressedMappings, float time){ in updateState()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1UTCTime.java13 public ASN1UTCTime(Date time) in ASN1UTCTime()
18 public ASN1UTCTime(String time) in ASN1UTCTime()
DASN1GeneralizedTime.java13 public ASN1GeneralizedTime(Date time) in ASN1GeneralizedTime()
18 public ASN1GeneralizedTime(String time) in ASN1GeneralizedTime()
DDERUTCTime.java18 private byte[] time; field in DERUTCTime
77 String time) in DERUTCTime()
94 Date time) in DERUTCTime()
104 byte[] time) in DERUTCTime()
DDERGeneralizedTime.java19 private byte[] time; field in DERGeneralizedTime
77 String time) in DERGeneralizedTime()
94 Date time) in DERGeneralizedTime()
197 private String convert(int time) in convert()
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
DInputEvent.java42 protected long time; field in InputEvent
62 public void setTime(long time){ in setTime()
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DTimeLine.java54 public KeyFrame getKeyFrameAtTime(float time) { in getKeyFrameAtTime()
62 public void addKeyFrameAtTime(float time, KeyFrame keyFrame) { in addKeyFrameAtTime()
85 public void removeKeyFrame(float time) { in removeKeyFrame()
89 public int getKeyFrameIndexFromTime(float time) { in getKeyFrameIndexFromTime()
/external/replicaisland/src/com/replica/replicaisland/
DPlayerComponent.java118 protected void move(float time, float timeDelta, GameObject parentObject) { in move()
215 TimeSystem time = sSystemRegistry.timeSystem; in update() local
331 protected void stateMove(float time, float timeDelta, GameObject parentObject) { in stateMove()
385 protected void stateStomp(float time, float timeDelta, GameObject parentObject) { in stateStomp()
425 protected void gotoHitReact(GameObject parentObject, float time) { in gotoHitReact()
437 protected void stateHitReact(float time, float timeDelta, GameObject parentObject) { in stateHitReact()
444 protected void gotoDead(float time) { in gotoDead()
449 protected void stateDead(float time, float timeDelta, GameObject parentObject) { in stateDead()
480 protected void gotoWin(float time) { in gotoWin()
487 protected void stateWin(float time, float timeDelta, GameObject parentObject) { in stateWin()
[all …]
DInputSystem.java46 TimeSystem time = sSystemRegistry.timeSystem; in roll() local
52 TimeSystem time = sSystemRegistry.timeSystem; in touchDown() local
81 TimeSystem time = sSystemRegistry.timeSystem; in setOrientation() local
87 TimeSystem time = sSystemRegistry.timeSystem; in keyDown() local
/external/chromium/chrome/browser/tab_contents/
Dweb_drag_dest_gtk.cc94 guint time) { in OnDragMotion()
142 GtkSelectionData* data, guint info, guint time) { in OnDragDataReceived()
248 guint time) { in OnDragLeave()
263 gint x, gint y, guint time) { in OnDragDrop()
/external/icu4c/i18n/unicode/
Dsimpletz.h885 int32_t time, UErrorCode& status) { in setStartRule()
890 int32_t time, in setStartRule()
897 int32_t time, UBool after, UErrorCode& status) { in setStartRule()
903 int32_t time, UErrorCode& status) { in setEndRule()
908 int32_t time, UErrorCode& status) { in setEndRule()
913 int32_t time, UBool after, UErrorCode& status) { in setEndRule()
/external/chromium/chrome/browser/history/
Dthumbnail_database_unittest.cc123 base::Time time = base::Time::Now(); in TEST_F() local
150 base::Time time = base::Time::Now(); in TEST_F() local
171 base::Time time = base::Time::Now(); in TEST_F() local
203 base::Time time = base::Time::Now(); in TEST_F() local
235 base::Time time = base::Time::Now(); in TEST_F() local
279 base::Time time = base::Time::Now(); in TEST_F() local
303 base::Time time = base::Time::Now(); in TEST_F() local
325 base::Time time = base::Time::Now(); in TEST_F() local
377 base::Time time = base::Time::Now(); in TEST_F() local
429 base::Time time; in TEST_F() local
/external/guava/guava/src/com/google/common/util/concurrent/
DMonitor.java309 public boolean enter(long time, TimeUnit unit) { in enter()
339 public boolean enterInterruptibly(long time, TimeUnit unit) throws InterruptedException { in enterInterruptibly()
403 public boolean enterWhen(Guard guard, long time, TimeUnit unit) throws InterruptedException { in enterWhen()
436 public boolean enterWhenUninterruptibly(Guard guard, long time, TimeUnit unit) { in enterWhenUninterruptibly()
533 public boolean enterIf(Guard guard, long time, TimeUnit unit) { in enterIf()
558 public boolean enterIfInterruptibly(Guard guard, long time, TimeUnit unit) in enterIfInterruptibly()
639 public boolean waitFor(Guard guard, long time, TimeUnit unit) throws InterruptedException { in waitFor()
655 public boolean waitForUninterruptibly(Guard guard, long time, TimeUnit unit) { in waitForUninterruptibly()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DTime.java19 ASN1Primitive time; field in Time
29 ASN1Primitive time) in Time()
/external/chromium/chrome/browser/net/
Dload_timing_observer.cc83 const base::TimeTicks& time, in OnAddEntry()
125 const base::TimeTicks& time, in OnAddURLRequestEntry()
220 const base::TimeTicks& time, in OnAddHTTPStreamJobEntry()
292 const base::TimeTicks& time, in OnAddConnectJobEntry()
337 const base::TimeTicks& time, in OnAddSocketEntry()
/external/webkit/Source/JavaScriptCore/profiler/
DProfileNode.h84 void setTotalTime(double time) { m_actualTotalTime = time; m_visibleTotalTime = time; } in setTotalTime()
85 void setActualTotalTime(double time) { m_actualTotalTime = time; } in setActualTotalTime()
86 void setVisibleTotalTime(double time) { m_visibleTotalTime = time; } in setVisibleTotalTime()
89 void setSelfTime(double time) {m_actualSelfTime = time; m_visibleSelfTime = time; } in setSelfTime()
90 void setActualSelfTime(double time) { m_actualSelfTime = time; } in setActualSelfTime()
91 void setVisibleSelfTime(double time) { m_visibleSelfTime = time; } in setVisibleSelfTime()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DTime.java19 ASN1Primitive time; field in Time
29 ASN1Primitive time) in Time()
/external/webkit/Source/WebKit/chromium/src/
DWebAnimationControllerImpl.cpp60 double time) in pauseAnimationAtTime()
72 double time) in pauseTransitionAtTime()
/external/skia/src/animator/
DSkDisplayScreenplay.h18 SkMSec time; variable
/external/chromium/chrome/browser/debugger/
Ddevtools_netlog_observer.cc41 const base::TimeTicks& time, in OnAddEntry()
62 const base::TimeTicks& time, in OnAddURLRequestEntry()
157 const base::TimeTicks& time, in OnAddHTTPStreamJobEntry()
180 const base::TimeTicks& time, in OnAddSocketEntry()
/external/e2fsprogs/contrib/python-uuid/
Dtest.py7 time = time.time() variable
/external/v8/test/mjsunit/regress/
Dregress-2027.js30 function Check(time) { argument
/external/iproute2/tc/
Dtc_core.c30 int tc_core_time2big(unsigned time) in tc_core_time2big()
39 unsigned tc_core_time2tick(unsigned time) in tc_core_time2tick()
49 unsigned tc_core_time2ktime(unsigned time) in tc_core_time2ktime()

12345678910>>...24