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

12345

/external/clang/test/Analysis/
H A Dchecker-plugins.c8 void caller() { function
/external/clang/test/CodeGenCXX/
H A Dempty-nontrivially-copyable.cpp5 // constructors passed by value should be passed indirectly, with the caller
21 void caller(Empty &e) { function
H A Dsparcv9-abi.cpp17 // CHECK-LABEL: caller
20 void caller() function
/external/chromium_org/v8/test/webkit/
H A Dapply-varargs.js61 function caller(testArgCount) function
87 shouldBe("caller(0)", 'undefined');
88 shouldBe("caller(1)", 'undefined');
89 shouldBe("caller(2)", 'undefined');
90 shouldBe("caller(3)", 'undefined');
91 shouldBe("caller(4)", 'undefined');
92 shouldBe("caller(5)", 'undefined');
93 shouldBe("caller(6)", 'undefined');
94 shouldBe("caller(7)", 'undefined');
95 shouldBe("caller(
[all...]
/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/chromium_org/content/browser/
H A Dtime_zone_monitor_android.cc29 jobject caller) {
28 TimeZoneChangedFromJava(JNIEnv* env, jobject caller) argument
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackQueue.cpp49 bool CustomElementCallbackQueue::processInElementQueue(ElementQueueId caller) argument
54 while (m_index < m_queue.size() && owner() == caller) {
58 // queue and reenters processInQueue. owner() == caller
65 if (owner() == caller && m_index == m_queue.size()) {
/external/chromium_org/media/midi/
H A Dusb_midi_device_factory_android.cc60 jobject caller,
58 OnUsbMidiDeviceRequestDone( JNIEnv* env, jobject caller, jobjectArray devices) argument
H A Dusb_midi_device_android.cc51 jobject caller,
50 OnData(JNIEnv* env, jobject caller, jint endpoint_number, jbyteArray data) argument
/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/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DSubroutine.java57 final JumpInsnNode caller)
62 callers.add(caller);
84 Object caller = subroutine.callers.get(i);
85 if (!callers.contains(caller)) {
86 callers.add(caller);
54 Subroutine( final LabelNode start, final int maxLocals, final JumpInsnNode caller) argument
/external/chromium_org/v8/test/mjsunit/es6/
H A Dpromises.js46 var poisoned = {caller: 0, callee: 0, arguments: 0}
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor_win.cc50 SetDllDirectoryCaller caller; local
55 caller.set_func(set_dll_directory);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderobj.c160 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) argument
163 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller);
170 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller);
174 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller);
402 const char *caller)
405 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller);
412 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller);
416 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller);
401 _mesa_lookup_shader_program_err(struct gl_context *ctx, GLuint name, const char *caller) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlibc_override_glibc.h110 static void* glibc_override_malloc(size_t size, const void *caller) { argument
114 const void *caller) {
117 static void glibc_override_free(void *ptr, const void *caller) { argument
121 const void *caller) {
113 glibc_override_realloc(void *ptr, size_t size, const void *caller) argument
120 glibc_override_memalign(size_t align, size_t size, const void *caller) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlibc_override_glibc.h99 static void* glibc_override_malloc(size_t size, const void *caller) { argument
103 const void *caller) {
106 static void glibc_override_free(void *ptr, const void *caller) { argument
110 const void *caller) {
102 glibc_override_realloc(void *ptr, size_t size, const void *caller) argument
109 glibc_override_memalign(size_t align, size_t size, const void *caller) argument
/external/mesa3d/src/mesa/main/
H A Dshaderobj.c160 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) argument
163 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller);
170 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller);
174 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller);
402 const char *caller)
405 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller);
412 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller);
416 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller);
401 _mesa_lookup_shader_program_err(struct gl_context *ctx, GLuint name, const char *caller) argument
/external/chromium_org/components/leveldb_proto/
H A Dproto_database_impl_unittest.cc103 // the caller's InitCallback is called with the correct value.
110 MockDatabaseCaller caller; local
111 EXPECT_CALL(caller, InitCallback(true));
115 base::Bind(&MockDatabaseCaller::InitCallback, base::Unretained(&caller)));
126 MockDatabaseCaller caller; local
127 EXPECT_CALL(caller, InitCallback(false));
131 base::Bind(&MockDatabaseCaller::InitCallback, base::Unretained(&caller)));
150 // the caller's LoadCallback is called with the correct success value. Also
151 // confirms that on success, the expected entries are passed to the caller's
157 MockDatabaseCaller caller; local
179 MockDatabaseCaller caller; local
217 MockDatabaseCaller caller; local
246 MockDatabaseCaller caller; local
273 MockDatabaseCaller caller; local
303 MockDatabaseCaller caller; local
337 MockDatabaseCaller caller; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTimer.h48 void startRepeating(double repeatInterval, const TraceLocation& caller) argument
50 start(repeatInterval, repeatInterval, caller);
52 void startOneShot(double interval, const TraceLocation& caller) argument
54 start(interval, 0, caller);
154 void restart(const TraceLocation& caller) argument
164 startOneShot(m_delay, caller);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.h313 IntlTest* caller; member in class:IntlTest
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Duperf.h168 UPerfTest* caller; member in class:UPerfTest
/external/icu/icu4c/source/test/intltest/
H A Dintltest.h337 IntlTest* caller; member in class:IntlTest
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h187 UPerfTest* caller; member in class:UPerfTest

Completed in 5813 milliseconds

12345