Home
last modified time | relevance | path

Searched full:actions (Results 1 – 25 of 95) sorted by relevance

1234

/system/core/libprocessgroup/profiles/
Dtask_profiles.json95 "Actions": [ array
108 "Actions": [ array
121 "Actions": [ array
134 "Actions": [ array
147 "Actions": [ array
160 "Actions": [ array
173 "Actions": [ array
186 "Actions": [ array
199 "Actions": [ array
212 "Actions": [ array
[all …]
Dtask_profiles.proto40 repeated Action actions = 2 [json_name = "Actions"]; field
Dtask_profiles_test.h56 auto&& action = profile.actions(action_idx); in TEST_P()
58 << "No name for profiles[" << profile_idx << "].actions[" << action_idx in TEST_P()
/system/update_engine/common/
Daction_processor.h38 // An ActionProcessor keeps a queue of Actions and processes them in order.
58 // remaining actions will be lost and must be re-enqueued if this Processor is
65 // no new actions will be started. Calling SuspendProcessing while the
96 // Continue processing actions (if any) after the last action terminated with
97 // the passed error code. If there are no more actions to process, the
101 // Actions that have not yet begun processing, in the order in which
135 // Called when processing has stopped. Does not mean that all Actions have
136 // completed. If/when all Actions complete, ProcessingDone() will be called.
Daction_pipe.h37 // contain any type of object that an Action outputs/inputs. Actions
47 // Used by Actions an InputObjectType or OutputObjectType to specify that
67 // Bonds two Actions together with a new ActionPipe. The ActionPipe is
68 // jointly owned by the two Actions and will be automatically destroyed
Daction.h52 // An ActionProcessor contains a queue of Actions to perform. When
82 // It is handy to have a non-templated base class of all Actions.
120 // Called on asynchronous actions if canceled. Actions may implement if
127 // Called on asynchronous actions if the processing is suspended and resumed,
217 // Actions on either end of a pipe to "own" the pipe. When the last Action
Daction_pipe_unittest.cc51 // This test creates two simple Actions and sends a message via an ActionPipe
/system/update_engine/
Dsample_omaha_v3_response.xml12 <actions>
15 </actions>
/system/cros-codecs/ci/
Dtemplate.yaml10 actions:
19 actions:
/system/hardware/interfaces/media/aidl/android/media/audio/eraser/
DSoundClassification.aidl32 * Sounds produced by the human body through the actions of the individual.
37 * All sound produced by the bodies and actions of nonhuman animals.
/system/sepolicy/prebuilts/api/34.0/private/
Disolated_app_all.te55 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
56 # except the find actions for services allowlisted below.
/system/core/init/
DREADME.md5 Actions, Commands, Services, Options, and Imports.
19 Actions and Services implicitly declare a new section. All commands
50 2. /vendor/etc/init/ is for SoC vendor items such as actions or
53 actions or daemons needed for motion sensor or other peripheral
61 init .rc file should additionally contain any actions associated with
74 actions that init performs correspond to services whose binaries are in
117 Actions section
119 Actions are named sequences of commands. Actions have a trigger which
130 Actions take the form of:
137 Actions are added to the queue and executed based on the order that
[all …]
Daction_parser.cpp105 return Error() << "&& is the only symbol allowed to concatenate actions"; in ParseTriggers()
137 return Error() << "Actions must have a trigger"; in ParseSection()
/system/sepolicy/prebuilts/api/202404/private/
Disolated_app_all.te58 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
59 # except the find actions for services allowlisted below.
/system/sepolicy/private/
Disolated_app_all.te58 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
59 # except the find actions for services allowlisted below.
/system/sepolicy/prebuilts/api/202504/private/
Disolated_app_all.te58 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
59 # except the find actions for services allowlisted below.
/system/cros-codecs/ci/test-cases/
Drun_tests.py11 URL_RUNS="https://api.github.com/repos/{repo}/actions/runs?head-sha={head_sha}&head-branch={head_br…
12 URL_RUN="https://api.github.com/repos/{repo}/actions/runs/{run_id}"
/system/sepolicy/prebuilts/api/29.0/private/
Disolated_app.te89 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
90 # except the find actions for services allowlisted below.
/system/sepolicy/prebuilts/api/33.0/private/
Disolated_app.te90 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
91 # except the find actions for services allowlisted below.
/system/sepolicy/prebuilts/api/32.0/private/
Disolated_app.te90 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
91 # except the find actions for services allowlisted below.
/system/sepolicy/prebuilts/api/31.0/private/
Disolated_app.te90 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
91 # except the find actions for services allowlisted below.
/system/sepolicy/prebuilts/api/30.0/private/
Disolated_app.te90 # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager
91 # except the find actions for services allowlisted below.
/system/chre/util/include/chre/util/
Dthrottle.h25 * @param interval The interval between actions
/system/sepolicy/tests/
Dtreble_sepolicy_tests.py89 ACTIONS = Option.ACTIONS + ("extend",) variable in MultipleOption
/system/server_configurable_flags/disaster_recovery/
Ddisaster_recovery.cc28 // flag reset actions.

1234