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

1 2 3 4 56 7 8 91011>>

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
CaptureLayersAction.java 17 package com.android.hierarchyviewer.ui.action;
CaptureNodeAction.java 17 package com.android.hierarchyviewer.ui.action;
InvalidateAction.java 17 package com.android.hierarchyviewer.ui.action;
RefreshWindowsAction.java 17 package com.android.hierarchyviewer.ui.action;
RequestLayoutAction.java 17 package com.android.hierarchyviewer.ui.action;
StartServerAction.java 17 package com.android.hierarchyviewer.ui.action;
StopServerAction.java 17 package com.android.hierarchyviewer.ui.action;
  /system/vold/
Process.h 22 static void killProcessesWithOpenFiles(const char *path, int action);
  /external/chromium/third_party/icu/source/test/intltest/
restest.cpp 312 UnicodeString action; local
328 action = "Constructor for ";
329 action += param[i].name;
334 CONFIRM_UErrorCode(status, param[i].expected_constructor_status, action);
380 action = param[i].name;
381 action += ".getString(";
382 action += tag;
383 action += ")";
394 CONFIRM_UErrorCode(status, expected_resource_status, action);
401 CONFIRM_EQ(string, expected_string, action);
    [all...]
  /external/icu4c/test/intltest/
restest.cpp 317 UnicodeString action; local
333 action = "Constructor for ";
334 action += param[i].name;
339 CONFIRM_UErrorCode(status, param[i].expected_constructor_status, action);
385 action = param[i].name;
386 action += ".getString(";
387 action += tag;
388 action += ")";
399 CONFIRM_UErrorCode(status, expected_resource_status, action);
406 CONFIRM_EQ(string, expected_string, action);
    [all...]
  /external/bison/src/
reader.c 220 | action) that was assigned to, as in "exp: { $$ = 1; } { $$ = $1; }". |
232 | should be no type clash on the default action. |
240 If there is an action, then there is nothing we can do: the user
243 Don't worry about the default action if $$ is untyped, since $$'s
245 if (!r->action && r->sym->type_name)
256 _("type clash on default action: <%s> != <%s>"),
262 _("empty rule for typed nonterminal, and no action"));
272 /* The default action, $$ = $1, `uses' both. */
273 || (!r->action && (n == 0 || n == 1))))
299 | The previous action turns out the be a mid-rule action. Attach it
    [all...]
  /cts/tests/src/android/widget/cts/
ViewGroupStubActivity.java 47 String action = getIntent().getAction(); local
48 if (action.equals(ACTION_INVALIDATE_CHILD)) {
  /cts/tests/tests/permission/src/android/permission/cts/
NoBroadcastPackageRemovedPermissionTest.java 98 private Intent createIntent(String action) {
100 intent.setAction(action);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java 44 * media item, or action.
63 final String action = intent.getAction(); local
67 if (Intent.ACTION_CREATE_SHORTCUT.equals(action)) {
116 * triggers the desired action within your Activity.
121 // data Uri in order to display a more specific result, or a custom action in order to
  /development/samples/NotePad/src/com/example/android/notepad/
NotesLiveFolder.java 40 final String action = intent.getAction(); local
42 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
  /external/quake/src/com/android/quake/
QuakeLib.java 151 * @param action the kind of action being performed -- one of either
161 public native boolean motionEvent(long eventTime, int action,
167 * @param action the kind of action being performed -- one of either
174 public native boolean trackballEvent(long eventTime, int action,
  /external/stlport/stlport/stl/config/
_apple.h 112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception handling bug workaround
  /external/webkit/WebCore/editing/
ReplaceSelectionCommand.h 40 EditAction action = EditActionPaste)
42 return adoptRef(new ReplaceSelectionCommand(document, fragment, selectReplacement, smartReplace, matchStyle, preventNesting, movingParagraph, action));
  /external/webkit/WebCore/html/
HTMLFormElement.idl 32 attribute [ConvertNullToNullString] DOMString action;
  /external/webkit/WebKit/chromium/src/
WebFormElement.cpp 70 WebString WebFormElement::action() const function in class:WebKit::WebFormElement
72 return constUnwrap<HTMLFormElement>()->action();
WebSearchableFormData.cpp 71 String action(form->action());
72 return form->document()->frame()->loader()->completeURL(action.isNull() ? "" : action).protocol() == "http";
228 // Only consider forms that GET data and the action targets an http page.
249 String action(formElement->action());
250 KURL url(frame->loader()->completeURL(action.isNull() ? "" : action));
  /external/webkit/WebKit/mac/WebView/
WebEditingDelegate.h 44 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action;
45 - (BOOL)webView:(WebView *)webView shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action;
  /ndk/sources/android/stlport/stlport/stl/config/
_apple.h 112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception handling bug workaround
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLiveFolder.java 55 final String action = intent.getAction(); local
57 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstallerMain.java 49 String action = (intent == null) ? null : intent.getAction(); local
51 if (Credentials.INSTALL_ACTION.equals(action)) {

Completed in 243 milliseconds

1 2 3 4 56 7 8 91011>>