HomeSort by relevance Sort by last modified time
    Searched full:actions (Results 151 - 175 of 4048) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 125 DebugEventListener actions,
149 actions, visitedStates);
162 LexerActionGetTokenType actions = new LexerActionGetTokenType(grammar); local
163 scan(startRule, actions, visitedStates);
164 return actions.token;
168 DebugEventListener actions,
186 actions, visitedStates);
198 ParseTreeBuilder actions = new ParseTreeBuilder(grammar.name); local
200 parse(startRule, actions, visitedStates);
207 return actions.getTree()
    [all...]
  /developers/build/prebuilts/gradle/DoneBar/Application/src/main/res/values/
activitycards-strings.xml 21 two direct actions to persist or dismiss changes. This is suitable for cases where no
22 additional view details or actions are needed in the action bar.</string>
27 actions may be needed in the action bar.</string>
  /development/samples/browseable/DoneBar/res/values/
activitycards-strings.xml 21 two direct actions to persist or dismiss changes. This is suitable for cases where no
22 additional view details or actions are needed in the action bar.</string>
27 actions may be needed in the action bar.</string>
  /external/chromium_org/remoting/
remoting_webapp.gypi 26 'actions': [
43 ], # actions
46 'actions': [
  /external/chromium_org/tools/gyp/test/additional-targets/
gyptest-additional.py 8 Verifies simple actions when using an explicit build target of 'all'.
42 test.build('actions.gyp', 'action1_target', chdir=chdir)
49 test.build('actions.gyp', 'foolib1', chdir=chdir)
  /external/chromium_org/tools/gyp/test/mac/sourceless-module/
test.gyp 15 'actions': [
50 'actions': [
73 { # No actions, but still have resources.
  /external/chromium_org/ui/app_list/views/
search_result_actions_view.h 17 // SearchResultActionsView displays a SearchResult::Actions in a button
25 void SetActions(const SearchResult::Actions& actions);
  /frameworks/support/v4/api20/android/support/v4/app/
NotificationCompatApi20.java 118 return getActionCompatFromAction(notif.actions[actionIndex], actionFactory, remoteInputFactory);
146 * Get a list of notification compat actions by parsing actions stored within a list of
158 NotificationCompatBase.Action[] actions = actionFactory.newArray(parcelables.size()); local
159 for (int i = 0; i < actions.length; i++) {
161 actions[i] = getActionCompatFromAction(action, actionFactory, remoteInputFactory);
163 return actions;
168 * that matches what framework code would do to store an actions list in this way. In API20,
172 NotificationCompatBase.Action[] actions) {
173 if (actions == null)
    [all...]
  /external/chromium_org/third_party/angle/src/
angle.gypi 51 'actions':
109 'actions':
125 ], #actions
138 'actions':
148 ], #actions
  /external/clang/test/Driver/
split-debug.c 5 // RUN: FileCheck -check-prefix=CHECK-ACTIONS < %t %s
7 // CHECK-ACTIONS: objcopy{{.*}}--extract-dwo{{.*}}"split-debug.dwo"
8 // CHECK-ACTIONS: objcopy{{.*}}--strip-dwo{{.*}}"split-debug.o"
12 // RUN: FileCheck -check-prefix=CHECK-NO-ACTIONS < %t %s
14 // CHECK-NO-ACTIONS-NOT: -split-dwarf
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.8.0/
manifest-merger-22.8.0-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.9.2/
manifest-merger-22.9.2-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.1/
manifest-merger-23.0.1-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.2/
manifest-merger-23.0.2-javadoc.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableRowRule.java 55 @NonNull List<RuleAction> actions,
58 super.addLayoutActions(actions, parentNode, children);
60 // Also apply table-specific actions on the table row such that you can
61 // select something in a table row and still get offered actions on the surrounding
66 TableLayoutRule.addTableLayoutActions(mRulesEngine, actions, grandParent,
  /frameworks/base/docs/html/design/patterns/
selection.jd 13 handle multi-select and contextual actions in your apps.</p>
22 actions for a given data item in a contextual menu.</p>
24 contextual actions and selection management functions for selected data into a new element called
69 <h4>Selecting CAB actions</h4>
70 <p>You can decide which actions and elements appear in the CAB. Use the guidelines in the <a href="actionbar.html">Action Bar
73 <h4>Dynamically adjust CAB actions</h4>
74 <p>In most cases you need to adjust the actions in the CAB dynamically as the user adds more items to
75 the selection. Actions that apply to a single selected data item don't necessarily apply to multiple
83 Adjusting actions in the CAB as additional items are selected.
111 <p>Plan the actions you want to display inside of a CAB in the same way you would plan the action
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
pageAction.html 69 Like browser actions,
70 page actions can have an icon,
73 In addition, page actions can appear and disappear.
101 <li><b>Do</b> use page actions
104 <li><b>Don't</b> use page actions
107 Use <a href="browserAction">browser actions</a> instead.
116 You can find simple examples of using page actions in the
declarativeWebRequest.html 22 Note that certain types of non-sensitive actions do not require host
36 All other actions require host permissions to all URLs.
80 <strong>Note:</strong> All conditions and actions are created via a constructor
94 actions: [
102 actions:
112 actions: [
134 <h2 id="evaluation">Evaluation of conditions and actions</h2>
140 can only be tested at specific stages of a web request and, likewise, actions
142 request stages that are compatible with conditions and actions.
167 <th colspan="5" style="padding-top:2em">Request stages during which actions can be executed
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy_unittest.cc 143 // Checks that the number of queued actions to be written out does not exceed
198 scoped_ptr<Action::ActionVector> actions) {
199 ASSERT_EQ(1, static_cast<int>(actions->size()));
200 CheckAction(*actions->at(0).get(),
212 scoped_ptr<Action::ActionVector> actions) {
213 ASSERT_EQ(3, static_cast<int>(actions->size()));
214 CheckAction(*actions->at(0).get(),
223 CheckAction(*actions->at(1).get(),
232 CheckAction(*actions->at(2).get(),
244 scoped_ptr<Action::ActionVector> actions) {
    [all...]
fullstream_ui_policy_unittest.cc 168 scoped_ptr<Action::ActionVector> actions) {
169 ASSERT_EQ(2, static_cast<int>(actions->size()));
170 CheckAction(*actions->at(0).get(),
178 CheckAction(*actions->at(1).get(),
189 scoped_ptr<Action::ActionVector> actions) {
190 ASSERT_EQ(2, static_cast<int>(actions->size()));
191 CheckAction(*actions->at(0).get(),
199 CheckAction(*actions->at(1).get(),
209 static void AllURLsRemoved(scoped_ptr<Action::ActionVector> actions) {
210 ASSERT_EQ(2, static_cast<int>(actions->size()))
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_table.h 171 // Actions that should be handled very early in Ash unless the current target
176 // Actions that are always handled in Ash.
180 // Actions that should be handled very early in Ash unless the current target
181 // window is full-screen, these actions are only handled if
186 // Actions allowed while user is not signed in or screen is locked.
190 // Actions allowed while screen is locked (in addition to
195 // Actions allowed while a modal window is up.
199 // Actions which will not be repeated while holding an accelerator key.
203 // Actions allowed in app mode.
207 // Actions that require at least 1 window
    [all...]
  /external/iptables/iptables/
iptables.xslt 24 <!-- delete the actions or conditions containers, and process child nodes -->
25 <xsl:template match="iptables-rules/table/chain/rule/actions|table/chain/rule/conditions">
29 <xsl:template match="iptables-rules/table/chain/rule/actions/goto">
34 <xsl:template match="iptables-rules/table/chain/rule/actions/call">
39 <!-- all other actions are module actions -->
40 <xsl:template match="iptables-rules/table/chain/rule/actions/*">
47 <xsl:template match="iptables-rules/table/chain/rule/actions//*|iptables-rules/table/chain/rule/conditions//*" priority="0">
59 <xsl:template match="iptables-rules/table/chain/rule/actions/call/*|iptables-rules/table/chain/rule/actions/goto/*"
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
AboutActivity.java 161 ArrayList<Action> actions = getLegalActions(); local
164 ActionFragment.newInstance(actions));
183 ArrayList<Action> actions = new ArrayList<Action>(); local
184 actions.add(new Action.Builder()
188 actions.add(new Action.Builder()
193 return actions;
197 ArrayList<Action> actions = new ArrayList<Action>(); local
198 actions.add(new Action.Builder()
203 actions.add(new Action.Builder()
209 actions.add(new Action.Builder(
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsManager.java 44 * Handles all aspects of DialogFragment Actions for setting individual app restrictions.
49 void onRestrictionActionsLoaded(String packageName, ArrayList<Action> actions);
97 * @param fragment THe fragment for which DialogFragment actions are being managed.
133 ArrayList<Action> actions = new ArrayList<Action>(); local
136 actions.add(new Action.Builder()
143 actions.add(new Action.Builder()
167 actions.add(new Action.Builder()
190 actions.add(new Action.Builder()
203 if (!actions.isEmpty()) {
211 .actions(actions).build()
291 ArrayList<Action> actions = new ArrayList<Action>(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.h 70 /* ObjC start of actions.(actionScope).memVars */
71 /* ObjC end of actions.(actionScope).memVars */
78 /* ObjC start of actions.(actionScope).properties */
79 /* ObjC end of actions.(actionScope).properties */
85 /* ObjC start of actions.(actionScope).methodsDecl */
86 /* ObjC end of actions.(actionScope).methodsDecl */

Completed in 2289 milliseconds

1 2 3 4 5 67 8 91011>>