Home
last modified time | relevance | path

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

12345

/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/
DstaticPropertyNameConflicts.ts37 static caller: number; // error property in StaticCaller
38 caller: string; // ok property in StaticCaller
42 static caller() {} // error method in StaticCallerFn
43 caller() {} // ok method in StaticCallerFn
96 static caller: number; // error variable
97 caller: string; // ok variable
101 static caller() {} // error variable
102 caller() {} // ok variable
167 static caller: number; // error property in StaticCaller
168 caller: string; // ok property in StaticCaller
[all …]
/third_party/skia/third_party/externals/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
/third_party/flutter/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()
/third_party/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()
/third_party/boost/boost/coroutine/detail/
Dpush_coroutine_synthesized.hpp31 push_coroutine_synthesized( coroutine_context * caller, in push_coroutine_synthesized()
47 push_coroutine_synthesized( coroutine_context * caller, in push_coroutine_synthesized()
63 push_coroutine_synthesized( coroutine_context * caller, in push_coroutine_synthesized()
Dpull_coroutine_synthesized.hpp31 pull_coroutine_synthesized( coroutine_context * caller, in pull_coroutine_synthesized()
48 pull_coroutine_synthesized( coroutine_context * caller, in pull_coroutine_synthesized()
65 pull_coroutine_synthesized( coroutine_context * caller, in pull_coroutine_synthesized()
Dpull_coroutine_impl.hpp47 pull_coroutine_impl( coroutine_context * caller, in pull_coroutine_impl()
59 pull_coroutine_impl( coroutine_context * caller, in pull_coroutine_impl()
157 pull_coroutine_impl( coroutine_context * caller, in pull_coroutine_impl()
169 pull_coroutine_impl( coroutine_context * caller, in pull_coroutine_impl()
266 pull_coroutine_impl( coroutine_context * caller, in pull_coroutine_impl()
Dpush_coroutine_impl.hpp46 push_coroutine_impl( coroutine_context * caller, in push_coroutine_impl()
138 push_coroutine_impl( coroutine_context * caller, in push_coroutine_impl()
213 push_coroutine_impl( coroutine_context * caller, in push_coroutine_impl()
Dsetup.hpp35 coroutine_context * caller; member
/third_party/typescript/tests/baselines/reference/
DstaticPropertyNameConflicts.js42 static caller() {} // error method in StaticCallerFn
43 caller() {} // ok method in StaticCallerFn
101 static caller() {} // error method in StaticCallerFn_Anonymous
102 caller() {} // ok method in StaticCallerFn_Anonymous
243 StaticCallerFn.caller = function () { }; // error function in StaticCallerFn
244 StaticCallerFn.prototype.caller = function () { }; // ok method in StaticCallerFn
309 StaticCallerFn_Anonymous.caller = function () { }; // error function in StaticCallerFn_Anonymous
310 StaticCallerFn_Anonymous.prototype.caller = function () { }; // ok method in StaticCallerFn_Anonymous
404 StaticCallerFn.prototype.caller = function () { }; // ok method in StaticCallerFn
DuntypedFunctionCallsWithTypeParameters1.js15 caller = () => { }; field in C
74 this.caller = function () { }; method in C.C
/third_party/mesa3d/src/mesa/main/
Dbuffers.c280 GLenum buffer, const char *caller, bool no_error) in draw_buffer()
328 GLenum buffer, const char *caller) in draw_buffer_error()
336 GLenum buffer, const char *caller) in draw_buffer_no_error()
425 const GLenum *buffers, const char *caller, bool no_error) in draw_buffers()
637 const GLenum *buffers, const char *caller) in draw_buffers_error()
645 GLsizei n, const GLenum *buffers, const char *caller) in draw_buffers_no_error()
892 GLenum buffer, const char *caller, bool no_error) in read_buffer()
947 GLenum buffer, const char *caller) in read_buffer_err()
955 GLenum buffer, const char *caller) in read_buffer_no_error()
Dtexgetimage.c919 const char *caller) in dimensions_error_check()
1098 const char *caller) in pbo_error_check()
1140 GLenum format, const char *caller) in teximage_error_check()
1215 GLvoid *pixels, const char *caller) in common_error_check()
1267 GLvoid *pixels, const char *caller) in getteximage_error_check()
1310 GLvoid *pixels, const char *caller) in gettexsubimage_error_check()
1391 GLvoid *pixels, const char *caller) in get_texture_image()
1454 const char *caller) in _get_texture_image()
1486 static const char *caller = "glGetnTexImageARB"; in _mesa_GetnTexImageARB() local
1503 static const char *caller = "glGetTexImage"; in _mesa_GetTexImage() local
[all …]
Dgenmipmap.c114 const char* caller) in generate_texture_mipmap()
233 validate_params_and_generate_mipmap(struct gl_texture_object *texObj, const char* caller) in validate_params_and_generate_mipmap()
Dshaderobj.c183 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) in _mesa_lookup_shader_err()
461 bool glthread, const char *caller) in _mesa_lookup_shader_program_err_glthread()
487 const char *caller) in _mesa_lookup_shader_program_err()
Dtexgen.c46 get_texgen(struct gl_context *ctx, GLuint texunitIndex, GLenum coord, const char* caller) in get_texgen()
79 const GLfloat *params, const char* caller ) in texgenfv()
187 GLdouble *params, const char* caller) in gettexgendv()
220 GLfloat *params, const char* caller ) in gettexgenfv()
261 GLint *params, const char* caller) in gettexgeniv()
Dobjectlabel.c47 int length, const char *caller) in set_label()
136 const char *caller) in get_label_pointer()
/third_party/boost/boost/python/detail/
Dcaller.hpp182 struct caller struct
187 >::type base;
189 typedef PyObject* result_type;
191 caller(F f, CallPolicies p) : base(f,p) {} in caller() argument
/third_party/mbedtls/scripts/mbedtls_dev/
Dc_build_helper.py65 caller, header, argument
95 caller=__name__, file_label='', argument
/third_party/mesa3d/src/mesa/program/
Ddummy_errors.c27 _mesa_error_no_memory(const char *caller) in _mesa_error_no_memory()
/third_party/boost/boost/test/
Dminimal.hpp110 class caller { class
113 caller( int argc, char** argv ) in caller() function in boost::minimal_test::caller
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dparameter_eliminate.h51 for (auto caller : callers) { in operator() local
129 …static void EraseArgs(const CNodePtr &caller, const std::unordered_set<size_t> &unused_parameter_i… in EraseArgs()
/third_party/jerryscript/tests/jerry/es2015/
Dfunction-properties.js32 var prototype_obj = { dummy:1, length:1, caller:null, property
/third_party/libwebsockets/lib/core-net/
Dclose.c347 const char *caller) in __lws_close_free_wsi()
1008 lws_close_free_wsi(struct lws *wsi, enum lws_close_status reason, const char *caller) in lws_close_free_wsi()
/third_party/python/Lib/
Dmodulefinder.py170 def import_hook(self, name, caller=None, fromlist=None, level=-1): argument
181 def determine_parent(self, caller, level=-1): argument
361 def _add_badmodule(self, name, caller): argument
369 def _safe_import_hook(self, name, caller, fromlist, level=-1): argument

12345