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

1 2 3 4 5

  /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/google-breakpad/src/processor/
stackwalker_selftest.cc 392 unsigned int callers = CountCallerFrames(); local
393 if (callers != parent_callers + 1)
397 return Recursor(depth - 1, callers);
  /external/mesa3d/src/compiler/glsl/
ir_function_detect_recursion.cpp 152 exec_list callers; member in class:__anon27329::function
220 target->callers.push_tail(node);
255 if (f->callers.is_empty() || f->callees.is_empty()) {
256 while (!f->callers.is_empty()) {
257 struct call_node *n = (struct call_node *) f->callers.pop_head();
263 destroy_links(& n->func->callers, f);
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
VisualVoicemailUpdateTask.java 71 String callers = null; local
83 // This is a new caller. Add it to the back of the list of callers.
84 if (TextUtils.isEmpty(callers)) {
85 callers = contactInfo.name;
87 callers =
89 R.string.notification_voicemail_callers_list, callers, contactInfo.name);
93 VisualVoicemailNotifier.showNotifications(context, newCalls, contactInfos, callers);
  /external/r8/src/main/java/com/android/tools/r8/ir/conversion/
CallGraph.java 58 private final Set<Node> callers = new LinkedHashSet<>(); field in class:CallGraph.Node
73 callers.add(method);
102 builder.append(callers.size());
103 builder.append(" callers");
120 if (callers.size() > 0) {
121 builder.append("Callers:\n");
122 for (Node caller : callers) {
270 callee.callers.remove(node);
316 for (Node caller : node.callers) {
  /prebuilts/go/darwin-x86/src/runtime/
traceback.go 120 // the runtime.Callers function (pcbuf != nil), as well as the garbage
137 // on another stack. That could confuse callers quite a bit.
701 func callers(skip int, pcbuf []uintptr) int { func
938 // Unlike runtime.Callers, the PC values returned should, when passed
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
traceback.go 120 // the runtime.Callers function (pcbuf != nil), as well as the garbage
137 // on another stack. That could confuse callers quite a bit.
701 func callers(skip int, pcbuf []uintptr) int { func
938 // Unlike runtime.Callers, the PC values returned should, when passed
    [all...]
  /external/valgrind/coregrind/
m_errormgr.c 198 /* Max number of callers for context in a suppression is
235 // Length of 'callers'
237 // Array of callers, for matching stack traces. First one (name of fn
239 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/tools/common/m2/repository/asm/asm-analysis/3.3.1/
asm-analysis-3.3.1.jar 
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
asm-analysis-5.0.3.jar 
asm-analysis-5.0.4.jar 
  /prebuilts/misc/common/asm/
asm-analysis-5.2.jar 
  /prebuilts/misc/common/robolectric/lib/
asm-analysis-5.0.1.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.1/
asm-analysis-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.3/
asm-analysis-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.4/
asm-analysis-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.1/
asm-analysis-5.1.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-analysis/5.0.4/
asm-analysis-5.0.4.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/
jarjar-1.4.jar 

Completed in 609 milliseconds

1 2 3 4 5