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

1 2 3 4 5 6 7 8 91011>>

  /libcore/crypto/src/main/java/org/conscrypt/
DelegatedTask.java 26 private final Runnable action; field in class:DelegatedTask
28 public DelegatedTask(Runnable action, HandshakeProtocol handshaker) {
29 this.action = action;
36 action.run();
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy_unittest.cc 19 scoped_refptr<Action> action = local
20 new Action("punky",
22 Action::ACTION_API_CALL,
24 action->mutable_args()->AppendString("woof");
25 action->set_page_url(GURL("http://www.google.com/"));
26 action->set_page_incognito(true);
27 action->set_page_title("private");
28 action->set_arg_url(GURL("http://www.youtube.com/?privatekey"));
30 ASSERT_EQ("<incognito>http://www.google.com/", action->SerializePageUrl())
42 scoped_refptr<Action> action = new Action( local
67 scoped_refptr<Action> action = local
86 scoped_refptr<Action> action = local
    [all...]
  /external/chromium_org/content/browser/web_contents/
drag_utils_gtk.cc 17 GdkDragAction action = static_cast<GdkDragAction>(0); local
19 action = static_cast<GdkDragAction>(action | GDK_ACTION_COPY);
21 action = static_cast<GdkDragAction>(action | GDK_ACTION_LINK);
23 action = static_cast<GdkDragAction>(action | GDK_ACTION_MOVE);
24 return action;
27 WebDragOperationsMask GdkDragActionToWebDragOp(GdkDragAction action) {
29 if (action & GDK_ACTION_COPY
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_main.c 38 /* state machine action enumeration list */
41 /* type for action functions */
44 /* action function list */
95 UINT16 action = (p_msg->event & 0x00ff); local
96 /* execute action functions */
98 if(action < BTA_JV_NUM_ACTIONS)
100 (*bta_jv_action[action])((tBTA_JV_MSG*)p_msg);
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_action_unittest.cc 22 SpellcheckAction action; local
24 action.type = kFinalActions[i];
25 ASSERT_TRUE(action.IsFinal());
34 SpellcheckAction action; local
36 action.type = kPendingActions[i];
37 ASSERT_FALSE(action.IsFinal());
42 SpellcheckAction action; local
43 action.type = SpellcheckAction::TYPE_PENDING;
44 action.Finalize();
45 ASSERT_EQ(SpellcheckAction::TYPE_NO_ACTION, action.type)
55 SpellcheckAction action; member in struct:__anon5642
    [all...]
misspelling.h 9 // |action| instead of asking them how they feel about a spellcheck suggestion.
28 // misspelling.action.type = SpellcheckAction::TYPE_SELECT;
29 // misspelling.action.index = 0;
65 // User action.
66 SpellcheckAction action; member in class:Misspelling
68 // The time when the user applied the action.
  /external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
file_browser_handler_manifest_unittest.cc 77 const FileBrowserHandler* action = handlers->at(0).get(); local
79 EXPECT_EQ("ExtremelyCoolAction", action->id());
80 EXPECT_EQ("Be Amazed", action->title());
81 EXPECT_EQ("icon.png", action->icon_path());
82 const extensions::URLPatternSet& patterns = action->file_url_patterns();
84 EXPECT_TRUE(action->MatchesURL(
86 EXPECT_FALSE(action->HasCreateAccessPermission());
87 EXPECT_TRUE(action->CanRead());
88 EXPECT_TRUE(action->CanWrite());
113 const FileBrowserHandler* action = handlers->at(0).get() local
144 const FileBrowserHandler* action = handlers->at(0).get(); local
    [all...]
  /external/chromium_org/tools/gyp/test/ninja/normalize-paths-win/
gyptest-normalize-paths.py 34 action = open(test.built_file_path('obj/action.ninja')).read() variable
35 if '..\\..\\out\\Default' in action:
37 if '..\\..\\SomethingElse' in action or 'SomethingElse' not in action:
39 if '..\\..\\SomeOtherInput' in action or 'SomeOtherInput' not in action:
  /external/qemu/distrib/sdl-1.2.15/src/
SDL_fatal.c 64 struct sigaction action; local
67 sigaction(SDL_fatal_signals[i], NULL, &action);
68 if ( action.sa_handler == SIG_DFL ) {
69 action.sa_handler = SDL_Parachute;
70 sigaction(SDL_fatal_signals[i], &action, NULL);
75 sigaction(SIGALRM, NULL, &action);
76 if ( action.sa_handler == SIG_DFL ) {
77 action.sa_handler = SIG_IGN;
78 sigaction(SIGALRM, &action, NULL);
99 struct sigaction action; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_quit.c 49 struct sigaction action; local
50 sigaction(SIGINT, NULL, &action);
52 if ( action.sa_handler == SIG_DFL && action.sa_sigaction == (void*)SIG_DFL ) {
54 if ( action.sa_handler == SIG_DFL ) {
56 action.sa_handler = SDL_HandleSIG;
57 sigaction(SIGINT, &action, NULL);
59 sigaction(SIGTERM, NULL, &action);
61 if ( action.sa_handler == SIG_DFL && action.sa_sigaction == (void*)SIG_DFL )
86 struct sigaction action; local
    [all...]
  /cts/suite/audio_quality/test/
TaskProcessTest.cpp 29 TaskGeneric* action = NULL; local
30 mTestCase = getTaskCase(setup, action);
33 ASSERT_TRUE(action != NULL);
41 ASSERT_TRUE(action->addChild(mSequential));
TaskSequentialTest.cpp 26 TaskGeneric* action = NULL; local
27 mTestCase = getTaskCase(setup, action);
30 ASSERT_TRUE(action != NULL);
32 action->addChild(mSequential);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeWizard.h 47 NSInteger action; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeWizard.h 47 NSInteger action; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeWizard.h 47 NSInteger action; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeWizard.h 48 NSInteger action; variable
59 @property NSInteger action; variable
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Barrier.java 51 action(); // perform the requested operation method
60 public void action() { method in class:Barrier
  /external/chromium/chrome/browser/extensions/
page_action_apitest.cc 24 // Tell the extension to update the page action state.
34 ExtensionAction* action = extension->page_action(); local
35 ASSERT_TRUE(action);
36 EXPECT_EQ("Modified", action->GetTitle(tab_id));
39 // Simulate the page action being clicked.
50 // Tell the extension to update the page action state again.
59 EXPECT_FALSE(action->GetIcon(tab_id).isNull());
73 << "Page action test extension should have a page action.";
77 // Simulate the page action being clicked. The resulting event shoul
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell.h 14 // browser view. This cell customization adds target and action support
28 @property(nonatomic, assign) SEL action; variable
  /external/chromium/webkit/glue/
form_data.h 31 // The action target of the form.
32 GURL action; member in struct:webkit_glue::FormData
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell.h 13 // browser view. This cell customization adds target and action support
27 @property(nonatomic, assign) SEL action; variable
  /external/chromium_org/chrome/common/extensions/api/extension_action/
browser_action_handler.cc 37 return false; // Failed to parse browser action definition.
48 const ActionInfo* action = ActionInfo::GetBrowserActionInfo(extension); local
49 if (action && !action->default_icon.empty() &&
51 action->default_icon,
page_action_manifest_unittest.cc 60 scoped_ptr<ActionInfo> action; local
63 action = LoadAction("page_action_empty.json");
64 ASSERT_TRUE(action);
66 // Now setup some values to use in the action.
71 action = LoadAction("page_action.json");
72 ASSERT_TRUE(action);
73 ASSERT_EQ(id, action->id);
76 ASSERT_EQ(name, action->default_title);
78 action->default_icon.Get(extension_misc::EXTENSION_ICON_ACTION,
82 action = LoadAction("page_action_type.json")
    [all...]
  /external/chromium_org/components/autofill/core/common/
form_data.h 32 // The action target of the form.
33 GURL action; member in struct:autofill::FormData
  /external/chromium_org/content/plugin/
plugin_main_linux.cc 65 struct sigaction action = { { NULL } }; local
66 action.sa_flags = SA_SIGINFO;
67 action.sa_sigaction = &SignalHandler;
69 sigaction(SIGILL, &action, NULL);

Completed in 556 milliseconds

1 2 3 4 5 6 7 8 91011>>