/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/Retired/ |
D | fixupRef.py | 80 actions = { } 92 actions[pi.begin] = { 99 actions[pi.begin] = { 107 actions[pi.end] = { 114 actions[pi.end] = { 136 if line in actions.keys(): 137 action = actions[line]['action'] 138 replace = actions[line]['replace'] 139 pi = actions[line]['pageinfo']
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | HintManagerTest.cc | 588 std::unordered_map<std::string, Hint> actions = HintManager::ParseActions(json_doc_, nodes); in TEST_F() local 589 EXPECT_EQ(7u, actions.size()); in TEST_F() 591 EXPECT_EQ(2u, actions["INTERACTION"].node_actions.size()); in TEST_F() 592 EXPECT_EQ(1u, actions["INTERACTION"].node_actions[0].node_index); in TEST_F() 593 EXPECT_EQ(1u, actions["INTERACTION"].node_actions[0].value_index); in TEST_F() 595 actions["INTERACTION"].node_actions[0].timeout_ms.count()); in TEST_F() 597 EXPECT_EQ(2u, actions["INTERACTION"].node_actions[1].node_index); in TEST_F() 598 EXPECT_EQ(1u, actions["INTERACTION"].node_actions[1].value_index); in TEST_F() 600 actions["INTERACTION"].node_actions[1].timeout_ms.count()); in TEST_F() 602 EXPECT_EQ(3u, actions["LAUNCH"].node_actions.size()); in TEST_F() [all …]
|
D | NodeLooperThreadTest.cc | 83 std::vector<NodeAction> actions{{0, 0, 200ms}, {1, 1, 400ms}}; in TEST_F() local 84 EXPECT_TRUE(th->Request(actions, "LAUNCH")); in TEST_F() 106 std::vector<NodeAction> actions{{0, 0, 200ms}, {1, 1, 500ms}}; in TEST_F() local 107 EXPECT_TRUE(th->Request(actions, "LAUNCH")); in TEST_F() 114 actions = std::vector<NodeAction>{{0, 0, 300ms}, {1, 1, 100ms}}; in TEST_F() 115 EXPECT_TRUE(th->Request(actions, "LAUNCH")); in TEST_F() 138 std::vector<NodeAction> actions{{0, 0, 0ms}, {1, 1, 0ms}}; in TEST_F() local 139 EXPECT_TRUE(th->Request(actions, "LAUNCH")); in TEST_F() 143 EXPECT_TRUE(th->Cancel(actions, "LAUNCH")); in TEST_F()
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | NodeLooperThread.cc | 30 bool NodeLooperThread::Request(const std::vector<NodeAction>& actions, in Request() argument 42 for (const auto& a : actions) { in Request() 74 bool NodeLooperThread::Cancel(const std::vector<NodeAction>& actions, in Cancel() argument 86 for (const auto& a : actions) { in Cancel()
|
D | HintManager.cc | 345 std::unordered_map<std::string, Hint> actions = HintManager::ParseActions(json_doc, nodes); in GetFromJSON() local 347 if (actions.empty()) { in GetFromJSON() 355 sInstance = std::make_unique<HintManager>(std::move(nm), actions, adpfs, gpu_sysfs_node); in GetFromJSON() 552 Json::Value actions = root["Actions"]; in ParseActions() local 560 for (Json::Value::ArrayIndex i = 0; i < actions.size(); ++i) { in ParseActions() 561 const std::string& hint_type = actions[i]["PowerHint"].asString(); in ParseActions() 571 std::string type_string = actions[i]["Type"].asString(); in ParseActions() 572 std::string enable_property = actions[i]["EnableProperty"].asString(); in ParseActions() 589 std::string node_name = actions[i]["Node"].asString(); in ParseActions() 602 std::string value_name = actions[i]["Value"].asString(); in ParseActions() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | mhchem.min.js | 1 …actions[d.action_[m].type_])l=u.actions[d.action_[m].type_](a,_.match_,d.action_[m].option);else{i… property
|
D | mhchem.js | 301 if (machine.actions[task.action_[iA].type_]) { 302 … o = machine.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option); 303 } else if (mhchemParser.actions[task.action_[iA].type_]) { 304 … o = mhchemParser.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option); 734 actions: { 1582 actions: { property 1595 mhchemParser.actions['o='](buffer, m); 1607 mhchemParser.concatArray(ret, mhchemParser.actions['bond'](buffer, m, "-")); 1637 mhchemParser.concatArray(ret, mhchemParser.actions['d='](buffer, m)); 1641 mhchemParser.concatArray(ret, mhchemParser.actions['bond'](buffer, m, "-")); [all …]
|
D | mhchem.mjs | 170 // Find actions in transition table 182 // Execute actions 191 if (machine.actions[task.action_[iA].type_]) { 192 … o = machine.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option); 193 } else if (mhchemParser.actions[task.action_[iA].type_]) { 194 … o = mhchemParser.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option); 622 // Generic state machine actions 624 actions: { 775 // 2a. Normalize actions into array: 'text=' ==> [{type_:'text='}] 1472 actions: { property [all …]
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/ |
D | NodeLooperThread.h | 70 bool Request(const std::vector<NodeAction>& actions, 75 bool Cancel(const std::vector<NodeAction>& actions,
|
D | HintManager.h | 91 HintManager(sp<NodeLooperThread> nm, const std::unordered_map<std::string, Hint> &actions, in HintManager() argument 95 actions_(actions), in HintManager()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | xtestext1.h | 70 CARD8 actions[XTestACTIONS_SIZE]; member
|
D | xtestext1proto.h | 145 CARD8 actions[XTestACTIONS_SIZE]; member
|
/hardware/interfaces/power/1.0/ |
D | IPower.hal | 19 * Constructor for the interface performs power management setup actions at 24 * setInteractive() performs power management actions upon the 33 * Typical actions are to turn on or off devices and adjust
|
/hardware/interfaces/biometrics/fingerprint/2.2/ |
D | IBiometricsFingerprintClientCallback.hal | 23 * fingerprint driver in response to user actions on the fingerprint sensor
|
/hardware/google/pixel/presubmit_tests/schemas/ |
D | powerhint-schema.proto | 21 repeated Action actions = 2 [ json_name = "Actions" ]; field
|
/hardware/interfaces/memtrack/1.0/ |
D | IMemtrack.hal | 30 * setup actions and is called once before any calls to getMemory().
|
/hardware/interfaces/health/aidl/ |
D | README.md | 64 `vendor.charger`, and there are actions 239 If there are existing actions in the rc file triggered by 242 service must be kept as-is. If you modify the name of the service, the actions
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprintClientCallback.hal | 20 fingerprint driver in response to user actions on the fingerprint sensor
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 412 void *actions; member 810 void *actions);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/ |
D | README.md | 4 …m/wshito/asciidoctor-chunker/actions/workflows/node.js.yml/badge.svg)](https://github.com/wshito/a…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_validation_features.adoc | 78 incorrect synchronization operations between actions (Draw, Copy,
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera.c | 1584 void *actions) in mm_camera_do_stream_action() argument 1597 payload.actions = actions; in mm_camera_do_stream_action()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | BUILD.adoc | 197 * -v - print actions as well as executing them 198 * -n - print actions without executing them
|
/hardware/invensense/6515/libsensors_iio/ |
D | License.txt | 186 excluded. The sole jurisdiction and venue for actions related to the subject
|
/hardware/broadcom/wlan/bcmdhd/firmware/ |
D | LICENSE.TXT | 186 excluded. The sole jurisdiction and venue for actions related to the subject
|