HomeSort by relevance Sort by last modified time
    Searched defs:DEVICE (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /system/libvintf/include/vintf/
SchemaType.h 28 DEVICE = 0,
34 "device",
  /cts/libs/vogar-expect/src/vogar/
ModeId.java 20 DEVICE, JVM, ACTIVITY, SIM, HOST;
31 return this == DEVICE || this == ACTIVITY || this == SIM || this == HOST;
  /device/google/contexthub/contexthubhal/
nanohubhal_default.cpp 27 #define DEVICE "Default"
28 #define DEVICE_TAG (DEVICE[0])
46 .name = "Google System Nanohub on " DEVICE,
  /tools/test/connectivity/tools/lab/metrics/
verify_metric.py 27 DEVICE = 'device'
31 """ Gathers device info based on adb output.
39 device: list of phone sn's that are in device mode
52 # Example Line, Device Serial Num TAB Phone Status
61 if phone_state == 'device':
81 self.DEVICE:
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsAccess.java 53 Level.DEVICE,
77 * Access level for apps which can access usage summary of device. Device summary includes
91 * Access level for apps which can access usage for any app on the device, including apps
96 * <li>Device owners.
101 int DEVICE = 3;
118 // Carrier-privileged apps and device owners, and the system can access data usage for
119 // all apps on the device.
120 return NetworkStatsAccess.Level.DEVICE;
148 case NetworkStatsAccess.Level.DEVICE
    [all...]
  /external/ltp/testcases/kernel/device-drivers/zram/
zram03.c 44 #define DEVICE "/dev/zram0"
83 tst_resm(TINFO, "create a zram device with %ld bytes in size.", SIZE);
92 tst_resm(TINFO, "map this zram device into memory.");
93 fd = SAFE_OPEN(cleanup, DEVICE, O_RDWR);
111 tst_resm(TINFO, "verify contents from device.");
112 fd = SAFE_OPEN(cleanup, DEVICE, O_RDONLY);
124 tst_resm(TFAIL, "zram device seems not null terminated");
128 tst_resm(TPASS, "data read from zram device is consistent "
153 "system has no zram device.");
  /external/vogar/src/vogar/
ModeId.java 25 DEVICE,
93 /** Returns {@code true} if execution takes place with a device-mode Android runtime */
95 return this == ModeId.DEVICE || this == ModeId.APP_PROCESS;
104 || ((this == HOST || this == DEVICE) && (variant == Variant.X64));
118 case DEVICE:
139 * Also used to generated the bootclasspath in HOST* and DEVICE* modes.
146 // Order matters. Add device-jars before app-jars.
150 case DEVICE:
  /external/vulkan-validation-layers/demos/smoke/
generate-dispatch-table.py 28 DEVICE = 3
58 return self.DEVICE
412 for cmd, guard in commands_by_types[Command.DEVICE]:
422 for cmd, guard in commands_by_types[Command.DEVICE]:
  /packages/apps/Contacts/src/com/android/contacts/logging/
ListEvent.java 64 public static final int DEVICE = 5;
  /external/linux-kselftest/tools/testing/selftests/ptp/
testptp.c 41 #define DEVICE "/dev/ptp0"
120 " -d name device to open\n"
166 char *device = DEVICE; local
202 device = optarg;
259 fd = open(device, O_RDWR);
261 fprintf(stderr, "opening %s: %s\n", device, strerror(errno));
  /frameworks/native/vulkan/libvulkan/
driver_gen.h 33 DEVICE,
60 PFN_vkVoidFunction checked_proc; // always nullptr for non-device hooks
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DeviceInfoCollector.java 24 import com.android.tradefed.device.DeviceNotAvailableException;
25 import com.android.tradefed.device.ITestDevice;
40 * An {@link ApkInstrumentationPreparer} that collects device info.
51 private static final String DEVICE = "ro.product.device";
71 description = "Whether device info collection should be skipped")
81 @Option(name = "temp-dir", description = "The directory containing host-side device info files")
91 public void setUp(ITestDevice device, IBuildInfo buildInfo) throws TargetSetupError,
94 ABIS_64, BOARD, BRAND, DEVICE, FINGERPRINT, ID, MANUFACTURER, MODEL, PRODUCT,
98 // add device properties to the result with a prefix tag for each ke
    [all...]
DynamicConfigPusher.java 26 import com.android.tradefed.device.DeviceNotAvailableException;
27 import com.android.tradefed.device.ITestDevice;
51 DEVICE,
69 @Option(name = "target", description = "The test target, \"device\" or \"host\"",
99 public void setUp(ITestDevice device, IBuildInfo buildInfo) throws TargetSetupError, BuildError,
104 File localConfigFile = getLocalConfigFile(buildHelper, device);
130 File hostFile = mergeConfigFiles(localConfigFile, apfeConfigInJson, mModuleName, device);
132 if (TestTarget.DEVICE.equals(mTarget)) {
135 if (!device.pushFile(hostFile, deviceDest)) {
138 deviceDest), device.getDeviceDescriptor())
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
PackageManagerHostTestUtils.java 21 import com.android.tradefed.device.DeviceNotAvailableException;
22 import com.android.tradefed.device.IFileEntry;
23 import com.android.tradefed.device.ITestDevice;
51 // Install preference on the device-side
60 DEVICE,
67 * @param device the {@link ITestDevice} to use when performing operations.
70 public PackageManagerHostTestUtils(ITestDevice device)
72 mDevice = device;
77 * Returns the path on the device of forward-locked apps.
79 * @return path of forward-locked apps on the device
    [all...]
  /frameworks/base/core/java/android/os/
Build.java 54 public static final String DEVICE = getString("ro.product.device");
102 * Whether this build was for an emulator device.
123 * <p class="note"><b>Note:</b> Root access may allow you to modify device identifiers, such as
126 * proof of the device's original identifiers.
143 * An ordered list of ABIs supported by this device. The most preferred ABI is the first
151 * An ordered list of <b>32 bit</b> ABIs supported by this device. The most preferred ABI
160 * An ordered list of <b>64 bit</b> ABIs supported by this device. The most preferred ABI
226 * device. This value never changes while a device is booted, but it ma
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
dmfe.c 3 * dmfe.c -- Etherboot device driver for the Davicom
130 #define CHK_IO_SIZE(pci_dev, dev_rev) __CHK_IO_SIZE(((pci_dev)->device << 16) | (pci_dev)->vendor, dev_rev)
133 #define DEVICE net_device
149 u32 chip_id; /* Chip vendor/Device ID */
158 u16 HPNA_timer; /* For HPNA remote device check */
423 txd[db->cur_tx].tdes0 = cpu_to_le32(0x80000000); /* give ownership to device */
460 printf("dmfe.c: Found %s Vendor=0x%hX Device=0x%hX\n",
461 pci->driver_name, pci->vendor, pci->device);
470 db->chip_id = ((u32) pci->device << 16) | pci->vendor;
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha5/
devicelib-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha6/
devicelib-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha7/
devicelib-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.5.0-alpha-preview-02/
devicelib-25.5.0-alpha-preview-02.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0/
devicelib-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha6/
devicelib-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha7/
devicelib-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha9/
devicelib-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta1/
devicelib-26.0.0-beta1.jar 

Completed in 278 milliseconds

1 2 3 4 5 6 7