Home
last modified time | relevance | path

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

1234

/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.js286 let data = {"type": "none", "actions": actions}; property
297 addPause: function(actions, duration) { argument
316 let data = {"type": "key", "actions": actions}; property
327 keyDown: function(actions, key) { argument
335 keyUp: function(actions, key) { argument
359 let data = {"type": "pointer", "actions": actions, "parameters": {"pointerType": this.type}}; property
370 pointerDown: function(actions, button) { argument
378 pointerUp: function(actions, button) { argument
386 pointerMove: function(actions, x, y, duration, origin) { argument
Dtestdriver.js195 action_sequence: function(actions) { argument
296 action_sequence: function(actions) { argument
/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/flutter/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/node/deps/npm/docs/
Dgatsby-node.js4 exports.onCreateNode = ({node, getNode, actions}) => { field
16 exports.createPages = ({graphql, actions}) => { field
/third_party/flutter/engine/flutter/lib/ui/semantics/
Dsemantics_update.cc27 CustomAccessibilityActionUpdates actions) in SemanticsUpdate()
/third_party/flutter/skia/platform_tools/android/skp_gen/apps/
Dgeniewidget.json6 "actions": [ array
/third_party/skia/platform_tools/android/skp_gen/apps/
Dgeniewidget.json6 "actions": [ array
/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.js53 export const actions = { featureOne }; constant
Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js53 export const actions = { featureOne }; constant
/third_party/python/Doc/library/
Doptparse.rst321 .. _optparse-store-action:
422 .. _optparse-default-values:
1281 .. _optparse-standard-option-types:
/third_party/node/deps/npm/node_modules/npm-audit-report/reporters/
Dparseable.js12 const actions = function (data, config) { function
/third_party/node/deps/npm/lib/install/
Dactions.js13 const actions = {} constant
35 actions[actionName] = (staging, pkg, log) => { function
Dcheck-permissions.js11 module.exports = function (actions, next) { argument
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dplatform_view_embedder.cc39 flutter::CustomAccessibilityActionUpdates actions) { in UpdateSemantics()
/third_party/flutter/flutter/dev/integration_tests/android_semantics_testing/android/app/src/main/java/com/yourcompany/platforminteraction/
DMainActivity.java102 ArrayList<Integer> actions = new ArrayList<>(); in convertSemantics() local
/third_party/libunwind/src/unwind/
Dunwind-internal.h66 _Unwind_Action actions; in _Unwind_Phase2() 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()
758 posix_spawn_file_actions_t actions; in uv__spawn_and_init_child_posix_spawn() local
/third_party/node/deps/npm/test/tap/
Daudit.js31 actions: [], property
142 actions: [{ property
273 actions: [{ property
348 actions: [{ property
453 actions: [], property
551 actions: [{ property
Daudit-fix.js101 actions: [{ property
243 actions: [{ property
360 actions: [{ property
455 actions: [{ property
549 actions: [{ property
641 actions: [], property
767 actions: [{ property
/third_party/typescript/src/services/codefixes/
DfixJSDocTypes.ts15 … const actions = [fix(type, fixIdPlain, Diagnostics.Change_all_jsdoc_style_types_to_TypeScript)]; constant

1234