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

<<11121314151617181920>>

  /external/chromium_org/tools/telemetry/telemetry/page/actions/
play.py 16 from telemetry.page.actions import media_action
17 from telemetry.page.actions import page_action
  /external/clang/include/clang/FrontendTool/
Utils.h 10 // This header contains miscellaneous utilities for various front-end actions
22 /// ExecuteCompilerInvocation - Execute the given actions described by the
  /external/droiddriver/src/com/google/android/droiddriver/actions/
Action.java 17 package com.google.android.droiddriver.actions;
34 * @return Whether the action is successful. Some actions throw exceptions in
  /libcore/luni/src/main/java/java/nio/charset/
CodingErrorAction.java 20 * Used to indicate what kind of actions to take in case of encoding/decoding
21 * errors. Currently three actions are defined: {@code IGNORE}, {@code REPLACE}
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSetObserver.java 24 * involves many user actions: tapping on multiple checkboxes. This interface allows the class to
25 * listen to such user actions.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Folder_Actions_Suite.py 1 """Suite Folder Actions Suite: Terms and Events for controlling Folder Actions
42 """attached scripts: List the actions attached to a folder
69 """do folder action: Event the Finder sends to the Folder Actions FBA
151 """application - The Folder Actions Suite host program """
159 """folder actions enabled - Are Folder Actions currently being processed? """
164 """properties - every property of the Folder Actions Suite host program """
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.h 108 /* ObjC start of actions.(actionScope).memVars */
109 /* ObjC end of actions.(actionScope).memVars */
121 /* ObjC start of actions.(actionScope).properties */
122 /* ObjC end of actions.(actionScope).properties */
132 /* ObjC start of actions.(actionScope).methodsDecl */
133 /* ObjC end of actions.(actionScope).methodsDecl */
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h 51 // RulesRegistry::Rule consists of Conditions and Actions, these are
83 // a way to also execute the actions of the rules.
141 const WebRequestActionSet* actions,
144 // Check that the |extension| has host permissions for all URLs if actions
147 const WebRequestActionSet* actions,
153 const WebRequestActionSet* actions,
webrequest_rules_registry_unittest.cc 127 rule->actions.push_back(linked_ptr<base::Value>(action_dict.DeepCopy()));
146 rule->actions.push_back(linked_ptr<base::Value>(action_dict.DeepCopy()));
164 rule->actions.push_back(linked_ptr<base::Value>(action_dict.DeepCopy()));
186 rule->actions.push_back(linked_ptr<base::Value>(action_dict.DeepCopy()));
217 rule->actions.push_back(linked_ptr<base::Value>(action_dict.DeepCopy()));
501 " \"actions\": [ \n"
519 " \"actions\": [ \n"
683 " \"actions\": [ \n"
707 scoped_ptr<WebRequestActionSet> actions = local
708 WebRequestActionSet::Create(NULL, rule.actions, &error, &bad_message)
728 WebRequestActionSet::AnyVector actions; local
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc 126 Actions actions; local
138 actions.push_back(Action(
142 actions.push_back(Action(
146 actions.push_back(Action(
152 SetActions(actions);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Makefile.inc 19 EXTRA_DIST += tools/re2c/actions.c
31 re2c_LDADD += re2c-actions.$(OBJEXT)
54 re2c-actions.$(OBJEXT): tools/re2c/actions.c
56 -c -o $@ `test -f tools/re2c/actions.c || echo '$(srcdir)/'`tools/re2c/actions.c
  /external/droiddriver/src/com/google/android/droiddriver/base/
AbstractUiElement.java 21 import com.google.android.droiddriver.actions.Action;
22 import com.google.android.droiddriver.actions.ClickAction;
23 import com.google.android.droiddriver.actions.ScrollDirection;
24 import com.google.android.droiddriver.actions.SwipeAction;
25 import com.google.android.droiddriver.actions.TypeAction;
93 // TODO: Define common actions as a const.
  /frameworks/compile/mclinker/unittests/
InputTreeTest.cpp 65 std::vector<InputAction*> actions; local
68 actions.push_back(new StartGroupAction(position++));
69 actions.push_back(new InputFileAction(position++, "path1"));
70 actions.push_back(new EndGroupAction(position++));
73 for (action = actions.begin(); action != actions.end(); ++action) {
  /ndk/sources/cxx-stl/gabi++/src/
personality.cc 67 if (actions & _UA_SEARCH_PHASE) {
68 scanEHTable(results, actions, native_exception, unwind_exception, context);
88 if (actions & _UA_CLEANUP_PHASE) {
89 if (actions & _UA_HANDLER_FRAME) {
100 scanEHTable(results, actions, native_exception, unwind_exception, context);
114 scanEHTable(results, actions, native_exception, unwind_exception, context);
  /packages/apps/Camera2/src/com/android/camera/data/
LocalData.java 73 * any actions like sharing, editing, etc.
102 * Checks if the data actions (delete/play ...) can be applied on this data.
104 * @param actions The actions to check.
105 * @return Whether all the actions are supported.
107 boolean isDataActionSupported(int actions);
  /libcore/luni/src/main/java/java/util/concurrent/
package-info.java 196 * the <i>happens-before</i> relation is transitive, all actions
197 * of a thread prior to unlocking <i>happen-before</i> all actions
209 * <li>All actions in a thread <i>happen-before</i> any other thread
221 * <li>Actions in a thread prior to placing an object into any concurrent
222 * collection <i>happen-before</i> actions subsequent to the access or
225 * <li>Actions in a thread prior to the submission of a {@code Runnable}
229 * <li>Actions taken by the asynchronous computation represented by a
230 * {@code Future} <i>happen-before</i> actions subsequent to the
233 * <li>Actions prior to "releasing" synchronizer methods such as
235 * {@code CountDownLatch.countDown} <i>happen-before</i> actions
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 111 return Actions.ProcessStmtAttributes(Res.get(), Attrs.getList(), Attrs.Range);
136 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement);
189 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
209 return Actions.ActOnNullStmt(ConsumeToken(), HasLeadingEmptyMacro);
247 Res = Actions.ActOnFinishFullStmt(Res.get());
342 return Actions.ActOnExprStmtError();
346 Actions.CheckCaseExpression(Expr.get())) {
358 return Actions.ActOnExprStmt(Expr);
399 return Actions.ActOnSEHTryBlock(false /* IsCXXTry */,
444 return Actions.ActOnSEHExceptBlock(ExceptLoc, FilterExpr.take(), Block.take())
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 262 std::vector<InputAction*> actions; local
263 actions.reserve(num_actions);
271 actions.push_back(new InputFileAction(pos, *input));
272 actions.push_back(new ContextAction(pos));
273 actions.push_back(new MemoryAreaAction(pos, FileHandle::ReadOnly));
283 actions.push_back(new NamespecAction(pos, *namespec,
285 actions.push_back(new ContextAction(pos));
286 actions.push_back(new MemoryAreaAction(pos, FileHandle::ReadOnly));
296 actions.push_back(new WholeArchiveAction(pos));
304 actions.push_back(new NoWholeArchiveAction(pos))
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/
HandlerBase.java 157 * method in a subclass to take specific actions at the beginning
176 * method in a subclass to take specific actions at the beginning
195 * method in a subclass to take specific actions at the start of
216 * method in a subclass to take specific actions at the end of
236 * method to take specific actions for each chunk of character data
259 * method to take specific actions for each chunk of ignorable
282 * method in a subclass to take specific actions for each
311 * may override this method in a subclass to take specific actions
332 * may override this method in a subclass to take specific actions
354 * they need to take specific actions for each fatal error (such a
    [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 84 actions,
114 <! <if(actions.(actionScope).header)>
118 <actions.(actionScope).header>
128 <actions.(actionScope).postinclude>
156 actions,
185 <actions.(actionScope).preincludes>
194 <actions.(actionScope).includes>
213 actions,
237 <if(actions.(actionScope).header)>
241 <actions.(actionScope).header
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
notifications.css 26 /* FIXME: This should really be in actions.css. */
27 ul.actions>li {
85 ol.notifications>li div.problem>ul.actions {
89 ol.notifications>li:hover div.problem>ul.actions {
102 ol.notifications>li ul.causes>li>ul.actions {
169 ol.notifications>li ul.causes>li>ul.actions {
173 ol.notifications>li ul.causes>li:hover>ul.actions {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 73 /// ComputeActionsTable - Compute the actions table and gather the first action
77 SmallVectorImpl<ActionEntry> &Actions,
133 assert(Actions.size());
134 PrevAction = Actions.size() - 1;
136 MCAsmInfo::getSLEB128Size(Actions[PrevAction].NextAction) +
137 MCAsmInfo::getSLEB128Size(Actions[PrevAction].ValueForTypeID);
142 MCAsmInfo::getSLEB128Size(Actions[PrevAction].ValueForTypeID);
143 SizeAction += -Actions[PrevAction].NextAction;
144 PrevAction = Actions[PrevAction].Previous;
148 // Compute the actions
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 177 * method in a subclass to take specific actions at the beginning
196 * method in a subclass to take specific actions at the end
215 * method in a subclass to take specific actions at the start of
235 * method in a subclass to take specific actions at the end of
254 * method in a subclass to take specific actions at the start of
285 * method in a subclass to take specific actions at the end of
312 * method to take specific actions for each chunk of character data
335 * method to take specific actions for each chunk of ignorable
358 * method in a subclass to take specific actions for each
380 * method in a subclass to take specific actions for eac
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 304 // ==== Layout Actions Bar ====
308 @NonNull List<RuleAction> actions,
311 super.addLayoutActions(actions, parentNode, children);
313 actions.add(createGravityAction(Collections.<INode>singletonList(parentNode),
315 actions.add(RuleAction.createSeparator(25));
316 actions.add(createMarginAction(parentNode, children));
353 // Centering actions
355 actions.add(RuleAction.createSeparator(150));
356 actions.add(RuleAction.createAction(ACTION_CENTER_VERTICAL, "Center Vertically",
358 actions.add(RuleAction.createAction(ACTION_CENTER_HORIZONTAL, "Center Horizontally"
    [all...]

Completed in 1328 milliseconds

<<11121314151617181920>>