Home
last modified time | relevance | path

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

1234

/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/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/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.c286 GLenum buffer, const char *caller, bool no_error) in draw_buffer()
332 GLenum buffer, const char *caller) in draw_buffer_error()
340 GLenum buffer, const char *caller) in draw_buffer_no_error()
429 const GLenum *buffers, const char *caller, bool no_error) in draw_buffers()
639 const GLenum *buffers, const char *caller) in draw_buffers_error()
647 GLsizei n, const GLenum *buffers, const char *caller) in draw_buffers_no_error()
894 GLenum buffer, const char *caller, bool no_error) in read_buffer()
960 GLenum buffer, const char *caller) in read_buffer_err()
968 GLenum buffer, const char *caller) in read_buffer_no_error()
Dtexgetimage.c920 const char *caller) in dimensions_error_check()
1099 const char *caller) in pbo_error_check()
1141 GLenum format, const char *caller) in teximage_error_check()
1216 GLvoid *pixels, const char *caller) in common_error_check()
1268 GLvoid *pixels, const char *caller) in getteximage_error_check()
1311 GLvoid *pixels, const char *caller) in gettexsubimage_error_check()
1392 GLvoid *pixels, const char *caller) in get_texture_image()
1458 const char *caller) in _get_texture_image()
1490 static const char *caller = "glGetnTexImageARB"; in _mesa_GetnTexImageARB() local
1507 static const char *caller = "glGetTexImage"; in _mesa_GetTexImage() local
[all …]
Dtexgen.c48 get_texgen(struct gl_context *ctx, GLuint texunitIndex, GLenum coord, const char* caller) in get_texgen()
81 const GLfloat *params, const char* caller ) in texgenfv()
186 GLdouble *params, const char* caller) in gettexgendv()
219 GLfloat *params, const char* caller ) in gettexgenfv()
260 GLint *params, const char* caller) in gettexgeniv()
Dgenmipmap.c117 const char* caller) in generate_texture_mipmap()
236 validate_params_and_generate_mipmap(struct gl_texture_object *texObj, const char* caller) in validate_params_and_generate_mipmap()
Dshaderobj.c180 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) in _mesa_lookup_shader_err()
454 bool glthread, const char *caller) in _mesa_lookup_shader_program_err_glthread()
480 const char *caller) in _mesa_lookup_shader_program_err()
Dobjectlabel.c47 int length, const char *caller) in set_label()
136 const char *caller) in get_label_pointer()
Dmatrix.c51 get_named_matrix_stack(struct gl_context *ctx, GLenum mode, const char* caller) in get_named_matrix_stack()
107 const char* caller) in matrix_frustum()
184 const char* caller) in matrix_ortho()
505 const GLfloat *m, const char* caller) in matrix_load()
562 matrix_mult(struct gl_matrix_stack *stack, const GLfloat *m, const char* caller) in matrix_mult()
620 GLfloat x, GLfloat y, GLfloat z, const char* caller) in matrix_rotate()
Dpixelstore.c326 const char *caller) in _mesa_compressed_pixel_storage_error_check()
/third_party/mbedtls/scripts/mbedtls_dev/
Dc_build_helper.py65 caller, header, argument
126 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/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
/third_party/node/deps/v8/src/builtins/
Dbuiltins-error.cc42 Handle<Object> caller = args.atOrUndefined(isolate, 2); in BUILTIN() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv_main.cpp73 #define X(caller, callee, argc) \ in testCaller() argument
134 #define X(caller, callee, argc) \ in testCallee() argument
/third_party/typescript/tests/cases/compiler/
DuntypedFunctionCallsWithTypeParameters1.ts14 caller = () => { }; property in C
DcorrelatedUnions.ts104 declare const xx: { letter: A, caller: ACaller } | { letter: B, caller: BCaller }; constant
/third_party/skia/gm/
Ddrawatlascolor.cpp32 static sk_sp<SkImage> make_atlas(SkCanvas* caller, int atlasSize) { in make_atlas()
/third_party/icu/icu4c/source/test/intltest/
Dintltest.h386 IntlTest* caller; variable
/third_party/python/Modules/
D_lsprof.c225 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry()
232 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry()
293 ProfilerEntry *caller = self->previous->ctxEntry; in initContext() local
319 ProfilerEntry *caller = self->previous->ctxEntry; in Stop() local

1234