Home
last modified time | relevance | path

Searched defs:title (Results 1 – 15 of 15) sorted by relevance

/device/google/cuttlefish/host/example_custom_actions/
Dcustom_action_config.json6 "title":"Web Page", string
15 "title":"Quick Settings", string
20 "title":"Do Not Disturb", string
/device/google/cuttlefish/host/cvd_test_configs/mvp_features/vm/custom_actions/
DTC1.json17 "title": "Web Page", string
26 "title": "Quick Settings", string
31 "title": "Do Not Disturb", string
/device/google/cuttlefish/shared/config/
Dconfig_foldable.json15 "title":"Device State Closed", string
28 "title":"Device State Half-Opened", string
41 "title":"Device State Opened", string
/device/google/cuttlefish/host/cvd_test_configs/end_to_end_test/single/
DTC_foldable.json17 "title": "Device State Closed", string
30 "title": "Device State Half-Opened", string
43 "title": "Device State Opened", string
/device/google/gs-common/gear/dumpstate/
Dpixel_dump.cpp23 void dumpFileContent(const char* title, const char* file_path) { in dumpFileContent()
35 void runCommand(const char* title, const char* cmd) { in runCommand()
/device/google/zumapro/dumpstate/
Ddump_power.cpp96 const char *title = "Power Stats Times"; in dumpPowerStatsTimes() local
119 int readContentsOfDir(const char* title, const char* directory, const char* strMatch, in readContentsOfDir()
536 const char *title = "Battery EEPROM"; in dumpBatteryEeprom() local
622 const char *title = "gvotables"; in dumpGvoteables() local
690 const char *title = "Mitigation Stats"; in dumpMitigationStats() local
853 const char *title = "IRQ Duration Counts"; in dumpIrqDurationCounts() local
1043 const char* title = "Event Counter"; in dumpEvtCounter() local
/device/google/zuma/dumpstate/
Ddump_power.cpp94 const char *title = "Power Stats Times"; in dumpPowerStatsTimes() local
117 int readContentsOfDir(const char* title, const char* directory, const char* strMatch, in readContentsOfDir()
521 const char *title = "Battery EEPROM"; in dumpBatteryEeprom() local
606 const char *title = "gvotables"; in dumpGvoteables() local
657 const char *title = "Mitigation Stats"; in dumpMitigationStats() local
783 const char *title = "IRQ Duration Counts"; in dumpIrqDurationCounts() local
/device/google/gs-common/ramdump_and_coredump/
Ddump_ramdump.cpp29 void dumpGzippedFileInBase64(const char* title, const char* file_path) { in dumpGzippedFileInBase64()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DTvNotification.java62 public TvNotification(String key, String packageName, String title, String text, in TvNotification()
148 String title = cursor.getString(index++); in fromCursor() local
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp103 std::string title; member
346 const std::string& title, in AddCustomControlPanelButton()
354 const std::string& command, const std::string& title, in AddCustomControlPanelButtonWithShellCommand()
363 const std::string& command, const std::string& title, in AddCustomControlPanelButtonWithDeviceStates()
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.h31 std::string title; member
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcontrols.js235 title, icon_name, listener, parent_id = 'control-panel-default-buttons') { argument
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DConnectedDevicesPreferenceFragment.java135 String key, int title, boolean defaultShow) { in findOrCreateCategory()
/device/google/cuttlefish/host/libs/wayland/
Dwayland_shell.cpp108 const char* title) { in xdg_toplevel_set_title()
/device/google/cuttlefish/common/libs/net/
Dnetlink_request_test.cpp38 void Dump(MatchResultListener* result_listener, const char* title, in Dump()