/device/google/cuttlefish/common/libs/utils/ |
D | tee_logging.cpp | 231 for (const auto& destination : destinations_) { in operator ()() local 234 switch (destination.metadata_level) { in operator ()() 250 if (severity >= destination.severity) { in operator ()() 251 if (destination.target->IsATTY()) { in operator ()() 252 WriteAll(destination.target, output_string); in operator ()() 254 WriteAll(destination.target, StripColorCodes(output_string)); in operator ()()
|
D | files.cpp | 96 const std::string& destination) { in CanHardLink() argument 98 CF_EXPECT(FileDeviceId(destination)); in CanHardLink() 112 const std::string& destination) { in AreHardLinked() argument 114 CF_EXPECT(FileDeviceId(destination))) && in AreHardLinked() 116 CF_EXPECT(FileInodeNumber(destination))); in AreHardLinked()
|
D | files.h | 32 const std::string& destination); 35 const std::string& destination);
|
/device/google/cuttlefish/host/libs/config/ |
D | kernel_args.cpp | 35 void AppendVector(std::vector<T>* destination, const std::vector<T>& source) { in AppendVector() argument 36 destination->insert(destination->end(), source.begin(), source.end()); in AppendVector()
|
D | esp.cpp | 158 const std::string& destination) { in CopyToMsdos() argument 161 Execute({mcopy, "-o", "-i", image, "-s", path, destination}); in CopyToMsdos()
|
/device/amlogic/yukawa/hal/hdmicec/ |
D | hdmi_cec_test_hal.c | 82 send_msg.destination = CEC_ADDR_PLAYBACK_1; in main() 90 send_msg.destination = CEC_ADDR_TV; in main() 99 send_msg.destination = CEC_ADDR_TV; in main()
|
D | hdmi_cec.c | 182 cec_msg.msg[0] = (msg->initiator << 4) | msg->destination; in hdmicec_send_message() 430 event.cec.destination = msg.msg[0] & 0xf; in event_thread()
|
/device/google/cuttlefish/guest/commands/setup_wifi/ |
D | main.cpp | 49 const std::string& destination) { in CreateWifiWrapper() argument 84 link_add_request.AddString(IFLA_IFNAME, destination); in CreateWifiWrapper() 95 LOG(ERROR) << "setup_network: could not add link " << destination; in CreateWifiWrapper()
|
/device/google/contexthub/util/nanotool/ |
D | nanopacket_impl.h | 24 bool NanoPacket::DeserializeWord(T *destination, uint8_t byte) { in DeserializeWord() argument 25 *destination |= byte << (8 * parsing_progress_); in DeserializeWord()
|
D | nanopacket.h | 116 bool DeserializeWord(T *destination, uint8_t byte);
|
/device/generic/goldfish/dhcp/client/ |
D | dhcpclient.h | 75 void sendDhcpRequest(in_addr_t destination); 77 Result send(in_addr_t source, in_addr_t destination,
|
D | dhcpclient.cpp | 521 void DhcpClient::sendDhcpRequest(in_addr_t destination) { in sendDhcpRequest() argument 525 destination); in sendDhcpRequest()
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | adb.js | 79 let destination = utf8Encoder.encode('shell:' + command); 81 let arrayBuffer = createAdbMessage(A_OPEN, kLocalChannelId, 0, destination);
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | bootconfig_args.cpp | 40 void AppendMapWithReplacement(T* destination, const T& source) { in AppendMapWithReplacement() argument 42 (*destination)[k] = v; in AppendMapWithReplacement()
|
/device/google/contexthub/firmware/lib/builtins/ |
D | fp_extend_impl.inc | 73 // Extend to the destination type by shifting the significand and 92 // the correct adjusted exponent in the destination type.
|
/device/generic/goldfish/dhcp/common/ |
D | socket.cpp | 168 in_addr_t destination, in sendRawUdp() argument 185 ip.daddr = destination; in sendRawUdp()
|
/device/generic/goldfish/dhcp/common/include/ |
D | socket.h | 56 in_addr_t destination,
|
/device/sample/apps/tv/SetupCustomizationSample/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/device/sample/apps/tv/SetupValidation/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |