/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
D | Time.java | 38 ASN1Primitive time; field in Time 51 ASN1Primitive time) in Time() 70 Date time) in Time() 100 Date time, in Time()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1UTCTime.java | 37 private byte[] time; field in ASN1UTCTime 106 String time) in ASN1UTCTime() 124 Date time) in ASN1UTCTime() 141 Date time, in ASN1UTCTime() 152 byte[] time) in ASN1UTCTime()
|
D | ASN1GeneralizedTime.java | 23 private byte[] time; field in ASN1GeneralizedTime 91 String time) in ASN1GeneralizedTime() 110 Date time) in ASN1GeneralizedTime() 127 Date time, in ASN1GeneralizedTime() 233 private String convert(int time) in convert()
|
D | DERGeneralizedTime.java | 17 public DERGeneralizedTime(Date time) in DERGeneralizedTime() 22 public DERGeneralizedTime(String time) in DERGeneralizedTime()
|
D | DERUTCTime.java | 16 public DERUTCTime(Date time) in DERUTCTime() 21 public DERUTCTime(String time) in DERUTCTime()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | Time.java | 22 ASN1Primitive time; field in Time 32 ASN1Primitive time) in Time() 51 Date time) in Time() 81 Date time, in Time()
|
/external/skia/tools/ |
D | DumpRecord.cpp | 47 void print(const T& command, double time) { in print() 51 void print(const SkRecords::Restore& command, double time) { in print() 56 void print(const SkRecords::Save& command, double time) { in print() 61 void print(const SkRecords::SaveLayer& command, double time) { in print() 68 void printNameAndTime(const T& command, double time) { in printNameAndTime()
|
/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
|
D | GameObject.java | 121 final TimeSystem time = sSystemRegistry.timeSystem; in touchingGround() local 129 final TimeSystem time = sSystemRegistry.timeSystem; in touchingCeiling() local 137 final TimeSystem time = sSystemRegistry.timeSystem; in touchingLeftWall() local 145 final TimeSystem time = sSystemRegistry.timeSystem; in touchingRightWall() local
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/ |
D | TimeLine.java | 54 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/jmonkeyengine/engine/src/test/jme3test/input/combomoves/ |
D | ComboMoveExecution.java | 54 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/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/jmonkeyengine/engine/src/core/com/jme3/input/event/ |
D | InputEvent.java | 42 protected long time; field in InputEvent 62 public void setTime(long time){ in setTime()
|
/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/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()
|
D | TimeArrayTimeZoneRule.java | 99 long time = getUTC(startTimes[i], prevOffset, prevDSTSavings); in getNextStart() local 117 long time = getUTC(startTimes[i], prevOffset, prevDSTSavings); in getPreviousStart() local 150 private long getUTC(long time, int raw, int dst) { in getUTC()
|
D | RuleBasedTimeZone.java | 101 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; in getOffset() local 113 public void getOffset(long time, boolean local, int[] offsets) { in getOffset() 199 long time = System.currentTimeMillis(); in observesDaylightTime() local 618 …private void getOffset(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt, in… in getOffset() 661 …private TimeZoneRule findRuleInFinal(long time, boolean local, int NonExistingTimeOpt, int Duplica… in findRuleInFinal() 706 long time = tzt.getTime(); in getTransitionTime() local
|
D | SimpleTimeZone.java | 317 int time) { in setStartRule() 364 private void setStartRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode) { in setStartRule() 389 public void setStartRule(int month, int dayOfMonth, int time) { in setStartRule() 415 public void setStartRule(int month, int dayOfMonth, int dayOfWeek, int time, boolean after) { in setStartRule() 445 public void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time) { in setEndRule() 466 public void setEndRule(int month, int dayOfMonth, int time) { in setEndRule() 492 public void setEndRule(int month, int dayOfMonth, int dayOfWeek, int time, boolean after) { in setEndRule() 502 int time, int mode, boolean after){ in setEndRule() 524 private void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode){ in setEndRule()
|
/external/iproute2/tc/ |
D | tc_core.c | 30 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()
|
/external/nist-sip/java/gov/nist/core/ |
D | ServerLogger.java | 34 void logMessage(SIPMessage message, String from, String to, boolean sender, long time); in logMessage() 37 boolean sender, long time); in logMessage()
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
D | AnimationFactory.java | 187 public void addTimeTransform(float time, Transform transform) { in addTimeTransform() 207 public void addTimeTranslation(float time, Vector3f translation) { in addTimeTranslation() 229 public void addTimeRotation(float time, Quaternion rotation) { in addTimeRotation() 257 public void addTimeRotationAngles(float time, float x, float y, float z) { in addTimeRotationAngles() 314 public void addTimeScale(float time, Vector3f scale) { in addTimeScale()
|
/external/skia/src/utils/ |
D | SkInterpolator.cpp | 61 SkScalar SkInterpolatorBase::ComputeRelativeT(SkMSec time, SkMSec prevTime, in ComputeRelativeT() 70 SkInterpolatorBase::Result SkInterpolatorBase::timeToT(SkMSec time, SkScalar* T, in timeToT() 160 bool SkInterpolator::setKeyFrame(int index, SkMSec time, in setKeyFrame() 181 SkInterpolator::Result SkInterpolator::timeToValues(SkMSec time, in timeToValues()
|
/external/skia/src/animator/ |
D | SkDisplayScreenplay.h | 18 SkMSec time; variable
|