/packages/apps/Browser/src/com/android/browser/ |
BookmarkSearch.java | 35 String action = intent.getAction(); local 36 if (Intent.ACTION_VIEW.equals(action)) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
NewProjectAction.java | 21 import org.eclipse.jface.action.IAction; 25 * Delegate for the toolbar action "Android Project". 33 protected IWorkbenchWizard instanciateWizard(IAction action) {
|
NewTestProjectAction.java | 21 import org.eclipse.jface.action.IAction; 25 * Delegate for the toolbar action "Android Test Project". 31 protected IWorkbenchWizard instanciateWizard(IAction action) {
|
NewXmlFileAction.java | 21 import org.eclipse.jface.action.IAction; 25 * Delegate for the toolbar action "Android Project" or for the 33 protected IWorkbenchWizard instanciateWizard(IAction action) {
|
/external/clang/utils/analyzer/ |
ubiviz | 29 action = data[0] 30 if action == 'vertex': 35 elif action == 'edge': 41 elif action == "vertex_style": 47 elif action == "vertex_style_attribute": 51 elif action == "change_vertex_style":
|
/external/webkit/Source/WebCore/platform/gtk/ |
ClipboardUtilitiesGtk.cpp | 63 unsigned int action = DragOperationNone; local 65 action |= DragOperationCopy; 67 action |= DragOperationMove; 69 action |= DragOperationLink; 71 action |= DragOperationPrivate; 72 return static_cast<DragOperation>(action);
|
/external/dnsmasq/contrib/port-forward/ |
dnsmasq-portforward | 22 action=${1:-0} 30 # If a lease gets stripped of a name, we see that as an "old" action 32 if [ ${DNSMASQ_OLD_HOSTNAME} ] && [ ${action} = old ] ; then 33 action=del 37 # action init is not relevant, and will only be seen when leasefile-ro is set. 38 if [ ${action} = init ] ; then 56 if [ ${action} != del ] ; then
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastReceiver.java | 42 String action = intent.getAction(); local 44 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { 46 } else if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(action)) { 51 } else if (Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION.equals(action) || 52 Telephony.Sms.Intents.SMS_CB_RECEIVED_ACTION.equals(action)) { 61 Log.e(TAG, "ignoring unprivileged action received " + action); 64 Log.w(TAG, "onReceive() unexpected action " + action);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SubmenuAction.java | 4 import org.eclipse.jface.action.Action; 5 import org.eclipse.jface.action.ActionContributionItem; 6 import org.eclipse.jface.action.IAction; 7 import org.eclipse.jface.action.IMenuCreator; 15 * Action which creates a submenu that is dynamically populated by subclasses 17 abstract class SubmenuAction extends Action implements MenuListener, IMenuCreator { 61 IAction action = new Action(message, IAction.AS_PUSH_BUTTON) { local 66 action.setEnabled(false) [all...] |
ShowWithinMenu.java | 10 import org.eclipse.jface.action.Action; 11 import org.eclipse.jface.action.ActionContributionItem; 12 import org.eclipse.jface.action.IAction; 13 import org.eclipse.jface.action.Separator; 19 * Action which creates a submenu for the "Show Included In" action 41 IAction action = new ShowWithinAction(title, reference); local 42 new ActionContributionItem(action).fill(menu, -1); 46 IAction action = new ShowWithinAction("Nothing", null) local [all...] |
/frameworks/base/core/java/android/appwidget/ |
AppWidgetProvider.java | 55 String action = intent.getAction(); local 56 if (AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals(action)) { 65 else if (AppWidgetManager.ACTION_APPWIDGET_DELETED.equals(action)) { 72 else if (AppWidgetManager.ACTION_APPWIDGET_ENABLED.equals(action)) { 75 else if (AppWidgetManager.ACTION_APPWIDGET_DISABLED.equals(action)) {
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaScannerReceiver.java | 37 String action = intent.getAction(); local 39 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { 48 Log.d(TAG, "action: " + action + " path: " + path); 49 if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) { 52 } else if (action.equals(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE) &&
|
/external/webkit/Source/WebCore/platform/mac/ |
ContextMenuItemMac.mm | 52 NSMenuItem* item = [[NSMenuItem alloc] initWithTitle:@"" action:nil keyEquivalent:@""]; 61 static PlatformMenuItemDescription createPlatformMenuItemDescription(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked) 66 NSMenuItem* item = [[NSMenuItem alloc] initWithTitle:title action:nil keyEquivalent:@""]; 69 [item setTag:action]; 74 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu) 76 m_platformDescription.adoptNS(createPlatformMenuItemDescription(type, action, title, true, false)); 82 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked) 84 m_platformDescription.adoptNS(createPlatformMenuItemDescription(type, action, title, enabled, checked)); 87 ContextMenuItem::ContextMenuItem(ContextMenuAction action, const String& title, bool enabled, bool checked, Vector<ContextMenuItem>& subMenuItems) 89 m_platformDescription.adoptNS(createPlatformMenuItemDescription(SubmenuType, action, title, enabled, checked)) [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
ContextMenuChromium.cpp | 66 ContextMenuItem* ContextMenu::itemWithAction(unsigned action) 69 if (m_items[i].action() == static_cast<ContextMenuAction>(action))
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
PrivilegedActionTest.java | 34 MyPrivilegedAction action = new MyPrivilegedAction(); local 35 String result = AccessController.doPrivileged(action); 37 assertTrue("run method was not called", action.called);
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmInitReceiver.java | 32 final String action = intent.getAction(); local 33 if (Log.LOGV) Log.v("AlarmInitReceiver" + action); 41 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CorporaUpdateReceiver.java | 35 String action = intent.getAction(); local 36 if (SearchManager.INTENT_ACTION_SEARCHABLES_CHANGED.equals(action) 37 || SearchManager.INTENT_ACTION_SEARCH_SETTINGS_CHANGED.equals(action)) {
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarProviderIntentService.java | 36 final String action = intent.getAction(); local 37 if (!CalendarAlarmManager.ACTION_CHECK_NEXT_ALARM.equals(action)) { 39 Log.d(TAG, "Invalid Intent action: " + action);
|
/external/clang/test/Analysis/ |
cfref_rdar6080742.c | 42 #define RequireAction(condition, action)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); action } 43 #define RequireActionSilent(condition, action)if (!(condition)) { action } 45 #define RequireNoErr(err, action){ if( DebugDisplayOSStatusMsg((err), #err, __FILE__, __LINE__) ) { action }}
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
WebKitAccessibleHyperlink.cpp | 87 static AccessibilityObject* core(AtkAction* action) 89 return core(WEBKIT_ACCESSIBLE_HYPERLINK(action)); 93 static gboolean webkitAccessibleHyperlinkActionDoAction(AtkAction* action, gint index) 95 g_return_val_if_fail(WEBKIT_IS_ACCESSIBLE_HYPERLINK(action), FALSE); 96 g_return_val_if_fail(WEBKIT_ACCESSIBLE_HYPERLINK(action)->priv->hyperlinkImpl, FALSE); 99 if (!ATK_IS_ACTION(WEBKIT_ACCESSIBLE_HYPERLINK(action)->priv->hyperlinkImpl)) 102 AccessibilityObject* coreObject = core(action); 109 static gint webkitAccessibleHyperlinkActionGetNActions(AtkAction* action) 111 g_return_val_if_fail(WEBKIT_IS_ACCESSIBLE_HYPERLINK(action), 0); 112 g_return_val_if_fail(WEBKIT_ACCESSIBLE_HYPERLINK(action)->priv->hyperlinkImpl, 0) [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/ |
ControlPanelReceiver.java | 42 final String action = intent.getAction(); local 47 Log.v(TAG, "Action: " + action); 64 if (action.equals(AudioEffect.ACTION_OPEN_AUDIO_EFFECT_CONTROL_SESSION)) { 76 if (action.equals(AudioEffect.ACTION_CLOSE_AUDIO_EFFECT_CONTROL_SESSION)) { 82 if (action.equals("AudioEffect.ACTION_SET_PARAM")) { 93 if (action.equals("AudioEffect.ACTION_GET_PARAM")) {
|
/sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/util/ |
ActionButton.java | 21 import org.eclipse.jface.action.Action; 33 private Action mAction; 35 public ActionButton(Composite parent, ImageAction action) { 36 this.mAction = (Action) action; 37 if (this.mAction.getStyle() == Action.AS_CHECK_BOX) { 42 mButton.setText(action.getText()); 43 mButton.setImage(action.getImage()); 46 mButton.setToolTipText(action.getToolTipText()) [all...] |
/system/netd/ |
NetlinkHandler.cpp | 56 int action = evt->getAction(); local 59 if (action == evt->NlActionAdd) { 61 } else if (action == evt->NlActionRemove) { 63 } else if (action == evt->NlActionChange) { 66 } else if (action == evt->NlActionLinkUp) { 68 } else if (action == evt->NlActionLinkDown) {
|
/cts/tests/src/android/app/cts/ |
MockAlarmReceiver.java | 37 final String action = intent.getAction(); local 38 if (action.equals(MOCKACTION)) {
|
/cts/tests/tests/app/src/android/app/cts/ |
SearchManagerTest.java | 23 private void setupActivity(String action) { 25 intent.setAction(action);
|