Home
last modified time | relevance | path

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

12345678910>>...22

/external/v8/test/mjsunit/wasm/
Dasm-wasm.js9 function caller() { function in EmptyTest
15 return {caller: caller};
31 function caller() { function in IntTest
35 return {caller: caller};
48 function caller() { function in Float64Test
59 return {caller: caller};
66 function caller(a, b) { function in BadModule
73 function caller() {
77 return {caller: caller};
87 function caller() { function in TestReturnInBlock
[all …]
/external/opencv3/modules/cudafilters/src/cuda/
Dcolumn_filter.hpp146 void caller(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream) in caller() function
190 column_filter::caller< 1, T, D, BrdColConstant>, in linearColumn()
191 column_filter::caller< 2, T, D, BrdColConstant>, in linearColumn()
192 column_filter::caller< 3, T, D, BrdColConstant>, in linearColumn()
193 column_filter::caller< 4, T, D, BrdColConstant>, in linearColumn()
194 column_filter::caller< 5, T, D, BrdColConstant>, in linearColumn()
195 column_filter::caller< 6, T, D, BrdColConstant>, in linearColumn()
196 column_filter::caller< 7, T, D, BrdColConstant>, in linearColumn()
197 column_filter::caller< 8, T, D, BrdColConstant>, in linearColumn()
198 column_filter::caller< 9, T, D, BrdColConstant>, in linearColumn()
[all …]
Drow_filter.hpp146 void caller(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream) in caller() function
189 row_filter::caller< 1, T, D, BrdRowConstant>, in linearRow()
190 row_filter::caller< 2, T, D, BrdRowConstant>, in linearRow()
191 row_filter::caller< 3, T, D, BrdRowConstant>, in linearRow()
192 row_filter::caller< 4, T, D, BrdRowConstant>, in linearRow()
193 row_filter::caller< 5, T, D, BrdRowConstant>, in linearRow()
194 row_filter::caller< 6, T, D, BrdRowConstant>, in linearRow()
195 row_filter::caller< 7, T, D, BrdRowConstant>, in linearRow()
196 row_filter::caller< 8, T, D, BrdRowConstant>, in linearRow()
197 row_filter::caller< 9, T, D, BrdRowConstant>, in linearRow()
[all …]
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration_badarg.cpp105 C_Caller caller, bad_caller; in run() local
106 caller.imageSize = imgSize; in run()
107 caller.objPts = &objPts; in run()
108 caller.imgPts = &imgPts; in run()
109 caller.npoints = &npoints; in run()
110 caller.cameraMatrix = &cameraMatrix; in run()
111 caller.distCoeffs = &distCoeffs; in run()
112 caller.rvecs = &rvecs; in run()
113 caller.tvecs = &tvecs; in run()
137 caller.flags = 0; in run()
[all …]
/external/opencv3/modules/flann/test/
Dtest_lshtable_badarg.cpp69 Caller caller; in run() local
71 caller.features = cvtest::randomMat(rng, featuresSize, CV_8UC1, 0, 255, false); in run()
72 caller.table_number = 12; in run()
73 caller.multi_probe_level = 2; in run()
76 caller.key_size = 0; in run()
77 errors += run_test_case(Error::StsBadArg, "key_size is zero", caller); in run()
79 caller.key_size = static_cast<int>(sizeof(size_t) * CHAR_BIT); in run()
80 errors += run_test_case(Error::StsBadArg, "key_size is too big", caller); in run()
82 caller.key_size += cvtest::randInt(rng) % 100; in run()
83 errors += run_test_case(Error::StsBadArg, "key_size is too big", caller); in run()
/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/skia/src/codec/
DSkJpegDecoderMgr.cpp14 static void print_message(const j_common_ptr info, const char caller[]) { in print_message() argument
17 SkCodecPrintf("libjpeg error %d <%s> from %s\n", info->err->msg_code, buffer, caller); in print_message()
27 bool JpegDecoderMgr::returnFalse(const char caller[]) { in returnFalse() argument
28 print_message((j_common_ptr) &fDInfo, caller); in returnFalse()
32 SkCodec::Result JpegDecoderMgr::returnFailure(const char caller[], SkCodec::Result result) { in returnFailure() argument
33 print_message((j_common_ptr) &fDInfo, caller); in returnFailure()
/external/v8/test/webkit/
Dapply-varargs-expected.txt29 PASS caller(0) is undefined
30 PASS caller(1) is undefined
31 PASS caller(2) is undefined
32 PASS caller(3) is undefined
33 PASS caller(4) is undefined
34 PASS caller(5) is undefined
35 PASS caller(6) is undefined
36 PASS caller(7) is undefined
37 PASS caller(8) is undefined
/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/fio/
Dgettime.c53 void *caller; member
57 static struct gtod_log *find_hash(void *caller) in find_hash() argument
59 unsigned long h = hash_ptr(caller, HASH_BITS); in find_hash()
66 if (log->caller == caller) in find_hash()
73 static void inc_caller(void *caller) in inc_caller() argument
75 struct gtod_log *log = find_hash(caller); in inc_caller()
82 log->caller = caller; in inc_caller()
85 h = hash_ptr(caller, HASH_BITS); in inc_caller()
92 static void gtod_log_caller(void *caller) in gtod_log_caller() argument
95 inc_caller(caller); in gtod_log_caller()
[all …]
/external/v8/test/mjsunit/regress/
Dregress-145201.js66 var caller = catcher.caller;
67 if (/native/i.test(caller) || /ADD/.test(caller)) {
68 net[caller] = 0;
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DSubroutine.java57 final JumpInsnNode caller) in Subroutine() argument
62 callers.add(caller); in Subroutine()
84 Object caller = subroutine.callers.get(i); in merge() local
85 if (!callers.contains(caller)) { in merge()
86 callers.add(caller); in merge()
/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/v8/test/mjsunit/es6/
Dgenerators-poisoned-properties.js12 assertThrows(function() { return generator.caller; }, TypeError);
13 assertThrows(function() { return generator.caller = {}; }, TypeError);
24 assertThrows(function() { return generator.caller; }, TypeError);
25 assertThrows(function() { return generator.caller = {}; }, TypeError);
Darrow-functions.js56 assertThrows(function() { return arrowFn.caller; }, TypeError);
57 assertThrows(function() { arrowFn.caller = {}; }, TypeError);
68 assertThrows(function() { return arrowFn.caller; }, TypeError);
69 assertThrows(function() { arrowFn.caller = {}; }, TypeError);
/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/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/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/v8/test/mjsunit/
Dfunction-caller.js33 assertEquals(f, g.caller);
34 assertEquals(match, f.caller);
54 assertEquals(String.prototype.replace, h.caller);
/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 {
62 !4 = distinct !DISubprogram(name: "caller", line: 4, isLocal: false, isDefinition: true, virtualInd…
/external/mesa3d/src/mesa/main/
Dshaderobj.c160 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) in _mesa_lookup_shader_err() argument
163 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); in _mesa_lookup_shader_err()
170 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); in _mesa_lookup_shader_err()
174 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller); in _mesa_lookup_shader_err()
402 const char *caller) in _mesa_lookup_shader_program_err() argument
405 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); in _mesa_lookup_shader_program_err()
412 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); in _mesa_lookup_shader_program_err()
416 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller); in _mesa_lookup_shader_program_err()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py61 def updateFunctionCallMap(self, caller, callee): argument
63 if not caller in self.calledFunctionTable:
64 self.calledFunctionTable[caller] = []
65 if not callee in self.calledFunctionTable[caller]:
66 self.calledFunctionTable[caller].append(callee)
67 if not caller in self.comprehensiveCalledFunctionTable:
68 self.comprehensiveCalledFunctionTable[caller] = []
69 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/libedit/examples/
Dfileman.c29 void too_dangerous (char *caller);
32 int valid_argument (char *caller, char *arg);
465 too_dangerous (char *caller) in too_dangerous() argument
469 caller); in too_dangerous()
476 valid_argument (char *caller, char *arg) in valid_argument() argument
480 fprintf (stderr, "%s: Argument required.\n", caller); in valid_argument()

12345678910>>...22