HomeSort by relevance Sort by last modified time
    Searched refs:tt (Results 101 - 125 of 211) sorted by null

1 2 3 45 6 7 8 9

  /external/aac/libMpegTPDec/src/
tpdec_latm.cpp 160 TRANSPORT_TYPE tt,
178 if ((ErrorStatus = CLatmDemux_ReadAudioMuxElement(bs, pLatmDemux, (tt != TT_MP4_LATM_MCP0), pTpDecCallbacks, pAsc, pfConfigFound)))
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 212 The recognizer expected to match a symbol <tt>x</tt> at the current input
213 position, but it saw a different symbol <tt>y</tt> instead.
388 specifications seperated by <tt>|</tt> characters. An alternative is composed of
422 The recognizer is in a <tt>(..)+</tt> subrule, meaning the recognizer must
debug.rb 139 required by the code ANTLR generated when called with the <tt>-debug</tt>
289 parser will <tt>extend</tt> its input stream with this module if the stream is
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 42 instead a standard single iteration block. The <tt>visit(tree)</tt> method walks
  /external/icu/icu4j/
stylesheet.css 49 tt.java /* single cited line in JCite's -tt mode */
  /external/ltrace/testsuite/ltrace.minor/
time-record-tt.exp 5 set binfile ${testfile}-tt
14 ltrace_options "-tt"
  /external/v8/tools/profviz/
profviz.css 122 .tt {
  /external/skia/src/core/
SkGeometry.cpp 206 Sk2s tt(t);
208 Sk2s p01 = interp(p0, p1, tt);
209 Sk2s p12 = interp(p1, p2, tt);
213 dst[2] = to_point(interp(p01, p12, tt));
433 Sk2s tt(t);
435 Sk2s ab = interp(p0, p1, tt);
436 Sk2s bc = interp(p1, p2, tt);
437 Sk2s cd = interp(p2, p3, tt);
438 Sk2s abc = interp(ab, bc, tt);
439 Sk2s bcd = interp(bc, cd, tt);
    [all...]
  /external/tcpdump/
print-ip.c 102 int tt; local
105 tt = *cp;
106 if (tt == IPOPT_EOL)
108 else if (tt == IPOPT_NOP)
117 switch (tt) {
  /external/pcre/dist/
RunTest 260 tt=`expr "$1" : '.*-\([0-9]*\)'`
261 if [ "$tt" = "" ] ; then tt=$maxtest; fi
262 if expr \( "$tf" "<" 1 \) \| \( "$tt" ">" "$maxtest" \) >/dev/null; then
265 while expr "$tf" "<=" "$tt" >/dev/null; do
  /external/boringssl/src/include/openssl/
asn1t.h 423 const ASN1_TEMPLATE tt; /* item for this value */ member in struct:ASN1_ADB_TABLE_st
874 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
877 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
878 int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt);
883 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt);
892 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
894 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
  /external/bzip2/
decompress.c 218 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) );
219 if (s->tt == NULL) RETURN(BZ_MEM_ERROR);
412 s->tt[nblock] = (UInt32)uc;
480 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]);
561 uc = (UChar)(s->tt[i] & 0xff);
562 s->tt[s->cftab[uc]] |= (i << 8);
566 s->tPos = s->tt[s->origPtr] >> 8;
bzlib_private.h 381 UInt32 *tt; member in struct:__anon4840
447 s->tPos = s->tt[s->tPos]; \
  /external/skia/tests/
TessellatingPathRendererTests.cpp 256 GrTestTarget tt; local
257 context->getTestTarget(&tt);
259 GrDrawTarget* dt = tt.target();
  /external/clang/test/Analysis/
taint-tester.c 96 int tt = t; // expected-warning + {{tainted}} local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 232 size, i, b, tt = font
242 if tt is AS_IS: tt = ctt
243 font = (size, i, b, tt)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 232 size, i, b, tt = font
242 if tt is AS_IS: tt = ctt
243 font = (size, i, b, tt)
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 109 /* tt = -(tail of tf) */
110 tt = -3.63867699703950536541e-18, /* 0xBC50C7CA, 0xA48A971F */ variable
263 p = z*p1-(tt-w*(p2+y*p3));
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/apidoc/
epydoc.js 120 var s = "<tt class='py-lineno'>";
122 s += "</tt>";
123 s += "&nbsp;&nbsp;<tt class='py-line'>";
126 s += "\");return false'>...</a></tt><br />";
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/apidoc/
epydoc.js 120 var s = "<tt class='py-lineno'>";
122 s += "</tt>";
123 s += "&nbsp;&nbsp;<tt class='py-line'>";
126 s += "\");return false'>...</a></tt><br />";
  /external/fdlibm/
e_lgamma_r.c 107 /* tt = -(tail of tf) */
108 tt = -3.63867699703950536541e-18, /* 0xBC50C7CA, 0xA48A971F */ variable
268 p = z*p1-(tt-w*(p2+y*p3));
  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 263 public void exportDate(String hdfname, String tz, int tt) {
274 Date date = new Date((long)tt * 1000);
  /external/lldb/www/python_reference/
epydoc.js 120 var s = "<tt class='py-lineno'>";
122 s += "</tt>";
123 s += "&nbsp;&nbsp;<tt class='py-line'>";
126 s += "\");return false'>...</a></tt><br />";
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmswtpnt.c 101 cmsFloat64Number tt; // slope of ISOTEMPERATURE. line member in struct:__anon17574
106 // {Mirek, Ut, Vt, Tt }
168 tj = isotempdata[j].tt;
  /external/v8/test/mjsunit/
html-string-funcs.js 35 fixed: 'tt', italics: 'i', small: 'small',

Completed in 1132 milliseconds

1 2 3 45 6 7 8 9