HomeSort by relevance Sort by last modified time
    Searched defs:caller (Results 26 - 50 of 288) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/opencv3/modules/cudafilters/src/cuda/
row_filter.hpp 146 void caller(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream) function in namespace:row_filter
189 row_filter::caller< 1, T, D, BrdRowConstant>,
190 row_filter::caller< 2, T, D, BrdRowConstant>,
191 row_filter::caller< 3, T, D, BrdRowConstant>,
192 row_filter::caller< 4, T, D, BrdRowConstant>,
193 row_filter::caller< 5, T, D, BrdRowConstant>,
194 row_filter::caller< 6, T, D, BrdRowConstant>,
195 row_filter::caller< 7, T, D, BrdRowConstant>,
196 row_filter::caller< 8, T, D, BrdRowConstant>,
197 row_filter::caller< 9, T, D, BrdRowConstant>
    [all...]
  /art/runtime/native/
java_lang_reflect_Constructor.cc 131 auto* caller = GetCallingClass(soa.Self(), 2); local
132 // If caller is null, then we called from JNI, just avoid the check since JNI avoids most
134 if (caller != nullptr && !caller->CanAccess(c.Get())) {
143 PrettyClass(c.Get()).c_str(), PrettyClass(caller).c_str());
  /external/emma/core/java12/com/vladium/util/
ClassLoaderResolver.java 33 * 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)
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 = getCallerClass (1); // 'caller' can be set to nul local
148 final Class caller = ctx.getCallerClass (); local
    [all...]
  /development/ndk/platforms/android-3/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 94 // Caller will be the third element
98 StackTraceElement caller=locations[2]; local
99 cname=caller.getClassName();
100 method=caller.getMethodName();
  /external/icu/icu4c/source/test/intltest/
intltest.h 321 IntlTest* caller; member in class:IntlTest
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 187 UPerfTest* caller; member in class:UPerfTest
  /external/v8/test/mjsunit/es6/
promises.js 57 var poisoned = {caller: 0, callee: 0, arguments: 0}
  /frameworks/base/core/java/com/android/internal/os/
WrapperInit.java 84 } catch (ZygoteInit.MethodAndArgsCaller caller) {
85 caller.run();
  /packages/apps/Messaging/src/com/android/messaging/util/
Assert.java 206 StackTraceElement caller = DebugUtils.getCaller(2); local
207 if (caller != null) {
210 LogUtil.e(LogUtil.BUGLE_TAG, "\tat " + caller.toString());
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock

Completed in 1412 milliseconds

12 3 4 5 6 7 8 91011>>