Searched refs:tt (Results 101 - 125 of 190) sorted by relevance

12345678

/external/regex-re2/re2/testing/
H A Dparse_test.cc406 string tt = nre->ToString(); local
407 if (s != ss || t != tt)
410 EXPECT_EQ(t, tt);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb40 recognition code generated by ANTLR when called with the <tt>-profile</tt>
188 When ANTLR is run with the <tt>-profile</tt> switch, it generates recognition
H A Derror.rb212 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
H A Ddebug.rb139 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/opencv/cvaux/src/
H A Dcvlmeds.cpp199 double p, q, D, c1, c2, b1, b2, ro1, ro2, fi1, fi2, tt; local
250 tt = SIGN( ro1 ) * pow( fabs( ro1 ), 0.333333333333 );
251 c1 = tt - p / (3. * tt);
252 c2 = tt + p / (3. * tt);
257 tt = SIGN( ro2 ) * pow( fabs( ro2 ), 0.333333333333 );
258 b1 = tt - p / (3. * tt);
259 b2 = tt
[all...]
/external/aac/libMpegTPDec/src/
H A Dtpdec_latm.cpp160 TRANSPORT_TYPE tt,
178 if ((ErrorStatus = CLatmDemux_ReadAudioMuxElement(bs, pLatmDemux, (tt != TT_MP4_LATM_MCP0), pTpDecCallbacks, pAsc, pfConfigFound)))
157 CLatmDemux_Read( HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux, TRANSPORT_TYPE tt, CSTpCallBacks *pTpDecCallbacks, CSAudioSpecificConfig *pAsc, int *pfConfigFound, const INT ignoreBufferFullness ) argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dvisitor.rb42 instead a standard single iteration block. The <tt>visit(tree)</tt> method walks
/external/chromium_org/v8/tools/profviz/
H A Dprofviz.css122 .tt {
/external/ltrace/testsuite/ltrace.minor/
H A Dtime-record-tt.exp5 set binfile ${testfile}-tt
14 ltrace_options "-tt"
/external/tcpdump/
H A Dprint-ip.c102 int tt; local
105 tt = *cp;
106 if (tt == IPOPT_EOL)
108 else if (tt == IPOPT_NOP)
117 switch (tt) {
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlgc.c139 lua_assert(gch(o)->tt != LUA_TTABLE);
157 lua_assert(isblack(o) && !isdead(g, o) && gch(o)->tt == LUA_TTABLE);
212 GCObject *luaC_newobj (lua_State *L, int tt, size_t sz, GCObject **list, argument
215 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz));
220 gch(o)->tt = tt;
246 switch (gch(o)->tt) {
519 switch (gch(o)->tt) {
657 switch (gch(o)->tt) {
737 if (gch(curr)->tt
[all...]
H A Dlobject.h77 #define CommonHeader GCObject *next; lu_byte tt; lu_byte marked
177 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt)
203 val_(io).gc=i_g; settt_(io, ctb(gch(i_g)->tt)); }
208 val_(io).gc=cast(GCObject *, x_); settt_(io, ctb(x_->tsv.tt)); \
/external/bzip2/
H A Ddecompress.c218 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;
H A Dbzlib_private.h381 UInt32 *tt; member in struct:__anon1746
447 s->tPos = s->tt[s->tPos]; \
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dasn1t.h476 const ASN1_TEMPLATE tt; /* item for this value */ member in struct:ASN1_ADB_TABLE_st
928 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
931 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
932 int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt);
937 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt);
946 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
948 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dasn1t.h476 const ASN1_TEMPLATE tt; /* item for this value */ member in struct:ASN1_ADB_TABLE_st
928 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
931 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
932 int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt);
937 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt);
946 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
948 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
/external/openssl/crypto/asn1/
H A Dasn1t.h476 const ASN1_TEMPLATE tt; /* item for this value */ member in struct:ASN1_ADB_TABLE_st
928 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
931 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
932 int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt);
937 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt);
946 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
948 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
/external/openssl/crypto/cms/
H A Dcms_sd.c464 ASN1_TIME *tt; local
467 tt = t;
469 tt = X509_gmtime_adj(NULL, 0);
471 if (!tt)
475 tt->type, tt, -1) <= 0)
483 ASN1_TIME_free(tt);
/external/openssl/include/openssl/
H A Dasn1t.h476 const ASN1_TEMPLATE tt; /* item for this value */ member in struct:ASN1_ADB_TABLE_st
928 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
931 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
932 int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt);
937 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt);
946 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
948 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
/external/clang/test/Analysis/
H A Dtaint-tester.c96 int tt = t; // expected-warning + {{tainted}} local
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
H A Dpopup.js18 var tt = $('a' + alarm + '_tt').value;
20 parseTime(tt, ampm);
/external/chromium_org/media/base/
H A Dtext_renderer.cc361 TextRenderer::TextTrackState::TextTrackState(scoped_ptr<TextTrack> tt) argument
363 text_track(tt.Pass()) {
/external/fdlibm/
H A De_lgamma_r.c107 /* 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/
H A DJniHdf.java263 public void exportDate(String hdfname, String tz, int tt) { argument
274 Date date = new Date((long)tt * 1000);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmswtpnt.c101 cmsFloat64Number tt; // slope of ISOTEMPERATURE. line member in struct:__anon27821
168 tj = isotempdata[j].tt;

Completed in 2906 milliseconds

12345678