HomeSort by relevance Sort by last modified time
    Searched full:callers (Results 76 - 100 of 2686) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pstats.py 140 for func, (cc, nc, tt, ct, callers) in self.stats.items():
144 if ("jprofile", 0, "profiler") in callers:
238 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
258 for func, (cc, nc, tt, ct, callers) in oldstats.iteritems():
263 for func2, caller in callers.iteritems():
286 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems():
289 for func2, caller in callers.iteritems():
393 cc, nc, tt, ct, callers = self.stats[func]
394 self.print_call_line(width, func, callers, "<-")
401 # print sub-header only if we have new-style callers
    [all...]
  /external/python/cpython2/Lib/
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...]
  /external/python/cpython3/Lib/
pstats.py 117 for func, (cc, nc, tt, ct, callers) in self.stats.items():
121 if ("jprofile", 0, "profiler") in callers:
216 for func, (cc, nc, tt, ct, callers) in self.stats.items():
236 for func, (cc, nc, tt, ct, callers) in oldstats.items():
241 for func2, caller in callers.items():
265 for func, (cc, nc, tt, ct, callers) in self.stats.items():
268 for func2, caller in callers.items():
373 cc, nc, tt, ct, callers = self.stats[func]
374 self.print_call_line(width, func, callers, "<-")
381 # print sub-header only if we have new-style callers
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos_array.c 76 * callers are able to guarantee that (whereas for others, we should
78 * (If all callers can guarantee element type alignment, we should
102 /* some callers expect (fake) floats other real ints. */
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
LockSupport.java 179 * method to return. Callers should re-check the conditions which caused
180 * the thread to park in the first place. Callers may also determine,
216 * method to return. Callers should re-check the conditions which caused
217 * the thread to park in the first place. Callers may also determine,
257 * method to return. Callers should re-check the conditions which caused
258 * the thread to park in the first place. Callers may also determine,
314 * method to return. Callers should re-check the conditions which caused
315 * the thread to park in the first place. Callers may also determine,
344 * method to return. Callers should re-check the conditions which caused
345 * the thread to park in the first place. Callers may also determine
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 165 // meaning of skip differs between Caller and Callers.) The return values report the
173 if callers(1+skip-1, rpc[:]) < 2 {
177 callers := stackExpander.init(rpc[:])
181 callers, _, ok = stackExpander.next(callers, true)
185 _, frame, _ := stackExpander.next(callers, true)
192 // Callers fills the slice pc with the return program counters of function invocations
194 // to skip before recording in pc, with 0 identifying the frame for Callers itself and
195 // 1 identifying the caller of Callers.
205 func Callers(skip int, pc []uintptr) int
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
extern.go 165 // meaning of skip differs between Caller and Callers.) The return values report the
173 if callers(1+skip-1, rpc[:]) < 2 {
177 callers := stackExpander.init(rpc[:])
181 callers, _, ok = stackExpander.next(callers, true)
185 _, frame, _ := stackExpander.next(callers, true)
192 // Callers fills the slice pc with the return program counters of function invocations
194 // to skip before recording in pc, with 0 identifying the frame for Callers itself and
195 // 1 identifying the caller of Callers.
205 func Callers(skip int, pc []uintptr) int
    [all...]
  /external/llvm/include/llvm/IR/
ModuleSlotTracker.h 25 /// class allows callers to share the cost of incorporating the metadata in a
50 /// be shared between multiple callers, and otherwise MDNode references will
  /external/tensorflow/tensorflow/compiler/xla/service/
call_graph.cc 147 if (b_node.callers().empty()) {
152 // Walk up the callers of 'b' until we hit 'a' or a root node (no callers).
154 for (const HloComputation* b_caller : b_node.callers()) {
192 // callers).
195 if (node.callers().empty()) {
299 if (node.callers().empty()) {
365 for (const HloComputation* caller : node.callers()) {
  /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
  /packages/apps/Dialer/java/com/android/dialer/assisteddialing/
TransformationInfo.java 90 * Callers are not expected to directly use this bundle. The bundle is provided for IPC purposes.
91 * Callers wishing to use the data should call newInstanceFromBundle with the bundle to get a
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSlotTracker.h 25 /// class allows callers to share the cost of incorporating the metadata in a
50 /// be shared between multiple callers, and otherwise MDNode references will
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ModuleSlotTracker.h 25 /// class allows callers to share the cost of incorporating the metadata in a
50 /// be shared between multiple callers, and otherwise MDNode references will
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ModuleSlotTracker.h 25 /// class allows callers to share the cost of incorporating the metadata in a
50 /// be shared between multiple callers, and otherwise MDNode references will
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ModuleSlotTracker.h 25 /// class allows callers to share the cost of incorporating the metadata in a
50 /// be shared between multiple callers, and otherwise MDNode references will
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ModuleSlotTracker.h 25 /// class allows callers to share the cost of incorporating the metadata in a
50 /// be shared between multiple callers, and otherwise MDNode references will
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ModuleSlotTracker.h 25 /// class allows callers to share the cost of incorporating the metadata in a
50 /// be shared between multiple callers, and otherwise MDNode references will
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
ModuleSlotTracker.h 25 /// class allows callers to share the cost of incorporating the metadata in a
50 /// be shared between multiple callers, and otherwise MDNode references will
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSlotTracker.h 25 /// class allows callers to share the cost of incorporating the metadata in a
50 /// be shared between multiple callers, and otherwise MDNode references will
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
ModuleSlotTracker.h 25 /// class allows callers to share the cost of incorporating the metadata in a
50 /// be shared between multiple callers, and otherwise MDNode references will

Completed in 1651 milliseconds

1 2 34 5 6 7 8 91011>>