/cts/tests/tests/drm/src/android/drm/cts/ |
DRMTest.java | 109 DrmStore.Action.DEFAULT); 135 DrmStore.Action.PLAY);
|
/external/chromium_org/third_party/skia/include/views/ |
SkWidget.h | 320 enum Action { 327 action occurs. If event is null, then no event will be posted for 328 the specified action. 330 void setActionEvent(Action, SkEvent* event);
|
/external/chromium_org/ui/events/gestures/ |
motion_event_aura.cc | 19 Action cached_action, 80 MotionEvent::Action MotionEventAura::GetAction() const {
|
/external/clang/lib/Driver/ |
Compilation.cpp | 11 #include "clang/Driver/Action.h" 172 static bool ActionFailed(const Action *A, 183 for (Action::const_iterator AI = A->begin(), AE = A->end(); AI != AE; ++AI)
|
/external/skia/include/views/ |
SkWidget.h | 320 enum Action { 327 action occurs. If event is null, then no event will be posted for 328 the specified action. 330 void setActionEvent(Action, SkEvent* event);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayer.h | 95 struct Action; 143 List<sp<Action> > mDeferredActions;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothAccessoryActivity.java | 25 import com.android.tv.settings.dialog.old.Action; 142 public void onActionClicked(Action action) { 150 ActionType.class, ActionBehavior.class, action.getKey());
|
AddAccessoryActivity.java | 20 import com.android.tv.settings.dialog.old.Action; 62 "com.google.android.intent.action.CONNECT_INPUT"; 94 private ArrayList<Action> mActions; 218 mActions = new ArrayList<Action>(); 265 // set the Action and Content fragments to their start offsets 354 public void onActionClicked(Action action) { 357 String key = action.getKey(); 360 btDeviceClicked(action.getDescription()); 429 mActions.add(new Action.Builder( [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/ |
DreamInfoAction.java | 20 import com.android.tv.settings.dialog.old.Action; 45 public class DreamInfoAction extends Action {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
CopyCutAction.java | 26 import org.eclipse.jface.action.Action; 50 public class CopyCutAction extends Action { 58 * Creates a new Copy or Cut action. 69 * Creates a new Copy or Cut action. 100 * Performs the cut or copy action.
|
UiTreeBlock.java | 32 import org.eclipse.jface.action.Action; 33 import org.eclipse.jface.action.IMenuListener; 34 import org.eclipse.jface.action.IMenuManager; 35 import org.eclipse.jface.action.MenuManager; 36 import org.eclipse.jface.action.Separator; 37 import org.eclipse.jface.action.ToolBarManager; 555 manager.add(new Action("Add...", factory.getImageDescriptor("add")) { //$NON-NLS-1$ 566 manager.add(new Action("Remove", factory.getImageDescriptor("delete")) { //$NON-NLS-1$ 576 manager.add(new Action("Up", factory.getImageDescriptor("up")) { //$NON-NLS-1 900 DescriptorFilterAction action = ((DescriptorFilter) filter).getAction(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
RunLintAction.java | 32 import org.eclipse.jface.action.Action; 33 import org.eclipse.jface.action.ActionContributionItem; 34 import org.eclipse.jface.action.IAction; 35 import org.eclipse.jface.action.IMenuCreator; 36 import org.eclipse.jface.action.Separator; 55 * Action which runs Lint on the currently projects (and also provides a 66 public void selectionChanged(IAction action, ISelection selection) { 71 public void run(IAction action) { 92 public void setActivePart(IAction action, IWorkbenchPart targetPart) [all...] |
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 1 //===--- CodeGenAction.cpp - LLVM Code Generation Frontend Action ---------===// 43 BackendAction Action; 57 BackendConsumer(BackendAction action, DiagnosticsEngine &_Diags, 63 : Diags(_Diags), Action(action), CodeGenOpts(compopts), 176 TheModule.get(), Action, AsmOutStream); 574 BackendAction Action) { 575 switch (Action) { 590 llvm_unreachable("Invalid action!");
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeWizard.cs | 81 System.Action<object> _action; 83 public ActionVisitor(System.Action<object> action) { 84 _action = action; 303 * of the visitor action method is never set (it's null) since using 311 public void Visit(object t, int ttype, System.Action<object> action) { 312 Visit(t, ttype, new ActionVisitor(action)); 353 * For all subtrees that match the pattern, execute the visit action.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeWizard.cs | 87 System.Action<object> _action; 89 public ActionVisitor( System.Action<object> action ) 91 _action = action; 347 * of the visitor action method is never set (it's null) since using 356 public void Visit( object t, int ttype, System.Action<object> action ) 358 Visit( t, ttype, new ActionVisitor( action ) ); 407 * For all subtrees that match the pattern, execute the visit action.
|
/external/chromium_org/cc/scheduler/ |
scheduler_state_machine.cc | 121 const char* SchedulerStateMachine::ActionToString(Action action) { 122 switch (action) { 514 SchedulerStateMachine::Action SchedulerStateMachine::NextAction() const { 540 void SchedulerStateMachine::UpdateState(Action action) { 541 switch (action) { [all...] |
/external/chromium_org/remoting/protocol/ |
jingle_session_unittest.cc | 61 ACTION(QuitThread) { 142 FakeAuthenticator::Action auth_action) { 180 FakeAuthenticator::Action auth_action) { 198 FakeAuthenticator::Action auth_action,
|
/developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/elizachat/ |
ResponderService.java | 76 String action = intent.getAction(); local 77 if (action.equals(ACTION_RESPONSE)) { 84 } else if (action.equals(MainActivity.ACTION_GET_CONVERSATION)) { 106 .addAction(new NotificationCompat.Action.Builder(
|
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/notifications/ |
NotificationPresets.java | 321 NotificationCompat.Action action = new NotificationCompat.Action.Builder( local 324 NotificationCompat.Action action2 = new NotificationCompat.Action.Builder( 329 .addAction(action)
|
/development/samples/wearable/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/ |
ResponderService.java | 76 String action = intent.getAction(); local 77 if (action.equals(ACTION_RESPONSE)) { 84 } else if (action.equals(MainActivity.ACTION_GET_CONVERSATION)) { 106 .addAction(new NotificationCompat.Action.Builder(
|
/development/samples/wearable/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
NotificationPresets.java | 321 NotificationCompat.Action action = new NotificationCompat.Action.Builder( local 324 NotificationCompat.Action action2 = new NotificationCompat.Action.Builder( 329 .addAction(action)
|
/external/chromium_org/chrome/browser/android/omnibox/ |
omnibox_prerender.cc | 92 AutocompleteActionPredictor::Action recommended_action =
|
/external/chromium_org/sync/internal_api/public/ |
change_record_unittest.cc | 27 void ExpectChangeRecordActionValue(ChangeRecord::Action expected_value, 51 ExpectChangeRecordActionValue(record.action, value, "action"); 53 if (record.action == ChangeRecord::ACTION_DELETE) { 87 record.action = ChangeRecord::ACTION_ADD; 98 record.action = ChangeRecord::ACTION_UPDATE; 109 record.action = ChangeRecord::ACTION_DELETE; 119 record.action = ChangeRecord::ACTION_DELETE;
|
/external/chromium_org/tools/gn/ |
function_get_target_outputs_unittest.cc | 85 TEST_F(GetTargetOutputsTest, Action) { 86 Target* action = new Target(setup_.settings(), GetLabel("//foo/", "bar")); local 87 action->set_output_type(Target::ACTION); 88 action->action_values().outputs().push_back(SourceFile("//output1.txt")); 89 action->action_values().outputs().push_back(SourceFile("//output2.txt")); 91 items_.push_back(new scoped_ptr<Item>(action)); 100 Target* action = new Target(setup_.settings(), GetLabel("//foo/", "bar")); local 101 action->set_output_type(Target::ACTION_FOREACH); 102 action->sources().push_back(SourceFile("//file.txt")) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
BuildsView.java | 23 import org.eclipse.jface.action.Action; 24 import org.eclipse.jface.action.IMenuManager; 25 import org.eclipse.jface.action.Separator; 63 * Action to generate results. 65 final class GenerateAction extends Action { 185 * Action to update local data files with the performance results of a build. 190 class UpdateBuildAction extends Action { 241 * Action to update local data files with the performance results of all builds. 285 Action generate [all...] |