/third_party/typescript/tests/baselines/reference/ |
D | contextualTypingOfOptionalMembers.js | 16 actions: { property 44 actions: { property 57 actions: [ property 80 actions: { property 91 actions: { property 98 actions: [ property
|
D | keyofAndIndexedAccess2.js | 162 const actions = ['resizeTo', 'resizeBy'] as const; variable 266 const actions = ['resizeTo', 'resizeBy']; variable
|
/third_party/node/test/fixtures/wpt/resources/ |
D | testdriver-actions.js | 388 let data = {"type": "none", "actions": actions}; property 399 addPause: function(actions, duration) { argument 418 let data = {"type": "key", "actions": actions}; property 429 keyDown: function(actions, key) { argument 437 keyUp: function(actions, key) { argument 445 addPause: function(actions, duration) { argument 501 let data = {"type": "pointer", "actions": actions, "parameters": {"pointerType": this.type}}; property 512 pointerDown: function(actions, button, width, height, pressure, tangentialPressure, argument 524 pointerUp: function(actions, button) { argument 532 pointerMove: function(actions, x, y, duration, origin, width, height, pressure, argument [all …]
|
D | testdriver.js | 328 action_sequence: function(actions, context=null) { argument 684 action_sequence: function(actions, context=null) { argument
|
/third_party/typescript/src/testRunner/unittests/evaluation/ |
D | autoAccessors.ts | 58 const { actions, C } = evaluator.evaluateTypeScript(` constant 92 const { actions, C } = evaluator.evaluateTypeScript(` constant
|
/third_party/skia/experimental/docs/ |
D | exampleSlides.js | 379 { "actions": [ property 385 { "time": 0, "duration":1000, "canvas":"clear", "actions": [ property 388 { "time":1000, "duration":1000, "actions": [ property 391 { "time":1500, "duration":1500, "actions": [ property 394 { "time":3500, "duration": 500, "actions": [ property 398 { "time":4000, "duration":1000, "actions": [ property 401 { "time":4500, "duration":1500, "actions": [ property 404 { "time":6500, "duration": 500, "actions": [ property 408 { "time":7000, "duration":1000, "actions": [ property 411 { "time":7500, "duration":1500, "actions": [ property [all …]
|
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js | 54 export const actions = { featureOne }; constant
|
D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js | 54 export const actions = { featureOne }; constant
|
D | when-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js | 53 export const actions = { featureOne }; constant
|
D | when-same-version-is-referenced-through-source-and-another-symlinked-package.js | 53 export const actions = { featureOne }; constant
|
/third_party/skia/platform_tools/android/skp_gen/apps/ |
D | geniewidget.json | 6 "actions": [ array
|
/third_party/typescript/src/services/codefixes/ |
D | fixUnreferenceableDecoratorMetadata.ts | 13 let actions: CodeFixAction[] | undefined; variable
|
D | fixJSDocTypes.ts | 15 … const actions = [fix(type, fixIdPlain, Diagnostics.Change_all_jsdoc_style_types_to_TypeScript)]; constant
|
D | fixUnmatchedParameter.ts | 15 const actions: CodeFixAction[] = []; constant
|
/third_party/python/Doc/library/ |
D | optparse.rst | 321 .. _optparse-store-action: 422 .. _optparse-default-values: 1281 .. _optparse-standard-option-types:
|
/third_party/libunwind/src/unwind/ |
D | unwind-internal.h | 66 _Unwind_Action actions; in _Unwind_Phase2() local
|
/third_party/node/deps/uv/src/unix/ |
D | process.c | 512 posix_spawn_file_actions_t* actions, in uv__spawn_set_posix_spawn_file_actions() 650 posix_spawn_file_actions_t* actions, in uv__spawn_resolve_and_spawn() 756 posix_spawn_file_actions_t actions; in uv__spawn_and_init_child_posix_spawn() local
|
/third_party/libuv/src/unix/ |
D | process.c | 512 posix_spawn_file_actions_t* actions, in uv__spawn_set_posix_spawn_file_actions() 650 posix_spawn_file_actions_t* actions, in uv__spawn_resolve_and_spawn() 756 posix_spawn_file_actions_t actions; in uv__spawn_and_init_child_posix_spawn() local
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccess2.ts | 164 const actions = ['resizeTo', 'resizeBy'] as const; constant
|
/third_party/skia/platform_tools/android/skp_gen/ |
D | android_skp_capture.py | 64 def __init__(self, name, package, activity, app_launch_delay, actions): argument
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/ |
D | mhchem.mjs | 1472 actions: { property 1775 actions: {} property 1827 actions: {} property 1862 actions: { property 1978 actions: { property 2092 actions: { property 2123 actions: { property 2155 actions: { property 2201 actions: { property 2238 actions: { property [all …]
|
D | mhchem.js | 1582 actions: { property 1886 actions: {} property 1938 actions: {} property 1973 actions: { property 2089 actions: { property 2203 actions: { property 2234 actions: { property 2266 actions: { property 2312 actions: { property 2349 actions: { property [all …]
|
/third_party/typescript/src/services/refactors/ |
D | convertImport.ts | 5 const actions = { constant
|
/third_party/typescript/src/testRunner/unittests/services/ |
D | convertToAsyncFunction.ts | 353 const actions = codefix.getFixes(context); constant
|
/third_party/typescript/src/testRunner/unittests/services/extract/ |
D | helpers.ts | 113 const actions = find(infos, info => info.description === description.message)!.actions; constant
|