HomeSort by relevance Sort by last modified time
    Searched refs:ct (Results 251 - 275 of 748) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
cProfile.py 104 ct = entry.totaltime # cumtime column of pstats
107 self.stats[func] = cc, nc, tt, ct, callers
120 ct = subentry.totaltime
126 ct += prev[3]
127 callers[func] = nc, cc, tt, ct
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]
332 ct = ct + frame_total
337 # stats such as the amount of time added to ct courtesy
343 timings[rfn] = cc, ns - 1, tt + rit, ct, callers
424 for func, (cc, ns, tt, ct, callers) in self.timings.iteritems()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cProfile.py 104 ct = entry.totaltime # cumtime column of pstats
107 self.stats[func] = cc, nc, tt, ct, callers
120 ct = subentry.totaltime
126 ct += prev[3]
127 callers[func] = nc, cc, tt, ct
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]
332 ct = ct + frame_total
337 # stats such as the amount of time added to ct courtesy
343 timings[rfn] = cc, ns - 1, tt + rit, ct, callers
424 for func, (cc, ns, tt, ct, callers) in self.timings.iteritems()
    [all...]
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog_test.go 26 ct := 0
36 if ct < 3 && oe.Temporary() {
37 ct++
78 for ct := 1; !crashy || ct&7 != 0; ct++ {
352 ct := 0
354 ct++
358 if ct > N*M/2 {
362 count <- ct
    [all...]
  /prebuilts/go/linux-x86/src/log/syslog/
syslog_test.go 26 ct := 0
36 if ct < 3 && oe.Temporary() {
37 ct++
78 for ct := 1; !crashy || ct&7 != 0; ct++ {
352 ct := 0
354 ct++
358 if ct > N*M/2 {
362 count <- ct
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 104 ct = entry.totaltime # cumtime column of pstats
107 self.stats[func] = cc, nc, tt, ct, callers
120 ct = subentry.totaltime
126 ct += prev[3]
127 callers[func] = nc, cc, tt, ct
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]
332 ct = ct + frame_total
337 # stats such as the amount of time added to ct courtesy
343 timings[rfn] = cc, ns - 1, tt + rit, ct, callers
424 for func, (cc, ns, tt, ct, callers) in self.timings.iteritems()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 104 ct = entry.totaltime # cumtime column of pstats
107 self.stats[func] = cc, nc, tt, ct, callers
120 ct = subentry.totaltime
126 ct += prev[3]
127 callers[func] = nc, cc, tt, ct
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]
332 ct = ct + frame_total
337 # stats such as the amount of time added to ct courtesy
343 timings[rfn] = cc, ns - 1, tt + rit, ct, callers
424 for func, (cc, ns, tt, ct, callers) in self.timings.iteritems()
    [all...]
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java 284 * @param ct
291 public Class toClass(CtClass ct, ClassLoader loader, ProtectionDomain domain)
305 lockInCache(ct);
306 return super.toClass(ct, getClassLoader0(), domain);
  /packages/apps/Settings/src/com/android/settings/applications/
AppPermissions.java 71 int ct = 0; local
74 ct++;
77 return ct;
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 349 SIPClientTransaction ct = (SIPClientTransaction) eventWrapper.transaction; local
350 if (ct != null
351 && TransactionState.COMPLETED == ct.getState()
352 && ct.getOriginalRequest() != null
353 && !ct.getOriginalRequest().getMethod().equals(
359 ct.clearState();
SipProviderImpl.java 319 SIPClientTransaction ct = (SIPClientTransaction) sipStack local
321 if (ct != null) {
323 (SIPRequest) request, ct.getMessageChannel());
327 if (ct.getDialog() != null) {
328 ((SIPClientTransaction) retval).setDialog((SIPDialog) ct
397 SIPClientTransaction ct = (SIPClientTransaction) sipStack local
400 if (ct == null)
402 ct.setNextHop(hop);
403 ct.setOriginalRequest(sipRequest);
404 ct.setBranch(branchId)
477 SIPClientTransaction ct = sipStack.findSubscribeTransaction( local
    [all...]
  /external/skia/bench/
BitmapBench.cpp 40 BitmapBench(SkColorType ct, SkAlphaType at, bool forceUpdate, bool isVolatile, bool doScale)
41 : fColorType(ct)
148 FilterBitmapBench(SkColorType ct, SkAlphaType at,
150 : INHERITED(ct, at, forceUpdate, isVolitile, false)
224 SourceAlphaBitmapBench(SourceAlpha alpha, SkColorType ct,
226 : INHERITED(ct, kPremul_SkAlphaType, forceUpdate, bitmapVolatile, false)
  /prebuilts/go/darwin-x86/test/
bigalg.go 66 var ct = make(chan T) var
70 ct <- t
77 t1 := <-ct
  /prebuilts/go/linux-x86/test/
bigalg.go 66 var ct = make(chan T) var
70 ct <- t
77 t1 := <-ct
  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 37 ROOT=`echo $1 | sed -e s/.ct$//`
39 TMP="ct$$.c"
  /external/skia/gm/
bitmappremul.cpp 25 static void init_bitmap(SkColorType ct, SkBitmap* bitmap) {
26 bitmap->allocPixels(SkImageInfo::Make(SLIDE_SIZE, SLIDE_SIZE, ct,
  /external/skia/tests/
CTest.cpp 56 sk_colortype_t ct = sk_colortype_get_default_8888(); local
59 1, 1, ct, PREMUL_SK_ALPHATYPE
WritePixelsTest.cpp 58 static uint32_t pack_color_type(SkColorType ct, U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
61 switch (ct) {
81 static uint32_t get_bitmap_color(int x, int y, int w, SkColorType ct, SkAlphaType at) {
109 return pack_color_type(ct, a, r, g , b);
147 static SkPMColor convert_to_PMColor(SkColorType ct, SkAlphaType at, uint32_t color) {
151 switch (ct) {
276 static bool setup_bitmap(SkBitmap* bm, SkColorType ct, SkAlphaType at, int w, int h, int tightRB) {
278 SkImageInfo info = SkImageInfo::Make(w, h, ct, at);
284 *bm->getAddr32(x, y) = get_bitmap_color(x, y, w, ct, at);
368 const SkColorType ct = gSrcConfigs[c].fColorType local
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
sniff_test.go 58 ct := DetectContentType(tt.data)
59 if ct != tt.contentType {
60 t.Errorf("%v: DetectContentType = %q, want %q", tt.desc, ct, tt.contentType)
87 if ct := resp.Header.Get("Content-Type"); ct != tt.contentType {
88 t.Errorf("%v: Content-Type = %q, want %q", tt.desc, ct, tt.contentType)
149 if ct := resp.Header.Get("Content-Type"); ct != expected {
150 t.Errorf("Content-Type = %q, want %q", ct, expected)
  /prebuilts/go/linux-x86/src/net/http/
sniff_test.go 58 ct := DetectContentType(tt.data)
59 if ct != tt.contentType {
60 t.Errorf("%v: DetectContentType = %q, want %q", tt.desc, ct, tt.contentType)
87 if ct := resp.Header.Get("Content-Type"); ct != tt.contentType {
88 t.Errorf("%v: Content-Type = %q, want %q", tt.desc, ct, tt.contentType)
149 if ct := resp.Header.Get("Content-Type"); ct != expected {
150 t.Errorf("Content-Type = %q, want %q", ct, expected)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
profile.py 302 cc, ns, tt, ct, callers = timings[fn]
303 timings[fn] = cc, ns + 1, tt, ct, callers
313 cc, ns, tt, ct, callers = timings[fn]
314 timings[fn] = cc, ns+1, tt, ct, callers
335 cc, ns, tt, ct, callers = timings[rfn]
341 ct = ct + frame_total
346 # stats such as the amount of time added to ct courtesy
352 timings[rfn] = cc, ns - 1, tt + rit, ct, callers
433 for func, (cc, ns, tt, ct, callers) in self.timings.iteritems():
    [all...]
  /external/python/cpython2/Lib/
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]
332 ct = ct + frame_total
337 # stats such as the amount of time added to ct courtesy
343 timings[rfn] = cc, ns - 1, tt + rit, ct, callers
424 for func, (cc, ns, tt, ct, callers) in self.timings.iteritems()
    [all...]

Completed in 1445 milliseconds

<<11121314151617181920>>