HomeSort by relevance Sort by last modified time
    Searched defs:callers (Results 1 - 25 of 26) sorted by null

1 2

  /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();
  /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/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
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_function_detect_recursion.cpp 143 /* Callers of this ralloc-based new need not call delete. It's
168 exec_list callers; member in class:function
233 target->callers.push_tail(node);
268 if (f->callers.is_empty() || f->callees.is_empty()) {
269 while (!f->callers.is_empty()) {
270 struct call_node *n = (struct call_node *) f->callers.pop_head();
276 destroy_links(& n->func->callers, f);
  /external/mesa3d/src/glsl/
ir_function_detect_recursion.cpp 143 /* Callers of this ralloc-based new need not call delete. It's
168 exec_list callers; member in class:function
233 target->callers.push_tail(node);
268 if (f->callers.is_empty() || f->callees.is_empty()) {
269 while (!f->callers.is_empty()) {
270 struct call_node *n = (struct call_node *) f->callers.pop_head();
276 destroy_links(& n->func->callers, f);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
AllocationProfile.js 160 while (node.callers().length === 1) {
161 node = node.callers()[0];
166 var callers = node.callers();
167 for (var i = 0; i < callers.length; i++) {
168 branchingCallers.push(this._serializeCaller(callers[i]));
332 callers: function()
  /packages/apps/Dialer/src/com/android/dialer/calllog/
DefaultVoicemailNotifier.java 107 String callers = null; local
132 // This is a new caller. Add it to the back of the list of callers.
133 if (TextUtils.isEmpty(callers)) {
134 callers = name;
136 callers = resources.getString(
137 R.string.notification_voicemail_callers_list, callers, name);
159 .setContentText(callers)
  /external/valgrind/main/coregrind/
m_errormgr.c 197 /* Max number of callers for context in a suppression. */
234 // Length of 'callers'
236 // Array of callers, for matching stack traces. First one (name of fn
238 SuppLoc* callers; member in struct:_Supp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 203 Each function decl has assigned cgraph_node listing callees and callers. */
208 struct cgraph_edge *callers; variable in typeref:struct:cgraph_edge
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-analysis-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 545 milliseconds

1 2