Searched defs:tsp (Results 1 - 10 of 10) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
H A DPKIStatusInfoTest.java18 package org.apache.harmony.security.tests.x509.tsp;
24 import org.apache.harmony.security.x509.tsp.PKIFailureInfo;
25 import org.apache.harmony.security.x509.tsp.PKIStatus;
26 import org.apache.harmony.security.x509.tsp.PKIStatusInfo;
34 * @tests 'org.apache.harmony.security.x509.tsp.PKIStatusInfo.getEncoded()'
H A DTSTInfoTest.java18 package org.apache.harmony.security.tests.x509.tsp;
32 import org.apache.harmony.security.x509.tsp.MessageImprint;
33 import org.apache.harmony.security.x509.tsp.TSTInfo;
39 * @tests 'org.apache.harmony.security.x509.tsp.TSTInfo.getEncoded()'
H A DTimeStampReqTest.java18 package org.apache.harmony.security.tests.x509.tsp;
29 import org.apache.harmony.security.x509.tsp.MessageImprint;
30 import org.apache.harmony.security.x509.tsp.TimeStampReq;
36 * @tests 'org.apache.harmony.security.x509.tsp.TimeStampReq.getEncoded()'
H A DTimeStampRespTest.java18 package org.apache.harmony.security.tests.x509.tsp;
38 import org.apache.harmony.security.x509.tsp.MessageImprint;
39 import org.apache.harmony.security.x509.tsp.PKIFailureInfo;
40 import org.apache.harmony.security.x509.tsp.PKIStatus;
41 import org.apache.harmony.security.x509.tsp.PKIStatusInfo;
42 import org.apache.harmony.security.x509.tsp.TSTInfo;
43 import org.apache.harmony.security.x509.tsp.TimeStampResp;
49 * @tests 'org.apache.harmony.security.x509.tsp.TimeStampResp.getEncoded()'
/external/tcpdump/
H A Dprint-timed.c50 struct tsp *tsp = (struct tsp *)bp; local
54 if (endof(tsp->tsp_type) > snapend) {
58 if (tsp->tsp_type < TSPTYPENUMBER)
59 printf("TSP_%s", tsptype[tsp->tsp_type]);
61 printf("(tsp_type %#x)", tsp->tsp_type);
63 if (endof(tsp->tsp_vers) > snapend) {
67 printf(" vers %d", tsp->tsp_vers);
69 if (endof(tsp
[all...]
H A Dtimed.h47 struct tsp { struct
/external/llvm/lib/CodeGen/
H A DBranchFolding.h57 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) argument
58 : MPIter(mp), TailStartPos(tsp) {}
/external/webkit/Tools/android/flex-2.5.4a/
H A Ddfa.c250 register int stkpos, ns, tsp; local
333 tsp = trans1[ns] + MARKER_DIFFERENCE;
335 if ( tsp != NO_TRANSITION )
337 if ( ! IS_MARKED(tsp) )
338 STACK_STATE(tsp)
340 tsp = trans2[ns];
342 if ( tsp != NO_TRANSITION && ! IS_MARKED(tsp) )
343 STACK_STATE(tsp)
928 int ns, tsp, sy local
[all...]
/external/blktrace/
H A Dblktrace.c502 static inline void make_timespec(struct timespec *tsp, long delta_msec) argument
507 tsp->tv_sec = now.tv_sec;
508 tsp->tv_nsec = 1000L * now.tv_usec;
510 tsp->tv_nsec += (delta_msec * 1000000L);
511 if (tsp->tv_nsec > 1000000000L) {
512 long secs = tsp->tv_nsec / 1000000000L;
514 tsp->tv_sec += secs;
515 tsp->tv_nsec -= (secs * 1000000000L);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 682 milliseconds