HomeSort by relevance Sort by last modified time
    Searched refs:actions (Results 51 - 75 of 1335) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/droiddriver/src/io/appium/droiddriver/actions/
UiElementActor.java 17 package io.appium.droiddriver.actions;
23 * Interface for performing actions on a {@link UiElement}.
  /external/droiddriver/src/io/appium/droiddriver/validators/
ExemptRootValidator.java 20 import io.appium.droiddriver.actions.Action;
Validator.java 20 import io.appium.droiddriver.actions.Action;
VisibilityValidator.java 20 import io.appium.droiddriver.actions.Action;
  /frameworks/base/tools/preload2/src/com/android/preload/actions/
AbstractThreadedAction.java 17 package com.android.preload.actions;
ClearTableAction.java 17 package com.android.preload.actions;
  /packages/apps/TV/src/com/android/tv/menu/
CustomizableOptionsRowAdapter.java 38 // Custom actions will be added at the first or the last position in addition.
40 // because negative types are reserved for custom actions.
49 List<MenuAction> actions = new ArrayList<>(createBaseActions()); local
61 actions.add(position++, action);
63 actions.add(action);
67 return actions;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xtestext1.h 71 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon54277
  /frameworks/base/core/java/android/app/
PictureInPictureArgs.java 61 * Sets the user actions. If there are more than
62 * {@link Activity#getMaxNumPictureInPictureActions()} actions, then the input list
65 * @param actions the new actions to show in the picture-in-picture menu.
71 public Builder setActions(List<RemoteAction> actions) {
75 if (actions != null) {
76 mUserActions = new ArrayList<>(actions);
116 * The set of actions that are associated with this activity when in picture-in-picture.
147 public PictureInPictureArgs(float aspectRatio, List<RemoteAction> actions) {
149 setActions(actions);
    [all...]
  /external/skia/experimental/docs/
exampleSlides.js 379 { "actions": [
385 { "time": 0, "duration":1000, "canvas":"clear", "actions": [
388 { "time":1000, "duration":1000, "actions": [
391 { "time":1500, "duration":1500, "actions": [
394 { "time":3500, "duration": 500, "actions": [
398 { "time":4000, "duration":1000, "actions": [
401 { "time":4500, "duration":1500, "actions": [
404 { "time":6500, "duration": 500, "actions": [
408 { "time":7000, "duration":1000, "actions": [
411 { "time":7500, "duration":1500, "actions":
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CSharp3Target.java 88 Map<String, Object> actions = rootGrammar.getActions().get(actionScope); local
89 Object rootNamespace = actions != null ? actions.get("namespace") : null;
90 if (actions != null && rootNamespace != null)
92 actions = grammar.getActions().get(actionScope);
93 if (actions == null)
95 actions = new HashMap<String, Object>();
96 grammar.getActions().put(actionScope, actions);
99 actions.put("namespace", rootNamespace);
  /device/google/taimen/
thermal-engine.conf 57 actions cluster0+cluster1+gpu+report cluster0+cluster1+gpu+report cluster0+cluster1+gpu+report
66 actions battery
75 actions shutdown
84 actions report
133 actions cluster0+cluster1+gpu+report cluster0+cluster1+gpu+report cluster0+cluster1+gpu+report
142 actions shutdown
151 actions report
  /external/bison/lib/
spawn-pipe.c 255 posix_spawn_file_actions_t actions;
284 if ((err = posix_spawn_file_actions_init (&actions)) != 0
287 && (err = posix_spawn_file_actions_adddup2 (&actions,
291 && (err = posix_spawn_file_actions_adddup2 (&actions,
295 && (err = posix_spawn_file_actions_addclose (&actions, ofd[0]))
298 && (err = posix_spawn_file_actions_addclose (&actions, ifd[1]))
301 && (err = posix_spawn_file_actions_addclose (&actions, ofd[1]))
304 && (err = posix_spawn_file_actions_addclose (&actions, ifd[0]))
307 && (err = posix_spawn_file_actions_addopen (&actions,
314 && (err = posix_spawn_file_actions_addopen (&actions,
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
context_switch.c 146 struct actions { struct
195 static struct actions pipe_actions = {
234 static struct actions yield_actions = {
349 static struct actions futex_actions = {
387 struct actions *actions = &yield_actions; local
411 actions = &pipe_actions;
413 actions = &yield_actions;
415 actions = &futex_actions;
446 if (actions == &pipe_actions
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTParser.stg 52 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
64 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
102 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <createNodeFromToken(...)>);})>
118 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = <ASTLabelType>(adaptor.becomeRoot(<createNodeFromToken(...)>, root_0));})>
126 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <label>.tree);
135 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = <ASTLabelType>(adaptor.becomeRoot(<label>.tree, root_0));
160 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
170 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
186 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<\n><endif>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTParser.stg 51 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
63 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
101 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <createNodeFromToken(...)>);}, ...)>
117 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = (<ASTLabelType>)adaptor.becomeRoot(<createNodeFromToken(...)>, root_0);},...)>
125 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <label>.getTree());
134 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = (<ASTLabelType>)adaptor.becomeRoot(<label>.getTree(), root_0);
159 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
169 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
185 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<\n><endif>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTParser.stg 23 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
35 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
73 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>this.adaptor.addChild(root_0, <createNodeFromToken(...)>);})>
89 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = this.adaptor.becomeRoot(<createNodeFromToken(...)>, root_0);})>
97 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>this.adaptor.addChild(root_0, <label>.getTree());
106 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = this.adaptor.becomeRoot(<label>.getTree(), root_0);
131 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
141 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
157 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<\n><endif>
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DetailsPresenterSelectionActivity.java 53 private static void addAction(List<GuidedAction> actions, long id, String title, String desc) {
54 actions.add(new GuidedAction.Builder(null)
61 private static void addCheckedAction(List<GuidedAction> actions, Context context,
63 actions.add(new GuidedAction.Builder(null)
97 public void onCreateActions(List<GuidedAction> actions, Bundle savedInstanceState) {
109 addCheckedAction(actions, getActivity(), OPTION_IDS[i], OPTION_NAMES[i],
  /packages/apps/Dialer/java/com/android/dialer/performancereport/
PerformanceReport.java 35 private static final List<UiAction.Type> actions = new ArrayList<>(); field in class:PerformanceReport
65 if (!actions.isEmpty()) {
66 actions.clear();
100 if (actions.isEmpty()) {
103 actions.add(action);
138 return actions;
  /device/google/marlin/
thermal-engine-marlin.conf 7 actions shutdown
16 actions report
65 actions cluster0+cluster1+gpu+report cluster0+cluster1+gpu+report
74 actions battery
  /device/google/muskie/
thermal-engine.conf 59 actions cluster0+cluster1+gpu+report cluster0+cluster1+gpu+report cluster0+cluster1+gpu+report
68 actions battery
77 actions shutdown
86 actions report
  /external/bison/src/
InadequacyList.h 66 /** The \c actions passed to \c InadequacyList__new_conflict. */
67 bitset actions; member in struct:__anon13319
89 * - The size of \c actions is
101 * \c manifesting_state, the following actions are in conflict on \c token:
103 * <tt>bitset_test (actions, manifesting_state->reductions->num)</tt>.
107 * <tt>actions[i]</tt> is set.
111 * - \c result assumes responsibility for the memory of \c actions.
114 state *manifesting_state, symbol *token, bitset actions,
  /external/droiddriver/src/io/appium/droiddriver/actions/accessibility/
AccessibilityScrollAction.java 17 package io.appium.droiddriver.actions.accessibility;
23 import io.appium.droiddriver.actions.ScrollAction;
AccessibilityUiElementActor.java 17 package io.appium.droiddriver.actions.accessibility;
20 import io.appium.droiddriver.actions.UiElementActor;
24 * A {@link UiElementActor} that performs actions via the Accessibility API.
  /external/v8/src/heap/
embedder-tracing.cc 41 double deadline, EmbedderHeapTracer::AdvanceTracingActions actions) {
45 return remote_tracer_->AdvanceTracing(deadline, actions);

Completed in 1795 milliseconds

1 23 4 5 6 7 8 91011>>