/device/google/cuttlefish/host/commands/cvd_import_locations/unittest/ |
D | kml_parser_test.cc | 167 locations[0].description); in TEST() 169 EXPECT_EQ("", locations[1].description); in TEST() 172 locations[2].description); in TEST() 191 locations[0].description); in TEST() 193 EXPECT_EQ("", locations[1].description); in TEST() 196 locations[2].description); in TEST() 329 EXPECT_EQ("Attached to the ground.", locations[i].description); in TEST() 344 EXPECT_EQ("Attached to the ground.", locations[i].description); in TEST() 369 EXPECT_EQ("", locations[i].description); in TEST() 385 EXPECT_EQ("", locations[i].description); in TEST() [all …]
|
D | gpx_parser_test.cc | 286 EXPECT_EQ("Desc", wpt.description); in TEST() 302 EXPECT_EQ("Desc", wpt.description); in TEST()
|
/device/google/cuttlefish/host/commands/start/ |
D | flag_forwarder.cc | 157 flag_info.description, in MakeDynamicFlag() 163 flag_info.description, in MakeDynamicFlag() 169 flag_info.description, in MakeDynamicFlag() 175 flag_info.description, in MakeDynamicFlag() 181 flag_info.description, in MakeDynamicFlag() 187 flag_info.description, in MakeDynamicFlag() 193 flag_info.description, in MakeDynamicFlag() 225 flag_info.description = xmlContent(xmlChildWithName(flag, "meaning")); in FlagsForSubprocess()
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 14 * Input files description & format 15 * Generated code description. 246 .attrib file format description: 273 Global section flags description: 296 Entry point flags description: 303 description: provide an expression to pack data into the stream. 310 description : set a pointer direction (in - for data that goes 315 description : set variable flags 322 description: set entry point flag;
|
/device/google/cuttlefish/host/libs/location/ |
D | KmlParser.cpp | 95 string description; in parsePlacemark() local 105 description = (const char*)current->xmlChildrenNode->content; in parsePlacemark() 131 (*fixes)[ind].description = std::move(description); in parsePlacemark()
|
D | GpsFix.h | 27 std::string description; member
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | cf_webrtc.js | 88 #description; field in DeviceConnection 219 set description(desc) { setter in DeviceConnection 220 this.#description = desc; 223 get description() { getter in DeviceConnection 224 return this.#description; 673 deviceConnection.description = deviceInfo;
|
D | app.js | 153 console.debug('Device description: ', this.#deviceConnection.description); 161 if (!this.#deviceConnection.description.hardware.camera_passthrough) { 301 if (this.#deviceConnection.description.custom_control_panel_buttons.length > 305 for (const button of this.#deviceConnection.description 343 for (const audio_desc of this.#deviceConnection.description.audio_streams) { 358 this.#deviceConnection.description.hardware); 889 const touchpads = this.#deviceConnection.description.touchpads;
|
/device/google/barbet/usb/gadget/ |
D | UsbGadget.cpp | 53 ALOGE("Call to getCurrentUsbFunctionsCb failed %s", ret.description().c_str()); in getCurrentUsbFunctions() 302 ALOGE("setCurrentUsbFunctionsCb error %s", ret.description().c_str()); in setupFunctions() 332 ALOGE("Error while calling setCurrentUsbFunctionsCb %s", ret.description().c_str()); in setCurrentUsbFunctions() 356 ALOGE("Error while calling setCurrentUsbFunctionsCb %s", ret.description().c_str()); in setCurrentUsbFunctions()
|
/device/google/redfin/usb/gadget/ |
D | UsbGadget.cpp | 53 ALOGE("Call to getCurrentUsbFunctionsCb failed %s", ret.description().c_str()); in getCurrentUsbFunctions() 302 ALOGE("setCurrentUsbFunctionsCb error %s", ret.description().c_str()); in setupFunctions() 332 ALOGE("Error while calling setCurrentUsbFunctionsCb %s", ret.description().c_str()); in setCurrentUsbFunctions() 356 ALOGE("Error while calling setCurrentUsbFunctionsCb %s", ret.description().c_str()); in setCurrentUsbFunctions()
|
/device/google/coral/usb/gadget/ |
D | UsbGadget.cpp | 53 ALOGE("Call to getCurrentUsbFunctionsCb failed %s", ret.description().c_str()); in getCurrentUsbFunctions() 291 ALOGE("setCurrentUsbFunctionsCb error %s", ret.description().c_str()); in setupFunctions() 321 ALOGE("Error while calling setCurrentUsbFunctionsCb %s", ret.description().c_str()); in setCurrentUsbFunctions() 345 ALOGE("Error while calling setCurrentUsbFunctionsCb %s", ret.description().c_str()); in setCurrentUsbFunctions()
|
/device/google/sunfish/usb/gadget/ |
D | UsbGadget.cpp | 53 ALOGE("Call to getCurrentUsbFunctionsCb failed %s", ret.description().c_str()); in getCurrentUsbFunctions() 302 ALOGE("setCurrentUsbFunctionsCb error %s", ret.description().c_str()); in setupFunctions() 332 ALOGE("Error while calling setCurrentUsbFunctionsCb %s", ret.description().c_str()); in setCurrentUsbFunctions() 356 ALOGE("Error while calling setCurrentUsbFunctionsCb %s", ret.description().c_str()); in setCurrentUsbFunctions()
|
/device/google/cuttlefish/tests/reliability/src/com/android/cuttlefish/tests/ |
D | CuttlefishReliabilityTest.java | 68 description = "Number of times to lease cuttlefish device.") 73 description = "cuttlefish-concurrent-bringup.") 78 description = "cuttlefish-max-error-ratio."
|
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/ |
D | CuttlefishGraphicsConfigurationTest.java | 41 description="The expected EGL implementation enabled on the device.") 45 description="The expected Vulkan implementation enabled on the device.")
|
/device/google/cuttlefish/tests/powerwash/src/com/android/cuttlefish/tests/ |
D | PowerwashTest.java | 49 description = "Number of times to powerwash the device and reboot.") 54 description = "Force to check device type of RemoteAndroidVirtualDevice.")
|
/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 185 Return<void> createDescriptor(const BufferDescriptorInfo& description, in createDescriptor() argument 188 encodeBufferDescriptorInfo(description, &raw); in createDescriptor() 193 Return<void> isSupported(const IMapper::BufferDescriptorInfo& description, in isSupported() argument 195 hidl_cb(Error3::NONE, isSupportedImpl(description)); in isSupported()
|
/device/google/sunfish/json-c/ |
D | Doxyfile | 74 # the brief description of a member or function before the detailed description. 80 # This tag implements a quasi-intelligent brief description abbreviator 82 # in this list, if found as the leading text of the brief description, will be 84 # as the annotated text. Otherwise, the brief description is used as-is. If left 93 # description. 136 # comment as the brief description. If set to NO, the JavaDoc 138 # explicit @brief command for a brief description. 144 # comments) as a brief description. This used to be the default behaviour. 146 # description. Set this tag to YES if you prefer the old behaviour instead. 151 # will output the detailed description near the top, like JavaDoc. [all …]
|
/device/google/coral/json-c/ |
D | Doxyfile | 74 # the brief description of a member or function before the detailed description. 80 # This tag implements a quasi-intelligent brief description abbreviator 82 # in this list, if found as the leading text of the brief description, will be 84 # as the annotated text. Otherwise, the brief description is used as-is. If left 93 # description. 136 # comment as the brief description. If set to NO, the JavaDoc 138 # explicit @brief command for a brief description. 144 # comments) as a brief description. This used to be the default behaviour. 146 # description. Set this tag to YES if you prefer the old behaviour instead. 151 # will output the detailed description near the top, like JavaDoc. [all …]
|
/device/google/redbull/json-c/ |
D | Doxyfile | 74 # the brief description of a member or function before the detailed description. 80 # This tag implements a quasi-intelligent brief description abbreviator 82 # in this list, if found as the leading text of the brief description, will be 84 # as the annotated text. Otherwise, the brief description is used as-is. If left 93 # description. 136 # comment as the brief description. If set to NO, the JavaDoc 138 # explicit @brief command for a brief description. 144 # comments) as a brief description. This used to be the default behaviour. 146 # description. Set this tag to YES if you prefer the old behaviour instead. 151 # will output the detailed description near the top, like JavaDoc. [all …]
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/ |
D | NotificationCenter.java | 131 int importance, CharSequence name, String description) { in ensureNotificationChannel() argument 136 channel.setDescription(description); in ensureNotificationChannel()
|
/device/generic/car/car_x86_64/ |
D | manifest.ini | 7 description=Android key
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/ |
D | Cargo.toml | 8 description = "Automatic cfg for Rust compiler features" qkey
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/ |
D | Cargo.toml.orig | 10 description = """
|
/device/google/trout/tools/tracing/tooling/ |
D | remote_slay.py | 43 …parser = argparse.ArgumentParser(description='Check if a process is running on a remote QNX system…
|
/device/google/contexthub/firmware/variant/ |
D | README | 10 1.1 General description
|