Searched defs:Time (Results 1 - 20 of 20) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DTime.java23 * Time ::= CHOICE {
34 public class Time class in inherits:ASN1Object,ASN1Choice
40 public static Time getInstance(
50 public Time( method in class:Time
56 throw new IllegalArgumentException("unknown object passed to Time");
69 public Time( method in class:Time
99 public Time( method in class:Time
122 * Return a Time object from the given object.
127 * <li> {@link Time} object
135 public static Time getInstanc
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DTime.java18 public class Time class in inherits:ASN1Object,ASN1Choice
24 public static Time getInstance(
31 public Time( method in class:Time
37 throw new IllegalArgumentException("unknown object passed to Time");
50 public Time( method in class:Time
80 public Time( method in class:Time
102 public static Time getInstance(
105 if (obj == null || obj instanceof Time)
107 return (Time)obj;
111 return new Time((ASN1UTCTim
[all...]
/external/clang/utils/analyzer/
H A DSumTimerInfo.py22 Time = 0.0 variable
38 if (("Analyzer Total Time" in line) and (Mode == 1)) :
40 Time = Time + float(s[6]) variable
74 print "Time %f" % (Time)
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DUniformBinding.java160 * Time in seconds since the application was started.
163 Time, enum constant in enum:UniformBinding
166 * Time in seconds that the last frame took.
/external/libvorbis/doc/
H A D04-codec.tex120 \paragraph{Time domain transforms}
/external/llvm/include/llvm/Support/
H A DTimer.h49 // Sort by Wall Time elapsed, as it is the only thing really accurate
80 TimeRecord Time; member in class:llvm::Timer
106 /// startTimer - Start the timer running. Time between calls to
/external/v8/src/base/platform/
H A Dtime.h24 class Time;
156 // Time
161 class Time FINAL {
175 // Contains the NULL time. Use Time::Now() to get the current time.
176 Time() : us_(0) {} function in class:v8::base::FINAL
187 static Time Now();
193 static Time NowFromSystemTime();
196 static Time UnixEpoch() { return Time(0); }
200 static Time Ma
277 explicit Time(int64_t us) : us_(us) {} function in class:v8::base::FINAL
[all...]
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs150 public System.DateTime Time; field in class:SevenZip.LzmaBench.CProgressInfo
156 Time = DateTime.UtcNow;
298 TimeSpan sp2 = DateTime.UtcNow - progressInfo.Time;
/external/lzma/Java/SevenZip/
H A DLzmaBench.java199 public long Time; field in class:LzmaBench.CProgressInfo
206 Time = System.currentTimeMillis();
346 long encodeTime = System.currentTimeMillis() - progressInfo.Time;
/external/tcpdump/
H A Dutil.c164 time_t Time; local
212 Time = (tvp->tv_sec + thiszone) - s;
213 tm = gmtime (&Time);
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp456 unsigned Time = 0; local
461 Time += 10;
463 Time += 2;
465 ++Time;
467 return Time;
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1642 SDValue Time = N->getOperand(3); local
1644 if (Time.hasOneUse()) {
1645 unsigned BitWidth = Time.getValueSizeInBits();
1651 if (TLO.ShrinkDemandedConstant(Time, DemandedMask) ||
1652 TLI.SimplifyDemandedBits(Time, DemandedMask, KnownZero, KnownOne,
/external/valgrind/massif/
H A Dms_main.c1002 // Time is measured either in i or ms or bytes, depending on the --time-unit
1005 typedef Long Time; typedef
1020 Time time;
1144 Time min_timespan;
1174 Time timespan = snapshots[jn].time - snapshots[jp].time;
1239 Time timespan = snapshots[i].time - snapshots[i-1].time;
1263 static Time get_time(void)
1279 static Time start_time_ms;
1299 take_snapshot(Snapshot* snapshot, SnapshotKind kind, Time my_time,
1345 static Time min_time_interva
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNS.c2707 for (i=0; i<DupSuppressInfoSize; i++) if (ds[i].Time - time < 0) ds[i].InterfaceID = mDNSNULL;
2713 for (i=0; i<DupSuppressInfoSize; i++) if (ds[i].InterfaceID == InterfaceID && ds[i].Time - time < 0) ds[i].InterfaceID = mDNSNULL;
2731 mDNSlocal int RecordDupSuppressInfo(DupSuppressInfo ds[DupSuppressInfoSize], mDNSs32 Time, mDNSInterfaceID InterfaceID, mDNSs32 Type) argument
2743 if (!ds[j].InterfaceID || ds[j].Time - ds[i].Time < 0)
2748 ds[i].Time = Time;
2915 //LogInfo("Time to send %##s (%s) %d", q->qname.c, DNSTypeName(q->qtype), m->timenow - NextQSendTime(q));
7983 LogInfo("GetServerForName: DNS server %#a:%d (Penalty Time Left %d) (Scope %s:%p) found for name %##s", &curmatch->addr,
8013 LogInfo("GetServerForQuestion: %p DNS server %#a:%d (Penalty Time Lef
[all...]
H A DmDNSEmbeddedAPI.h721 mDNSu32 refresh; // Time in seconds that a slave waits after successful replication of the database before it attempts replication again
722 mDNSu32 retry; // Time in seconds that a slave waits after an unsuccessful replication attempt before it attempts replication again
723 mDNSu32 expire; // Time in seconds that a slave holds on to old data while replication attempts remain unsuccessful
937 mDNSu32 upseconds; // Time since last NAT engine reboot, in seconds
956 mDNSu32 upseconds; // Time since last NAT engine reboot, in seconds
999 mDNSs32 ExpiryTime; // Time this mapping expires, or zero if no mapping
1072 mDNSs32 lasttest; // Time we sent last bug-detection query to this server
1231 mDNSs32 NextUpdateCredit; // Time next token is added to bucket
1426 mDNSs32 Time; member in struct:__anon11652
1535 mDNSs32 StopTime; // Time thi
[all...]
/external/libvncserver/x11vnc/
H A Dnox11.h134 typedef unsigned long Time; typedef
150 typedef CARD32 Time; typedef
196 #define CurrentTime 0L /* special Time */
1262 Time time;
1364 Time time; /* milliseconds */
1382 Time time; /* milliseconds */
1400 Time time; /* milliseconds */
1417 Time time; /* milliseconds */
1641 Time time;
1652 Time tim
[all...]
/external/libmtp/src/
H A Dptp.h986 time_t Time; member in struct:_PTPCANONFolderEntry
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 643 milliseconds