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

<<31323334353637383940>>

  /frameworks/volley/src/com/android/volley/
Cache.java 41 * Performs any potentially long-running actions needed to initialize the cache;
  /packages/apps/Calendar/src/com/android/calendar/alerts/
InitAlarmsService.java 39 // conditions with the provider's boot up actions.
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
Timers.java 26 // Private actions processed by the receiver
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogNotificationsService.java 27 * It handles the following actions:
  /packages/apps/Launcher2/src/com/android/launcher2/
AddAdapter.java 70 // Create default actions
  /packages/apps/Launcher3/src/com/android/launcher3/
AddAdapter.java 68 // Create default actions
  /packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DownloadProviderPermissionsTest.java 31 * Verify that protected Download provider actions require specific permissions.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AvdManagerAction.java 17 package com.android.ide.eclipse.adt.internal.actions;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
ExportAction.java 17 package com.android.ide.eclipse.adt.internal.wizards.actions;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 54 import org.eclipse.ui.actions.ActionFactory;
239 // disable the other actions and record current index
285 // place the actions.
321 * Place the actions in the ui.
  /frameworks/base/core/java/android/app/
Notification.java 587 * attach actions.
659 * interface for invoking actions.
661 public Action[] actions; field in class:Notification
757 actions = parcel.createTypedArray(Action.CREATOR); // may be null
836 if (this.actions != null) {
837 that.actions = new Action[this.actions.length];
838 for(int i=0; i<this.actions.length; i++) {
839 that.actions[i] = this.actions[i].clone()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml 452 class="com.android.ide.eclipse.adt.internal.wizards.actions.NewXmlFileAction"
455 id="com.android.ide.eclipse.adt.wizards.actions.NewXmlFileAction"
461 class="com.android.ide.eclipse.adt.internal.wizards.actions.NewTestProjectAction"
464 id="com.android.ide.eclipse.adt.wizards.actions.NewTestProjectAction"
470 class="com.android.ide.eclipse.adt.internal.wizards.actions.ExportAction"
476 class="com.android.ide.eclipse.adt.internal.wizards.actions.ExportWizardAction"
482 class="com.android.ide.eclipse.adt.internal.actions.FixProjectAction"
488 class="com.android.ide.eclipse.adt.internal.actions.AddSupportJarAction"
491 id="com.android.ide.eclipse.adt.wizards.actions.AddCompatibilityJarAction"
503 class="com.android.ide.eclipse.adt.internal.actions.DexDumpAction
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 35 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,
44 <actions.(actionScope).header>
81 <actions.lexer.members>
152 and we set the synpredgate to allow actions at level 1. !>
250 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, ASTLabelType, superClass="ANTLR::Runtime::Parser", labelType="ANTLR::Runtime::Token", members={<actions.parser.members>}) ::= <<
257 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, labelType={<ASTLabelType>}, ASTLabelType="Object", superClass="ANTLR::Runtime::TreeParser", members={<actions.treeparser.members>}, filterMode) ::= <<
348 <ruleDescriptor.actions.init>
354 <(ruleDescriptor.actions.after):execAction()>
360 <if(actions.(actionScope).rulecatch)>
361 <actions.(actionScope).rulecatch
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 368 DrNicTest.Unit.Logger.prototype.appendActionButtons = function(actions) {
369 // actions = $H(actions);
370 // if (!actions.any()) return;
372 // actions.inject(div, function(container, action) {
842 var test = this.tests[this.currentTest], actions;
858 if (actions = test.actions) this.logger.appendActionButtons(actions);
878 this.actions = {}
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h.pump 3 $$ gmock-generated-actions.h.
40 // This file implements some commonly used variadic actions.
45 #include "gmock/gmock-actions.h"
237 // these actions only care about a subset of the arguments of the mock
284 // performs it. It serves as an adaptor between actions with
299 // Creates an action that does actions a1, a2, ..., sequentially in
329 // define custom actions easily. The syntax:
378 // multi-parameter actions.
394 // pk_type>. This can be useful when composing actions.
396 // You can also overload actions with different numbers of parameters
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 368 DrNicTest.Unit.Logger.prototype.appendActionButtons = function(actions) {
369 // actions = $H(actions);
370 // if (!actions.any()) return;
372 // actions.inject(div, function(container, action) {
842 var test = this.tests[this.currentTest], actions;
858 if (actions = test.actions) this.logger.appendActionButtons(actions);
878 this.actions = {}
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
services.jd 23 <li><a href="#using-actions">Using accessibility actions</a></li>
300 user actions). If your service requires all views, it can request them by setting the
312 In Android 4.1 (API Level 16) the range of actions has been expanded to include scrolling lists
314 also take global actions, such as navigating to the Home screen, pressing the Back button, opening
351 and can respond by taking actions for the user.</p>
354 <h3 id="using-actions">Using accessibility actions</h3>
357 simpler and more productive. The ability of accessibility services to perform actions was added
360 <p>In order to take actions on behalf of users, your accessibility service mus
    [all...]
  /frameworks/base/docs/html/tools/help/
adt.jd 254 context-sensitive actions in the layout actions bar, such as adjusting layout margins and
256 The layout actions bar displays available actions depending on the selected UI element in the
292 <a href="http://www.youtube.com/watch?v=Oq05KqjXTvs#t=11m43s">layout actions bar</a>
354 <li>Edit views with the layout actions bar: The context-sensitive layout actions bar allows you to
355 edit how a view is laid out in your UI. The available actions depend on the currently
356 selected view and its parent layout. Some common actions include
359 in a {@link android.widget.LinearLayout}, you see actions related to the {@lin
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 127 /** An adapter/wrapper to use the add/remove/up/down tree edit actions. */
491 * the necessary actions.
509 * Adds the menu actions to the context menu when the given UI node is selected in
548 // Append "add" and "remove" actions. They do the same thing as the add/remove
608 * An adapter/wrapper to use the add/remove/up/down tree edit actions.
774 // Pass. Not used, toolbar actions are defined by createSectionActions().
    [all...]
  /external/chromium/testing/gmock/test/
gmock-spec-builders_test.cc 589 // Tests that Google Mock warns on having too many actions in an
627 "Too many actions specified in EXPECT_CALL(b, DoB())...\n"
632 "Too many actions specified in EXPECT_CALL(b, DoB())...\n"
638 "Too many actions specified in EXPECT_CALL(b, DoB(1))...\n"
643 "Too many actions specified in EXPECT_CALL(b, DoB())...\n"
649 "Too many actions specified in EXPECT_CALL(b, DoB(2))...\n"
655 // Tests that Google Mock warns on having too few actions in an
669 "Too few actions specified in EXPECT_CALL(b, DoB())...\n"
869 HasSubstr("Actions ran out in EXPECT_CALL(b, DoB())...\n"
873 HasSubstr("Actions ran out in EXPECT_CALL(b, DoB())...\n
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.m 60 /* ObjC Start of actions.lexer.methods */
61 /* ObjC end of actions.lexer.methods */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.m 60 /* ObjC Start of actions.lexer.methods */
61 /* ObjC end of actions.lexer.methods */
  /external/antlr/antlr-3.4/runtime/Ruby/
README.txt 46 * parsing lexical output and responding with arbitrary actions
48 * parsing AST structure and responding with arbitrary actions
  /external/bison/data/xslt/
bison.xsl 58 <xsl:variable name="transitions" select="actions/transitions"/>
59 <xsl:variable name="reductions" select="actions/reductions"/>
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager.h 26 // Class that can perform actions on behalf of the BrowserAccessibilityManager.
152 // The object that can perform actions on our behalf.

Completed in 1933 milliseconds

<<31323334353637383940>>