Searched defs:caller (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/test/CXX/class/class.friend/
H A Dp1-ambiguous.cpp21 int caller();
34 int foo::caller() { function in class:foo
/external/emma/core/java12/com/vladium/util/
H A DClassLoadContext.java24 * Returns the class representing the caller of {@link ClassLoaderResolver}
25 * API. Can be used to retrieve the caller's classloader etc (which may be
26 * different from the ClassLoaderResolver's own classloader) ['null' if caller
43 * @param caller [can be null]
45 ClassLoadContext (final Class caller) argument
47 m_caller = caller;
H A DClassLoaderResolver.java33 * typically involves choosing between the caller's current, thread context,
39 * @param caller [null input eliminates the caller's current classloader
42 * @return classloader to be used by the caller ['null' indicates the
45 public static synchronized ClassLoader getClassLoader (final Class caller) argument
47 final ClassLoadContext ctx = new ClassLoadContext (caller);
55 * typically involves choosing between the caller's current, thread context,
59 * This method uses its own caller to set the call context. To be able to
64 * @return classloader to be used by the caller ['null' indicates the
69 final Class caller
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DSubroutine.java34 public Subroutine(int start, int caller) { argument
36 callers.add(new Integer(caller));
39 public void addCaller(int caller) { argument
40 callers.add(new Integer(caller));
/external/webkit/Source/WebCore/bindings/js/
H A DJavaScriptCallFrame.cpp45 JavaScriptCallFrame::JavaScriptCallFrame(const DebuggerCallFrame& debuggerCallFrame, PassRefPtr<JavaScriptCallFrame> caller, intptr_t sourceID, const TextPosition0& textPosition) argument
47 , m_caller(caller)
54 JavaScriptCallFrame* JavaScriptCallFrame::caller() function in class:WebCore::JavaScriptCallFrame
H A DJavaScriptCallFrame.h42 static PassRefPtr<JavaScriptCallFrame> create(const JSC::DebuggerCallFrame& debuggerCallFrame, PassRefPtr<JavaScriptCallFrame> caller, intptr_t sourceID, const TextPosition0& textPosition) argument
44 return adoptRef(new JavaScriptCallFrame(debuggerCallFrame, caller, sourceID, textPosition));
55 JavaScriptCallFrame* caller();
79 JavaScriptCallFrame(const JSC::DebuggerCallFrame&, PassRefPtr<JavaScriptCallFrame> caller, intptr_t sourceID, const TextPosition0&);
/external/chromium/chrome/browser/importer/
H A Dnss_decryptor_win.cc49 SetDllDirectoryCaller caller; local
54 caller.set_func(set_dll_directory);
/external/webkit/Source/WebCore/bindings/v8/
H A DJavaScriptCallFrame.cpp50 JavaScriptCallFrame* JavaScriptCallFrame::caller() function in class:WebCore::JavaScriptCallFrame
55 v8::Handle<v8::Value> callerFrame = m_callFrame.get()->Get(v8String("caller"));
/external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
H A DCharsetTest.java144 * Mock decoder. Only one caller is permitted.
147 static MockCachedDecoder caller = null; field in class:CharsetTest.MockCachedDecoder
154 * Only one caller is permitted.
155 * If there's another caller, throw RuntimeException.
158 if(null == caller){
159 caller = this;
161 if(caller != this){
205 * Mock encoder. Only one caller is permitted.
208 static MockCachedEncoder caller = null; field in class:CharsetTest.MockCachedEncoder
215 * Only one caller i
[all...]
/external/icu4c/test/intltest/
H A Dintltest.h281 IntlTest* caller; member in class:IntlTest
/external/icu4c/tools/ctestfw/unicode/
H A Duperf.h168 UPerfTest* caller; member in class:UPerfTest
/external/kernel-headers/original/linux/lockd/
H A Dxdr.h27 char * caller; member in struct:nlm_lock
28 int len; /* length of "caller" */
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_harness.cc34 StateChangeTimeoutEvent(ProfileSyncServiceHarness* caller,
52 // Due to synchronization of the IO loop, the caller will always be alive
63 ProfileSyncServiceHarness* caller,
65 : aborted_(false), did_timeout_(false), caller_(caller), message_(message) {
62 StateChangeTimeoutEvent( ProfileSyncServiceHarness* caller, const std::string& message) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestMenu.java93 public int addIntentOptions(int groupId, int itemId, int order, ComponentName caller, Intent[] specifics, argument
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DMenuLoaderTest.java106 ComponentName caller, Intent[] specifics, Intent intent,
105 addIntentOptions(int groupId, int itemId, int order, ComponentName caller, Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) argument
/external/valgrind/main/callgrind/
H A Dbbcc.c137 * - current context (includes caller chain)
484 fn_node* caller; local
505 caller = CLG_(get_fn_node)(bb);
506 CLG_(push_cxt)( caller );
510 source_bbcc->rec_array = new_recursion(caller->separate_recursions);
/external/oprofile/libpp/
H A Dcallgraph_container.cpp3 * Container associating symbols and caller/caller symbols
44 // we store {caller,callee} inside a single u64
125 /// temporary caller and callee data held during processing
134 /// point to a caller symbol
152 // caller but different callees, and due to the
248 /// accumulate all samples for a given caller/callee pair
287 add(symbol_entry const & caller, symbol_entry const * callee, argument
290 cg_data & data = sym_map[caller];
292 // If we have a callee, add it to the caller'
[all...]
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c81 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller);
982 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller) argument
992 (void) sprintf(errmsg, "%s: alarm", caller);
1001 (void) sprintf(errmsg, "%s: getmsg", caller);
1009 (void) sprintf(errmsg, "%s: alarm", caller);
1018 sprintf(buffer, "%s: MORECTL|MOREDATA", caller);
1024 sprintf(buffer, "%s: MORECTL", caller);
1030 sprintf(buffer, "%s: MOREDATA", caller);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/pm/
H A DStubPackageManager.java149 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, Intent[] specifics, Intent intent, int flags) { argument
/external/v8/src/
H A Daccessors.cc669 JSFunction* caller) {
671 if (!caller->shared()->is_classic_mode()) {
676 return caller;
745 JSFunction* caller; local
747 caller = it.next();
748 if (caller == NULL) return isolate->heap()->null_value();
749 } while (caller->shared()->is_toplevel());
751 // If caller is a built-in function and caller's caller i
667 CheckNonStrictCallerOrThrow( Isolate* isolate, JSFunction* caller) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c627 /* Up to the caller to SDL_free() returned string */
647 void *caller = __builtin_return_address(1); /* Be *very* careful about inlining */ local
649 void *caller = NULL; local
661 if (dyld_NSIsSymbolNameDefinedInImage && dyld_NSLookupSymbolInImage && caller)
663 caller_mh = image_for_address(caller);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h518 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) argument
519 : PathDiagnosticPiece(Call), Caller(caller), Callee(0),
572 const Decl *caller);
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp755 const Decl *caller = CE.getLocationContext()->getDecl(); local
759 return new PathDiagnosticCallPiece(caller, pos);
764 const Decl *caller) {
765 PathDiagnosticCallPiece *C = new PathDiagnosticCallPiece(path, caller);
899 Out << "Returning to caller";
763 construct(PathPieces &path, const Decl *caller) argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp787 const Function *caller = bb->getParent(); local
788 if (!caller) continue;
789 if (seenMap.find(caller) != seenMap.end())
835 const Function *caller = bb->getParent(); local
836 if (!caller) continue;
838 // If a caller has already been seen, then the caller is
841 if (seenMap.find(caller) != seenMap.end()) {
/external/valgrind/main/VEX/priv/
H A Dir_defs.c3733 void sanityCheckIRSB ( IRSB* bb, HChar* caller, argument
3742 vex_printf("sanityCheck: %s\n", caller);

Completed in 802 milliseconds

12