/third_party/typescript/tests/baselines/reference/ |
D | decoratedClassFromExternalModule.symbols | 1 === tests/cases/conformance/decorators/class/decorated.ts === 3 >decorate : Symbol(decorate, Decl(decorated.ts, 0, 0)) 4 >target : Symbol(target, Decl(decorated.ts, 0, 18)) 7 >decorate : Symbol(decorate, Decl(decorated.ts, 0, 0)) 10 >Decorated : Symbol(Decorated, Decl(decorated.ts, 0, 34)) 13 import Decorated from 'decorated';
|
D | decoratedClassFromExternalModule.types | 1 === tests/cases/conformance/decorators/class/decorated.ts === 13 import Decorated from 'decorated';
|
D | thisTypeInFunctionsNegative.js | 172 function decorated(@deco() this: C): number { return this.n; } 324 function decorated() { return this.n; } function
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | member-ordering.md | 65 "public-decorated-field", 66 "protected-decorated-field", 67 "private-decorated-field", 84 "public-decorated-method", 85 "protected-decorated-method", 86 "private-decorated-method", 133 "public-decorated-field", 134 "protected-decorated-field", 135 "private-decorated-field", 137 …"decorated-field", // = ["public-decorated-field", "protected-decorated-field", "private-decorated… [all …]
|
/third_party/flutter/glfw/tests/ |
D | windows.c | 94 int decorated = GLFW_FALSE; in main() local 103 decorated = GLFW_TRUE; in main() 119 glfwWindowHint(GLFW_DECORATED, decorated); in main()
|
/third_party/gettext/gettext-tools/tests/ |
D | xgettext-sh-5 | 14 echo "$(gettext "Simple decorated dstring: \"x\" \\\"y\\\" inside double-quotes")" 28 msgid "Simple decorated string: \"x\" \\\"y\\\""
|
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/ |
D | doxygen_xml2qbk.cpp | 52 inline std::string program_description(bool decorated) in program_description() argument 55 if (decorated) in program_description() 61 if (decorated) in program_description()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_spirv_extensions.txt | 126 A variable in the *Uniform* or *StorageBuffer* Storage Class decorated 129 the *Uniform* storage class decorated as a *BufferBlock* or in the 130 *StorageBuffer* storage class decorated as a *Block*, its offsets and 261 decorated with code:Layer in the vertex, tessellation evaluation, or 264 variable decorated with one of code:ViewportIndex or 284 OpTypeStruct in the Uniform Storage Class and is decorated as 291 decorated as Block, or that is in the Uniform storage 292 class decorated as BufferBlock. 421 class and decorated as *Block*, which is considered equivalent (and
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_spirv_extensions.txt | 141 A variable in the *Uniform* or *StorageBuffer* Storage Class decorated 144 the *Uniform* storage class decorated as a *BufferBlock* or in the 145 *StorageBuffer* storage class decorated as a *Block*, its offsets and 276 decorated with code:Layer in the vertex, tessellation evaluation, or 279 variable decorated with one of code:ViewportIndex or 299 OpTypeStruct in the Uniform Storage Class and is decorated as 306 decorated as Block, or that is in the Uniform storage 307 class decorated as BufferBlock. 436 class and decorated as *Block*, which is considered equivalent (and
|
/third_party/python/Doc/howto/ |
D | sorting.rst | 194 * First, the initial list is decorated with new values that control the sort order. 196 * Second, the decorated list is sorted. 203 >>> decorated = [(student.grade, i, student) for i, student in enumerate(student_objects)] 204 >>> decorated.sort() 205 >>> [student for grade, i, student in decorated] # undecorate 213 decorated list, but including it gives two benefits: 219 decorated tuples will be determined by at most the first two items. So for
|
/third_party/glslang/Test/ |
D | precise.tesc | 78 b = b + c; // b + c should be decorated with 'noContraction' 79 result = fma(a, b, c); // fma() should not be decorated with 'noContradtion'
|
/third_party/python/Lib/test/ |
D | test_sys_settrace.py | 1269 decorated=False): argument 1274 self.firstLine = None if decorated else self.code.co_firstlineno 1337 event='line', decorated=False): argument 1338 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated) 1350 event='line', decorated=False): argument 1351 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated) 1371 error=error, event=event, decorated=True) 1383 error=error, event=event, decorated=True)
|
/third_party/node/src/ |
D | node_errors.cc | 41 Local<Value> decorated; in IsExceptionDecorated() local 42 return maybe_value.ToLocal(&decorated) && decorated->IsTrue(); in IsExceptionDecorated() 303 bool decorated = IsExceptionDecorated(env, error); in ReportFatalException() local 352 if (arrow.IsEmpty() || !arrow->IsString() || decorated) { in ReportFatalException() 382 if (arrow.IsEmpty() || !arrow->IsString() || decorated) { in ReportFatalException()
|
/third_party/flutter/glfw/src/ |
D | window.c | 178 window->decorated = wndconfig.decorated; in glfwCreateWindow() 247 _glfw.hints.window.decorated = GLFW_TRUE; in glfwDefaultWindowHints() 320 _glfw.hints.window.decorated = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint() 694 return window->decorated; in glfwGetWindowAttrib()
|
D | internal.h | 258 GLFWbool decorated; member 351 GLFWbool decorated; member
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | member-ordering.ts | 286 const decorated = 'decorators' in node && node.decorators!.length > 0; constant 287 if (decorated && (type === 'field' || type === 'method')) {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_sim_common.c | 1230 const u8 *decorated; in eap_sim_anonymous_username() local 1246 decorated = get_last_char(id, id_len, '!'); in eap_sim_anonymous_username() 1247 if (decorated) { in eap_sim_anonymous_username() 1248 decorated++; in eap_sim_anonymous_username() 1249 return eap_sim_anonymous_username(decorated, in eap_sim_anonymous_username() 1250 id + id_len - decorated); in eap_sim_anonymous_username()
|
/third_party/node/test/parallel/ |
D | test-internal-util-decorate-error-stack.js | 51 // Verify that the stack is only decorated once.
|
/third_party/python/Lib/lib2to3/ |
D | Grammar.txt | 17 decorated: decorators (classdef | funcdef | async_funcdef) 108 …f_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decorated | async_stmt
|
/third_party/skia/third_party/externals/tint/docs/ |
D | translations.md | 17 decorated with `NonWritable` or each member of the struct can be decorated with
|
/third_party/boost/libs/log/example/native_syslog/ |
D | Jamfile.v2 | 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated
|
/third_party/boost/libs/log/example/syslog/ |
D | Jamfile.v2 | 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated
|
/third_party/boost/libs/log/example/advanced_usage/ |
D | Jamfile.v2 | 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated
|
/third_party/boost/libs/log/example/multiple_files/ |
D | Jamfile.v2 | 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated
|
/third_party/boost/libs/log/example/multiple_threads/ |
D | Jamfile.v2 | 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated
|