Searched defs:device (Results 1 - 25 of 653) sorted by relevance

1234567891011>>

/external/skia/gn/
H A Dpush_to_android.py13 device = '/data/local/tmp/' + os.path.basename(host) variable
18 subprocess.check_output(['adb'] + restrict + ['push', host, device])
19 subprocess.check_call(['adb'] + restrict + ['shell', 'chmod', '+x', device])
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideocapturerfactory.cc34 VideoCapturer* WebRtcVideoDeviceCapturerFactory::Create(const Device& device) { argument
37 if (!capturer->Init(device)) {
/external/libdrm/tests/kms/
H A Dlibkms-test-crtc.c30 struct kms_crtc *kms_crtc_create(struct kms_device *device, uint32_t id) argument
38 crtc->device = device;
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dpreemption.c32 * A callback to notify the client application that a device's display has
35 void vlVdpPreemptionCallback(VdpDevice device, void *context) argument
43 VdpStatus vlVdpPreemptionCallbackRegister(VdpDevice device, argument
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_screen.h34 struct nouveau_device *device; member in struct:nouveau_screen
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Ddesktop_device.py6 from telemetry.internal.platform import device namespace
9 class DesktopDevice(device.Device):
21 # If the host platform is Chrome OS, the device is also considered as cros.
/external/gptfdisk/
H A Dcgdisk.cc31 string device = ""; local
39 cout << "Type device filename, or press <Enter> to exit: ";
40 device = ReadString();
41 if (device.length() == 0)
45 device = (string) argv[1];
49 device = (string) argv[2];
51 device = (string) argv[1];
67 if (theGPT.LoadPartitions(device)) {
76 Report("Could not load partitions from '" + device + "'! Aborting!");
H A Dfixparts.cc27 string device; local
33 cout << "Type device filename, or press <Enter> to exit: ";
34 device = ReadString();
35 if (device.length() == 0)
39 device = argv[1];
46 cout << "\nLoading MBR data from " << device << "\n"; local
47 if (!mbrTable.ReadMBRData(device)) {
48 cerr << "\nUnable to read MBR data from '" << device << "'! Exiting!\n\n"; local
61 cerr << "\nCannot find valid MBR data on '" << device << "'! Exiting!\n\n"; local
68 cerr << "\nCannot determine the validity of the disk on '" << device local
[all...]
H A Dgdisk.cc16 string device = ""; local
29 cout << "Type device filename, or press <Enter> to exit: ";
30 device = ReadString();
31 if (device.length() == 0)
33 else if (theGPT.LoadPartitions(device)) {
36 theGPT.MainMenu(device);
48 device = (string) argv[2];
50 device = (string) argv[1];
55 if (device != "") {
57 if (theGPT.LoadPartitions(device))
[all...]
/external/libmtp/examples/
H A Dformat.c3 * Example program that formats the device storage.
51 LIBMTP_mtpdevice_t *device; local
57 device = LIBMTP_Get_First_Device();
58 if (device == NULL) {
63 printf("I will now format your device. This means that\n");
69 ret = LIBMTP_Format_Storage(device, device->storage);
76 printf("Failed to format device.\n");
77 LIBMTP_Dump_Errorstack(device);
78 LIBMTP_Clear_Errorstack(device);
[all...]
H A Dreset.c3 * Example program that resets the device.
51 LIBMTP_mtpdevice_t *device; local
57 device = LIBMTP_Get_First_Device();
58 if (device == NULL) {
63 printf("I will now reset your device. This means that\n");
64 printf("the device may go inactive immediately and may report errors.\n");
67 ret = LIBMTP_Reset_Device(device);
74 printf("Failed to reset device.\n");
75 LIBMTP_Dump_Errorstack(device);
76 LIBMTP_Clear_Errorstack(device);
[all...]
H A Dtrexist.c3 * Example program to check if a certain track exists on the device.
33 LIBMTP_mtpdevice_t *device; local
56 device = LIBMTP_Get_First_Device();
57 if (device == NULL) {
58 printf("No devices. Connect/replug device and try again.\n");
62 printf("%s\n", LIBMTP_Track_Exists(device, id) ? "Yes" : "No");
64 LIBMTP_Release_Device(device);
H A Dplaylists.c3 * Example program to list the playlists on a device.
25 static void dump_plinfo(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl) argument
38 track = LIBMTP_Get_Trackmetadata(device, pl->tracks[i]);
44 LIBMTP_Dump_Errorstack(device);
45 LIBMTP_Clear_Errorstack(device);
52 LIBMTP_mtpdevice_t *device; local
58 device = LIBMTP_Get_First_Device();
59 if (device == NULL) {
65 playlists = LIBMTP_Get_Playlist_List(device);
72 dump_plinfo(device, p
[all...]
/external/libpcap/
H A Dpcap-null.c39 pcap_create_interface(const char *device, char *ebuf) argument
/external/libusb-compat/libusb/
H A Dusbi.h50 struct usb_device *device; member in struct:usb_dev_handle
/external/swiftshader/src/D3D9/
H A DDirect3DPixelShader9.hpp31 Direct3DPixelShader9(Direct3DDevice9 *device, const unsigned long *shaderToken);
41 long __stdcall GetDevice(IDirect3DDevice9 **device);
49 Direct3DDevice9 *const device; member in class:D3D9::Direct3DPixelShader9
H A DDirect3DQuery9.hpp31 Direct3DQuery9(Direct3DDevice9 *device, D3DQUERYTYPE type);
41 long __stdcall GetDevice(IDirect3DDevice9 **device);
49 Direct3DDevice9 *const device; member in class:D3D9::Direct3DQuery9
H A DDirect3DVertexShader9.hpp31 Direct3DVertexShader9(Direct3DDevice9 *device, const unsigned long *shaderToken);
41 long __stdcall GetDevice(IDirect3DDevice9 **device);
49 Direct3DDevice9 *const device; member in class:D3D9::Direct3DVertexShader9
H A DDirect3DSwapChain9.hpp33 Direct3DSwapChain9(Direct3DDevice9 *device, D3DPRESENT_PARAMETERS *presentParameters);
48 long __stdcall GetDevice(IDirect3DDevice9 **device);
64 Direct3DDevice9 *const device; member in class:D3D9::Direct3DSwapChain9
/external/webrtc/talk/media/devices/
H A Ddummydevicemanager_unittest.cc62 Device device; local
65 cricket::DeviceManagerInterface::kDefaultDeviceName, &device));
66 EXPECT_EQ("-1", device.id);
68 cricket::DeviceManagerInterface::kDefaultDeviceName, &device));
69 EXPECT_EQ("-1", device.id);
70 EXPECT_FALSE(dm.GetAudioInputDevice("_NOT A REAL DEVICE_", &device));
71 EXPECT_FALSE(dm.GetAudioOutputDevice("_NOT A REAL DEVICE_", &device));
74 // Test that we get the video capture device by name properly.
77 Device device; local
79 EXPECT_FALSE(dm.GetVideoCaptureDevice("_NOT A REAL DEVICE_", &device));
[all...]
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsMakeUtil.hpp39 vk::Move<vk::VkCommandPool> makeCommandPool (const vk::DeviceInterface& vk, const vk::VkDevice device, const deUint32 queueFamilyIndex);
40 vk::Move<vk::VkCommandBuffer> makeCommandBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkCommandPool commandPool);
41 vk::Move<vk::VkDescriptorSet> makeDescriptorSet (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkDescriptorPool descriptorPool, const vk::VkDescriptorSetLayout setLayout);
42 vk::Move<vk::VkPipelineLayout> makePipelineLayout (const vk::DeviceInterface& vk, const vk::VkDevice device);
43 vk::Move<vk::VkPipelineLayout> makePipelineLayout (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkDescriptorSetLayout descriptorSetLayout);
44 vk::Move<vk::VkPipeline> makeComputePipeline (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineLayout pipelineLayout, const vk::VkShaderModule shaderModule, const vk::VkSpecializationInfo* specInfo);
45 vk::Move<vk::VkFramebuffer> makeFramebuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkRenderPass renderPass, const deUint32 attachmentCount, const vk::VkImageView* pAttachments, const deUint32 width, const deUint32 height, const deUint32 layers = 1u);
49 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkImage image, const vk::MemoryRequirement requirement);
50 de::MovePtr<vk::Allocation> bindBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkBuffer buffer, const vk::MemoryRequirement requirement);
52 void submitCommandsAndWait (const vk::DeviceInterface& vk, const vk::VkDevice device, cons
54 makeBuffer(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkBufferCreateInfo& createInfo) argument
59 makeImage(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkImageCreateInfo& createInfo) argument
[all...]
/external/libdrm/tests/
H A Ddrmdevice.c33 print_device_info(drmDevicePtr device, int i) argument
35 printf("device[%i]\n", i);
36 printf("\tavailable_nodes %04x\n", device->available_nodes);
39 if (device->available_nodes & 1 << j)
40 printf("\t\tnodes[%d] %s\n", j, device->nodes[j]);
42 printf("\tbustype %04x\n", device->bustype);
44 if (device->bustype == DRM_BUS_PCI) {
46 printf("\t\t\tdomain\t%04x\n",device->businfo.pci->domain);
47 printf("\t\t\tbu\t%02x\n", device->businfo.pci->bus);
48 printf("\t\t\tde\t%02x\n", device
68 drmDevicePtr device; local
[all...]
/external/libdrm/tests/tegra/
H A Dopenclose.c40 const char *device; local
44 device = default_device;
46 device = argv[1];
48 fd = open(device, O_RDWR);
/external/llvm/
H A Dllvm-device-build.mk51 $(LLVM_ROOT_PATH)/device/include \
57 define transform-device-td-to-out
63 -I $(LLVM_ROOT_PATH)/device/include \
/external/mesa3d/src/gbm/main/
H A Dcommon.c42 struct udev_device *device; local
50 device = udev_device_new_from_devnum(udev, 'c', buf.st_rdev);
51 if (device == NULL) {
53 "gbm: could not create udev device for fd %d", fd);
57 return device;
64 struct udev_device *device; local
69 device = _gbm_udev_device_new_from_fd(udev, fd);
70 if (device == NULL)
73 const_device_name = udev_device_get_devnode(device);
79 udev_device_unref(device);
[all...]

Completed in 498 milliseconds

1234567891011>>