HomeSort by relevance Sort by last modified time
    Searched full:callers (Results 26 - 50 of 966) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/drd/tests/
thread_name_xml.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --num-callers=3 --xml=yes --xml-fd=2
annotate_barrier_xml.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=3 --xml=yes --xml-fd=2
annotate_trace_memory_xml.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=2 --xml=yes --xml-fd=2
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Subroutine.java 49 List callers; field in class:Subroutine
61 this.callers = new ArrayList();
62 callers.add(caller);
70 result.callers = new ArrayList(callers);
83 for (int i = 0; i < subroutine.callers.size(); ++i) {
84 Object caller = subroutine.callers.get(i);
85 if (!callers.contains(caller)) {
86 callers.add(caller);
  /external/valgrind/memcheck/tests/
err_disable4.vgtest 2 vgopts: -q --num-callers=3 --valgrind-stacksize=131072
  /external/e2fsprogs/debian/
comerr-dev.doc-base 6 to return errors to their callers, and for programs
  /external/llvm/test/Transforms/Inline/
inline_dce.ll 2 ; inlined into all of their callers.
  /external/v8/test/mjsunit/tools/
tickprocessor-test.gc-state 22 Callers occupying less than 2.0% are not shown.
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/base/
BaseActivity.java 9 * implementation), Callers should not assume that the base class extends Context, instead use
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 20 * its state cannot be seen to change by callers. Of necessity this means that
26 * long as they are computed from immutable state and that callers cannot tell
  /external/valgrind/
bionic.supp 17 # the errors are reported in the callers of this function, not here :-(
19 # hide all the callers; fortunately there appear to be not many.
  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 40 * only callers who hold the android.permission.BACKUP permission
50 * only callers who hold the android.permission.BACKUP permission
80 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
92 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
102 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
109 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
118 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
126 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
138 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
150 * <p>Callers must hold the android.permission.BACKUP permission to use this method
    [all...]
BackupManager.java 102 * Convenience method for callers who need to indicate that some other package
196 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
215 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
238 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
255 * Identify the currently selected transport. Callers must hold the
276 * Request a list of all available backup transports' names. Callers must
295 * Specify the current backup transport. Callers must hold the
327 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
347 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 105 callers = {}
106 callersdicts[id(entry.code)] = callers
107 self.stats[func] = cc, nc, tt, ct, callers
114 callers = callersdicts[id(subentry.code)]
121 if func in callers:
122 prev = callers[func]
127 callers[func] = nc, cc, tt, ct
pstats.py 128 for func, (cc, nc, tt, ct, callers) in self.stats.items():
132 if ("jprofile", 0, "profiler") in callers:
230 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
250 for func, (cc, nc, tt, ct, callers) in oldstats.iteritems():
255 for func2, caller in callers.iteritems():
278 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
281 for func2, caller in callers.iteritems():
385 cc, nc, tt, ct, callers = self.stats[func]
386 self.print_call_line(width, func, callers, "<-")
393 # print sub-header only if we have new-style callers
    [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]
335 if pfn in callers:
336 callers[pfn] = callers[pfn] + 1 # hack: gather more
341 callers[pfn] = 1
343 timings[rfn] = cc, ns - 1, tt + rit, ct, callers
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 105 callers = {}
106 callersdicts[id(entry.code)] = callers
107 self.stats[func] = cc, nc, tt, ct, callers
114 callers = callersdicts[id(subentry.code)]
121 if func in callers:
122 prev = callers[func]
127 callers[func] = nc, cc, tt, ct
pstats.py 128 for func, (cc, nc, tt, ct, callers) in self.stats.items():
132 if ("jprofile", 0, "profiler") in callers:
230 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
250 for func, (cc, nc, tt, ct, callers) in oldstats.iteritems():
255 for func2, caller in callers.iteritems():
278 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
281 for func2, caller in callers.iteritems():
385 cc, nc, tt, ct, callers = self.stats[func]
386 self.print_call_line(width, func, callers, "<-")
393 # print sub-header only if we have new-style callers
    [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]
335 if pfn in callers:
336 callers[pfn] = callers[pfn] + 1 # hack: gather more
341 callers[pfn] = 1
343 timings[rfn] = cc, ns - 1, tt + rit, ct, callers
    [all...]
  /external/llvm/test/Other/
can-execute.txt 14 test, but for now this test serves as a reminder to audit all the callers if
  /libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java 147 * method to return. Callers should re-check the conditions which caused
148 * the thread to park in the first place. Callers may also determine,
184 * method to return. Callers should re-check the conditions which caused
185 * the thread to park in the first place. Callers may also determine,
225 * method to return. Callers should re-check the conditions which caused
226 * the thread to park in the first place. Callers may also determine,
282 * method to return. Callers should re-check the conditions which caused
283 * the thread to park in the first place. Callers may also determine,
312 * method to return. Callers should re-check the conditions which caused
313 * the thread to park in the first place. Callers may also determine
    [all...]
  /libcore/luni/src/main/java/android/system/
ErrnoException.java 26 * callers need to adjust their behavior based on the exact failure.
55 * We do this here rather than in the constructor so that callers only pay for
GaiException.java 25 * callers need to adjust their behavior based on the exact failure.
56 * We do this here rather than in the constructor so that callers only pay for
  /art/runtime/
nth_caller_visitor.h 27 // Walks up the stack 'n' callers, when used with Thread::WalkStack.
  /external/compiler-rt/lib/builtins/i386/
floatdisf.S 11 // However, if callers of this routine can be safely assumed to store the argument

Completed in 741 milliseconds

12 3 4 5 6 7 8 91011>>