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

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/util/logging/
LoggingPermission.java 29 public LoggingPermission(String name, String actions) { super("", ""); }
  /libcore/luni/src/main/java/javax/net/ssl/
SSLPermission.java 29 public SSLPermission(String name, String actions) { super("", ""); }
  /libcore/luni/src/main/java/javax/security/auth/
AuthPermission.java 29 public AuthPermission(String name, String actions) { super("", ""); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 11 /* If the platform provides any specific epilog actions,
  /packages/apps/Contacts/src/com/android/contacts/util/
SchedulingUtils.java 23 /** Static methods that are useful for scheduling actions to occur at a later time. */
  /packages/apps/Email/emailsync/src/com/android/emailsync/
Request.java 20 * Requests for mailbox actions are handled by subclasses of this abstract class.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
Constants.java 30 * distinguishes actions that should initiate a text message.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 11 /* If the platform provides any specific epilog actions,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 11 /* If the platform provides any specific epilog actions,
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 11 /* If the platform provides any specific epilog actions,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 11 /* If the platform provides any specific epilog actions,
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_epilog.h 11 /* If the platform provides any specific epilog actions,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
MergeRule.java 33 public void addContextMenuActions(@NonNull List<RuleAction> actions,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
NewProjectAction.java 17 package com.android.ide.eclipse.adt.internal.wizards.actions;
NewTestProjectAction.java 17 package com.android.ide.eclipse.adt.internal.wizards.actions;
NewXmlFileAction.java 17 package com.android.ide.eclipse.adt.internal.wizards.actions;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
plugin.properties 21 extension-point.name.ClientAction = Client Specific Actions
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
CommonAction.java 18 import com.android.ddmuilib.actions.ICommonAction;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTTreeParser.stg 73 * add tree construction actions.
181 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
186 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
223 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ){<endif>
242 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )
264 <if(backtracking)>if ( ( <actions.(actionScope).synpredgate> ) ) <endif>root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->becomeRoot(ADAPTOR, <label>.tree, root_<treeLevel>));
312 if ( <actions.(actionScope).synpredgate> ) {<\n>
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy.h 41 // (1) Receiving Actions to process, and summarizing, compression, and storing
43 // (2) Reading Actions back from storage.
48 // allows the database to periodically request that actions (which the policy
74 // Updates the internal state of the model summarizing actions and possibly
103 // Strip arguments from most API actions, preserving actions only for a
166 // Gets all actions that match the specified fields. URLs are treated like
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 62 Actions.CodeCompleteNamespaceDecl(getCurScope());
169 Actions.ActOnStartNamespaceDef(getCurScope(), InlineLoc, NamespaceLoc,
173 PrettyDeclStackTraceEntry CrashInfo(Actions, NamespcDecl, NamespaceLoc,
185 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
215 Actions.ActOnStartNamespaceDef(getCurScope(), SourceLocation(),
225 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation());
240 Actions.CodeCompleteNamespaceAliasDecl(getCurScope());
265 return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc, Alias,
293 = Actions.ActOnStartLinkageSpecification(getCurScope(),
311 return Actions.ActOnFinishLinkageSpecification(getCurScope(), LinkageSpec
    [all...]
RAIIObjectsForParser.h 80 /// \brief RAII object used to inform the actions that we're
85 Sema &Actions;
96 : Actions(P.getActions()), DiagnosticPool(NULL) {
103 : Actions(P.getActions()), DiagnosticPool(parentPool) {
111 : Actions(P.getActions()),
156 State = Actions.PushParsingDeclaration(DiagnosticPool);
162 Actions.PopParsingDeclaration(State, D);
  /system/core/init/
readme.txt 6 which are Actions, Commands, Services, and Options.
16 Actions and Services implicitly declare a new section. All commands
20 Actions and Services have unique names. If a second Action or Service
25 Actions
27 Actions are named sequences of commands. Actions have a trigger which
38 Actions take the form of:
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 43 outputFile( LEXER,PARSER,TREE_PARSER, actionScope, actions,
74 <actions.(actionScope).header>
86 <if(actions.(actionScope).namespace)>
87 namespace <actions.(actionScope).namespace>
92 <if(actions.(actionScope).namespace)>
94 } // namespace <actions.(actionScope).namespace>
99 <actions.(actionScope).inputStreamType; null="ICharStream">
103 superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Lexer<endif>}) ::= <<
106 <parserModifier(grammar=grammar, actions=actions)> partial class <grammar.recognizerName> : <@superClassName><superClass><@end
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 44 outputFile( LEXER,PARSER,TREE_PARSER, actionScope, actions,
73 <actions.(actionScope).header>
84 <if(actions.(actionScope).namespace)>
85 namespace <actions.(actionScope).namespace>
90 <if(actions.(actionScope).namespace)>
92 } // namespace <actions.(actionScope).namespace>
97 <actions.(actionScope).inputStreamType; null="ICharStream">
101 superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Lexer<endif>},
105 <parserModifier(grammar=grammar, actions=actions)> partial class <grammar.recognizerName> : <@superClassName><superClass><@end
    [all...]

Completed in 2422 milliseconds

<<21222324252627282930>>