Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 25 of 66) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DcontextualTypingOfOptionalMembers.js16 actions: { property
44 actions: { property
57 actions: [ property
80 actions: { property
91 actions: { property
98 actions: [ property
DkeyofAndIndexedAccess2.js162 const actions = ['resizeTo', 'resizeBy'] as const; variable
266 const actions = ['resizeTo', 'resizeBy']; variable
/third_party/node/test/fixtures/wpt/resources/
Dtestdriver-actions.js388 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 …]
Dtestdriver.js328 action_sequence: function(actions, context=null) { argument
684 action_sequence: function(actions, context=null) { argument
/third_party/typescript/src/testRunner/unittests/evaluation/
DautoAccessors.ts58 const { actions, C } = evaluator.evaluateTypeScript(` constant
92 const { actions, C } = evaluator.evaluateTypeScript(` constant
/third_party/skia/experimental/docs/
DexampleSlides.js379 { "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/
Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js54 export const actions = { featureOne }; constant
Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js54 export const actions = { featureOne }; constant
Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js53 export const actions = { featureOne }; constant
Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package.js53 export const actions = { featureOne }; constant
/third_party/skia/platform_tools/android/skp_gen/apps/
Dgeniewidget.json6 "actions": [ array
/third_party/typescript/src/services/codefixes/
DfixUnreferenceableDecoratorMetadata.ts13 let actions: CodeFixAction[] | undefined; variable
DfixJSDocTypes.ts15 … const actions = [fix(type, fixIdPlain, Diagnostics.Change_all_jsdoc_style_types_to_TypeScript)]; constant
DfixUnmatchedParameter.ts15 const actions: CodeFixAction[] = []; constant
/third_party/python/Doc/library/
Doptparse.rst321 .. _optparse-store-action:
422 .. _optparse-default-values:
1281 .. _optparse-standard-option-types:
/third_party/libunwind/src/unwind/
Dunwind-internal.h66 _Unwind_Action actions; in _Unwind_Phase2() local
/third_party/node/deps/uv/src/unix/
Dprocess.c512 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/
Dprocess.c512 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/
DkeyofAndIndexedAccess2.ts164 const actions = ['resizeTo', 'resizeBy'] as const; constant
/third_party/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py64 def __init__(self, name, package, activity, app_launch_delay, actions): argument
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Dmhchem.mjs1472 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 …]
Dmhchem.js1582 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/
DconvertImport.ts5 const actions = { constant
/third_party/typescript/src/testRunner/unittests/services/
DconvertToAsyncFunction.ts353 const actions = codefix.getFixes(context); constant
/third_party/typescript/src/testRunner/unittests/services/extract/
Dhelpers.ts113 const actions = find(infos, info => info.description === description.message)!.actions; constant

123