| /third_party/typescript/tests/baselines/reference/ |
| D | overloadsWithProvisionalErrors.js | 2 var func: { variable 12 var func; variable 13 func(function (s) { return ({}); }); // Error for no applicable overload (object type is missing a … argument 14 func(function (s) { return ({ a: blah, b: 3 }); }); // Only error inside the function, but not outs… argument 15 func(function (s) { return ({ a: blah }); }); // Two errors here, one for blah not being defined, a… argument
|
| D | decoratorChecksFunctionBodies.js | 25 function func(s) { argument
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| D | builder_intrinsic_test.cc | 47 auto* func = Func("a_func", {}, ty.void_(), in TEST_P() local 74 auto* func = Func("a_func", {}, ty.void_(), in TEST_P() local 110 auto* func = Func("a_func", {}, ty.void_(), in TEST_P() local 141 auto* func = Func("a_func", {}, ty.void_(), in TEST_P() local 177 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local 208 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local 241 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local 281 auto* func = Func("a_func", {}, ty.void_(), in TEST_F() local 329 auto* func = Func("a_func", {}, ty.void_(), in TEST_P() local 359 auto* func = Func("a_func", {}, ty.void_(), in TEST_P() local [all …]
|
| D | builder_function_test.cc | 32 auto* func = program->AST().Functions()[0]; in TEST_F() local 53 auto* func = program->AST().Functions()[0]; in TEST_F() local 74 auto* func = program->AST().Functions()[0]; in TEST_F() local 102 auto* func = program->AST().Functions()[0]; in TEST_F() local 122 auto* func = program->AST().Functions()[0]; in TEST_F() local 148 auto* func = program->AST().Functions()[0]; in TEST_F() local 165 auto* func = program->AST().Functions()[0]; in TEST_F() local 204 auto* s = Structure("Data", {Member("d", ty.f32())}, in TEST_F() local
|
| /third_party/libunwind/tests/ |
| D | Ltest-nocalloc.c | 41 calloc(size_t n, size_t s) in calloc() 43 static void * (*func)(size_t, size_t); in calloc() local 66 malloc(size_t s) in malloc() 68 static void * (*func)(size_t); in malloc() local
|
| /third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
| D | generator_impl_function_test.cc | 29 auto* func = Func("my_func", ast::VariableList{}, ty.void_(), in TEST_F() local 47 auto* func = Func( in TEST_F() local 67 auto* func = Func("my_func", ast::VariableList{}, ty.void_(), in TEST_F() local 89 auto* func = Func("my_func", ast::VariableList{}, ty.void_(), in TEST_F() local 112 auto* func = Func("frag_main", ast::VariableList{coord, loc1}, ty.void_(), in TEST_F() local 130 auto* func = Func("frag_main", ast::VariableList{}, ty.f32(), in TEST_F() local 171 auto* s = Structure("Data", {Member("d", ty.f32())}, in TEST_F() local
|
| /third_party/python/Tools/ccbench/ |
| D | ccbench.py | 103 def compress(s): argument 113 def compress(s): argument 123 def compute(s): argument 150 def __init__(self, func, args): argument 187 def run_throughput_test(func, args, nthreads): argument 264 def _sendto(sock, s, addr): argument 294 def run_latency_test(func, args, nthreads): argument 427 def run_bandwidth_test(func, args, nthreads): argument
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/binary_operators/the_add_operator/ |
| D | the_add_operator_3.ts | 26 function func() { } function 27 let s = func() + "" variable
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | ProgramPrelude.cpp | 3080 putBuiltIn("texture", [](ProgramPrelude &pp, const TFunction &func) { in BuildFuncToEmitter() 3173 putBuiltIn("textureGrad", [](ProgramPrelude &pp, const TFunction &func) { in BuildFuncToEmitter() 3223 putBuiltIn("textureGradOffset", [](ProgramPrelude &pp, const TFunction &func) { in BuildFuncToEmitter() 3273 putBuiltIn("textureLod", [](ProgramPrelude &pp, const TFunction &func) { in BuildFuncToEmitter() 3310 putBuiltIn("textureProjGrad", [](ProgramPrelude &pp, const TFunction &func) { in BuildFuncToEmitter() 3342 putBuiltIn("textureProjGradOffset", [](ProgramPrelude &pp, const TFunction &func) { in BuildFuncToEmitter() 3374 putBuiltIn("textureProjLod", [](ProgramPrelude &pp, const TFunction &func) { in BuildFuncToEmitter() 3413 void ProgramPrelude::visitOperator(TOperator op, const TFunction *func, const TType *argType0) in visitOperator() 3419 const TFunction *func, in visitOperator() 3426 const TFunction *func, in visitOperator() [all …]
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_debug.cpp | 91 disassemble(const void* func, std::ostream &buffer) in disassemble() 198 lp_disassemble(LLVMValueRef func, const void *code) in lp_disassemble() 201 std::string s; in lp_disassemble() local 220 lp_profile(LLVMValueRef func, const void *code) in lp_profile()
|
| /third_party/skia/third_party/externals/tint/src/inspector/ |
| D | inspector.cc | 135 for (auto* func : program_->AST().Functions()) { in GetEntryPoints() local 312 auto* func = FindEntryPointByName(entry_point); in GetStorageSize() local 320 const sem::Struct* s = ruv.first->Type()->UnwrapRef()->As<sem::Struct>(); in GetStorageSize() local 326 const sem::Struct* s = rsv.first->Type()->UnwrapRef()->As<sem::Struct>(); in GetStorageSize() local 341 auto* func = FindEntryPointByName(entry_point); in GetResourceBindings() local 367 auto* func = FindEntryPointByName(entry_point); in GetUniformBufferResourceBindings() local 415 auto* func = FindEntryPointByName(entry_point); in GetSamplerResourceBindings() local 439 auto* func = FindEntryPointByName(entry_point); in GetComparisonSamplerResourceBindings() local 482 auto* func = FindEntryPointByName(entry_point); in GetTextureResourceBindings() local 533 auto* func = FindEntryPointByName(entry_point); in GetSamplerTextureUses() local [all …]
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.8/improved_inference_for_infer_types_in_template_string_types/ |
| D | improved_inference_for_infer_types_in_template_string_types.ts | 28 function func<T, V>(arr: any[], x: myType<[T, ...any], V>) { function 37 let s: S = "string"; variable
|
| /third_party/mesa3d/src/mesa/math/ |
| D | m_debug_norm.c | 130 const GLfloat *s = in->start; in ref_norm_transform_rescale() local 153 const GLfloat *s = in->start; in ref_norm_transform_normalize() local 196 static int test_norm_function( normal_func func, int mtype, long *cycles ) in test_norm_function() 200 GLfloat s[TEST_COUNT][5], d[TEST_COUNT][4], r[TEST_COUNT][4]; in test_norm_function() local 358 normal_func func = _mesa_normal_tab[norm_types[mtype]]; in _math_test_all_normal_transform_functions() local
|
| D | m_debug_xform.c | 140 GLfloat *s = (GLfloat *)src->start; in ref_transform() local 163 ALIGN16 static GLfloat s[TEST_COUNT][4]; variable 167 static int test_transform_function( transform_func func, int psize, in test_transform_function() 312 transform_func func = _mesa_transform_tab[psize][mtypes[mtype]]; in _math_test_all_transform_functions() local
|
| /third_party/libabigail/tests/data/test-diff-filter/ |
| D | test-PR25661-5-v0.c | 11 func(struct S *s) in func() function
|
| D | test-PR25661-4-v0.c | 12 func(struct S *s) in func() function
|
| D | test-PR25661-4-v1.c | 18 func(struct S *s) in func() function
|
| /third_party/python/Lib/test/ |
| D | test_code.py | 211 def func(): pass function 234 def func(): function 268 def func(): function 274 def isinterned(s): argument 286 def assertIsInterned(self, s): argument 290 def assertIsNotInterned(self, s): argument
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | issue-848-replacement-system-include.rs | 22 let mut s = ::std::mem::MaybeUninit::<Self>::uninit(); in default() localVariable 30 pub fn func() -> *mut nsTArray<::std::os::raw::c_int>; in func() function
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| D | r300_hyperz.c | 66 unsigned func = dsa->dsa.depth_func; in r300_get_sc_hz_max() local 74 unsigned func = dsa->dsa.depth_func; in r300_is_hiz_func_valid() local 92 static boolean r300_dsa_stencil_op_not_keep(struct pipe_stencil_state *s) in r300_dsa_stencil_op_not_keep()
|
| /third_party/mesa3d/src/mesa/main/ |
| D | stencil.c | 80 validate_stencil_func(struct gl_context *ctx, GLenum func) in validate_stencil_func() 110 _mesa_ClearStencil( GLint s ) in _mesa_ClearStencil() 186 stencil_func(struct gl_context *ctx, GLenum func, GLint ref, GLuint mask) in stencil_func() 220 _mesa_StencilFunc_no_error(GLenum func, GLint ref, GLuint mask) in _mesa_StencilFunc_no_error() 228 _mesa_StencilFunc(GLenum func, GLint ref, GLuint mask) in _mesa_StencilFunc() 466 stencil_func_separate(struct gl_context *ctx, GLenum face, GLenum func, in stencil_func_separate() 490 _mesa_StencilFuncSeparate_no_error(GLenum face, GLenum func, GLint ref, in _mesa_StencilFuncSeparate_no_error() 499 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in _mesa_StencilFuncSeparate()
|
| /third_party/musl/porting/linux/user/src/mq/ |
| D | mq_notify.c | 21 int s = args->sock; in start() local 22 void (*func)(union sigval) = args->sev->sigev_notify_function; in start() local 38 int s; in mq_notify() local
|
| /third_party/musl/src/mq/ |
| D | mq_notify.c | 20 int s = args->sock; in start() local 21 void (*func)(union sigval) = args->sev->sigev_notify_function; in start() local 37 int s; in mq_notify() local
|
| /third_party/musl/porting/liteos_a/user/src/network/ |
| D | socket.c | 29 AllowFunc func = (AllowFunc)dlsym(handler, ALLOW_SOCKET_FUNC_NAME); in is_allow_internet() local 49 int s = __socketcall(socket, domain, type, protocol, 0, 0, 0); in socket() local
|
| /third_party/musl/src/network/ |
| D | socket.c | 29 AllowFunc func = (AllowFunc)dlsym(handler, ALLOW_SOCKET_FUNC_NAME); in is_allow_internet() local 49 int s = __socketcall(socket, domain, type, protocol, 0, 0, 0); in socket() local
|