/external/openssl/crypto/objects/ |
obj_xref.c | 187 static void sid_free(nid_triple *tt) 189 OPENSSL_free(tt);
|
/external/chromium_org/tools/page_cycler/common/ |
start.js | 79 'started chrome also with <tt>--js-flags=\"--expose_gc\"' + 80 '</tt> for this test to work manually</h3>');
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
typeexpr.py | 87 tt = type_table() 106 tt.add_type( te ) 108 type_expression.built_in_types = tt
|
/external/chromium_org/third_party/skia/bench/ |
HairlinePathBench.cpp | 185 GrTestTarget tt; variable 186 context->getTestTarget(&tt); 187 if (tt.target()->caps()->pathRenderingSupport()) {
|
/external/mesa3d/src/mapi/glapi/gen/ |
typeexpr.py | 87 tt = type_table() 106 tt.add_type( te ) 108 type_expression.built_in_types = tt
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_attribs.cc | 166 for (size_t tt = 0; tt < arraysize(types); ++tt) { 167 GLenum type = types[tt]; 168 GLsizei num_bytes = sizes[tt];
|
/external/chromium_org/third_party/re2/re2/testing/ |
parse_test.cc | 406 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/ |
profile.rb | 40 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
|
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/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/ |
table_shifter.js | 86 var summaryText = this.currentWalker_.tt.summaryText(); 95 if (this.currentWalker_.tt.isSpanned()) {
|
/external/opencv/cvaux/src/ |
cvlmeds.cpp | 199 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 + p / (3. * tt) [all...] |
/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/tree/ |
visitor.rb | 42 instead a standard single iteration block. The <tt>visit(tree)</tt> method walks
|
/external/chromium_org/v8/tools/profviz/ |
profviz.css | 122 .tt {
|
/external/ltrace/testsuite/ltrace.minor/ |
time-record-tt.exp | 5 set binfile ${testfile}-tt 14 ltrace_options "-tt"
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
lgc.c | 139 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, 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 == LUA_TTHREAD [all...] |
lobject.h | 77 #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/ |
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;
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
asn1t.h | 423 const ASN1_TEMPLATE tt; /* item for this value */ member in struct:ASN1_ADB_TABLE_st 875 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt); 878 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt); 879 int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt); 884 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt); 893 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt); 895 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
|
/external/openssl/crypto/asn1/ |
asn1t.h | 476 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/ |
cms_sd.c | 464 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/ |
asn1t.h | 476 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/ |
taint-tester.c | 96 int tt = t; // expected-warning + {{tainted}} local
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_lgamma_r.c | 108 /* tt = -(tail of tf) */ 109 tt = -3.63867699703950536541e-18, /* 0xBC50C7CA, 0xA48A971F */ variable 262 p = z*p1-(tt-w*(p2+y*p3));
|