| /third_party/typescript/tests/cases/compiler/ |
| D | lateBoundDestructuringImplicitAnyError.ts | 3 let named = "foo"; variable 4 let {[named]: prop} = {prop: "foo"}; variable 15 let {[named]: prop2} = numIndexed; variable 19 let {[named]: prop4} = strIndexed; variable
|
| D | destructuredLateBoundNameHasCorrectTypes.ts | 5 const named = "prop"; constant 7 let { [named]: computed } = { prop: "b" }; variable
|
| /third_party/typescript/tests/baselines/reference/ |
| D | destructuredLateBoundNameHasCorrectTypes.js | 5 const named = "prop"; constant 18 const named = "prop"; constant
|
| D | lateBoundDestructuringImplicitAnyError.js | 2 let named = "foo"; variable
|
| /third_party/typescript/tests/cases/conformance/expressions/contextualTyping/ |
| D | generatedContextualTyping.ts | 22 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/ |
| D | glthread_bufferobj.c | 239 bool named; member 294 const GLvoid *data, GLenum usage, bool named, in _mesa_marshal_BufferData_merged() 366 bool named; member 415 bool named, bool ext_dsa, const char *func) in _mesa_marshal_BufferSubData_merged()
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/ |
| D | stress.c | 119 sem_t unnamed, *named; in main() local
|
| /third_party/rust/crates/tracing/tracing-mock/src/ |
| D | span.rs | 27 pub fn named<I>(name: I) -> MockSpan in named() function 35 pub fn named<I>(self, name: I) -> Self in named() method
|
| D | event.rs | 29 pub fn named<I>(self, name: I) -> Self in named() method
|
| D | subscriber.rs | 93 pub fn named(self, name: impl ToString) -> Self { in named() function
|
| /third_party/libabigail/tests/data/test-read-ctf/ |
| D | test-struct-iteration.c | 13 } named; member
|
| /third_party/mesa3d/src/amd/vulkan/radix_sort/ |
| D | radix_sort_vk.h | 129 struct rs_pipeline_layouts_named named; member 135 struct rs_pipelines_named named; member
|
| /third_party/rust/crates/tracing/tracing-subscriber/tests/ |
| D | support.rs | 37 pub fn named(name: impl std::fmt::Display) -> ExpectLayerBuilder { in named() function 67 pub fn named(mut self, name: impl fmt::Display) -> Self { in named() method
|
| /third_party/ffmpeg/libavfilter/ |
| D | af_pan.c | 105 int out_ch_id, in_ch_id, len, named, ret, sign = 1; in init() local
|
| /third_party/skia/tests/ |
| D | NdkEncodeTest.cpp | 296 for (auto named : colorSpaces) { in DEF_TEST() local
|
| /third_party/cef/tools/ |
| D | cef_parser.py | 764 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/ |
| D | ffi.c | 488 int named = i < nfixedargs; in ffi_closure_unix_inner() local
|
| /third_party/libffi/src/sparc/ |
| D | ffi64.c | 535 int named = i < nfixedargs; in ffi_closure_sparc_inner_v9() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| D | nouveau_screen.h | 114 } named; member
|
| /third_party/typescript/ |
| D | .eslintrc.json | 62 "named": "never" string
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| D | ty.rs | 158 pub fn named(name: String) -> Self { in named() method
|
| /third_party/typescript/src/services/codefixes/ |
| D | importFixes.ts | 247 … const named = checker.tryGetMemberInModuleExportsAndProperties(symbol.name, moduleSymbol); constant
|
| /third_party/rust/crates/bindgen/bindgen/ |
| D | clang.rs | 1393 pub fn named(&self) -> Type { in named() method 2062 let named = ty.named(); in ast_dump() localVariable
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_state.h | 191 } named; member
|
| /third_party/python/Lib/ |
| D | inspect.py | 1492 def getcallargs(func, /, *positional, **named):
|