/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
H A D | Time.java | 23 * 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 D | Time.java | 18 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 D | SumTimerInfo.py | 22 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 D | UniformBinding.java | 160 * 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 D | 04-codec.tex | 120 \paragraph{Time domain transforms}
|
/external/llvm/include/llvm/Support/ |
H A D | Timer.h | 49 // 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 D | time.h | 24 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 D | LzmaBench.cs | 150 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 D | LzmaBench.java | 199 public long Time;
field in class:LzmaBench.CProgressInfo 206 Time = System.currentTimeMillis();
346 long encodeTime = System.currentTimeMillis() - progressInfo.Time;
|
/external/tcpdump/ |
H A D | util.c | 164 time_t Time; local 212 Time = (tvp->tv_sec + thiszone) - s; 213 tm = gmtime (&Time);
|
/external/llvm/lib/CodeGen/ |
H A D | BranchFolding.cpp | 456 unsigned Time = 0; local 461 Time += 10; 463 Time += 2; 465 ++Time; 467 return Time;
|
/external/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 1642 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 D | ms_main.c | 1002 // 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 D | mDNS.c | 2707 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 D | mDNSEmbeddedAPI.h | 721 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:__anon11657 1535 mDNSs32 StopTime; // Time thi [all...] |
/external/libvncserver/x11vnc/ |
H A D | nox11.h | 134 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 D | ptp.h | 986 time_t Time; member in struct:_PTPCANONFolderEntry
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.text_3.5.0.v20100601-1300.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/google-tv-pairing-protocol/java/jar/ |
H A D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ... |
/external/robolectric/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |