HomeSort by relevance Sort by last modified time
    Searched full:actions (Results 1 - 25 of 3546) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/metrics/actions/
extract_actions.py 7 """Extract UserMetrics "actions" strings from the Chrome source.
9 This program generates the list of known actions we expect to see in the
11 UserMetrics functions, extracting actions and warning on improper calls,
12 as well as generating the lists of possible actions in situations where
13 there are many possible actions.
36 # generate the known actions to AddComputedActions() below.
44 'safe_browsing_blocking_page.cc', # various interstitial types and actions
125 def AddComputedActions(actions):
126 """Add computed actions to the actions list
    [all...]
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-actions.py 8 Verifies --generator-output= behavior when using actions.
17 # ('actions') should be untouched.
18 test.writable(test.workpath('actions'), False)
19 test.run_gyp('actions.gyp',
21 chdir='actions')
23 test.writable(test.workpath('actions'), True)
25 test.relocate('actions', 'relocate/actions')
28 test.writable(test.workpath('relocate/actions'), False)
35 test.writable(test.workpath('relocate/actions/build'), True
    [all...]
  /external/chromium/base/
file_descriptor_shuffle_unittest.cc 65 const std::vector<Action>& actions() const { return actions_; } function in class:InjectionTracer
77 EXPECT_EQ(0u, tracer.actions().size());
86 EXPECT_EQ(0u, tracer.actions().size());
95 EXPECT_EQ(0u, tracer.actions().size());
104 ASSERT_EQ(1u, tracer.actions().size());
105 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
115 ASSERT_EQ(2u, tracer.actions().size());
116 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
117 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 2, 3));
126 ASSERT_EQ(2u, tracer.actions().size())
    [all...]
  /external/chromium_org/base/posix/
file_descriptor_shuffle_unittest.cc 62 const std::vector<Action>& actions() const { return actions_; } function in class:base::InjectionTracer
74 EXPECT_EQ(0u, tracer.actions().size());
83 EXPECT_EQ(0u, tracer.actions().size());
92 EXPECT_EQ(0u, tracer.actions().size());
101 ASSERT_EQ(1u, tracer.actions().size());
102 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
112 ASSERT_EQ(2u, tracer.actions().size());
113 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
114 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 2, 3));
123 ASSERT_EQ(2u, tracer.actions().size())
    [all...]
  /device/asus/flo/
thermald-flo.conf 7 actions none
14 actions none
21 actions none
28 actions none
35 actions none
42 actions none
49 actions none
56 actions none
63 actions cpu+battery cpu+battery cpu+battery cpu+battery cpu+battery cpu+battery cpu+battery shutdown
70 actions cpu cpu cpu cpu cpu cpu cpu shutdow
    [all...]
  /device/lge/mako/
thermald-mako.conf 7 actions none
14 actions none
21 actions none
28 actions none
35 actions none
42 actions none
49 actions none
56 actions none shutdown
63 actions none shutdown
70 actions none shutdow
    [all...]
  /external/chromium_org/tools/cr/cr/actions/
__init__.py 5 """A package to hold all the actions for the cr tool.
7 This package holds the standard actions used by the commands in the cr tool.
8 These actions are the things that actually perform the work, they are generally
  /device/lge/hammerhead/
thermal-engine-hammerhead.conf 9 actions override override override override override
18 actions cpu+lcd cpu+lcd cpu+lcd
27 actions battery battery
36 actions shutdown
45 actions shutdown
54 actions shutdown
63 actions shutdown
72 actions hotplug_1
81 actions hotplug_2
90 actions hotplug_
    [all...]
  /external/chromium_org/tools/gyp/test/actions/src/
actions.gyp 20 'actions': [
24 'subdir1/actions-out/action-counter.txt',
28 'subdir1/actions-out/action-counter_2.txt',
45 'actions': [{
46 'inputs': [ 'actions.gyp' ],
58 'actions': [{
59 'inputs': [ 'actions.gyp' ],
71 'actions': [{
72 'inputs': [ 'actions.gyp' ],
89 'actions': [
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntentFilter.java 17 List<String> actions = new ArrayList<String>(); field in class:ShadowIntentFilter
22 actions.add(action);
27 actions.add(action);
32 return actions.get(index);
37 return actions.size();
42 return actions.iterator();
47 return actions.contains(action);
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/res/values/
color.xml 11 <!-- Neutral Actions -->
15 <!-- Negative Actions -->
19 <!-- Positive Actions -->
  /developers/build/templates/CardStream/_MODULE_/src/template/res/values/
color.xml 11 <!-- Neutral Actions -->
15 <!-- Negative Actions -->
19 <!-- Positive Actions -->
  /external/chromium_org/chrome/browser/resources/user_actions/
user_actions.html 5 <title>User Actions Debug Page</title>
13 Listening for user actions...
15 <table id="user-actions-table">
  /external/chromium_org/tools/gyp/test/many-actions/
gyptest-many-actions.py 8 Make sure lots of actions in the same target don't cause exceeding command
16 test.run_gyp('many-actions.gyp')
17 test.build('many-actions.gyp', test.ALL)
gyptest-many-actions-unsorted.py 8 Make sure lots of actions in the same target don't cause exceeding command
16 test.run_gyp('many-actions-unsorted.gyp')
17 test.build('many-actions-unsorted.gyp', test.ALL)
24 test.build('many-actions-unsorted.gyp', test.ALL)
27 test.build('many-actions-unsorted.gyp', test.ALL)
32 test.build('many-actions-unsorted.gyp', test.ALL)
  /external/chromium_org/tools/telemetry/docs/
telemetry.page.actions.html 3 <html><head><title>Python: package telemetry.page.actions</title>
9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.page.html"><font color="#ffffff">page</font></a>.actions</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/page/actions/__init__.py">telemetry/page/actions/__init__.py</a></font></td></tr></table>
20 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.page.actions.all_page_actions.html">all_page_actions</a><br>
21 <a href="telemetry.page.actions.click_element.html">click_element</a><br>
22 <a href="telemetry.page.actions.click_element_unittest.html">click_element_unittest</a><br>
23 </td><td width="25%" valign=top><a href="telemetry.page.actions.js_collect_garbage.html">js_collect_garbage</a><br>
24 <a href="telemetry.page.actions.page_action.html">page_action</a><br>
25 <a href="telemetry.page.actions.play.html">play</a><br
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/macosx/SDLMain.nib/
classes.nib 5 ACTIONS = {makeFullscreen = id; quit = id; };
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
actions.js 27 ui.actions = ui.actions || {};
48 ui.actions.Blame = base.extends(Action, {
56 ui.actions.Close = base.extends(Action, {
63 ui.actions.Rollout = base.extends(Action, {
71 ui.actions.Examine = base.extends(Action, {
79 ui.actions.Rebaseline = base.extends(Action, {
86 ui.actions.ExpectFailure = base.extends(Action, {
93 ui.actions.Next = base.extends(Action, {
101 ui.actions.Previous = base.extends(Action,
    [all...]
actions_unittests.js 28 module('ui.actions');
32 view: new ui.actions.Rollout(),
36 view: new ui.actions.Examine(),
40 view: new ui.actions.Rebaseline(),
51 var examine = new ui.actions.Examine();
59 var next = new ui.actions.Next();
65 var list = new ui.actions.List([
66 new ui.actions.Rebaseline(),
67 new ui.actions.Previous(),
68 new ui.actions.Next(
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
ProviderConfigurationPermission.java 44 private final String actions; field in class:ProviderConfigurationPermission
50 this.actions = "all";
54 public ProviderConfigurationPermission(String name, String actions)
56 super(name, actions);
57 this.actions = actions;
58 this.permissionMask = calculateMask(actions);
62 String actions)
64 StringTokenizer tok = new StringTokenizer(Strings.toLowerCase(actions), " ,");
103 return actions;
    [all...]
  /external/chromium_org/tools/gyp/test/actions/src/subdir1/
executable.gyp 14 'actions': [
34 'actions-out/prog2.c',
48 'actions': [
56 # (see '../actions.gyp:depend_on_always_run_action').
62 'actions-out/action-counter.txt.always',
63 'actions-out/action-counter.txt',
66 'python', '<(_inputs)', 'actions-out/action-counter.txt', '2',
  /external/chromium/chrome/common/extensions/docs/static/
pageAction.html 1 <div id="pageData-name" class="pageData">Page Actions</div>
5 Use page actions to put icons inside the address bar.
6 Page actions represent actions
33 Packaged apps cannot use page actions.
59 Like browser actions,
60 page actions can have an icon,
63 In addition, page actions can appear and disappear.
82 <!-- [PENDING: We should discuss how tabs and page actions are related. All methods take a tab ID argument. How do you get that tab ID? What's the usual way of arranging the code that monitors pages? Point to examples.] -->
91 <li><b>Do</b> use page actions
    [all...]
  /external/chromium_org/tools/gyp/test/actions/
gyptest-default.py 8 Verifies simple actions when using the default build target.
15 test.run_gyp('actions.gyp', chdir='src')
22 # how to work always-run actions in to ninja.
25 test.build('actions.gyp', test.ALL, chdir='relocate/src')
29 test.build('actions.gyp', chdir='relocate/src')
30 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '1')
31 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '1')
32 test.build('actions.gyp', chdir='relocate/src')
33 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '2')
34 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '2'
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_table_unittest.cc 42 std::set<AcceleratorAction> actions; local
44 EXPECT_TRUE(actions.insert(kReservedActions[i]).second)
50 std::set<AcceleratorAction> actions; local
52 EXPECT_TRUE(actions.insert(kActionsAllowedAtLoginOrLockScreen[i]).second)
56 EXPECT_TRUE(actions.insert(kActionsAllowedAtLockScreen[i]).second)
62 std::set<AcceleratorAction> actions; local
64 EXPECT_TRUE(actions.insert(kActionsAllowedAtModalWindow[i]).second)
71 std::set<AcceleratorAction> actions; local
73 EXPECT_TRUE(actions.insert(kNonrepeatableActions[i]).second)
  /external/chromium_org/tools/gyp/test/actions-multiple/
gyptest-all.py 8 Verifies two actions can be attached to the same input files.
17 test.run_gyp('actions.gyp', chdir='src')
25 # - TargetA and TargetB are 'none' type with actions attached.
26 # - TargetA has multiple actions.
27 # - An output from one of the actions in TargetA (not the first listed),
44 test.build('actions.gyp', chdir='relocate/src', target=target)
49 # Test that two actions can be attached to the same inputs.
50 test.build('actions.gyp', test.ALL, chdir='relocate/src')
57 # actions.

Completed in 406 milliseconds

1 2 3 4 5 6 7 8 91011>>