| /external/jemalloc/src/ |
| D | nstime.c | 6 nstime_init(nstime_t *time, uint64_t ns) in nstime_init() 13 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) in nstime_init2() 20 nstime_ns(const nstime_t *time) in nstime_ns() 27 nstime_sec(const nstime_t *time) in nstime_sec() 34 nstime_nsec(const nstime_t *time) in nstime_nsec() 41 nstime_copy(nstime_t *time, const nstime_t *source) in nstime_copy() 55 nstime_add(nstime_t *time, const nstime_t *addend) in nstime_add() 64 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) in nstime_subtract() 73 nstime_imultiply(nstime_t *time, uint64_t multiplier) in nstime_imultiply() 83 nstime_idivide(nstime_t *time, uint64_t divisor) in nstime_idivide() [all …]
|
| /external/tlsdate/src/compat/ |
| D | clock.h | 62 #define CLOCK_SEC(time) ((time)->tp.tv_sec) argument 63 #define CLOCK_MSEC(time) ((time)->tp.tv_nsec / 1000000) argument 64 #define CLOCK_USEC(time) ((time)->tp.tv_nsec / 1000) argument 65 #define CLOCK_NSEC(time) ((time)->tp.tv_nsec) argument
|
| D | clock-hurd.c | 23 int clock_get_real_time(struct tlsdate_time *time) in clock_get_real_time() 37 int clock_set_real_time(const struct tlsdate_time *time) in clock_set_real_time() 51 void clock_init_time(struct tlsdate_time *time, time_t sec, in clock_init_time()
|
| D | clock-linux.c | 23 int clock_get_real_time(struct tlsdate_time *time) in clock_get_real_time() 36 int clock_set_real_time(const struct tlsdate_time *time) in clock_set_real_time() 49 void clock_init_time(struct tlsdate_time *time, time_t sec, in clock_init_time()
|
| D | clock-darwin.c | 36 int clock_get_real_time(struct tlsdate_time *time) in clock_get_real_time() 77 int clock_set_real_time(const struct tlsdate_time *time) in clock_set_real_time() 102 void clock_init_time(struct tlsdate_time *time, time_t sec, in clock_init_time()
|
| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/ |
| D | BaseAnimationController.java | 118 protected void apply (final Animation animation, final float time, final float weight) { in apply() 136 protected void applyAnimation (final Animation animation, final float time) { in applyAnimation() 161 …l static <T> int getFirstKeyframeIndexAtTime (final Array<NodeKeyframe<T>> arr, final float time) { in getFirstKeyframeIndexAtTime() 171 …private final static Vector3 getTranslationAtTime (final NodeAnimation nodeAnim, final float time,… in getTranslationAtTime() 187 …private final static Quaternion getRotationAtTime (final NodeAnimation nodeAnim, final float time,… in getRotationAtTime() 203 …private final static Vector3 getScalingAtTime (final NodeAnimation nodeAnim, final float time, fin… in getScalingAtTime() 219 …final static Transform getNodeAnimationTransform (final NodeAnimation nodeAnim, final float time) { in getNodeAnimationTransform() 227 …ate final static void applyNodeAnimationDirectly (final NodeAnimation nodeAnim, final float time) { in applyNodeAnimationDirectly() 235 final Pool<Transform> pool, final float alpha, final float time) { in applyNodeAnimationBlending() 257 final Animation animation, final float time) { in applyAnimation()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
| D | Time.java | 39 ASN1Primitive time; field in Time 52 ASN1Primitive time) in Time() 71 Date time) in Time() 104 Date time, in Time()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
| D | ASN1UTCTime.java | 38 private byte[] time; field in ASN1UTCTime 107 String time) in ASN1UTCTime() 125 Date time) in ASN1UTCTime() 145 Date time, in ASN1UTCTime() 160 byte[] time) in ASN1UTCTime()
|
| D | ASN1GeneralizedTime.java | 24 private byte[] time; field in ASN1GeneralizedTime 92 String time) in ASN1GeneralizedTime() 111 Date time) in ASN1GeneralizedTime() 131 Date time, in ASN1GeneralizedTime() 242 private String convert(int time) in convert()
|
| D | DERUTCTime.java | 16 public DERUTCTime(Date time) in DERUTCTime() 21 public DERUTCTime(String time) in DERUTCTime()
|
| D | DERGeneralizedTime.java | 17 public DERGeneralizedTime(Date time) in DERGeneralizedTime() 22 public DERGeneralizedTime(String time) in DERGeneralizedTime()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
| D | Time.java | 23 ASN1Primitive time; field in Time 33 ASN1Primitive time) in Time() 52 Date time) in Time() 85 Date time, in Time()
|
| /external/webrtc/webrtc/modules/rtp_rtcp/source/ |
| D | rtp_packet_history_unittest.cc | 76 int64_t time; in TEST_F() local 91 int64_t time; in TEST_F() local 117 int64_t time; in TEST_F() local 136 int64_t time; in TEST_F() local 155 int64_t time; in TEST_F() local 173 int64_t time; in TEST_F() local 204 int64_t time; in TEST_F() local 229 int64_t time; in TEST_F() local 274 int64_t time; in TEST_F() local
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | PlayerComponent.java | 118 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 …]
|
| D | InputSystem.java | 46 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/webrtc/webrtc/modules/video_coding/ |
| D | media_optimization_unittest.cc | 71 for (int time = 0; time < 2000; time += frame_time_ms_) { in TEST_F() local 82 for (int time = 0; time < 2000; time += frame_time_ms_) { in TEST_F() local 95 for (int time = 0; time < 2000; time += frame_time_ms_) { in TEST_F() local 107 for (int time = 0; time < 2000; time += frame_time_ms_) { in TEST_F() local
|
| /external/webrtc/webrtc/base/ |
| D | ratelimiter.cc | 15 bool RateLimiter::CanUse(size_t desired, double time) { in CanUse() 20 void RateLimiter::Use(size_t used, double time) { in Use()
|
| /external/icu/icu4c/source/i18n/unicode/ |
| D | simpletz.h | 886 int32_t time, UErrorCode& status) { in setStartRule() 891 int32_t time, in setStartRule() 898 int32_t time, UBool after, UErrorCode& status) { in setStartRule() 904 int32_t time, UErrorCode& status) { in setEndRule() 909 int32_t time, UErrorCode& status) { in setEndRule() 914 int32_t time, UBool after, UErrorCode& status) { in setEndRule()
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| D | Monitor.java | 372 public boolean enter(long time, TimeUnit unit) { in enter() 401 public boolean enterInterruptibly(long time, TimeUnit unit) throws InterruptedException { in enterInterruptibly() 471 public boolean enterWhen(Guard guard, long time, TimeUnit unit) throws InterruptedException { in enterWhen() 512 public boolean enterWhenUninterruptibly(Guard guard, long time, TimeUnit unit) { in enterWhenUninterruptibly() 613 public boolean enterIf(Guard guard, long time, TimeUnit unit) { in enterIf() 637 public boolean enterIfInterruptibly(Guard guard, long time, TimeUnit unit) in enterIfInterruptibly() 716 public boolean waitFor(Guard guard, long time, TimeUnit unit) throws InterruptedException { in waitFor() 730 public boolean waitForUninterruptibly(Guard guard, long time, TimeUnit unit) { in waitForUninterruptibly()
|
| /external/testng/src/main/java/org/testng/reporters/jq/ |
| D | TimesPanel.java | 59 long time = tr.getEndMillis() - tr.getStartMillis(); in js() local 73 m_totalTime.put(suite.getName(), total + time); in js() local 93 Long time = m_totalTime.get(suite.getName()); in getContent() local
|
| /external/proguard/src/proguard/ |
| D | UpToDateChecker.java | 183 public void updateModificationTime(long time, boolean isOutput) in updateModificationTime() 199 public void updateInputModificationTime(long time) in updateInputModificationTime() 213 public void updateOutputModificationTime(long time) in updateOutputModificationTime()
|
| /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
| D | SharedPrefUtil.java | 60 public static long getLastContactChangedTimestamp(Context context, long time) { in getLastContactChangedTimestamp() 66 public static void saveLastContactChangedTimestamp(Context context, long time) { in saveLastContactChangedTimestamp() 72 public static long getLastProfileContactChangedTimestamp(Context context, long time) { in getLastProfileContactChangedTimestamp() 78 public static void saveLastProfileContactChangedTimestamp(Context context, long time) { in saveLastProfileContactChangedTimestamp() 84 public static long getLastContactDeletedTimestamp(Context context, long time) { in getLastContactDeletedTimestamp() 90 public static void saveLastContactDeletedTimestamp(Context context, long time) { in saveLastContactDeletedTimestamp()
|
| D | Contacts.java | 234 public void setLastUpdateTime(long time) { in setLastUpdateTime() 242 public void setVolteTimestamp(long time) { in setVolteTimestamp() 250 public void setVideoTimestamp(long time) { in setVideoTimestamp() 280 private String getTimeString(long time) { in getTimeString()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| D | TimeZoneTransition.java | 18 private final long time; field in TimeZoneTransition 30 public TimeZoneTransition(long time, TimeZoneRule from, TimeZoneRule to) { in TimeZoneTransition()
|
| /external/icu/android_icu4j/src/main/java/android/icu/util/ |
| D | TimeZoneTransition.java | 19 private final long time; field in TimeZoneTransition 29 public TimeZoneTransition(long time, TimeZoneRule from, TimeZoneRule to) { in TimeZoneTransition()
|