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

<<11121314151617181920>>

  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 1 //===-- FrontendActions.h - Useful Frontend Actions -------------*- C++ -*-===//
20 // AST Consumer Actions
  /external/clang/lib/Parse/
ParseExprCXX.cpp 90 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
191 Actions.RestoreNestedNameSpecifierAnnotation(Tok.getAnnotationValue(),
217 if (Actions.ActOnCXXGlobalScopeSpecifier(getCurScope(), ConsumeToken(), SS))
241 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
264 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
327 = Actions.ActOnDependentTemplateName(getCurScope(),
368 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(),
404 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, II,
422 !Actions.isNonTypeNestedNameSpecifier(getCurScope(), SS, Tok.getLocation(),
441 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc
    [all...]
ParseTemplate.cpp 130 Actions.ActOnTemplateParameterList(CurTemplateDepthTracker.getDepth(),
198 Decl *Decl = Actions.ParsedFreeStandingDeclSpec(
257 FakedParamLists.push_back(Actions.ActOnTemplateParameterList(
520 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, Ellipsis,
597 Actions.ActOnTemplateParameterList(Depth, SourceLocation(),
618 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
660 EnterExpressionEvaluationContext Unevaluated(Actions, Sema::Unevaluated);
668 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
    [all...]
ParseDecl.cpp 65 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
643 Actions.getASTContext(),
649 Actions.getASTContext(),
655 Actions.getASTContext(),
661 Actions.getASTContext(),
667 Actions.getASTContext(),
673 Actions.getASTContext(),
679 Actions.getASTContext(),
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloLoop.java 42 /** Sample 4 - how to trigger repeating actions from the main event loop.
66 /* Use the main event loop to trigger repeating actions. */
  /external/jsr305/ri/nbproject/
project.xml 31 <ide-actions>
42 </ide-actions>
  /frameworks/base/docs/html/training/keyboard-input/
index.jd 51 <dt><b><a href="commands.html">Handling Keyboard Actions</a></b></dt>
52 <dd>Learn how to respond directly to keyboard input for user actions.
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
UiAutomationShellWrapper.java 39 * running as a "monkey" type. Such applications may choose not to perform actions that
41 * actions such as dialing 911 or posting messages to public forums, etc.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryPackConstants.java 28 * The root domain for the dictionary pack, upon which authorities and actions will append
44 // NOTE: The appended string should be uppercase like all other actions, but it's not for
UpdateHandler.java 416 * the computation of the list of actions that should be taken then executes them.
493 final ActionBatch actions = new ActionBatch(); local
494 actions.add(new ActionBatch.InstallAfterDownloadAction(clientId,
496 actions.execute(context, new LogProblemReporter(TAG));
604 final ActionBatch actions = computeUpgradeTo(context, clientId, newMetadata); local
607 actions.execute(context, new LogProblemReporter(TAG));
748 final ActionBatch actions = new ActionBatch(); local
953 final ActionBatch actions = new ActionBatch(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
xtestext1.h 105 * This defines the maximum size of a list of input actions
171 * more user input actions to report to the client. It must
180 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon37174
217 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon37176
255 * These are the definitions for key/button motion input actions.
267 * This is the definition for pointer jump input actions.
279 * actions.
315 * there are no more input actions in an XTestInputAction event.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
xtestext1.h 105 * This defines the maximum size of a list of input actions
171 * more user input actions to report to the client. It must
180 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon38764
217 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon38766
255 * These are the definitions for key/button motion input actions.
267 * This is the definition for pointer jump input actions.
279 * actions.
315 * there are no more input actions in an XTestInputAction event.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
xtestext1.h 105 * This defines the maximum size of a list of input actions
171 * more user input actions to report to the client. It must
180 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon40279
217 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon40281
255 * These are the definitions for key/button motion input actions.
267 * This is the definition for pointer jump input actions.
279 * actions.
315 * there are no more input actions in an XTestInputAction event.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
System_Events_Suite.py 45 """folder actions enabled - Are Folder Actions currently being processed? """
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decorators.py 222 actions = []
225 actions.append('makedec' + tag)
227 actions.append('calldec' + tag)
242 actions.append('%s%d' % (opname, self.index))
252 actions = []
259 self.assertEqual(actions, expected_actions)
263 actions = []
267 self.assertEqual(actions, expected_actions)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 222 actions = []
225 actions.append('makedec' + tag)
227 actions.append('calldec' + tag)
242 actions.append('%s%d' % (opname, self.index))
252 actions = []
259 self.assertEqual(actions, expected_actions)
263 actions = []
267 self.assertEqual(actions, expected_actions)
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
TableView.java 28 import org.eclipse.ui.actions.ActionFactory;
46 * the copy and select all actions.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 40 HashMap<GrammarAST, GrammarAST> actions;
128 $AttributeScopeActions::actions = new HashMap<GrammarAST, GrammarAST>();
135 for (GrammarAST action : $AttributeScopeActions::actions.keySet())
136 scope.defineNamedAction(action, $AttributeScopeActions::actions.get(action));
143 $AttributeScopeActions::actions.put( $ID, $ACTION );
154 (actions)?
158 actions
290 $AttributeScopeActions::actions = new HashMap<GrammarAST, GrammarAST>();
298 for (GrammarAST action : $AttributeScopeActions::actions.keySet())
299 r.ruleScope.defineNamedAction(action, $AttributeScopeActions::actions.get(action))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action_unittest.cc 48 WebRequestActionSet::AnyVector actions; local
54 actions.push_back(linked_ptr<base::Value>(dict->DeepCopy()));
61 WebRequestActionSet::Create(NULL, actions, &error, &bad_message));
80 // Creates a URL request for URL |url_string|, and applies the actions from
230 EXPECT_TRUE(result->actions().empty());
246 ASSERT_EQ(1u, result->actions().size());
248 result->actions()[0]->type());
570 ASSERT_EQ(arraysize(kExpectedNames), action_set->actions().size());
572 for (WebRequestActionSet::Actions::const_iterator it =
573 action_set->actions().begin()
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 263 /// BuildActions - Construct the list of actions to perform for the
268 /// \param Actions - The list to store the resulting actions onto.
270 const InputList &Inputs, ActionList &Actions) const;
272 /// BuildUniversalActions - Construct the list of actions to perform
277 /// \param Actions - The list to store the resulting actions onto.
281 ActionList &Actions) const;
283 /// BuildJobs - Bind actions to concrete tools and translate
308 /// PrintActions - Print the list of actions
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 419 * actions were broadcast.
479 * actions were broadcast.
539 * is in discoverable mode and that the correct actions were broadcast.
582 * device is in in connectable mode and that the correct actions were broadcast.
625 * and that the correct actions were broadcast.
663 * and that the correct actions were broadcast.
737 * and that the correct actions were broadcast.
750 * and that the correct actions were broadcast.
1387 String[] actions = { local
1399 String[] actions = { local
1409 String[] actions = { local
1421 String[] actions = {BluetoothPan.ACTION_CONNECTION_STATE_CHANGED}; local
1428 String[] actions = {AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED}; local
    [all...]
  /prebuilts/devtools/tools/lib/
uiautomatorviewer.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 81 // Strings used as internal ids, group ids and prefixes for actions
121 * Generate custom actions for the context menu: <br/>
126 public void addContextMenuActions(@NonNull List<RuleAction> actions,
358 actions.add(RuleAction.createAction(PROP_PREFIX + ATTR_TEXT, "Edit Text...", onChange,
364 actions.add(RuleAction.createAction(ATTR_ID, editIdLabel, onChange, null, 20, true));
366 addCommonPropertyActions(actions, selectedNode, onChange, 21);
369 actions.add(RuleAction.createSeparator(32));
381 actions.add(RuleAction.createChoices(
402 actions.add(RuleAction.createChoices(
411 actions.add(RuleAction.createSeparator(45))
    [all...]
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutModifier.java 26 /** Actions to take before inflating the view. */

Completed in 460 milliseconds

<<11121314151617181920>>