/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
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/clang/test/Analysis/ |
taint-tester.c | 96 int tt = t; // expected-warning + {{tainted}} local
|
/prebuilts/gdb/darwin-x86/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)
|
imaplib.py | [all...] |
/prebuilts/gdb/linux-x86/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)
|
imaplib.py | [all...] |
/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)
|
imaplib.py | [all...] |
/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)
|
imaplib.py | [all...] |
/external/skia/src/core/ |
SkGeometry.cpp | 154 Sk2s tt(t); 156 Sk2s p01 = interp(p0, p1, tt); 157 Sk2s p12 = interp(p1, p2, tt); 161 dst[2] = to_point(interp(p01, p12, tt)); 400 Sk2s tt(t); 402 Sk2s ab = interp(p0, p1, tt); 403 Sk2s bc = interp(p1, p2, tt); 404 Sk2s cd = interp(p2, p3, tt); 405 Sk2s abc = interp(ab, bc, tt); 406 Sk2s bcd = interp(bc, cd, tt); [all...] |
/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/bzip2/ |
bzlib_private.h | 381 UInt32 *tt; member in struct:__anon6749 447 s->tPos = s->tt[s->tPos]; \
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/ |
epydoc.js | 120 var s = "<tt class='py-lineno'>"; 122 s += "</tt>"; 123 s += " <tt class='py-line'>"; 126 s += "\");return false'>...</a></tt><br />";
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/ |
epydoc.js | 120 var s = "<tt class='py-lineno'>"; 122 s += "</tt>"; 123 s += " <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/pdfium/third_party/lcms2-2.6/src/ |
cmswtpnt.c | 101 cmsFloat64Number tt; // slope of ISOTEMPERATURE. line member in struct:__anon22175 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',
|
/external/v8/test/webkit/ |
rehash-assign.js | 74 tt = 19;
|
/external/opencv3/samples/cpp/ |
calibration.cpp | 181 time_t tt; local 182 time( &tt ); 183 struct tm *t2 = localtime( &tt );
|
/toolchain/binutils/binutils-2.25/gas/config/ |
xtensa-relax.c | 522 append_transition (TransitionTable *tt, 530 gas_assert (tt != NULL); 531 gas_assert (opcode < tt->num_opcodes); 533 prev = tt->table[opcode]; 538 tt->table[opcode] = tl; 542 for (t_p = &tt->table[opcode]; (*t_p) != NULL; t_p = &(*t_p)->next) [all...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
e_lgammal_r.c | 71 tt = 1.57061739945077675484237837992951704e-36L, variable 284 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_inline.h | 351 register int32 tt = tmp; local 360 "r"(tt),
|
/external/clang/test/SemaCXX/ |
cxx0x-initializer-stdinitializerlist.cpp | 283 void f(std::initializer_list<std::initializer_list<T>> ...tt);
|