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

<<21222324252627282930>>

  /libcore/luni/src/test/java/libcore/java/security/
AccessControllerTest.java 31 * Android doesn't fully support access controller. This tests that actions are
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
DrawerClosedObserver.java 51 * On drawer closed, execute necessary actions. In the case of {@link FolderListFragment}, this
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogBuffer.java 24 * This class provides an unbounded queue. This is useful when the user is aware that their actions
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
OpenCreateAssetSetWizardAction.java 21 import org.eclipse.jdt.ui.actions.AbstractOpenWizardAction;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/
MANIFEST.MF 22 com.android.ddmuilib.actions,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/schema/
clientAction.exsd 9 Extension point that allows adding custom actions to the DDMS Device Panel to act on the currently selected client (Dalvik VM).
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
PixelPerfectTreeView.java 19 import com.android.hierarchyviewerlib.actions.RefreshPixelPerfectTreeAction;
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/
SdkManagerAction.java 17 package com.android.ide.eclipse.monitor.actions;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/actions/
AddNativeAction.java 17 package com.android.ide.eclipse.ndk.internal.actions;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion16.txt 10 protected-broadcast : Private tag to declare system protected broadcast actions.
  /bootable/recovery/
device.h 43 // // These actions happen when recovery is not waiting for input
77 // builtin actions, you can just return the corresponding enum
90 // menu.) Can perform whatever device-specific wiping actions are
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeFilter.java 60 executing any embedded actions and rewrite rules.''
111 TreeVisitorAction actions = new TreeVisitorAction() { local
115 v.visit(t, actions);
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.h 30 // user actions in the dialog.
36 // 4. Providing a message handler to handle user actions in the Web UI.
37 // 5. Responding to actions received in the message handler.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 18 // AutocompleteTextField intercepts UI actions for forwarding to
21 // user actions) and AutocompleteTextFieldCell (mostly for custom
84 // NSResponder translates certain keyboard actions into selectors
  /external/chromium_org/chrome/browser/first_run/
first_run.h 25 // This namespace contains the chrome first-run installation actions needed to
26 // fully test the custom installer. It also contains the opposite actions to
28 // do the actions unconditionally. Currently the only action is to create a
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 16 // AutocompleteTextField intercepts UI actions for forwarding to
19 // user actions) and AutocompleteTextFieldCell (mostly for custom
85 // NSResponder translates certain keyboard actions into selectors
  /external/chromium_org/chrome/browser/undo/
undo_manager.cc 95 // No changes were executed since we started grouping actions, so the
161 // User actions invalidate any available redo actions.
  /external/chromium_org/chrome/test/pyautolib/chromeos/
suid_actions.py 6 """Helper script to perform actions as a super-user on ChromeOS.
30 """Helper to perform some super-user actions on ChromeOS."""
49 ## Actions ##
  /external/chromium_org/content/public/renderer/
render_thread.h 84 // tools/metrics/actions/extract_actions.py --hash
91 // because otherwise our processing scripts won't pick up on new actions.
96 // actions in chrome/tools/extract_actions.py.
  /external/chromium_org/ppapi/
ppapi_nacl_test_common.gypi 96 'actions': [
128 'actions': [
165 'actions': [
ppapi_untrusted.gyp 150 'actions': [
191 'actions': [
219 'actions': [
  /external/chromium_org/remoting/webapp/
event_handlers.js 59 var actions = [
101 for (var i = 0; i < actions.length; ++i) {
102 var action = actions[i];
  /external/chromium_org/tools/telemetry/docs/
telemetry.page.actions.page_action.html 3 <html><head><title>Python: module telemetry.page.actions.page_action</title>
9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.page.html"><font color="#ffffff">page</font></a>.<a href="telemetry.page.actions.html"><font color="#ffffff">actions</font></a>.page_action</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/page/actions/page_action.py">telemetry/page/actions/page_action.py</a></font></td></tr></table>
26 <dt><font face="helvetica, arial"><a href="telemetry.page.actions.page_action.html#PageAction">PageAction</a>
32 <dt><font face="helvetica, arial"><a href="telemetry.page.actions.page_action.html#PageActionFailed">PageActionFailed</a>
33 </font></dt><dt><font face="helvetica, arial"><a href="telemetry.page.actions.page_action.html#PageActionNotSupported">PageActionNotSupported</a>
69 <dl><dt><a name="PageAction-RunsPreviousAction"><strong>RunsPreviousAction</strong></a>(self)</dt><dd><tt>Some&nbsp;actions&nbsp;require&nbsp;some&nbsp;initialization&nbsp;to&nbsp;be&nbsp;performed&nbsp;before&nbsp;the<br>
71 href&nbsp;before&nbsp;the&nbsp;previous&nbsp;action&nbsp;changes&nbsp;it.&nbsp;Therefore,&nbsp;we&nbsp;allow&nbsp;actions&nbsp;to<br
    [all...]
  /external/clang/docs/
DriverInternals.rst 165 or more top-level actions, each of which generally corresponds to a
168 The majority of Actions correspond to actual tasks, however there are
169 two special Actions. The first is InputAction, which simply serves to
170 adapt an input argument for use as an input to other Actions. The
172 to be used for all of its input Actions.
188 Here the driver is constructing seven distinct actions, four to
193 example there are two top level actions to compile the input files
216 a simple set of actions which need to be performed to produce
224 of Actions into a list of actual subprocess to run. Conceptually, the
228 to see if it can match additional actions (for example, by having a
    [all...]
  /external/clang/include/clang/Driver/
Action.h 31 /// The current driver is hard wired to expect actions which produce a
33 /// compilation. Actions can produce auxiliary files, but can only
34 /// produce a single output to feed into subsequent actions.

Completed in 411 milliseconds

<<21222324252627282930>>