HomeSort by relevance Sort by last modified time
    Searched refs:tt (Results 476 - 500 of 756) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
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)); \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
formatter.py 232 size, i, b, tt = font
242 if tt is AS_IS: tt = ctt
243 font = (size, i, b, tt)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
formatter.py 232 size, i, b, tt = font
242 if tt is AS_IS: tt = ctt
243 font = (size, i, b, tt)
  /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
  /external/skia/third_party/lua/src/
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/strace/tests/
init.sh 86 run_strace -ff -tt "$@"
  /external/strace/tests-m32/
init.sh 86 run_strace -ff -tt "$@"
  /external/strace/tests-mx32/
init.sh 86 run_strace -ff -tt "$@"
  /external/syslinux/com32/lua/src/
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)); \
  /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)
  /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)
  /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)
  /external/skia/src/core/
SkGeometry.cpp 148 Sk2s tt(t);
150 Sk2s p01 = interp(p0, p1, tt);
151 Sk2s p12 = interp(p1, p2, tt);
155 dst[2] = to_point(interp(p01, p12, tt));
363 Sk2s tt(t);
365 Sk2s ab = interp(p0, p1, tt);
366 Sk2s bc = interp(p1, p2, tt);
367 Sk2s cd = interp(p2, p3, tt);
368 Sk2s abc = interp(ab, bc, tt);
369 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:__anon13377
447 s->tPos = s->tt[s->tPos]; \
  /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/ltp/testcases/kernel/fs/mongo/
mongo.pl 294 @tt = split ' ', $t[0];
295 $res = $tt[1];
  /external/pdfium/third_party/lcms2-2.6/src/
cmswtpnt.c 101 cmsFloat64Number tt; // slope of ISOTEMPERATURE. line member in struct:__anon28529
106 // {Mirek, Ut, Vt, Tt }
168 tj = isotempdata[j].tt;
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
regression_test.go 79 func (t *TypeID) encodeType(x int) (tt TypeID, err error) {
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
regression_test.go 79 func (t *TypeID) encodeType(x int) (tt TypeID, err error) {
  /prebuilts/go/darwin-x86/src/encoding/asn1/
marshal.go 616 tt := new(taggedEncoder)
618 tt.body = t
620 tt.tag = bytesEncoder(appendTagAndLength(tt.scratch[:0], tagAndLength{
627 return tt, nil
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host_test.go 566 for _, tt := range tests {
567 got := removeLeadingDuplicates(tt.env)
568 if !reflect.DeepEqual(got, tt.want) {
569 t.Errorf("removeLeadingDuplicates(%q) = %q; want %q", tt.env, got, tt.want)

Completed in 901 milliseconds

<<11121314151617181920>>