HomeSort by relevance Sort by last modified time
    Searched defs:callers (Results 1 - 20 of 20) 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/Dialer/src/com/android/dialer/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/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 

Completed in 996 milliseconds