Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 25 of 719) sorted by relevance

12345678910>>...29

/external/mesa3d/src/mesa/main/
Dtexgetimage.c914 const char *caller) in dimensions_error_check() argument
920 _mesa_error(ctx, GL_INVALID_VALUE, "%s(xoffset = %d)", caller, xoffset); in dimensions_error_check()
925 _mesa_error(ctx, GL_INVALID_VALUE, "%s(yoffset = %d)", caller, yoffset); in dimensions_error_check()
930 _mesa_error(ctx, GL_INVALID_VALUE, "%s(zoffset = %d)", caller, zoffset); in dimensions_error_check()
935 _mesa_error(ctx, GL_INVALID_VALUE, "%s(width = %d)", caller, width); in dimensions_error_check()
940 _mesa_error(ctx, GL_INVALID_VALUE, "%s(height = %d)", caller, height); in dimensions_error_check()
945 _mesa_error(ctx, GL_INVALID_VALUE, "%s(depth = %d)", caller, depth); in dimensions_error_check()
954 "%s(1D, yoffset = %d)", caller, yoffset); in dimensions_error_check()
959 "%s(1D, height = %d)", caller, height); in dimensions_error_check()
968 "%s(zoffset = %d)", caller, zoffset); in dimensions_error_check()
[all …]
Dbuffers.c269 GLenum buffer, const char *caller) in draw_buffer() argument
276 _mesa_debug(ctx, "%s %s\n", caller, _mesa_enum_to_string(buffer)); in draw_buffer()
288 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid buffer %s)", caller, in draw_buffer()
296 caller, _mesa_enum_to_string(buffer)); in draw_buffer()
354 GLsizei n, const GLenum *buffers, const char *caller) in draw_buffers() argument
370 _mesa_error(ctx, GL_INVALID_VALUE, "%s(n < 0)", caller); in draw_buffers()
376 "%s(n > maximum number of draw buffers)", caller); in draw_buffers()
390 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid buffers)", caller); in draw_buffers()
404 caller, _mesa_enum_to_string(buffers[output])); in draw_buffers()
432 caller); in draw_buffers()
[all …]
/external/swiftshader/third_party/subzero/src/
DLinuxMallocProfiling.cpp36 void *internalAllocator(size_t size, void *caller) { in internalAllocator() argument
39 ++(*Callers)[caller]; in internalAllocator()
51 void *caller = __builtin_return_address(0); in operator new() local
52 return internalAllocator(size, caller); in operator new()
56 void *caller = __builtin_return_address(0); in operator new[]() local
57 return internalAllocator(size, caller); in operator new[]()
61 void *caller = __builtin_return_address(0); in malloc() local
62 return internalAllocator(size, caller); in malloc()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DCallGraph.java122 for (Node caller : callers) { in toString()
124 builder.append(caller.method.qualifiedName()); in toString()
302 synchronized private void addCall(Node caller, Node callee) { in addCall() argument
303 assert caller != null; in addCall()
305 if (caller != callee) { in addCall()
306 caller.addCallee(callee); in addCall()
307 callee.addCaller(caller); in addCall()
309 caller.isSelfRecursive = true; in addCall()
316 for (Node caller : node.callers) { in remove()
317 boolean removed = caller.callees.remove(node); in remove()
[all …]
/external/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv_main.cpp73 #define X(caller, callee, argc) \ in testCaller() argument
75 STR(caller), STR(callee), argc, &caller, &Subzero_::caller, \ in testCaller()
82 #define X(caller, callee, argc) \ in testCaller()
84 STR(caller), STR(callee), argc, &caller, &Subzero_::caller, \ in testCaller()
132 #define X(caller, callee, argc) \ in testCallee() argument
134 STR(caller), STR(callee), argc, &caller, \ in testCallee()
/external/emma/core/java12/com/vladium/util/
DResourceLoader.java36 final Class caller = ClassLoaderResolver.getCallerClass (1); in loadClass() local
37 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); in loadClass()
47 final Class caller = ClassLoaderResolver.getCallerClass (1); in getResource() local
48 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); in getResource()
61 final Class caller = ClassLoaderResolver.getCallerClass (1); in getResourceAsStream() local
62 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); in getResourceAsStream()
76 final Class caller = ClassLoaderResolver.getCallerClass (1); in getResources() local
77 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); in getResources()
DClassLoaderResolver.java45 public static synchronized ClassLoader getClassLoader (final Class caller) in getClassLoader() argument
47 final ClassLoadContext ctx = new ClassLoadContext (caller); in getClassLoader()
69 final Class caller = getCallerClass (1); // 'caller' can be set to null in getClassLoader() local
70 final ClassLoadContext ctx = new ClassLoadContext (caller); in getClassLoader()
148 final Class caller = ctx.getCallerClass (); in getClassLoader() local
153 if (caller == null) in getClassLoader()
157 final ClassLoader callerLoader = caller.getClassLoader (); in getClassLoader()
/external/libmojo/base/android/jni_generator/
Dsample_for_tests.h98 const base::android::JavaParamRef<jobject>& caller);
101 void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& caller);
103 jint Method(JNIEnv* env, const base::android::JavaParamRef<jobject>& caller);
106 const base::android::JavaParamRef<jobject>& caller,
111 const base::android::JavaParamRef<jobject>& caller);
115 const base::android::JavaParamRef<jobject>& caller);
Dsample_for_tests.cc27 const JavaParamRef<jobject>& caller) { in MethodOtherP0() argument
42 void CPPClass::Destroy(JNIEnv* env, const JavaParamRef<jobject>& caller) { in Destroy() argument
46 jint CPPClass::Method(JNIEnv* env, const JavaParamRef<jobject>& caller) { in Method() argument
51 const JavaParamRef<jobject>& caller, in AddStructB() argument
61 const JavaParamRef<jobject>& caller) { in IterateAndDoSomethingWithStructB() argument
74 const JavaParamRef<jobject>& caller) { in ReturnAString() argument
80 const JavaParamRef<jobject>& caller, in Init() argument
/external/llvm/test/CodeGen/Mips/
Dinternalfunc.ll3 @caller.sf1 = internal unnamed_addr global void (...)* null, align 4
15 define void @caller(i32 %a0, i32 %a1) nounwind {
17 ; CHECK: lw $[[R1:[0-9]+]], %got(caller.sf1)
18 ; CHECK: lw $25, %lo(caller.sf1)($[[R1]])
23 %tmp1 = load void (...)*, void (...)** @caller.sf1, align 4
30 ; CHECK: lw $[[R3:[0-9]+]], %got(caller.sf1)
31 ; CHECK: sw ${{[0-9]+}}, %lo(caller.sf1)($[[R3]])
35 store void (...)* %cond, void (...)** @caller.sf1, align 4
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
Dinternalfunc.ll3 @caller.sf1 = internal unnamed_addr global void (...)* null, align 4
15 define void @caller(i32 %a0, i32 %a1) nounwind {
17 ; CHECK: lw $[[R1:[0-9]+]], %got(caller.sf1)($gp)
18 ; CHECK: lw $25, %lo(caller.sf1)($[[R1]])
23 %tmp1 = load void (...)** @caller.sf1, align 4
30 ; CHECK: lw $[[R3:[0-9]+]], %got(caller.sf1)($gp)
31 ; CHECK: sw ${{[0-9]+}}, %lo(caller.sf1)($[[R3]])
35 store void (...)* %cond, void (...)** @caller.sf1, align 4
/external/fio/
Dgettime.c55 void *caller; member
59 static struct gtod_log *find_hash(void *caller) in find_hash() argument
61 unsigned long h = hash_ptr(caller, HASH_BITS); in find_hash()
68 if (log->caller == caller) in find_hash()
75 static void inc_caller(void *caller) in inc_caller() argument
77 struct gtod_log *log = find_hash(caller); in inc_caller()
84 log->caller = caller; in inc_caller()
87 h = hash_ptr(caller, HASH_BITS); in inc_caller()
94 static void gtod_log_caller(void *caller) in gtod_log_caller() argument
97 inc_caller(caller); in gtod_log_caller()
[all …]
/external/skia/src/codec/
DSkJpegDecoderMgr.cpp19 static void print_message(const j_common_ptr info, const char caller[]) { in print_message() argument
22 SkCodecPrintf("libjpeg error %d <%s> from %s\n", info->err->msg_code, buffer, caller); in print_message()
43 bool JpegDecoderMgr::returnFalse(const char caller[]) { in returnFalse() argument
44 print_message((j_common_ptr) &fDInfo, caller); in returnFalse()
48 SkCodec::Result JpegDecoderMgr::returnFailure(const char caller[], SkCodec::Result result) { in returnFailure() argument
49 print_message((j_common_ptr) &fDInfo, caller); in returnFailure()
/external/r8/src/test/examplesAndroidO/invokecustom/
DInvokeCustom.java77 public static CallSite bsmLookupStatic(MethodHandles.Lookup caller, String name, MethodType type) in bsmLookupStatic() argument
85 MethodHandles.Lookup caller, String name, MethodType type, int i, long l, float f, double d) in bsmLookupStaticWithExtraArgs() argument
106 MethodHandles.Lookup caller, String name, MethodType type, MethodHandle mh) in bsmCreateCallSite() argument
115 MethodHandles.Lookup caller, String name, MethodType type, MethodHandle mh) in bsmCreateCallCallingtargetMethodTest6() argument
125 MethodHandles.Lookup caller, String name, MethodType type, MethodHandle mh) in bsmCreateCallCallingtargetMethodTest7() argument
139 MethodHandles.Lookup caller, String name, MethodType type, MethodHandle mh) in bsmCreateCallCallingtargetMethodTest8() argument
149 MethodHandles.Lookup caller, String name, MethodType type, MethodHandle mh) in bsmCreateCallCallingtargetMethodTest9() argument
163 MethodHandles.Lookup caller, String name, MethodType type, MethodHandle mh) in bsmCreateCallCallingtargetMethodTest10() argument
173 MethodHandles.Lookup caller, String name, MethodType type, MethodHandle mh) in bsmCreateCallCallingtargetMethod() argument
/external/llvm/test/Transforms/Inline/
Dinline-funclets.ll7 ;;; when inlined because the funclet doesn't unwind to caller.
17 cleanupret from %pad unwind to caller
43 cleanupret from %pad.outer unwind to caller
45 ; The call and cleanupret here need to be redirected to caller cleanup
57 ;;; Test with an "unwind to caller" catchswitch in a parent funclet
58 ;;; that needs to remain "unwind to caller" because the parent
59 ;;; doesn't unwind to caller.
69 cleanupret from %pad unwind to caller
91 %cs = catchswitch within %outer [label %catch] unwind to caller
93 ; The catchswitch here needs to remain "unwind to caller" since %outer
[all …]
/external/python/cpython2/Lib/
Dmodulefinder.py142 def import_hook(self, name, caller=None, fromlist=None, level=-1): argument
143 self.msg(3, "import_hook", name, caller, fromlist, level)
144 parent = self.determine_parent(caller, level=level)
153 def determine_parent(self, caller, level=-1): argument
154 self.msgin(4, "determine_parent", caller, level)
155 if not caller or level == 0:
158 pname = caller.__name__
160 if caller.__path__:
164 assert parent is caller
173 if caller.__path__:
[all …]
/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutine.java34 public Subroutine(int start, int caller) { in Subroutine() argument
36 callers.add(new Integer(caller)); in Subroutine()
39 public void addCaller(int caller) { in addCaller() argument
40 callers.add(new Integer(caller)); in addCaller()
/external/iproute2/tipc/
Dcmdl.c100 int run_cmd(struct nlmsghdr *nlh, const struct cmd *caller, in run_cmd() argument
107 if (caller->help) in run_cmd()
108 (caller->help)(cmdl); in run_cmd()
117 if (help_flag && caller->help) { in run_cmd()
118 (caller->help)(cmdl); in run_cmd()
/external/v8/src/builtins/
Dbuiltins-error.cc22 Handle<Object> caller; in BUILTIN() local
29 caller = args.new_target(); in BUILTIN()
36 caller, false)); in BUILTIN()
48 Handle<Object> caller = args.atOrUndefined(isolate, 2); in BUILTIN() local
49 FrameSkipMode mode = caller->IsJSFunction() ? SKIP_UNTIL_SEEN : SKIP_FIRST; in BUILTIN()
59 isolate->CaptureSimpleStackTrace(object, mode, caller); in BUILTIN()
/external/llvm/test/Transforms/SimplifyCFG/
Dwineh-unreachable.ll27 ; CHECK-NEXT: catchswitch within none [label %catch.body] unwind to caller
75 %cs1 = catchswitch within none [label %catch.body] unwind to caller
92 %cs1 = catchswitch within none [label %catch.body, label %catch.body] unwind to caller
93 ; CHECK: catchswitch within none [label %catch.body] unwind to caller
110 %cs1 = catchswitch within none [label %catch.body, label %catch.body2] unwind to caller
111 ; CHECK: catchswitch within none [label %catch.body] unwind to caller
132 %cs1 = catchswitch within none [label %catch.body, label %catch.body2] unwind to caller
133 ; CHECK: catchswitch within none [label %catch.body] unwind to caller
154 %cs1 = catchswitch within none [label %catch.body, label %catch.body2] unwind to caller
155 ; CHECK: catchswitch within none [label %catch.body, label %catch.body2] unwind to caller
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py56 def updateFunctionCallMap(self, caller, callee): argument
58 if not caller in self.calledFunctionTable:
59 self.calledFunctionTable[caller] = []
60 if not callee in self.calledFunctionTable[caller]:
61 self.calledFunctionTable[caller].append(callee)
62 if not caller in self.comprehensiveCalledFunctionTable:
63 self.comprehensiveCalledFunctionTable[caller] = []
64 self.comprehensiveCalledFunctionTable[caller].append(callee)
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py56 def updateFunctionCallMap(self, caller, callee): argument
58 if not caller in self.calledFunctionTable:
59 self.calledFunctionTable[caller] = []
60 if not callee in self.calledFunctionTable[caller]:
61 self.calledFunctionTable[caller].append(callee)
62 if not caller in self.comprehensiveCalledFunctionTable:
63 self.comprehensiveCalledFunctionTable[caller] = []
64 self.comprehensiveCalledFunctionTable[caller].append(callee)
/external/llvm/test/Transforms/ArgumentPromotion/
Dbasictest.ll12 define internal i32 @caller(i32* %B) {
13 ; CHECK-LABEL: define internal i32 @caller(i32 %B.val1)
25 %X = call i32 @caller(i32* %B)
26 ; CHECK: call i32 @caller(i32 2)
/external/llvm/test/DebugInfo/Generic/
Dinline-no-debug-info.ll7 ; void caller() { callee(); }
11 ; CHECK-LABEL: @caller(
19 ; The remaining instruction from the caller.
22 ; Debug location of the code in caller() and of the inlined code that did not
46 define void @caller() #0 !dbg !4 {
61 !4 = distinct !DISubprogram(name: "caller", line: 4, isLocal: false, isDefinition: true, virtualInd…
/external/llvm/test/Feature/
Dexception.ll35 cleanupret from %cp unwind to caller
46 cleanupret from %cp unwind to caller
60 cleanupret from %0 unwind to caller
73 %cs1 = catchswitch within none [label %catch] unwind to caller
89 %cs1 = catchswitch within none [label %catch] unwind to caller
105 %cs1 = catchswitch within none [label %catch] unwind to caller
118 %cs1 = catchswitch within none [label %catch] unwind to caller

12345678910>>...29