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

1 23 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/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
  /prebuilts/gdb/linux-x86/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
  /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
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
objgraph.py 14 # -c: print callers per objectfile
111 callers = []
114 callers = callers + undef2file[label]
115 if callers:
116 callers.sort()
119 for fn in callers:
165 print '-c: print callers per objectfile'
203 print '---------------All Callers------------------'
  /external/python/cpython2/Tools/scripts/
objgraph.py 14 # -c: print callers per objectfile
111 callers = []
114 callers = callers + undef2file[label]
115 if callers:
116 callers.sort()
119 for fn in callers:
165 print '-c: print callers per objectfile'
203 print '---------------All Callers------------------'
  /external/python/cpython3/Tools/scripts/
objgraph.py 14 # -c: print callers per objectfile
109 callers = []
112 callers = callers + undef2file[label]
113 if callers:
114 callers.sort()
117 for fn in callers:
160 print('-c: print callers per objectfile')
198 print('---------------All Callers------------------')
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
CanvasClient.java 24 * callers of draw() will handle saving/restoring as necessary.
  /external/autotest/client/site_tests/login_LoginSuccess/
control 21 success so callers can verify it ran correctly.
  /external/autotest/client/tests/aio_dio_bugs/
control 11 that would call aio_complete() before the dio callers would update i_size.
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/
ChildModuleWithState.java 22 * This is a module that can be constructed with a default constructor, but has state, so callers
  /external/junit/src/main/java/org/junit/internal/
Throwables.java 17 * your callers have nothing reasonable they can do when a
  /external/libchrome/base/synchronization/
atomic_flag.cc 14 // necessary for IsSet()'s callers to know which sequence's memory operations
  /external/llvm/test/Other/
can-execute.txt 14 test, but for now this test serves as a reminder to audit all the callers if
  /external/pdfium/core/fxcodec/jbig2/
JBig2_ArithIntDecoder.h 21 // callers can tolerate OOB and do not check the return value.
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_TensorSummary.pbtxt 29 This op is being phased out in favor of TensorSummaryV2, which lets callers pass
  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 44 * only callers who hold the android.permission.BACKUP permission
54 * only callers who hold the android.permission.BACKUP permission
64 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
93 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
105 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
115 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
122 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
131 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
139 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
151 * <p>Callers must hold the android.permission.BACKUP permission to use this method
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue19467.dir/
z.go 16 ci := runtime.CallersFrames(wg.Callers)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue21879.go 23 n := runtime.Callers(1, pcs[:])
  /prebuilts/go/linux-x86/test/fixedbugs/issue19467.dir/
z.go 16 ci := runtime.CallersFrames(wg.Callers)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue21879.go 23 n := runtime.Callers(1, pcs[:])
  /external/libchrome/base/threading/
thread_task_runner_handle.h 17 // in thread-local storage. Callers can then retrieve the TaskRunner
33 // Nested overrides are allowed but callers must ensure the
  /prebuilts/go/darwin-x86/src/runtime/
callers_test.go 26 return ret[:runtime.Callers(0, ret)] // line 26
79 pcs = pcs[:runtime.Callers(0, pcs)]
  /prebuilts/go/linux-x86/src/runtime/
callers_test.go 26 return ret[:runtime.Callers(0, ret)] // line 26
79 pcs = pcs[:runtime.Callers(0, pcs)]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
VisualVoicemailUpdateTask.java 83 String callers = null; local
95 // This is a new caller. Add it to the back of the list of callers.
96 if (TextUtils.isEmpty(callers)) {
97 callers = contactInfo.name;
99 callers =
101 R.string.notification_voicemail_callers_list, callers, contactInfo.name);
106 context, voicemailsToNotify, contactInfos, callers, shouldAlert);

Completed in 1455 milliseconds

1 23 4 5 6 7 8 91011>>