HomeSort by relevance Sort by last modified time
    Searched defs:ACTION (Results 1 - 25 of 51) sorted by null

1 2 3

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AllUsersActivity.java 28 public static final String ACTION =
ManagedProfileActivity.java 28 public static final String ACTION =
PrimaryUserActivity.java 29 public static final String ACTION =
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash_unittest.cc 47 ACTION(QuitMessageLoop) {
  /external/chromium_org/chrome/browser/sync/
profile_sync_test_util.h 31 ACTION(QuitUIMessageLoop) {
test_profile_sync_service.h 26 ACTION(ReturnNewDataTypeManager) {
profile_sync_service_unittest.cc 75 ACTION(ReturnNewDataTypeManager) {
146 ACTION(ReturnNewSyncBackendHostMock) {
150 ACTION(ReturnNewSyncBackendHostNoReturn) {
587 client_cmd.action = syncer::DISABLE_SYNC_AND_ROLLBACK;
598 client_cmd.action = syncer::ROLLBACK_DONE;
  /external/chromium_org/chrome/test/base/
test_chrome_web_ui_controller_factory_browsertest.cc 23 ACTION(ReturnNewWebUI) {
  /external/chromium_org/base/
gmock_unittest.cc 56 ACTION(ReturnVal) {
60 ACTION(ReturnSecond) {
108 // Test a mock of the ReturnSecond behavior using an action that provides an
124 // Alternate implemention of ReturnSecond using a more general custom action,
  /external/chromium_org/media/audio/mac/
audio_auhal_mac_unittest.cc 25 ACTION(ZeroBuffer) {
  /external/chromium_org/components/password_manager/core/browser/
password_store_default_unittest.cc 67 ACTION(STLDeleteElements0) {
83 "http://foo.example.com/action",
128 "http://bar.example.com/action",
password_store_unittest.cc 62 ACTION(STLDeleteElements0) {
82 "https://www.google.com/action",
93 "https://www.google.com/action",
104 "https://www.google.com/action",
115 "https://accounts.google.com/action",
126 "http://bar.example.com/action",
  /cts/tools/dasm/src/java_cup/
sym.java 30 static final int ACTION = 5;
  /external/chromium_org/remoting/protocol/
message_reader_unittest.cc 34 ACTION(CallDoneTask) {
  /external/ipsec-tools/src/libipsec/
policy_parse.h 47 ACTION = 263,
66 #define ACTION 263
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
AlarmOperation.java 44 private static final String ACTION = "AlarmOperationAction";
81 IntentFilter intentFilter = new IntentFilter(ACTION);
93 Intent intent = new Intent(ACTION);
  /external/chromium_org/chrome/browser/password_manager/
password_store_win_unittest.cc 173 ACTION(STLDeleteElements0) {
177 ACTION(QuitUIMessageLoop) {
220 "http://example.com/action",
230 // The returned form will not have 'action' or '*_element' fields set. This
267 "http://example.com/action",
315 "http://example.com/action",
329 "http://example.com/action",
372 "http://example.com/action",
password_store_x_unittest.cc 221 std::string action = base::StringPrintf("http://%zu.%s.com/action", local
227 action.c_str(),
278 ACTION(STLDeleteElements0) {
292 "http://bar.example.com/origin", "http://bar.example.com/action",
  /external/chromium_org/chrome/browser/ui/webui/signin/
inline_login_ui_browsertest.cc 67 ACTION(ReturnNewWebUI) {
  /external/chromium_org/jingle/glue/
thread_wrapper_unittest.cc 42 ACTION(DeleteMessageData) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Label.java 43 public static final int ACTION = -6;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 40 /** A basic action stripper. */
76 wiz.visit(t, ANTLRv3Parser.ACTION,
78 public void visit(Object t) { ACTION(tokens, (CommonTree)t); }
81 wiz.visit(t, ANTLRv3Parser.AT, // ^('@' id ACTION) rule actions
85 CommonTree action = null;
86 if ( a.getChildCount()==2 ) action = (CommonTree)a.getChild(1);
87 else if ( a.getChildCount()==3 ) action = (CommonTree)a.getChild(2);
88 if ( action.getType()==ANTLRv3Parser.ACTION ) {
91 killTrailingNewline(tokens, action.getTokenStopIndex())
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 57 ACTION(QuitCurrentMessageLoop) {
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_unittest.cc 96 SyncAction action,
122 ACTION(InvokeCompletionClosure) {
  /external/chromium_org/media/audio/alsa/
alsa_output_unittest.cc 206 // Custom action to clear a memory buffer.
207 ACTION(ClearBuffer) {
    [all...]

Completed in 555 milliseconds

1 2 3