Home
last modified time | relevance | path

Searched defs:named (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DlateBoundDestructuringImplicitAnyError.ts3 let named = "foo"; variable
4 let {[named]: prop} = {prop: "foo"}; variable
15 let {[named]: prop2} = numIndexed; variable
19 let {[named]: prop4} = strIndexed; variable
DdestructuredLateBoundNameHasCorrectTypes.ts5 const named = "prop"; constant
7 let { [named]: computed } = { prop: "b" }; variable
/third_party/typescript/tests/baselines/reference/
DdestructuredLateBoundNameHasCorrectTypes.js5 const named = "prop"; constant
18 const named = "prop"; constant
DlateBoundDestructuringImplicitAnyError.js2 let named = "foo"; variable
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DgeneratedContextualTyping.ts22 class x15 { member: () => Base[] = function named() { return [d1, d2] } } method in x15
25 class x18 { member: { (): Base[]; } = function named() { return [d1, d2] } } method in x18
34 class x27 { private member: () => Base[] = function named() { return [d1, d2] } } method in x27
37 class x30 { private member: { (): Base[]; } = function named() { return [d1, d2] } } method in x30
46 class x39 { public member: () => Base[] = function named() { return [d1, d2] } } method in x39
49 class x42 { public member: { (): Base[]; } = function named() { return [d1, d2] } } method in x42
58 class x51 { static member: () => Base[] = function named() { return [d1, d2] } } method in x51
61 class x54 { static member: { (): Base[]; } = function named() { return [d1, d2] } } method in x54
70 class x63 { private static member: () => Base[] = function named() { return [d1, d2] } } method in x63
73 class x66 { private static member: { (): Base[]; } = function named() { return [d1, d2] } } method in x66
[all …]
/third_party/mesa3d/src/mesa/main/
Dglthread_bufferobj.c235 bool named; member
290 const GLvoid *data, GLenum usage, bool named, in _mesa_marshal_BufferData_merged()
362 bool named; member
411 bool named, bool ext_dsa, const char *func) in _mesa_marshal_BufferSubData_merged()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
Dstress.c119 sem_t unnamed, *named; in main() local
/third_party/gettext/gettext-tools/src/
Dformat-perl-brace.c49 struct named_arg *named; member
Dformat-sh.c66 struct named_arg *named; member
Dformat-python.c95 struct named_arg *named; member
Dformat-python-brace.c59 struct named_arg *named; member
Dformat-ruby.c103 struct named_arg *named; member
/third_party/ffmpeg/libavfilter/
Daf_pan.c105 int out_ch_id, in_ch_id, len, named, ret, sign = 1; in init() local
/third_party/skia/tests/
DNdkEncodeTest.cpp296 for (auto named : colorSpaces) { in DEF_TEST() local
/third_party/cef/tools/
Dcef_parser.py764 def get_analysis(self, value, named=True): argument
1035 def get_analysis(self, value, named=True): argument
1608 def __init__(self, scopelist, value, named): argument
/third_party/libffi/src/ia64/
Dffi.c488 int named = i < nfixedargs; in ffi_closure_unix_inner() local
/third_party/libffi/src/sparc/
Dffi64.c535 int named = i < nfixedargs; in ffi_closure_sparc_inner_v9() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.h113 } named; member
/third_party/typescript/
D.eslintrc.json62 "named": "never" string
/third_party/grpc/src/core/lib/transport/
Dstatic_metadata.h578 } named; member
/third_party/typescript/src/services/codefixes/
DimportFixes.ts247 … const named = checker.tryGetMemberInModuleExportsAndProperties(symbol.name, moduleSymbol); constant
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h193 } named; member
/third_party/python/Lib/
Dinspect.py1492 def getcallargs(func, /, *positional, **named):
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h324 } named; member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp342 InterfaceBlock (const SharedPtr& enclosing, bool named) in InterfaceBlock()
708 const bool named = static_cast<const ResourceDefinition::InterfaceBlock*>(head)->m_named; in generateProgramDefinitionFromResource() local

12