Home
last modified time | relevance | path

Searched refs:actions (Results 1 - 25 of 73) sorted by relevance

123

/third_party/node/test/fixtures/wpt/resources/
H A Dtestdriver-actions.js6 * Builder for creating a sequence of actions
9 * The actions are dispatched once
11 * promise which resolves once the actions are complete.
14 * used to build the sequence of actions that will be sent. These
15 * return the `Actions` object itself, so the actions sequence can
24 * let actions = new test_driver.Actions()
32 * await actions.send();
71 * @returns {Array} Array of WebDriver-compatible actions sequences
74 let actions = [];
80 actions
[all...]
H A Daccesskey.js6 * <script src="/resources/testdriver-actions.js"></script>
18 let actions = new test_driver.Actions();
21 actions = actions.keyDown(key);
23 actions = actions
29 actions = actions.keyUp(key);
31 return actions.send();
/third_party/typescript/tests/baselines/reference/
H A DcontextualTypingOfOptionalMembers.js8 view?: (state: State, actions: Actions) => any;
9 actions: string | Actions;
16 actions: {
36 view?: (state: State, actions: Actions) => any;
37 actions?: Actions;
44 actions: {
57 actions: [
72 declare function App4<State, Actions extends ActionsObjectOr<State>>(props: Options<State, Actions>["actions"] & { state: State }): JSX.Element;
80 actions: {
91 actions
[all...]
H A DsilentNeverPropagation.js16 declare function createModule<TState, TActions>(state: TState, actions: TActions): ModuleWithState<TState> & TActions;
48 declare function createModule<TState, TActions>(state: TState, actions: TActions): ModuleWithState<TState> & TActions;
H A DkeyofAndIndexedAccess2.js162 const actions = ['resizeTo', 'resizeBy'] as const;
163 for (const action of actions) {
266 const actions = ['resizeTo', 'resizeBy'];
267 for (const action of actions) {
/third_party/libunwind/libunwind/src/unwind/
H A Dunwind-internal.h66 _Unwind_Action actions; in _Unwind_Phase2() local
71 actions = _UA_CLEANUP_PHASE; in _Unwind_Phase2()
73 actions |= _UA_FORCE_UNWIND; in _Unwind_Phase2()
82 actions |= _UA_END_OF_STACK; in _Unwind_Phase2()
91 reason = (*stop) (_U_VERSION, actions, exception_class, in _Unwind_Phase2()
115 actions |= _UA_HANDLER_FRAME; in _Unwind_Phase2()
118 reason = (*personality) (_U_VERSION, actions, exception_class, in _Unwind_Phase2()
131 if (actions & _UA_HANDLER_FRAME) in _Unwind_Phase2()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DfixupRef.py71 # Map the page info dictionary into a dictionary of actions
80 actions = { }
92 actions[pi.begin] = {
99 actions[pi.begin] = {
107 actions[pi.end] = {
114 actions[pi.end] = {
136 if line in actions.keys():
137 action = actions[line]['action']
138 replace = actions[line]['replace']
139 pi = actions[lin
[all...]
/third_party/node/deps/uv/src/unix/
H A Dprocess.c466 * the file actions in uv__spawn_set_posix_spawn_attrs()
512 posix_spawn_file_actions_t* actions, in uv__spawn_set_posix_spawn_file_actions()
522 err = posix_spawn_file_actions_init(actions); in uv__spawn_set_posix_spawn_file_actions()
535 err = posix_spawn_fncs->file_actions.addchdir_np(actions, options->cwd); in uv__spawn_set_posix_spawn_file_actions()
561 actions, in uv__spawn_set_posix_spawn_file_actions()
579 actions, in uv__spawn_set_posix_spawn_file_actions()
592 err = posix_spawn_file_actions_addinherit_np(actions, fd); in uv__spawn_set_posix_spawn_file_actions()
594 err = posix_spawn_file_actions_adddup2(actions, use_fd, fd); in uv__spawn_set_posix_spawn_file_actions()
618 err = posix_spawn_file_actions_addclose(actions, use_fd); in uv__spawn_set_posix_spawn_file_actions()
627 (void) posix_spawn_file_actions_destroy(actions); in uv__spawn_set_posix_spawn_file_actions()
511 uv__spawn_set_posix_spawn_file_actions( posix_spawn_file_actions_t* actions, const uv__posix_spawn_fncs_t* posix_spawn_fncs, const uv_process_options_t* options, int stdio_count, int (*pipes)[2]) uv__spawn_set_posix_spawn_file_actions() argument
648 uv__spawn_resolve_and_spawn(const uv_process_options_t* options, posix_spawnattr_t* attrs, posix_spawn_file_actions_t* actions, pid_t* pid) uv__spawn_resolve_and_spawn() argument
756 posix_spawn_file_actions_t actions; uv__spawn_and_init_child_posix_spawn() local
[all...]
/third_party/libuv/src/unix/
H A Dprocess.c486 * the file actions in uv__spawn_set_posix_spawn_attrs()
532 posix_spawn_file_actions_t* actions, in uv__spawn_set_posix_spawn_file_actions()
542 err = posix_spawn_file_actions_init(actions); in uv__spawn_set_posix_spawn_file_actions()
555 err = posix_spawn_fncs->file_actions.addchdir_np(actions, options->cwd); in uv__spawn_set_posix_spawn_file_actions()
581 actions, in uv__spawn_set_posix_spawn_file_actions()
599 actions, in uv__spawn_set_posix_spawn_file_actions()
612 err = posix_spawn_file_actions_addinherit_np(actions, fd); in uv__spawn_set_posix_spawn_file_actions()
614 err = posix_spawn_file_actions_adddup2(actions, use_fd, fd); in uv__spawn_set_posix_spawn_file_actions()
638 err = posix_spawn_file_actions_addclose(actions, use_fd); in uv__spawn_set_posix_spawn_file_actions()
647 (void) posix_spawn_file_actions_destroy(actions); in uv__spawn_set_posix_spawn_file_actions()
531 uv__spawn_set_posix_spawn_file_actions( posix_spawn_file_actions_t* actions, const uv__posix_spawn_fncs_t* posix_spawn_fncs, const uv_process_options_t* options, int stdio_count, int (*pipes)[2]) uv__spawn_set_posix_spawn_file_actions() argument
668 uv__spawn_resolve_and_spawn(const uv_process_options_t* options, posix_spawnattr_t* attrs, posix_spawn_file_actions_t* actions, pid_t* pid) uv__spawn_resolve_and_spawn() argument
776 posix_spawn_file_actions_t actions; uv__spawn_and_init_child_posix_spawn() local
[all...]
/third_party/skia/experimental/docs/
H A DanimationCommon.js49 var actions = animation.actions;
50 for (var aIndex = 0; aIndex < actions.length; ++aIndex) {
51 var action = actions[aIndex];
83 assert(actions.length == 1);
287 funcStr += " var actions = [];\n";
288 var len = rec.actions.length;
291 var action = rec.actions[i];
299 funcStr += " actions.push(action" + i + ");\n";
301 funcStr += " timeline.push( { 'time':time, 'duration':duration, 'actions'
[all...]
/third_party/icu/icu4c/source/common/
H A Drbbicst.pl171 # for the names of the actions that appeared.
182 if ($actions{$state_action_name[$state]} == 0) {
183 $actions{$state_func_name[$state]} = 1;
259 # Emit the constants for the actions to be performed.
262 foreach $act (sort keys %actions) {
376 # Emit the enum for the actions to be performed.
379 foreach $act (sort keys %actions) {
/third_party/node/deps/icu-small/source/common/
H A Drbbicst.pl171 # for the names of the actions that appeared.
182 if ($actions{$state_action_name[$state]} == 0) {
183 $actions{$state_func_name[$state]} = 1;
259 # Emit the constants for the actions to be performed.
262 foreach $act (sort keys %actions) {
376 # Emit the enum for the actions to be performed.
379 foreach $act (sort keys %actions) {
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbicst.pl171 # for the names of the actions that appeared.
182 if ($actions{$state_action_name[$state]} == 0) {
183 $actions{$state_func_name[$state]} = 1;
259 # Emit the constants for the actions to be performed.
262 foreach $act (sort keys %actions) {
376 # Emit the enum for the actions to be performed.
379 foreach $act (sort keys %actions) {
/third_party/icu/icu4c/source/i18n/
H A Dregexcst.pl170 # for the names of the actions that appeared.
181 if ($actions{$state_action_name[$state]} == 0) {
182 $actions{$state_func_name[$state]} = 1;
255 # Emit the enum for the actions to be performed.
258 foreach $act (keys %actions) {
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcst.pl170 # for the names of the actions that appeared.
181 if ($actions{$state_action_name[$state]} == 0) {
182 $actions{$state_func_name[$state]} = 1;
255 # Emit the enum for the actions to be performed.
258 foreach $act (keys %actions) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcst.pl170 # for the names of the actions that appeared.
181 if ($actions{$state_action_name[$state]} == 0) {
182 $actions{$state_func_name[$state]} = 1;
255 # Emit the enum for the actions to be performed.
258 foreach $act (keys %actions) {
/third_party/skia/platform_tools/android/skp_gen/
H A Dandroid_skp_capture.py21 # Time to wait between performing UI actions and capturing the SKP.
63 """Class which describes an app to launch and actions to run."""
64 def __init__(self, name, package, activity, app_launch_delay, actions):
70 self.actions = [parse_action(a) for a in actions]
144 app_dict['actions'])
165 for action in app.actions:
/third_party/python/Lib/test/
H A Dtest_decorators.py248 actions = []
251 actions.append('makedec' + tag)
253 actions.append('calldec' + tag)
268 actions.append('%s%d' % (opname, self.index))
278 actions = []
285 self.assertEqual(actions, expected_actions)
289 actions = []
293 self.assertEqual(actions, expected_actions)
H A Dtest_reprlib.py252 actions = []
255 actions.append(os.path.join(dirpath, name))
256 actions.append(self.pkgname)
257 actions.sort()
258 actions.reverse()
259 for p in actions:
H A Dtest__xxsubinterpreters.py2073 actions = useactions + closeactions
2074 yield actions
2076 yield actions + postactions
2078 actions = useactions + closeactions
2079 yield actions
2081 yield actions + postactions
2085 actions = useactions + closeactions
2086 yield actions
2088 yield actions + postactions
2090 actions
[all...]
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js6 actions: {
53 export const actions = { featureOne };
177 exports.actions = void 0;
181 exports.actions = { featureOne: featureOne };
185 export declare const actions: {
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js9 actions: {
54 export const actions = { featureOne };
190 exports.actions = void 0;
194 exports.actions = { featureOne: featureOne };
198 export declare const actions: {
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js9 actions: {
54 export const actions = { featureOne };
190 exports.actions = void 0;
194 exports.actions = { featureOne: featureOne };
198 export declare const actions: {
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package.js6 actions: {
53 export const actions = { featureOne };
177 exports.actions = void 0;
181 exports.actions = { featureOne: featureOne };
185 export declare const actions: {
/third_party/curl/lib/
H A Dcfilters.c695 ps->actions[i] &= (unsigned char)(~remove_flags); in Curl_pollset_change()
696 ps->actions[i] |= (unsigned char)add_flags; in Curl_pollset_change()
698 if(!ps->actions[i]) { in Curl_pollset_change()
702 memmove(&ps->actions[i], &ps->actions[i + 1], in Curl_pollset_change()
703 (ps->num - (i + 1)) * sizeof(ps->actions[0])); in Curl_pollset_change()
723 ps->actions[i] = (unsigned char)add_flags; in Curl_pollset_change()
782 *pwant_read = !!(ps->actions[i] & CURL_POLL_IN); in Curl_pollset_check()
783 *pwant_write = !!(ps->actions[i] & CURL_POLL_OUT); in Curl_pollset_check()

Completed in 14 milliseconds

123