HomeSort by relevance Sort by last modified time
    Searched full:actions (Results 1 - 25 of 4048) 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.
19 After extracting all actions, the content will go through a pretty print
48 # generate the known actions to AddComputedActions() below.
135 def AddComputedActions(actions):
136 """Add computed actions to the actions list
    [all...]
extract_actions_test.py 33 <actions>
39 </actions>"""
42 '<actions>\n\n'
48 '</actions>\n'
52 '<actions>\n\n'
57 '</actions>\n'
61 '<actions>\n\n'
67 '</actions>\n'
71 '<actions>\n\n'
77 '</actions>\n
    [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',
22 chdir='actions')
24 test.writable(test.workpath('actions'), True)
26 test.relocate('actions', 'relocate/actions')
29 test.writable(test.workpath('relocate/actions'), False)
36 test.writable(test.workpath('relocate/actions/build'), True
    [all...]
  /device/lge/hammerhead/
thermal-engine-8974.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
  /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/gyp/test/msvs/multiple_actions_error_handling/
gyptest.py 8 Verifies that failing actions make the build fail reliably, even when there
9 are multiple actions in one project.
19 test.run_gyp('actions.gyp')
20 test.build('actions.gyp',
21 target='actions-test',
  /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/Application/src/main/res/values/
color.xml 11 <!-- Neutral Actions -->
16 <!-- Negative Actions -->
21 <!-- Positive Actions -->
  /developers/build/templates/CardStream/_MODULE_/src/template/res/values/
color.xml 11 <!-- Neutral Actions -->
16 <!-- Negative Actions -->
21 <!-- Positive Actions -->
  /development/samples/browseable/BatchStepSensor/res/values/
color.xml 11 <!-- Neutral Actions -->
16 <!-- Negative Actions -->
21 <!-- Positive Actions -->
  /external/chromium_org/chrome/browser/extensions/
extension_action_test_util.h 17 // TODO(devlin): Should we also pull out methods to test browser actions?
19 // Returns the number of page actions that are visible in the given
23 // Returns the total number of page actions (visible or not) for the given
  /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/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
  /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/qemu/distrib/sdl-1.2.15/src/main/macosx/SDLMain.nib/
classes.nib 5 ACTIONS = {makeFullscreen = id; quit = id; };
  /development/samples/browseable/DoneBar/
_index.jd 11 bar entirely, providing two direct actions to persist or dismiss changes. This is
12 suitable for cases where no additional view details or actions are needed in the
  /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',
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseActionFragment.java 26 * Subclass of ScrollAdapterFragment which handles actions.
44 * Key for a parcelable array of actions.
46 private static final String EXTRA_ACTIONS = "actions";
77 * Creates a new action fragment with the given list of actions and a given name.
79 public static Bundle buildArgs(ArrayList<Action> actions, String name) {
80 return buildArgs(actions, name, -1);
84 * Creates a new action fragment with the given list of actions and starting index.
86 public static Bundle buildArgs(ArrayList<Action> actions, int index) {
87 return buildArgs(actions, null, index);
91 * Creates a new action fragment with the given list of actions, given name and starting index
105 ArrayList<Action> actions = savedInstanceState.getParcelableArrayList(EXTRA_ACTIONS); local
231 ArrayList<Action> actions = mFragment.getArguments() local
    [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)

Completed in 1505 milliseconds

1 2 3 4 5 6 7 8 91011>>