OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:actions
(Results
551 - 575
of
3546
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.m
78
/* ObjC start
actions
.(actionScope).synthesize */
79
/* ObjC end
actions
.(actionScope).synthesize */
110
/* start of
actions
-actionScope-init */
123
/* ObjC start
actions
.(actionScope).methods */
124
/* ObjC end
actions
.(actionScope).methods */
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_database_unittest.cc
64
const char ActivityDatabaseTestPolicy::kTableName[] = "
actions
";
188
// Check that
actions
are recorded in the db.
215
// Record some
actions
233
// Record some
actions
255
// Record some
actions
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
browserAction.html
118
<p>Browser
actions
can optionally display a <em>badge</em> —
159
<li><b>Do</b> use browser
actions
for features
161
<li><b>Don't</b> use browser
actions
for features
163
Use <a href="pageAction.html">page
actions
</a> instead.
184
You can find simple examples of using browser
actions
in the
/frameworks/base/docs/html/design/patterns/
notifications.jd
16
<li>Notifications can include
actions
that enable the user to immediately act on a notification from the notification drawer.</li>
48
<h4>
Actions
</h4>
51
<p>Starting with Jelly Bean, Android supports optional
actions
that are displayed at the bottom of the notification. With
actions
, users can handle the most common tasks for a particular notification from within the notification shade without having to open the originating application. This speeds up interaction and, in conjunction with "swipe-to-dismiss", helps users to streamline their notification triaging experience.</p>
52
<p>Be judicious with how many
actions
you include with a notification. The more
actions
you include, the more cognitive complexity you create. Limit yourself to the fewest number of
actions
possible by only including the most imminently important and meaningful ones.</p>
53
<p>Good candidates for
actions
on notifications are
actions
that are:</p>
57
<li>not overlapping with neighboring
actions
</li
[
all
...]
/prebuilts/devtools/tools/lib/
monkeyrunner.jar
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
AST.stg
50
<if(
actions
.(actionScope).treeAdaptorInitializer)>
51
<
actions
.(actionScope).treeAdaptorInitializer>
53
new <
actions
.(actionScope).treeAdaptorType; null="CommonTreeAdaptor">()
78
<
actions
.(actionScope).treeAdaptorType; null="ITreeAdaptor">
122
<if(backtracking)>if (<
actions
.(actionScope).synpredgate>) <endif>stream_<token>.Add(<label>);<\n>
136
<if(backtracking)>if (<
actions
.(actionScope).synpredgate>) <endif>stream_<token>.Add(<label>);
148
<if(backtracking)>if (<
actions
.(actionScope).synpredgate>) <endif>stream_<rule.name>.Add(<label>.Tree);
160
<if(backtracking)>if (<
actions
.(actionScope).synpredgate>) <endif>stream_<rule>.Add(<label>.Tree);
190
if (<
actions
.(actionScope).synpredgate>) {
Dbg.stg
91
<
actions
.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input )
95
<
actions
.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, int port, RecognizerSharedState state )
107
<
actions
.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input )
111
<
actions
.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state )
126
<
actions
.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}> )
136
<
actions
.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg )
/external/chromium_org/chrome/renderer/resources/extensions/
event.js
430
// Validate conditions and
actions
against specific schemas of this
435
// rule. Likewise, |
actions
| is an array of JSON type identifiers that are
436
// allowed to occur in the
actions
attribute of each rule.
437
function validateRules(rules, conditions,
actions
) {
439
var actionsSchema = buildArrayOfChoicesSchema(
actions
);
442
validate([rule.
actions
], [actionsSchema]);
446
if (!this.eventOptions_.conditions || !this.eventOptions_.
actions
) {
448
'conditions or
actions
in the API specification.');
453
this.eventOptions_.
actions
);
/frameworks/base/docs/html/guide/topics/ui/
menus.jd
61
actions
and other options in your activities.</p>
66
user
actions
.</p>
69
a set of
actions
and options is still based on the {@link android.view.Menu} APIs. This
76
activity. It's where you should place
actions
that have a global impact on the app, such as
84
don't have one), so you should migrate toward using the action bar to provide access to
actions
and
92
user performs a long-click on an element. It provides
actions
that affect the selected content or
95
href="#CAB">contextual action mode</a> to enable
actions
on selected content. This mode displays
103
invoked the menu. It's good for providing an overflow of
actions
that relate to specific content or
104
to provide options for a second part of a command.
Actions
in a popup menu should
105
<strong>not</strong> directly affect the corresponding content—that's what contextual
actions
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.h
361
/* ObjC start of
actions
.(actionScope).memVars */
362
/* ObjC end of
actions
.(actionScope).memVars */
375
/* ObjC start of
actions
.(actionScope).properties */
376
/* ObjC end of
actions
.(actionScope).properties */
386
/* ObjC start of
actions
.(actionScope).methodsDecl */
387
/* ObjC end of
actions
.(actionScope).methodsDecl */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg
90
<
actions
.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input )
94
<
actions
.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, int port, RecognizerSharedState state )
106
<
actions
.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input )
110
<
actions
.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state )
125
<
actions
.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}> )
135
<
actions
.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg )
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg
47
outputFile(LEXER,PARSER,TREE_PARSER, actionScope,
actions
,
66
<
actions
.(actionScope).header>
70
# for convenience in
actions
78
<if(
actions
.(actionScope).main)>
79
<
actions
.(actionScope).main>
100
<
actions
.(actionScope).footer>
139
<
actions
.lexer.init>
142
<
actions
.lexer.members>
187
# and we set the synpredgate to allow
actions
at level 1.
305
members={<
actions
.parser.members>}
[
all
...]
/external/chromium_org/chrome/test/mini_installer/
test_installer.py
24
"""Describes the machine states,
actions
, and test cases.
29
actions
: A dictionary where each key is an action name and the associated
35
self.
actions
= {}
80
RunCommand(self._config.
actions
[action], self._variable_expander)
219
for action_name, action_command in config_data['
actions
']:
220
config.
actions
[action_name] = action_command
/external/chromium_org/chrome_frame/test/
mock_ie_event_sink_actions.h
75
// IWebBrowser2
actions
140
// Accessibility-related
actions
253
// Various other
actions
328
// Verifying
actions
390
// Polling
actions
417
// Flaky
actions
/external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py
180
def WriteActions(makefile,
actions
, target_type):
181
for action in
actions
:
213
actions
= target_info.get('
actions
', [])
variable
239
'inputs': MakeList(
actions
[0]['inputs'])
257
WriteActions(makefile,
actions
, target_info['type'])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_repr.py
232
actions
= []
235
actions
.append(os.path.join(dirpath, name))
236
actions
.append(self.pkgname)
237
actions
.sort()
238
actions
.reverse()
239
for p in
actions
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_repr.py
232
actions
= []
235
actions
.append(os.path.join(dirpath, name))
236
actions
.append(self.pkgname)
237
actions
.sort()
238
actions
.reverse()
239
for p in
actions
:
/developers/build/templates/CardStream/_MODULE_/
README-CardStream.txt
51
All
actions
*must* be defined through the builder. They can be hidden or shown later again, but they must be defined
56
Actions
can be distinguished by their id to avoid the use of a large number of unnamed callback instances.
/developers/samples/android/sensors/BatchStepSensor/BatchStepSensorSample/
README-CardStream.txt
51
All
actions
*must* be defined through the builder. They can be hidden or shown later again, but they must be defined
56
Actions
can be distinguished by their id to avoid the use of a large number of unnamed callback instances.
/development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarMechanics.java
55
// Items that show as
actions
should favor the "if room" setting, which will
60
// Items that show as
actions
are strongly encouraged to use an icon.
ActionBarUsage.java
51
inflater.inflate(R.menu.
actions
, menu);
74
// See res/menu/
actions
.xml for more info.
/development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarMechanics.java
56
// Items that show as
actions
should favor the "if room" setting, which will
61
// Items that show as
actions
are strongly encouraged to use an icon.
ActionBarUsage.java
52
inflater.inflate(R.menu.
actions
, menu);
76
// See res/menu/
actions
.xml for more info.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeVisitor.cs
35
/** <summary>Do a depth first walk of a tree, applying pre() and post()
actions
as we go.</summary> */
52
* Execute both
actions
even if t has no children. Ignore return
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeVisitor.cs
37
/** <summary>Do a depth first walk of a tree, applying pre() and post()
actions
as we go.</summary> */
54
* Execute both
actions
even if t has no children. Ignore return
Completed in 861 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>