HomeSort by relevance Sort by last modified time
    Searched full:actions (Results 351 - 375 of 3546) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/training/basics/actionbar/
adding-buttons.jd 12 <li><a href="#XML">Specify the Actions in XML</a></li>
13 <li><a href="#AddActions">Add the Actions to the Action Bar</a></li>
30 as <em>action buttons</em>. Actions that can't fit in the action bar or aren't
33 <img src="{@docRoot}images/training/basics/actionbar-actions.png" height="100" alt=""/>
35 for Search and the action overflow, which reveals additional actions.</a>
38 <h2 id="XML">Specify the Actions in XML</h2>
43 actions to the action bar, create a new XML file in your project's
74 Settings action should always appear in the overflow. (By default, all actions appear in the
114 <h2 id="AddActions">Add the Actions to the Action Bar</h2>
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy.h 17 // A policy for logging the stream of actions, but with most arguments stripped
21 // actions on separate days are kept distinct. Data is kept for up to a few
122 // All queued actions must fall on the same day, so that we do not
123 // accidentally aggregate actions that should be kept separate.
125 // actions in queued_actions_.
  /external/chromium_org/chrome/browser/extensions/
extension_action_manager.cc 120 // This avoids bugs where actions are recreated just after being removed
139 // need to convert page actions into browser actions.
155 // need to convert page actions into browser actions.
extension_toolbar_model.h 22 // Model for the browser actions toolbar.
86 // "show all actions".
88 // As above, a return value of -1 represents "show all actions".
98 // incognito-enabled browser actions, and the list of all browser actions.
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_result.cc 125 Actions actions; local
129 actions.push_back(Action(
135 actions.push_back(Action(
140 SetActions(actions);
  /external/chromium_org/tools/telemetry/telemetry/page/
record_wpr.py 66 # Run the actions for all measurements. Reload the page between
67 # actions.
76 actions = []
81 actions.append(page_test.GetCompoundActionFromPage(
83 return actions
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_api.c 223 ** Description Perform any vendor-specific pre-discovery actions (if needed)
224 ** If any actions were performed TRUE will be returned, and
225 ** HAL_PRE_DISCOVER_DONE_EVENT will notify when actions are
228 ** Returns TRUE if vendor-specific pre-discovery actions initialized
229 ** FALSE if no vendor-specific pre-discovery actions are needed.
  /external/libnfc-nci/src/hal/include/
nfc_hal_api.h 219 ** Description Perform any vendor-specific pre-discovery actions (if needed)
220 ** If any actions were performed TRUE will be returned, and
221 ** HAL_PRE_DISCOVER_CPLT_EVT will notify when actions are
224 ** Returns TRUE if vendor-specific pre-discovery actions initialized
225 ** FALSE if no vendor-specific pre-discovery actions are needed.
  /frameworks/base/docs/html/design/building-blocks/
dialogs.jd 36 <p>Action buttons are typically Cancel and/or OK, with OK indicating the preferred or most likely action. However, if the options consist of specific actions such as Close or Wait rather than a confirmation or cancellation of the action described in the content, then all the buttons should be active verbs. Order actions following these rules:</p>
39 <li>The dismissive action of a dialog is always on the left. Dismissive actions return to the user to the previous state.</li>
40 <li>The affirmative actions are on the right. Affirmative actions continue progress toward the user goal that triggered the dialog.</li>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
FrameLayoutRule.java 167 @NonNull List<RuleAction> actions,
170 super.addLayoutActions(actions, parentNode, children);
171 actions.add(RuleAction.createSeparator(25));
172 actions.add(createMarginAction(parentNode, children));
174 actions.add(createGravityAction(children, ATTR_LAYOUT_GRAVITY));
GridLayoutRule.java 156 @NonNull List<RuleAction> actions,
159 super.addLayoutActions(actions, parentNode, children);
172 actions.add(orientationAction);
176 actions.add(RuleAction.createSeparator(35));
177 actions.add(createMarginAction(parentNode, children));
178 actions.add(createGravityAction(children, ATTR_LAYOUT_GRAVITY));
226 actions.add(RuleAction.createSeparator(142));
228 actions.add(RuleAction.createToggle(ACTION_GRID_MODE, "Grid Model Mode",
231 // Add and Remove Column actions only apply in Grid Mode
233 actions.add(RuleAction.createToggle(ACTION_SHOW_STRUCTURE, "Show Structure"
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 149 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__,
158 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression);
199 EnterExpressionEvaluationContext Unevaluated(Actions,
204 return Actions.ActOnConstantExpression(Res);
308 Actions.CodeCompleteAssignmentRHS(getCurScope(), LHS.get());
352 << /*LHS*/0 << PP.getSpelling(Tok) << Actions.getExprRange(RHS.get());
375 << Actions.getExprRange(RHS.get());
379 << Actions.getExprRange(RHS.get());
393 SourceRange(Actions.getExprRange(LHS.get()).getBegin(),
394 Actions.getExprRange(RHS.get()).getEnd()))
    [all...]
  /external/antlr/antlr-3.4/runtime/C/doxygen/
using.dox 10 /// -# Interoperation with the runtime within rule actions;
38 /// \section interop Interoperation Within Rule Actions
40 /// Rule actions have a limited number of elements they can access by name, independently of the
  /external/chromium/chrome/browser/ui/omnibox/
location_bar.h 64 // Updates the state of the page actions.
91 // Returns the total number of page actions in the Omnibox.
94 // Returns the number of visible page actions in the Omnibox.
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.h 24 // This class handles the overflow menu for browser actions (showing the menu,
97 // The views vector of all the browser actions the container knows about. We
102 // picking browser actions to draw.
  /external/chromium/testing/gmock/include/gmock/
gmock.h 58 #include "gmock/gmock-actions.h"
60 #include "gmock/gmock-generated-actions.h"
63 #include "gmock/gmock-more-actions.h"
  /external/chromium_org/chrome/browser/search_engines/
util.cc 201 ActionsFromPrepopulateData actions(CreateActionsFromCurrentPrepopulateData(
205 for (std::vector<TemplateURL*>::iterator i = actions.removed_engines.begin();
206 i < actions.removed_engines.end(); ++i) {
221 for (EditedEngines::iterator i(actions.edited_engines.begin());
222 i < actions.edited_engines.end(); ++i) {
237 template_urls->insert(template_urls->end(), actions.added_engines.begin(),
238 actions.added_engines.end());
267 ActionsFromPrepopulateData actions; local
286 actions.edited_engines.push_back(std::make_pair(existing_url, data));
288 actions.added_engines.push_back(prepopulated_url.release())
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
location_bar.h 55 // Updates the state of the page actions.
89 // Returns the total number of page actions in the Omnibox.
92 // Returns the number of visible page actions in the Omnibox.
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.h 25 // This class handles the overflow menu for browser actions (showing the menu,
107 // The views vector of all the browser actions the container knows about. We
112 // picking browser actions to draw.
  /external/chromium_org/tools/gyp/test/mac/
gyptest-xcode-env-order.py 35 # Env vars in 'actions' filenames and inline actions
40 # Env vars in 'rules' filenames and inline actions
  /external/iptables/iptables/
iptables-xml.1 36 tag, but only when the rule matches are identical. Terminating actions like
64 <actions>
69 </actions>
  /external/llvm/test/CodeGen/X86/
fold-call-3.ll 10 define void @_Z25RawPointerPerformanceTestPvRN5clang6ActionE(i8* %Val, %"struct.clang::Action"* %Actions) nounwind {
18 %3 = getelementptr %"struct.clang::Action"* %Actions, i64 0, i32 0, i32 0 ; <i32 (...)***> [#uses=1]
32 %10 = call { i64, i64 } %9(%"struct.clang::Action"* %Actions, i8* %Val_addr.02) nounwind ; <{ i64, i64 }> [#uses=2]
  /external/smack/src/org/apache/harmony/javax/security/auth/
AuthPermission.java 91 * @param actions
94 public AuthPermission(String name, String actions) {
95 super(init(name), actions); local
  /hardware/libhardware/include/hardware/
power.h 59 * (*init)() performs power management setup actions at runtime
67 * (*setInteractive)() performs power management actions upon the
76 * Typical actions are to turn on or off devices and adjust
  /libcore/luni/src/main/java/java/util/concurrent/
CompletionService.java 26 * <p>Memory consistency effects: Actions in a thread prior to
29 * actions taken by that task, which in turn <i>happen-before</i>
30 * actions following a successful return from the corresponding {@code take()}.

Completed in 1555 milliseconds

<<11121314151617181920>>