Searched defs:Time (Results 26 - 44 of 44) sorted by relevance

12

/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/openssl/ssl/
H A Dd1_clnt.c150 unsigned long Time=(unsigned long)time(NULL); local
159 RAND_add(&Time,sizeof(Time),0);
H A Dd1_srvr.c148 unsigned long Time=(unsigned long)time(NULL); local
159 RAND_add(&Time,sizeof(Time),0);
H A Ds3_clnt.c189 unsigned long Time=(unsigned long)time(NULL); local
194 RAND_add(&Time,sizeof(Time),0);
H A Ds3_srvr.c220 unsigned long alg_k,Time=(unsigned long)time(NULL); local
226 RAND_add(&Time,sizeof(Time),0);
/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.cpp448 unsigned Time = 0; local
453 Time += 10;
455 Time += 2;
457 ++Time;
459 return Time;
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvproto.h63 #define Time CARD32 macro
272 Time time B32;
281 Time time B32;
571 Time time B32;
583 Time time B32;
600 #undef Time macro
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1635 SDValue Time = N->getOperand(3); local
1637 if (Time.hasOneUse()) {
1638 unsigned BitWidth = Time.getValueSizeInBits();
1644 if (TLO.ShrinkDemandedConstant(Time, DemandedMask) ||
1645 TLI.SimplifyDemandedBits(Time, DemandedMask, KnownZero, KnownOne,
/external/valgrind/main/massif/
H A Dms_main.c1013 // Time is measured either in i or ms or bytes, depending on the --time-unit
1016 typedef Long Time; typedef
1031 Time time;
1155 Time min_timespan;
1185 Time timespan = snapshots[jn].time - snapshots[jp].time;
1250 Time timespan = snapshots[i].time - snapshots[i-1].time;
1274 static Time get_time(void)
1290 static Time start_time_ms;
1310 take_snapshot(Snapshot* snapshot, SnapshotKind kind, Time my_time,
1356 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:__anon26815
1535 mDNSs32 StopTime; // Time thi
[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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 456 milliseconds

12