Home
last modified time | relevance | path

Searched refs:print (Results 1 – 14 of 14) sorted by relevance

/device/google/cuttlefish/host/commands/status/
Dmain.cc42 bool print = false; member
58 flags.emplace_back(GflagsCompatFlag("print", flag_values.print) in GetFlagValues()
140 if (flag_values.print) { in CvdStatusMain()
/device/google/cuttlefish/tests/wmediumd_control/src/com/android/cuttlefish/tests/
DWmediumdControlE2eTest.java134 CommandResult result = runWmediumdCommand(10000, "SetSnr", jsonPrinter.print(request)); in setSnr()
147 CommandResult result = runWmediumdCommand(10000, "SetPosition", jsonPrinter.print(request)); in setPosition()
155 CommandResult result = runWmediumdCommand(10000, "SetLci", jsonPrinter.print(request)); in setLci()
166 CommandResult result = runWmediumdCommand(10000, "SetCivicloc", jsonPrinter.print(request)); in setCivicloc()
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/
DREADME.md74 - Add `rerun_env(ENV)` to print `cargo:rerun-if-env-changed=ENV`.
75 - Add `rerun_path(PATH)` to print `cargo:rerun-if-changed=PATH`.
/device/google/cuttlefish/host/commands/assemble_cvd/
Dgraphics_flags.cc104 fmt::print(stream, "ANGLE features: \n"); in operator <<()
105 fmt::print(stream, " - prefer_linear_filtering_for_yuv: {}\n", in operator <<()
107 fmt::print(stream, " - map_unspecified_color_space_to_pass_through: {}\n", in operator <<()
109 fmt::print(stream, " - ignore_precision_qualifiers: {}\n", in operator <<()
/device/google/cuttlefish_vmm/qemu/
DREADME.md97 BEGIN {print "[patch.crates-io]"}
98 {print $1 " = { path = \"rust/crates/" $1 "\" }"}' > qemu/third_party/.cargo/config.toml
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DOffloadIntentStore.java302 writer.print(" "); in hexDump()
307 writer.print(" | "); in hexDump()
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/
Dlib.rs361 pub fn print_system_libs(&mut self, print: bool) -> &mut Config { in print_system_libs()
362 self.print_system_libs = print; in print_system_libs()
370 pub fn print_system_cflags(&mut self, print: bool) -> &mut Config { in print_system_cflags()
371 self.print_system_cflags = print; in print_system_cflags()
/device/linaro/dragonboard/installer/db845c/
DREADME33 "fastboot devices" on your host which will print something like:
/device/google/cuttlefish/shared/config/
Dinit.vendor.rc54 # So GceBootReporter can print to kmsg
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
DLICENSE105 interactive use in the most ordinary way, to print or display an
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
/device/generic/car/emulator/usbpt/usbip-service/
DCOPYING105 interactive use in the most ordinary way, to print or display an
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
/device/google/atv/products/lowram_boot_profiles/
Dpreloaded-classes7204 android.print.IPrintDocumentAdapter
7205 android.print.IPrintDocumentAdapter$Stub
7206 android.print.IPrintDocumentAdapter$Stub$Proxy
7207 android.print.IPrintJobStateChangeListener
7208 android.print.IPrintJobStateChangeListener$Stub
7209 android.print.IPrintJobStateChangeListener$Stub$Proxy
7210 android.print.IPrintManager
7211 android.print.IPrintManager$Stub
7212 android.print.IPrintManager$Stub$Proxy
7213 android.print.IPrintServicesChangeListener
[all …]
Dboot-image-profile.txt6540 Landroid/print/IPrintDocumentAdapter$Stub$Proxy;
6541 Landroid/print/IPrintDocumentAdapter$Stub;
6542 Landroid/print/IPrintDocumentAdapter;
6543 Landroid/print/IPrintJobStateChangeListener$Stub$Proxy;
6544 Landroid/print/IPrintJobStateChangeListener$Stub;
6545 Landroid/print/IPrintJobStateChangeListener;
6546 Landroid/print/IPrintManager$Stub$Proxy;
6547 Landroid/print/IPrintManager$Stub;
6548 Landroid/print/IPrintManager;
6549 Landroid/print/IPrintServicesChangeListener$Stub$Proxy;
[all …]
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto5180 PrintFtraceEvent print = 3; field