HomeSort by relevance Sort by last modified time
    Searched refs:callers (Results 1 - 23 of 23) sorted by null

  /external/javassist/src/main/javassist/bytecode/analysis/
Subroutine.java 29 //private Set callers = new HashSet();
30 private List callers = new ArrayList(); field in class:Subroutine
36 callers.add(new Integer(caller));
40 callers.add(new Integer(caller));
59 public Collection callers() { method in class:Subroutine
60 return callers;
64 return "start = " + start + " callers = " + callers.toString();
Analyzer.java 365 Iterator callerIter = subroutine.callers().iterator();
  /packages/apps/Contacts/src/com/android/contacts/calllog/
DefaultVoicemailNotifier.java 107 String callers = null; local
131 // This is a new caller. Add it to the back of the list of callers.
132 if (TextUtils.isEmpty(callers)) {
133 callers = name;
135 callers = resources.getString(
136 R.string.notification_voicemail_callers_list, callers, name);
158 .setContentText(callers)
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ScannerTest.java 70 int[] callers) {
74 for (int i = 0; i < callers.length; i++)
75 assertTrue(sub.callers().contains(new Integer(callers[i])));
  /external/oprofile/libpp/
callgraph_container.h 77 /// callers of this symbol
78 children callers; member in struct:arc_recorder::cg_data
84 * Sort and threshold callers and callees.
symbol.h 110 /// all callers of this symbol
111 children callers; member in class:cg_symbol
112 /// total count of callers
callgraph_container.cpp 299 callee_data.callers[caller] += arc_count;
315 sort(sym.callers.begin(), sym.callers.end(), compare_arc_count);
320 cg_symbol::children::iterator cit = sym.callers.begin();
321 cg_symbol::children::iterator cend = sym.callers.end();
328 sym.callers.erase(sym.callers.begin(), cit);
362 cg_data::children::const_iterator cend = data.callers.end();
364 for (cit = data.callers.begin(); cit != cend; ++cit) {
367 sym.callers.push_back(csym)
    [all...]
format_output.cpp 516 cg_symbol::children::const_iterator cend = sym->callers.end();
524 for (cit = sym->callers.begin(); cit != cend; ++cit) {
769 /* make sure callers/callees are included in SYMBOL_TABLE */
770 output_cg_children(out, cg_symb->callers, abfd);
1033 out << open_element(CALLERS);
1035 output_symbol_core(out, cg_symb->callers, selfname, qname, lo, hi, is_module, CALLERS);
1036 out << close_element(CALLERS);
  /external/v8/tools/gcmole/
gcmole.lua 279 local function mark(from, callers)
280 for caller, _ in pairs(callers) do
289 for funcname, callers in pairs(funcs) do
290 if gc[funcname] then mark(funcname, callers) end
  /external/v8/tools/
profile_view.js 92 * profile they can be either callees or callers.)
154 * profile they can be either callees or callers.)
tickprocessor.js 495 print(' Callers occupying less than ' +
539 // Cut off too infrequent callers.
  /external/valgrind/main/coregrind/
m_errormgr.c 189 /* Max number of callers for context in a suppression. */
219 // Length of 'callers'
221 // Array of callers, for matching stack traces. First one (name of fn
223 SuppLoc* callers; member in struct:_Supp
    [all...]
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 37 --num-callers=<number> show <number> callers in stack traces [12]
cmdline2.stdout.exp 37 --num-callers=<number> show <number> callers in stack traces [12]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cgraph.h 130 Each function decl has assigned cgraph_node listing callees and callers. */
136 struct cgraph_edge *callers; local
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 187 Each function decl has assigned cgraph_node listing callees and callers. */
192 struct cgraph_edge *callers; variable in typeref:struct:cgraph_edge
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 187 Each function decl has assigned cgraph_node listing callees and callers. */
192 struct cgraph_edge *callers; variable in typeref:struct:cgraph_edge
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 187 Each function decl has assigned cgraph_node listing callees and callers. */
192 struct cgraph_edge *callers; variable in typeref:struct:cgraph_edge
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 177 # Print out the callers of a function
214 --tree=none|caller| print for each function their callers,
902 # Print function callers
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 245 * Call an asynchronous method on dirEntry, batching multiple callers.
247 * This batches multiple callers into a single invocation, calling all
256 * to the entry will not be visible to callers.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 1294 milliseconds