/third_party/typescript/tests/baselines/reference/ |
D | staticPropertyNameConflicts.types | 65 // caller 69 static caller: number; // error 70 >caller : number 72 caller: string; // ok 73 >caller : string 79 static caller() {} // error 80 >caller : () => void 82 caller() {} // ok 83 >caller : () => void 180 // caller [all …]
|
D | staticPropertyNameConflicts.symbols | 65 // caller 69 static caller: number; // error 70 >caller : Symbol(StaticCaller.caller, Decl(staticPropertyNameConflicts.ts, 34, 20)) 72 caller: string; // ok 73 >caller : Symbol(StaticCaller.caller, Decl(staticPropertyNameConflicts.ts, 35, 26)) 79 static caller() {} // error 80 >caller : Symbol(StaticCallerFn.caller, Decl(staticPropertyNameConflicts.ts, 39, 22)) 82 caller() {} // ok 83 >caller : Symbol(StaticCallerFn.caller, Decl(staticPropertyNameConflicts.ts, 40, 22)) 174 // caller [all …]
|
D | staticPropertyNameConflicts.js | 37 static caller: number; // error 38 caller: string; // ok 42 static caller() {} // error method in StaticCallerFn 43 caller() {} // ok method in StaticCallerFn 96 static caller: number; // error 97 caller: string; // ok 101 static caller() {} // error method in StaticCallerFn_Anonymous 102 caller() {} // ok method in StaticCallerFn_Anonymous 167 static caller: number; // error 168 caller: string; // ok [all …]
|
D | staticPropertyNameConflictsInAmbientContext.symbols | 65 // caller 69 static caller: number; // ok 70 >caller : Symbol(StaticCaller.caller, Decl(decl.d.ts, 34, 28)) 72 caller: string; // ok 73 >caller : Symbol(StaticCaller.caller, Decl(decl.d.ts, 35, 26)) 79 static caller(): any; // ok 80 >caller : Symbol(StaticCallerFn.caller, Decl(decl.d.ts, 39, 30)) 82 caller(): any; // ok 83 >caller : Symbol(StaticCallerFn.caller, Decl(decl.d.ts, 40, 25))
|
D | staticPropertyNameConflictsInAmbientContext.types | 65 // caller 69 static caller: number; // ok 70 >caller : number 72 caller: string; // ok 73 >caller : string 79 static caller(): any; // ok 80 >caller : () => any 82 caller(): any; // ok 83 >caller : () => any
|
D | staticPropertyNameConflicts.errors.txt | 8 …licts.ts(36,12): error TS2699: Static property 'caller' conflicts with built-in property 'Function… 9 …licts.ts(41,12): error TS2699: Static property 'caller' conflicts with built-in property 'Function… 19 …licts.ts(95,12): error TS2699: Static property 'caller' conflicts with built-in property 'Function… 20 …icts.ts(100,12): error TS2699: Static property 'caller' conflicts with built-in property 'Function… 35 …icts.ts(166,16): error TS2699: Static property 'caller' conflicts with built-in property 'Function… 37 …icts.ts(173,16): error TS2699: Static property 'caller' conflicts with built-in property 'Function… 92 // caller 94 static caller: number; // error 96 !!! error TS2699: Static property 'caller' conflicts with built-in property 'Function.caller' of co… 97 caller: string; // ok [all …]
|
D | elidedJSImport1.errors.txt | 1 tests/cases/compiler/caller.js(1,21): error TS2307: Cannot find module 'fs' or its corresponding ty… 2 tests/cases/compiler/caller.js(2,8): error TS18042: 'TruffleContract' is a type and cannot be impor… 3 tests/cases/compiler/caller.js(4,43): error TS2708: Cannot use namespace 'TruffleContract' as a val… 4 tests/cases/compiler/caller.js(4,60): error TS2708: Cannot use namespace 'TruffleContract' as a val… 7 ==== tests/cases/compiler/caller.js (4 errors) ====
|
D | correlatedUnions.js | 91 …xtends keyof LetterMap> = { [P in K]: { letter: Record<P, LetterMap[P]>, caller: (x: Record<P, Let… 93 function call<K extends keyof LetterMap>({ letter, caller }: LetterCaller<K>): void { field 94 caller(letter); 102 declare const xx: { letter: A, caller: ACaller } | { letter: B, caller: BCaller }; 277 var letter = _a.letter, caller = _a.caller; 278 caller(letter); 423 caller: (x: Record<P, LetterMap[P]>) => void; 426 declare function call<K extends keyof LetterMap>({ letter, caller }: LetterCaller<K>): void; field 437 caller: ACaller; 440 caller: BCaller;
|
D | elidedJSImport1.symbols | 1 === tests/cases/compiler/caller.js === 3 >fs : Symbol(fs, Decl(caller.js, 0, 6)) 6 >TruffleContract : Symbol(TruffleContract, Decl(caller.js, 1, 6)) 12 >fs : Symbol(fs, Decl(caller.js, 0, 6))
|
/third_party/mesa3d/src/mesa/main/ |
D | texgetimage.c | 920 const char *caller) in dimensions_error_check() argument 926 _mesa_error(ctx, GL_INVALID_VALUE, "%s(xoffset = %d)", caller, xoffset); in dimensions_error_check() 931 _mesa_error(ctx, GL_INVALID_VALUE, "%s(yoffset = %d)", caller, yoffset); in dimensions_error_check() 936 _mesa_error(ctx, GL_INVALID_VALUE, "%s(zoffset = %d)", caller, zoffset); in dimensions_error_check() 941 _mesa_error(ctx, GL_INVALID_VALUE, "%s(width = %d)", caller, width); in dimensions_error_check() 946 _mesa_error(ctx, GL_INVALID_VALUE, "%s(height = %d)", caller, height); in dimensions_error_check() 951 _mesa_error(ctx, GL_INVALID_VALUE, "%s(depth = %d)", caller, depth); in dimensions_error_check() 960 "%s(1D, yoffset = %d)", caller, yoffset); in dimensions_error_check() 965 "%s(1D, height = %d)", caller, height); in dimensions_error_check() 974 "%s(zoffset = %d)", caller, zoffset); in dimensions_error_check() [all …]
|
D | buffers.c | 286 GLenum buffer, const char *caller, bool no_error) in draw_buffer() argument 293 _mesa_debug(ctx, "%s %s\n", caller, _mesa_enum_to_string(buffer)); in draw_buffer() 305 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid buffer %s)", caller, in draw_buffer() 313 caller, _mesa_enum_to_string(buffer)); in draw_buffer() 332 GLenum buffer, const char *caller) in draw_buffer_error() argument 334 draw_buffer(ctx, fb, buffer, caller, false); in draw_buffer_error() 340 GLenum buffer, const char *caller) in draw_buffer_no_error() argument 342 draw_buffer(ctx, fb, buffer, caller, true); in draw_buffer_no_error() 429 const GLenum *buffers, const char *caller, bool no_error) in draw_buffers() argument 446 _mesa_error(ctx, GL_INVALID_VALUE, "%s(n < 0)", caller); in draw_buffers() [all …]
|
D | texgen.c | 48 get_texgen(struct gl_context *ctx, GLuint texunitIndex, GLenum coord, const char* caller) in get_texgen() argument 52 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(unit=%d)", caller, texunitIndex); in get_texgen() 81 const GLfloat *params, const char* caller ) in texgenfv() argument 86 texgen = get_texgen(ctx, texunitIndex, coord, caller); in texgenfv() 88 _mesa_error(ctx, GL_INVALID_ENUM, "%s(coord)", caller); in texgenfv() 186 GLdouble *params, const char* caller) in gettexgendv() argument 191 texgen = get_texgen(ctx, texunitIndex, coord, caller); in gettexgendv() 193 _mesa_error(ctx, GL_INVALID_ENUM, "%s(coord)", caller); in gettexgendv() 211 _mesa_error( ctx, GL_INVALID_ENUM, "%s(pname)", caller ); in gettexgendv() 219 GLfloat *params, const char* caller ) in gettexgenfv() argument [all …]
|
D | genmipmap.c | 117 const char* caller) in generate_texture_mipmap() argument 128 if (caller && texObj->Target == GL_TEXTURE_CUBE_MAP && in generate_texture_mipmap() 131 "%s(incomplete cube map)", caller); in generate_texture_mipmap() 140 if (caller) { in generate_texture_mipmap() 144 "%s(zero size base image)", caller); in generate_texture_mipmap() 152 "%s(invalid internal format %s)", 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() argument 245 caller, in validate_params_and_generate_mipmap() 250 generate_texture_mipmap(ctx, texObj, texObj->Target, caller); in validate_params_and_generate_mipmap()
|
D | shaderobj.c | 180 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) in _mesa_lookup_shader_err() argument 183 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); in _mesa_lookup_shader_err() 190 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); in _mesa_lookup_shader_err() 194 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller); in _mesa_lookup_shader_err() 454 bool glthread, const char *caller) in _mesa_lookup_shader_program_err_glthread() argument 457 _mesa_error_glthread_safe(ctx, GL_INVALID_VALUE, glthread, "%s", caller); in _mesa_lookup_shader_program_err_glthread() 465 "%s", caller); in _mesa_lookup_shader_program_err_glthread() 470 "%s", caller); in _mesa_lookup_shader_program_err_glthread() 480 const char *caller) in _mesa_lookup_shader_program_err() argument 482 return _mesa_lookup_shader_program_err_glthread(ctx, name, false, caller); in _mesa_lookup_shader_program_err()
|
D | objectlabel.c | 47 int length, const char *caller) in set_label() argument 58 "GL_MAX_LABEL_LENGTH=%d)", caller, length, in set_label() 76 "GL_MAX_LABEL_LENGTH=%d)", caller, len, in set_label() 136 const char *caller) in get_label_pointer() argument 240 _mesa_error(ctx, GL_INVALID_VALUE, "%s(name = %u)", caller, name); in get_label_pointer() 247 caller, _mesa_enum_to_string(identifier)); in get_label_pointer()
|
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/ |
D | staticPropertyNameConflicts.ts | 37 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 …]
|
D | staticPropertyNameConflictsInAmbientContext.ts | 38 static caller: number; // ok 39 caller: string; // ok 43 static caller(): any; // ok 44 caller(): any; // ok
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | LinuxMallocProfiling.cpp | 36 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_calling_conv_main.cpp | 73 #define X(caller, callee, argc) \ in testCaller() argument 75 STR(caller), \ in testCaller() 78 &caller, \ in testCaller() 79 &Subzero_::caller, \ in testCaller() 85 #define X(caller, callee, argc) \ in testCaller() 87 STR(caller), STR(callee), argc, \ in testCaller() 88 &caller, &Subzero_::caller, reinterpret_cast<CalleePtrTy>(&callee), \ in testCaller() 134 #define X(caller, callee, argc) \ in testCallee() argument 135 {STR(caller), \ in testCallee() 138 &caller, \ in testCallee()
|
/third_party/skia/src/codec/ |
D | SkJpegDecoderMgr.cpp | 19 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()
|
/third_party/python/Lib/ |
D | modulefinder.py | 170 def import_hook(self, name, caller=None, fromlist=None, level=-1): argument 171 self.msg(3, "import_hook", name, caller, fromlist, level) 172 parent = self.determine_parent(caller, level=level) 181 def determine_parent(self, caller, level=-1): argument 182 self.msgin(4, "determine_parent", caller, level) 183 if not caller or level == 0: 186 pname = caller.__name__ 188 if caller.__path__: 192 assert parent is caller 201 if caller.__path__: [all …]
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
D | c_build_helper.py | 65 caller, header, argument 78 .format(caller)) 126 caller=__name__, file_label='', argument 156 c_file, caller, header, 166 .format(caller, c_name))
|
D | test_case.py | 88 caller: Optional[str] = None) -> None: 93 if caller is None: 94 caller = os.path.basename(sys.argv[0]) 98 .format(caller))
|
/third_party/libinput/doc/api/ |
D | mainpage.dox | 20 the caller. 27 caller. This file descriptor should be monitored by the caller, whenever 28 data is available the caller **must** immediately call libinput_dispatch(). 32 caller. After libinput_dispatch() a caller **should** call 62 libinput relies on the caller for device configuration. See
|
/third_party/rust/crates/regex/src/ |
D | pool.rs | 206 let caller = THREAD_ID.with(|id| *id); in get() localVariable 208 if caller == owner { in get() 211 self.get_slow(caller, owner) in get() 220 fn get_slow(&self, caller: usize, owner: usize) -> PoolGuard<'_, T> { in get_slow() 228 let res = self.owner.compare_exchange(0, caller, Relaxed, Relaxed); in get_slow()
|