HomeSort by relevance Sort by last modified time
    Searched defs:callers (Results 1 - 8 of 8) 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
  /packages/apps/Contacts/src/com/android/contacts/calllog/
DefaultVoicemailNotifier.java 103 String callers = null; local
127 // This is a new caller. Add it to the back of the list of callers.
128 if (TextUtils.isEmpty(callers)) {
129 callers = name;
131 callers = resources.getString(
132 R.string.notification_voicemail_callers_list, callers, name);
154 .setContentText(callers)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 130 Each function decl has assigned cgraph_node listing callees and callers. */
136 struct cgraph_edge *callers; local
  /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
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cgraph.h 131 Each function decl has assigned cgraph_node listing callees and callers. */
137 struct cgraph_edge *callers; local
  /external/valgrind/main/coregrind/
m_errormgr.c 187 /* Max number of callers for context in a suppression. */
217 // Length of 'callers'
219 // Array of callers, for matching stack traces. First one (name of fn
221 SuppLoc* callers; member in struct:_Supp
    [all...]

Completed in 184 milliseconds