HomeSort by relevance Sort by last modified time
    Searched defs: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();
  /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);
  /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. */
229 // Length of 'callers'
231 // Array of callers, for matching stack traces. First one (name of fn
233 SuppLoc* callers; member in struct:_Supp
    [all...]
  /prebuilts/gcc/darwin-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/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...]
  /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 
  /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/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 304 milliseconds