/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pstats.py | 128 for func, (cc, nc, tt, ct, callers) in self.stats.items(): 131 self.total_tt += tt 230 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems(): 231 stats_list.append((cc, nc, tt, ct) + func + 250 for func, (cc, nc, tt, ct, callers) in oldstats.iteritems(): 261 (cc, nc, tt, ct, newcallers)) 263 newstats[newfunc] = (cc, nc, tt, ct, newcallers) 278 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems(): 385 cc, nc, tt, ct, callers = self.stats[func] 395 for cc, nc, tt, ct, callers in self.stats.itervalues() [all...] |
profile.py | 293 cc, ns, tt, ct, callers = timings[fn] 294 timings[fn] = cc, ns + 1, tt, ct, callers 304 cc, ns, tt, ct, callers = timings[fn] 305 timings[fn] = cc, ns+1, tt, ct, callers 326 cc, ns, tt, ct, callers = timings[rfn] 343 timings[rfn] = cc, ns - 1, tt + rit, ct, callers 424 for func, (cc, ns, tt, ct, callers) in self.timings.iteritems(): 429 self.stats[func] = cc, nc, tt, ct, callers 551 for (filename, line, funcname), (cc, ns, tt, ct, callers) in \ 555 reported_time += tt [all...] |
/external/aac/libMpegTPDec/src/ |
tpdec_latm.h | 144 TRANSPORT_TYPE tt,
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
default.css | 314 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { 318 code, tt { 352 div.doctest-example tt {
|
/external/chromium-trace/catapult/third_party/Paste/docs/web/ |
default-site.css | 302 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { 306 code, tt { 340 div.doctest-example tt {
|
/external/curl/docs/examples/ |
synctime.c | 256 time_t tt; local 307 tt = time(0); 308 lt = localtime(&tt); 310 gmt = gmtime(&tt);
|
/external/jsilver/src/org/clearsilver/ |
HDF.java | 104 void exportDate(String hdfName, String tz, int tt);
|
DelegatedHdf.java | 128 String hdfname, String tz, int tt) { 129 getHdf().exportDate(hdfname, tz, tt);
|
/external/libchrome/base/time/ |
time.cc | 144 Time Time::FromTimeT(time_t tt) { 145 if (tt == 0) 147 if (tt == std::numeric_limits<time_t>::max()) 149 return Time(kTimeTToMicrosecondsOffset) + TimeDelta::FromSeconds(tt);
|
/external/libweave/third_party/chromium/base/time/ |
time.cc | 141 Time Time::FromTimeT(time_t tt) { 142 if (tt == 0) 144 if (tt == std::numeric_limits<time_t>::max()) 146 return Time(kTimeTToMicrosecondsOffset) + TimeDelta::FromSeconds(tt);
|
/external/llvm/docs/_themes/llvm-theme/static/ |
llvm-theme.css | 237 cite, code, tt { 243 :not(a.reference) > tt { 249 tt.descname, tt.descclassname, tt.xref { 258 p a tt { 263 p a tt:hover { 267 a tt {
|
/external/wpa_supplicant_8/src/utils/ |
os_win32.c | 31 ULONGLONG tt; local 43 tt = (li.QuadPart - EPOCHFILETIME) / 10; 44 t->sec = (os_time_t) (tt / 1000000); 45 t->usec = (os_time_t) (tt % 1000000);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
rewrite.rb | 99 add string <tt>op.text</tt> to the rewrite output immediately before adding the 100 text content of the token at index <tt>op.index</tt> 122 add text <tt>op.text</tt> to the rewrite buffer in lieu of the text of tokens 123 indexed within the range <tt>op.index .. op.last_index</tt> 160 skip over the tokens indexed within the range <tt>op.index .. op.last_index</tt> [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
profile.py | 293 cc, ns, tt, ct, callers = timings[fn] 294 timings[fn] = cc, ns + 1, tt, ct, callers 304 cc, ns, tt, ct, callers = timings[fn] 305 timings[fn] = cc, ns+1, tt, ct, callers 326 cc, ns, tt, ct, callers = timings[rfn] 343 timings[rfn] = cc, ns - 1, tt + rit, ct, callers 424 for func, (cc, ns, tt, ct, callers) in self.timings.iteritems(): 429 self.stats[func] = cc, nc, tt, ct, callers 551 for (filename, line, funcname), (cc, ns, tt, ct, callers) in \ 555 reported_time += tt [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
profile.py | 293 cc, ns, tt, ct, callers = timings[fn] 294 timings[fn] = cc, ns + 1, tt, ct, callers 304 cc, ns, tt, ct, callers = timings[fn] 305 timings[fn] = cc, ns+1, tt, ct, callers 326 cc, ns, tt, ct, callers = timings[rfn] 343 timings[rfn] = cc, ns - 1, tt + rit, ct, callers 424 for func, (cc, ns, tt, ct, callers) in self.timings.iteritems(): 429 self.stats[func] = cc, nc, tt, ct, callers 551 for (filename, line, funcname), (cc, ns, tt, ct, callers) in \ 555 reported_time += tt [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
profile.py | 293 cc, ns, tt, ct, callers = timings[fn] 294 timings[fn] = cc, ns + 1, tt, ct, callers 304 cc, ns, tt, ct, callers = timings[fn] 305 timings[fn] = cc, ns+1, tt, ct, callers 326 cc, ns, tt, ct, callers = timings[rfn] 343 timings[rfn] = cc, ns - 1, tt + rit, ct, callers 424 for func, (cc, ns, tt, ct, callers) in self.timings.iteritems(): 429 self.stats[func] = cc, nc, tt, ct, callers 551 for (filename, line, funcname), (cc, ns, tt, ct, callers) in \ 555 reported_time += tt [all...] |
/external/toybox/scripts/ |
config2help.c | 341 int ff = strcspn(from, " ]"), tt = strcspn(to, " ]"); local 343 if (from[ff] == ']' && to[tt] == ']') { 344 try = xmprintf("[-%.*s%.*s] ", ff, from, tt, to); 345 qsort(try+2, ff+tt, 1, (void *)charsort); 347 that = trim(that+tt+3);
|
/system/bt/stack/smp/ |
aes.c | 408 { uint_8t tt; local 413 tt = st[1]; st[ 1] = s_box(st[ 5]); st[ 5] = s_box(st[ 9]); 414 st[ 9] = s_box(st[13]); st[13] = s_box( tt ); 416 tt = st[2]; st[ 2] = s_box(st[10]); st[10] = s_box( tt ); 417 tt = st[6]; st[ 6] = s_box(st[14]); st[14] = s_box( tt ); 419 tt = st[15]; st[15] = s_box(st[11]); st[11] = s_box(st[ 7]); 420 st[ 7] = s_box(st[ 3]); st[ 3] = s_box( tt ); 424 { uint_8t tt; local 532 { uint_8t tt, t0, t1, t2, t3; local [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 43 recognizers, and then discusses the specific <tt>ANTLR3::Stream</tt> module. 92 <tt>stream.consume</tt> is used to advance a stream one unit. StringStreams are 95 <tt>stream.peek(k = 1)</tt> is used to quickly retrieve the object of interest 96 to a recognizer at look-ahead position specified by <tt>k</tt>. For 98 <tt>k</tt> characters ahead of the stream cursor. For <b>TokenStreams</b>, thi [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
debug.rb | 107 parser will <tt>extend</tt> its input stream with this module if the stream is
|
/external/valgrind/docs/lib/ |
vg_basic.css | 19 code, tt { color: #761596; }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
pcm_plugin.h | 138 int snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *ttable, 142 int snd_pcm_route_determine_ttable(snd_config_t *tt,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
pcm_plugin.h | 138 int snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *ttable, 142 int snd_pcm_route_determine_ttable(snd_config_t *tt,
|
/external/valgrind/VEX/priv/ |
guest_arm64_toIR.c | 4662 UInt tt = INSN(4,0); local 4713 UInt tt = INSN(4,0); local 4955 UInt tt = INSN(4,0); local 5027 UInt tt = INSN(4,0); local 5097 UInt tt = INSN(4,0); local 5174 UInt tt = INSN(4,0); local 5376 UInt tt = INSN(4,0); local 5453 UInt tt = INSN(4,0); local 5512 UInt tt = INSN(4,0); local 5558 UInt tt = INSN(4,0); local 5603 UInt tt = INSN(4,0); local 5631 UInt tt = INSN(4,0); local 5671 UInt tt = INSN(4,0); local 5885 UInt tt = INSN(4,0); local 6063 UInt tt = INSN(4,0); local 6181 UInt tt = INSN(4,0); local 6318 UInt tt = INSN(4,0); local 6370 UInt tt = INSN(4,0); local 6405 UInt tt = INSN(4,0); local 6421 UInt tt = INSN(4,0); local 6566 UInt tt = INSN(4,0); local 6609 UInt tt = INSN(4,0); local 6626 UInt tt = INSN(4,0); local 6645 UInt tt = INSN(4,0); local 6684 UInt tt = INSN(4,0); local 6705 UInt tt = INSN(4,0); local 6718 UInt tt = INSN(4,0); local 6742 UInt tt = INSN(4,0); local 6768 UInt tt = INSN(4,0); local 6799 UInt tt = INSN(4,0); local [all...] |
/external/dng_sdk/source/ |
dng_rect.h | 54 dng_rect (int32 tt, int32 ll, int32 bb, int32 rr) 55 : t (tt) 218 dng_rect_real64 (real64 tt, real64 ll, real64 bb, real64 rr) 219 : t (tt)
|