HomeSort by relevance Sort by last modified time
    Searched refs:Device (Results 1 - 25 of 1894) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bootable/recovery/
default_device.cpp 17 #include "device.h"
20 Device* make_device() {
21 return new Device(new ScreenRecoveryUI);
vr_device.cpp 17 #include "device.h"
20 Device* make_device() {
21 return new Device(new VrRecoveryUI);
wear_device.cpp 17 #include "device.h"
20 Device* make_device() {
21 return new Device(new WearRecoveryUI);
device.cpp 17 #include "device.h"
36 static const Device::BuiltinAction MENU_ACTIONS[] = {
37 Device::REBOOT,
38 Device::REBOOT_BOOTLOADER,
39 Device::APPLY_ADB_SIDELOAD,
40 Device::APPLY_SDCARD,
41 Device::WIPE_DATA,
43 Device::WIPE_CACHE,
45 Device::MOUNT_SYSTEM,
46 Device::VIEW_RECOVERY_LOGS
    [all...]
  /frameworks/rs/
rsDevice.cpp 23 Device::Device() {
27 Device::~Device() {
30 void Device::addContext(Context *rsc) {
34 void Device::removeContext(Context *rsc) {
rsDevice.h 30 class Device {
32 Device();
33 ~Device();
rsApiDevice.cpp 28 Device * d = new Device();
33 // A Device should be destroyed in the destructor of the associated Context.
40 Device * d = static_cast<Device *>(dev);
  /external/tensorflow/tensorflow/core/kernels/
identity_n_op.cc 26 REGISTER_KERNEL_BUILDER(Name("IdentityN").Device(DEVICE_CPU), IdentityNOp);
29 REGISTER_KERNEL_BUILDER(Name("IdentityN").Device(DEVICE_SYCL), IdentityNOp);
32 REGISTER_KERNEL_BUILDER(Name("IdentityN").Device(DEVICE_GPU), IdentityNOp);
no_op.cc 20 REGISTER_KERNEL_BUILDER(Name("NoOp").Device(DEVICE_CPU), NoOp);
21 REGISTER_KERNEL_BUILDER(Name("NoOp").Device(DEVICE_GPU), NoOp);
24 REGISTER_KERNEL_BUILDER(Name("NoOp").Device(DEVICE_SYCL), NoOp);
identity_op.cc 26 REGISTER_KERNEL_BUILDER(Name("Identity").Device(DEVICE_CPU), IdentityOp);
29 REGISTER_KERNEL_BUILDER(Name("StopGradient").Device(DEVICE_CPU), IdentityOp);
32 REGISTER_KERNEL_BUILDER(Name("PreventGradient").Device(DEVICE_CPU), IdentityOp);
36 REGISTER_KERNEL_BUILDER(Name("PlaceholderWithDefault").Device(DEVICE_CPU),
39 REGISTER_KERNEL_BUILDER(Name("RefIdentity").Device(DEVICE_CPU), IdentityOp);
43 REGISTER_KERNEL_BUILDER(Name("DebugGradientIdentity").Device(DEVICE_CPU),
45 REGISTER_KERNEL_BUILDER(Name("DebugGradientRefIdentity").Device(DEVICE_CPU),
51 Name("Identity").Device(DEVICE_SYCL).TypeConstraint<type>("T"), \
54 Name("PreventGradient").Device(DEVICE_SYCL).TypeConstraint<type>("T"), \
57 Name("RefIdentity").Device(DEVICE_SYCL).TypeConstraint<type>("T"),
    [all...]
cwise_op_logical_and.cc 19 REGISTER_KERNEL_BUILDER(Name("LogicalAnd").Device(DEVICE_CPU),
22 REGISTER_KERNEL_BUILDER(Name("LogicalAnd").Device(DEVICE_GPU),
cwise_op_logical_not.cc 19 REGISTER_KERNEL_BUILDER(Name("LogicalNot").Device(DEVICE_CPU),
22 REGISTER_KERNEL_BUILDER(Name("LogicalNot").Device(DEVICE_GPU),
cwise_op_logical_or.cc 19 REGISTER_KERNEL_BUILDER(Name("LogicalOr").Device(DEVICE_CPU),
22 REGISTER_KERNEL_BUILDER(Name("LogicalOr").Device(DEVICE_GPU),
eye_functor.h 23 template <typename Device, typename Scalar>
25 void operator()(const Device& device,
inplace_ops_functor.h 25 template <typename Device>
26 Status DoParallelConcat(const Device& device, const Tensor& value, int32 loc,
resize_bilinear_op.h 26 template <typename Device, typename T>
28 void operator()(const Device& d, typename TTypes<T, 4>::ConstTensor images,
33 template <typename Device, typename T>
35 void operator()(const Device& d,
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/
CPU.asl 24 Device(CPU0) {
28 Device(CPU1) {
32 Device(CPU2) {
36 Device(CPU3) {
40 Device(CPU4) {
44 Device(CPU5) {
48 Device(CPU6) {
52 Device(CPU7) {
56 Device(CPU8) {
60 Device(CPU9) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/Dsdt/
CPU.asl 24 Device(CPU0) {
28 Device(CPU1) {
32 Device(CPU2) {
36 Device(CPU3) {
40 Device(CPU4) {
44 Device(CPU5) {
48 Device(CPU6) {
52 Device(CPU7) {
56 Device(CPU8) {
60 Device(CPU9) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/Dsdt/
CPU.asl 24 Device(CPU0) {
28 Device(CPU1) {
32 Device(CPU2) {
36 Device(CPU3) {
40 Device(CPU4) {
44 Device(CPU5) {
48 Device(CPU6) {
52 Device(CPU7) {
56 Device(CPU8) {
60 Device(CPU9) {
    [all...]
  /external/tensorflow/tensorflow/contrib/periodic_resample/kernels/
periodic_resample_op.cc 22 REGISTER_KERNEL_BUILDER(Name("PeriodicResample").Device(DEVICE_CPU),
  /device/linaro/bootloader/edk2/OvmfPkg/Library/VirtioMmioDeviceLib/
VirtioMmioDeviceFunctions.c 3 This driver produces Virtio Device Protocol instances for Virtio MMIO devices.
28 VIRTIO_MMIO_DEVICE *Device;
34 Device = VIRTIO_MMIO_DEVICE_FROM_VIRTIO_DEVICE (This);
36 *DeviceFeatures = VIRTIO_CFG_READ (Device, VIRTIO_MMIO_OFFSET_HOST_FEATURES);
48 VIRTIO_MMIO_DEVICE *Device;
54 Device = VIRTIO_MMIO_DEVICE_FROM_VIRTIO_DEVICE (This);
56 *QueueNumMax = VIRTIO_CFG_READ (Device, VIRTIO_MMIO_OFFSET_QUEUE_NUM_MAX) & 0xFFFF;
68 VIRTIO_MMIO_DEVICE *Device;
74 Device = VIRTIO_MMIO_DEVICE_FROM_VIRTIO_DEVICE (This);
76 *DeviceStatus = VIRTIO_CFG_READ (Device, VIRTIO_MMIO_OFFSET_STATUS) & 0xFF;
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
device_set.h 23 #include "tensorflow/core/common_runtime/device.h"
37 // Does not take ownership of 'device'.
38 void AddDevice(Device* device);
40 // Set the device designated as the "client". This device
42 void set_client_device(Device* device) {
44 client_device_ = device;
47 // Returns a pointer to the device designated as the "client"
    [all...]
  /external/webrtc/talk/media/devices/
deviceinfo.h 37 bool GetUsbId(const Device& device, std::string* usb_id);
38 bool GetUsbVersion(const Device& device, std::string* usb_version);
  /external/webrtc/talk/media/base/
device.h 35 // Used to represent an audio or video capture or render device.
36 struct Device {
37 Device() {}
38 Device(const std::string& name, int id)
42 Device(const std::string& name, const std::string& id)
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturerfactory.h 39 virtual VideoCapturer* Create(const Device& device);

Completed in 438 milliseconds

1 2 3 4 5 6 7 8 91011>>