Home
last modified time | relevance | path

Searched defs:caller (Results 1 – 25 of 152) sorted by relevance

1234567

/external/libchrome/base/android/jni_generator/
Dsample_for_tests.cc27 const JavaParamRef<jobject>& caller) { in MethodOtherP0()
38 void CPPClass::Destroy(JNIEnv* env, const JavaParamRef<jobject>& caller) { in Destroy()
42 jint CPPClass::Method(JNIEnv* env, const JavaParamRef<jobject>& caller) { in Method()
47 const JavaParamRef<jobject>& caller, in AddStructB()
57 const JavaParamRef<jobject>& caller) { in IterateAndDoSomethingWithStructB()
70 const JavaParamRef<jobject>& caller) { in ReturnAString()
76 const JavaParamRef<jobject>& caller, in JNI_SampleForTests_Init()
/external/swiftshader/third_party/subzero/src/
DLinuxMallocProfiling.cpp36 void *internalAllocator(size_t size, void *caller) { in internalAllocator()
51 void *caller = __builtin_return_address(0); in operator new() local
56 void *caller = __builtin_return_address(0); in operator new[]() local
61 void *caller = __builtin_return_address(0); in malloc() local
/external/emma/core/java12/com/vladium/util/
DResourceLoader.java36 final Class caller = ClassLoaderResolver.getCallerClass (1); in loadClass() local
47 final Class caller = ClassLoaderResolver.getCallerClass (1); in getResource() local
61 final Class caller = ClassLoaderResolver.getCallerClass (1); in getResourceAsStream() local
76 final Class caller = ClassLoaderResolver.getCallerClass (1); in getResources() local
DClassLoaderResolver.java45 public static synchronized ClassLoader getClassLoader (final Class caller) in getClassLoader()
69 final Class caller = getCallerClass (1); // 'caller' can be set to null in getClassLoader() local
148 final Class caller = ctx.getCallerClass (); in getClassLoader() local
DClassLoadContext.java45 ClassLoadContext (final Class caller) in ClassLoadContext()
/external/skia/src/codec/
DSkJpegDecoderMgr.cpp19 static void print_message(const j_common_ptr info, const char caller[]) { in print_message()
43 bool JpegDecoderMgr::returnFalse(const char caller[]) { in returnFalse()
48 SkCodec::Result JpegDecoderMgr::returnFailure(const char caller[], SkCodec::Result result) { in returnFailure()
/external/skqp/src/codec/
DSkJpegDecoderMgr.cpp19 static void print_message(const j_common_ptr info, const char caller[]) { in print_message()
43 bool JpegDecoderMgr::returnFalse(const char caller[]) { in returnFalse()
48 SkCodec::Result JpegDecoderMgr::returnFailure(const char caller[], SkCodec::Result result) { in returnFailure()
/external/clang/test/CodeGenCXX/
Dexceptions-cxx-ehsc.cpp8 void caller() { in caller() function
23 void caller() { in caller() function
Dempty-nontrivially-copyable.cpp21 void caller(Empty &e) { in caller() function
/external/mesa3d/src/mesa/main/
Dbuffers.c269 GLenum buffer, const char *caller, bool no_error) in draw_buffer()
316 GLenum buffer, const char *caller) in draw_buffer_error()
324 GLenum buffer, const char *caller) in draw_buffer_no_error()
394 const GLenum *buffers, const char *caller, bool no_error) in draw_buffers()
595 const GLenum *buffers, const char *caller) in draw_buffers_error()
603 GLsizei n, const GLenum *buffers, const char *caller) in draw_buffers_no_error()
831 GLenum buffer, const char *caller, bool no_error) in read_buffer()
886 GLenum buffer, const char *caller) in read_buffer_err()
894 GLenum buffer, const char *caller) in read_buffer_no_error()
Dtexgetimage.c913 const char *caller) in dimensions_error_check()
1102 const char *caller) in pbo_error_check()
1148 GLvoid *pixels, const char *caller) in getteximage_error_check()
1297 GLvoid *pixels, const char *caller) in get_texture_image()
1360 static const char *caller = "glGetnTexImageARB"; in _mesa_GetnTexImageARB() local
1391 static const char *caller = "glGetTexImage"; in _mesa_GetTexImage() local
1423 static const char *caller = "glGetTextureImage"; in _mesa_GetTextureImage() local
1459 static const char *caller = "glGetTextureSubImage"; in _mesa_GetTextureSubImage() local
1522 const char *caller) in getcompressedteximage_error_check()
1616 const char *caller) in get_compressed_texture_image()
[all …]
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInvokeDynamicSupport.java50 public static CallSite bootstrapInit(MethodHandles.Lookup caller, String name, MethodType type) { in bootstrapInit()
59 public static CallSite bootstrap(MethodHandles.Lookup caller, String name, MethodType type, in bootstrap()
69 public static CallSite bootstrapStatic(MethodHandles.Lookup caller, String name, MethodType type, in bootstrapStatic()
79 public static CallSite bootstrapIntrinsic(MethodHandles.Lookup caller, String name, in bootstrapIntrinsic()
/external/clang/test/Analysis/
Dshallow-mode.m19 + (void)caller; class
23 + (void)caller { class
Dchecker-plugins.c8 void caller() { in caller() function
/external/bcc/src/cc/frontends/p4/compiler/
DebpfAction.py150 def serializeCount(self, caller, arguments, serializer, argument
175 def serializeCallee(self, caller, callee, arguments, argument
279 def transformArguments(self, arguments, caller, dataContainer, program): argument
307 def __init__(self, argument, caller, dataContainer, program): argument
/external/clang/test/CodeGen/
Dcfi-check-fail.c6 void caller(void (*f)()) { in caller() function
Dcfi-check-fail2.c6 void caller(void (*f)()) { in caller() function
Dcfi-icall-cross-dso.c42 void caller(void (*f)()) { in caller() function
/external/mesa3d/src/mesa/program/
Ddummy_errors.c27 _mesa_error_no_memory(const char *caller) in _mesa_error_no_memory()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-coroutine.hpp46 coroutine_handle<> caller{}; member
141 auto caller = st->caller; in await_suspend() local
153 auto caller = st->caller; in await_suspend() local
162 auto caller = st->caller; in await_suspend() local
/external/cn-cbor/test/
Dctest.h236 void assert_str(const char* exp, const char* real, const char* caller, int line) { in assert_str()
246 const char* caller, int line) { in assert_data()
259 void assert_equal(long exp, long real, const char* caller, int line) { in assert_equal()
265 void assert_not_equal(long exp, long real, const char* caller, int line) { in assert_not_equal()
271 void assert_null(void* real, const char* caller, int line) { in assert_null()
277 void assert_not_null(const void* real, const char* caller, int line) { in assert_not_null()
283 void assert_true(int real, const char* caller, int line) { in assert_true()
289 void assert_false(int real, const char* caller, int line) { in assert_false()
295 void assert_fail(const char* caller, int line) { in assert_fail()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-localentry.s23 caller: label
/external/llvm/test/MC/PowerPC/
Dppc64-localentry.s23 caller: label
/external/clang/test/CXX/class/class.friend/
Dp1-ambiguous.cpp34 int foo::caller() { in caller() function in foo
/external/strace/
Dmmap_cache.c67 delete_mmap_cache(struct tcb *tcp, const char *caller) in delete_mmap_cache()
97 mmap_cache_rebuild_if_invalid(struct tcb *tcp, const char *caller) in mmap_cache_rebuild_if_invalid()

1234567