HomeSort by relevance Sort by last modified time
    Searched refs:action (Results 51 - 75 of 919) sorted by null

1 23 4 5 6 7 8 91011>>

  /sdk/traceview/src/com/android/traceview/
Selection.java 21 private Action mAction;
25 public Selection(Action action, String name, Object value) {
26 mAction = action;
32 return new Selection(Action.Highlight, name, value);
36 return new Selection(Action.Include, name, value);
40 return new Selection(Action.Exclude, name, value);
59 public void setAction(Action action) {
60 mAction = action;
    [all...]
  /system/netd/
NetlinkHandler.cpp 53 int action = evt->getAction(); local
54 if (action == evt->NlActionAdd) {
57 } else if (action == evt->NlActionRemove) {
60 } else if (action == evt->NlActionChange) {
  /external/webkit/WebCore/page/
DOMTimer.cpp 46 DOMTimer::DOMTimer(ScriptExecutionContext* context, ScheduledAction* action, int timeout, bool singleShot)
48 , m_action(action)
85 int DOMTimer::install(ScriptExecutionContext* context, ScheduledAction* action, int timeout, bool singleShot)
90 DOMTimer* timer = new DOMTimer(context, action, timeout, singleShot);
143 // Delete timer before executing the action for one-shot timers.
144 ScheduledAction* action = m_action.release(); local
149 action->execute(context);
154 delete action;
  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java 59 * This is the primary action that a device administrator must implement to be
69 = "android.app.action.DEVICE_ADMIN_ENABLED";
72 * Action sent to a device administrator when the user has requested to
82 = "android.app.action.DEVICE_ADMIN_DISABLE_REQUESTED";
93 * Action sent to a device administrator when the user has disabled
97 * that this action will be
103 = "android.app.action.DEVICE_ADMIN_DISABLED";
106 * Action sent to a device administrator when the user has changed the
119 = "android.app.action.ACTION_PASSWORD_CHANGED";
122 * Action sent to a device administrator when the user has failed a
262 String action = intent.getAction(); local
    [all...]
  /development/tools/axl/
chewie.py 92 thread, action = x[1], x[2]
93 if action == "Q":
96 elif action == "O":
101 elif action == "S":
107 elif action == "T":
111 elif action == "R":
117 elif action == 'U':
124 elif action == "D":
132 elif action == "B":
134 elif action == "HR"
    [all...]
  /external/webkit/WebCore/platform/
ContextMenuItem.h 165 action(ContextMenuItemTagNoAction),
171 ContextMenuAction action; member in struct:WebCore::PlatformMenuItemDescription
181 , action(ContextMenuItemTagNoAction)
188 ContextMenuAction action; member in struct:WebCore::PlatformMenuItemDescription
200 action(ContextMenuItemTagNoAction),
206 ContextMenuAction action; member in struct:WebCore::PlatformMenuItemDescription
218 , action(ContextMenuItemTagNoAction)
222 ContextMenuAction action; member in struct:WebCore::PlatformMenuItemDescription
235 ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu = 0);
246 ContextMenuAction action() const
    [all...]
  /external/blktrace/btt/
trace.c 37 switch (iop->t.action & 0xffff) {
76 if (iop->t.action & BLK_TC_ACT(BLK_TC_NOTIFY)) {
77 if (iop->t.action == BLK_TN_PROCESS) {
87 } else if (iop->t.action == BLK_TN_MESSAGE)
90 } else if (iop->t.action & BLK_TC_ACT(BLK_TC_PC)) {
  /external/bluetooth/bluez/cups/
spp.c 88 memset(&action, 0, sizeof(action));
89 sigemptyset(&action.sa_mask);
90 action.sa_handler = SIG_IGN;
91 sigaction(SIGTERM, &action, NULL);
  /external/chromium/net/base/
listen_socket_unittest.h 49 explicit ListenSocketTestAction(ActionType action) : action_(action) {}
50 ListenSocketTestAction(ActionType action, std::string data)
51 : action_(action),
87 void ReportAction(const ListenSocketTestAction& action);
  /external/chromium/third_party/icu/source/test/intltest/
restsnew.cpp 36 #define CONFIRM_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected)); }
37 #define CONFIRM_GE(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected)); }
38 #define CONFIRM_NE(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected)); }
40 #define CONFIRM_UErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (UnicodeString)u_errorName(actual) + (UnicodeString)" instead of " + (UnicodeString)u_errorName(expected)); }
325 UnicodeString action; local
329 action = "te_IN";
330 action +=".get(";
331 action += data[i];
332 action +=", err)";
336 action = "te_IN"
536 UnicodeString action; local
629 UnicodeString action; local
1004 char action[256]; local
    [all...]
  /external/icu4c/test/intltest/
restsnew.cpp 36 #define CONFIRM_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected)); }
37 #define CONFIRM_GE(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected)); }
38 #define CONFIRM_NE(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected)); }
40 #define CONFIRM_UErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (UnicodeString)u_errorName(actual) + (UnicodeString)" instead of " + (UnicodeString)u_errorName(expected)); }
330 UnicodeString action; local
334 action = "te_IN";
335 action +=".get(";
336 action += data[i];
337 action +=", err)";
341 action = "te_IN"
541 UnicodeString action; local
634 UnicodeString action; local
1009 char action[256]; local
    [all...]
  /external/chromium/net/tools/flip_server/
loadtime_measurement.h 39 // remove "/testing/" from uri to get the action
40 std::string action = uri.substr(9); local
41 if (pageload_html_file_.find(action) != std::string::npos) {
45 if (action.find("get_total_iteration") == 0) {
51 if (action.find("geturl") == 0) {
52 size_t b = action.find_first_of('=');
54 int num = atoi(action.substr(b + 1).c_str());
61 if (action.find("test_complete") == 0) {
70 if (action.find("record_page_load") == 0) {
72 split_string(action, '?', &query)
    [all...]
  /external/webkit/WebCore/platform/mac/
ContextMenuItemMac.mm 52 NSMenuItem* item = [[NSMenuItem alloc] initWithTitle:@"" action:nil keyEquivalent:@""];
61 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
68 NSMenuItem* item = [[NSMenuItem alloc] initWithTitle:title action:nil keyEquivalent:@""];
72 [m_platformDescription.get() setTag:action];
97 ContextMenuAction ContextMenuItem::action() const
118 void ContextMenuItem::setAction(ContextMenuAction action)
120 [m_platformDescription.get() setTag:action];
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java 49 String action = intent.getAction();
52 if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
56 } else if (action.equals(BluetoothAdapter.ACTION_DISCOVERY_STARTED)) {
60 } else if (action.equals(BluetoothAdapter.ACTION_DISCOVERY_FINISHED)) {
64 } else if (action.equals(BluetoothDevice.ACTION_FOUND)) {
72 } else if (action.equals(BluetoothDevice.ACTION_DISAPPEARED)) {
75 } else if (action.equals(BluetoothDevice.ACTION_NAME_CHANGED)) {
78 } else if (action.equals(BluetoothDevice.ACTION_BOND_STATE_CHANGED)) {
100 } else if (action.equals(BluetoothHeadset.ACTION_STATE_CHANGED)) {
111 } else if (action.equals(BluetoothA2dp.ACTION_SINK_STATE_CHANGED))
    [all...]
  /external/quake/quake/src/WinQuake/
masterMain.cpp 28 int AndroidMotionEvent(unsigned long long eventTime, int action,
30 int AndroidTrackballEvent(unsigned long long eventTime, int action,
47 qmotionevent(JNIEnv *env, jobject thiz, jlong eventTime, jint action,
50 action, x, y, pressure, size,
55 qtrackballevent(JNIEnv *env, jobject thiz, jlong eventTime, jint action,
58 action, x, y) ? JNI_TRUE : JNI_FALSE;
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
MenuHandler.m 50 SEL sel = [anItem action];
73 NSMenuItem *item = [[NSMenuItem alloc] initWithTitle:@"Open URL" action:@selector(_openURL:) keyEquivalent:@""];
78 item = [[NSMenuItem alloc] initWithTitle:@"Disabled Item" action:@selector(_disabledItem:) keyEquivalent:@""];
  /frameworks/base/core/java/com/android/internal/app/
ExternalMediaFormatActivity.java 42 String action = intent.getAction();
43 Log.d("ExternalMediaFormatActivity", "got action " + action);
45 if (action == Intent.ACTION_MEDIA_REMOVED ||
46 action == Intent.ACTION_MEDIA_CHECKING ||
47 action == Intent.ACTION_MEDIA_MOUNTED ||
48 action == Intent.ACTION_MEDIA_SHARED) {
  /packages/apps/Contacts/src/com/android/contacts/
ContactsLiveFolders.java 37 final String action = intent.getAction(); local
39 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
60 final String action = intent.getAction(); local
62 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
83 final String action = intent.getAction(); local
85 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
  /external/webkit/WebCore/platform/gtk/
ContextMenuItemGtk.cpp 31 static const char* gtkStockIDFromContextMenuAction(const ContextMenuAction& action)
33 switch (action) {
127 m_platformDescription.action = *static_cast<ContextMenuAction*>(g_object_get_data(G_OBJECT(item), WEBKIT_CONTEXT_MENU_ACTION));
139 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
142 m_platformDescription.action = action;
164 if (const gchar* stockID = gtkStockIDFromContextMenuAction(menu.action)) {
173 *menuAction = menu.action;
202 ContextMenuAction ContextMenuItem::action() const function in class:WebCore::ContextMenuItem
204 return m_platformDescription.action;
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 58 private static String shorten(String action) {
59 return action.replace("android", "a")
62 .replace("action", "a");
  /external/chromium/third_party/libevent/test/
regress.rpc 12 string action = 2;
  /external/libpng/contrib/visupng/
cexcept.h 219 #define exception__catch(action) \
228 if (!the_exception_context->caught || action) { } \
  /external/webkit/WebKitTools/BuildSlaveSupport/
test-result-archive 33 parser = optparse.OptionParser("usage: %prog [options] [action]")
35 parser.add_option("--debug", action="store_const", const="debug", dest="configuration")
36 parser.add_option("--release", action="store_const", const="release", dest="configuration")
38 options, (action, ) = parser.parse_args()
43 if action not in ('archive'):
44 parser.error("Action is required")
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
http_server_base.py 43 def wait_for_action(self, action):
44 """Repeat the action for 20 seconds or until it succeeds. Returns
48 if action():

Completed in 841 milliseconds

1 23 4 5 6 7 8 91011>>