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

1 2 3 4 5 6 7 8

  /external/libese/tools/ese_replay/
hw.h 25 struct Hardware {
34 const struct Hardware hw[];
37 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw);
38 void release_hardware(const struct Hardware *hw);
hw.c 31 printf("Supported hardware:\n");
49 void release_hardware(const struct Hardware *hw) {
56 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw) {
59 fprintf(stderr, "Failed to open hardware implementation: %s\n", dlerror());
64 fprintf(stderr, "Failed to find hardware implementation: %s\n", dlerror());
main.c 74 fprintf(stderr, "Unknown hardware name: %s\n", argv[1]);
77 const struct Hardware *hw = &kSupportedHardware.hw[hw_id];
83 fprintf(stderr, "Could not initialize hardware\n");
  /external/skia/tools/skpbench/
_hardware_android.py 7 from _hardware import Hardware
11 class HardwareAndroid(Hardware):
13 Hardware.__init__(self)
56 return Hardware.__enter__(self)
59 Hardware.__exit__(self, exception_type, exception_value, traceback)
75 Hardware.sanity_check(self)
104 Hardware.print_debug_diagnostics(self)
107 Hardware.sleep(self, sleeptime)
_hardware.py 8 class Hardware:
9 """Locks down and monitors hardware for benchmarking.
11 This is a common base for classes that can control the specific hardware
12 we are running on. Its purpose is to lock the hardware into a constant
15 with hardware:
19 the hardware state has not changed.
37 """Raises a HardwareException if any hardware state is not as expected."""
41 """Prints any info that may help improve or debug hardware monitoring."""
45 """Puts the hardware into a resting state for a fixed amount of time."""
50 """Gets thrown when certain hardware state is not what we expect
    [all...]
skpbench.py 11 from _hardware import HardwareException, Hardware
161 def execute(self, hardware):
162 hardware.sanity_check()
183 hardware.sanity_check()
185 elif hardware.filter_line(message.value):
189 hardware.sanity_check()
233 def run_benchmarks(configs, skps, hardware, resultsfile=None):
242 skpbench.execute(hardware)
264 hardware.print_debug_diagnostics()
269 hardware.sleep(exception.sleeptime
    [all...]
  /external/valgrind/gdbserver_tests/
mcwatchpoints.stdoutB.exp 5 Hardware read watchpoint 2: undefined[0]
6 Hardware access (read/write) watchpoint 3: undefined[4]
7 Hardware watchpoint 4: undefined[8]
8 Hardware read watchpoint 5: undefined[9]
9 Hardware access (read/write) watchpoint 6: undefined[9]
10 Hardware watchpoint 7: undefined[9]
12 Hardware read watchpoint 2: undefined[0]
17 Hardware access (read/write) watchpoint 3: undefined[4]
22 Hardware access (read/write) watchpoint 3: undefined[4]
28 Hardware watchpoint 4: undefined[8
    [all...]
mcclean_after_fork.stdoutB.exp 7 Hardware read watchpoint 4: mem
9 Hardware read watchpoint 4: mem
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpMain.c 102 @param TargetHwAddress Pointer to a hardware address to add (or deny).
168 // Fill the hardware address part in the MatchAddress.
170 MatchAddress[Hardware].Type = SnpMode->IfType;
171 MatchAddress[Hardware].Length = (UINT8) SnpMode->HwAddressSize;
172 MatchAddress[Hardware].AddressPtr = TargetHwAddress;
189 &MatchAddress[Hardware]
201 &MatchAddress[Hardware]
255 &MatchAddress[Hardware],
286 are protocol address pairs and hardware address pairs.
295 hardware protocol addresses.
    [all...]
ArpImpl.c 128 // The hardware type or the hardware address length doesn't match.
142 SenderAddress[Hardware].Type = Head->HwType;
143 SenderAddress[Hardware].Length = Head->HwAddrLen;
144 SenderAddress[Hardware].AddressPtr = ArpAddress.SenderHwAddr;
156 &SenderAddress[Hardware]
160 // This address (either hardware or protocol address, or both) is configured to
220 ArpFillAddressInCacheEntry (CacheEntry, &SenderAddress[Hardware], NULL);
234 // Add the triplet <protocol type, sender protocol address, sender hardware address>
263 &SenderAddress[Hardware],
    [all...]
ArpImpl.h 208 Hardware,
282 @param TargetHwAddress Pointer to a hardware address to add (or deny).
324 are protocol address pairs and hardware address pairs.
333 hardware protocol addresses.
370 Set to FALSE to delete matching hardware
416 @param TargetHwAddress Pointer to the buffer for the resolved hardware
504 @param[in] HardwareAddress Pointer to the hardware address.
524 @param[in] HardwareAddress Pointer to the hardware address to match.
557 @param[in] SwAddr Pointer to the hardware address.
591 hardware address.
    [all...]
  /frameworks/base/libs/hwui/hwui/
Bitmap.h 33 Hardware,
94 return mPixelStorageType == PixelStorageType::Hardware;
129 } hardware; member in union:android::Bitmap::__anon40786
Bitmap.cpp 206 , mPixelStorageType(PixelStorageType::Hardware) {
207 mPixelStorage.hardware.buffer = buffer;
232 case PixelStorageType::Hardware:
233 auto buffer = mPixelStorage.hardware.buffer;
235 mPixelStorage.hardware.buffer = nullptr;
259 case PixelStorageType::Hardware:
317 return mPixelStorage.hardware.buffer;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
htm.d 3 #name: Hardware Transactional Memory (HTM) tests
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 27 import com.android.sdklib.devices.Hardware;
307 Hardware hardware = device.getDefaultHardware(); local
308 if (hardware != null) {
309 Screen screen = hardware.getScreen();
325 Hardware hardware = device.getDefaultHardware(); local
326 if (hardware != null) {
327 Screen screen = hardware.getScreen();
  /external/syslinux/com32/modules/
prdhcp.c 123 " cip:%08X\n", p->opcode, p->Hardware, p->Hardlen, p->Gatehops,
  /external/walt/
README.md 29 * Hardware build instructions can be found in this repository under `hardware/`.
  /compatibility/cdd/7_hardware-compatibility/
7_9_virtual-reality.md 30 to declare the `android.hardware.vr.high_performance` feature flag, they:
32 * [H-1-1] MUST declare the `android.hardware.vr.high_performance`
36 for longer user periods through the `android.hardware.vr.high_performance`
43 * [C-1-5] MUST support Vulkan Hardware Level 0 and SHOULD support
44 Vulkan Hardware Level 1.
91 `android.hardware.sensor.hifi_sensors` feature and MUST meet the gyroscope,
93 `android.hardware.hifi_sensors`.
  /frameworks/base/media/java/android/media/tv/
TvInputManager.java 89 * A demux device of DVB API for controlling the filters of DVB hardware/software.
99 * A frontend device of DVB API for controlling the tuner and DVB demodulator hardware.
229 * normal operation mode. It is mostly relevant to hardware inputs such as HDMI input.
230 * Non-hardware inputs are considered connected all the time.
240 * or low power mode. It is mostly relevant to hardware inputs such as HDMI input and Component
250 * mostly relevant to hardware inputs such as HDMI input.
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
apic.asl 222 [0004] Local GIC Hardware ID : 00000000
facp.asl 110 Hardware Reduced (V5) : 1
  /external/autotest/docs/
test-that.md 19 launch jobs in the ChromeOS Hardware Lab (or against a local Autotest instance
  /sdk/find_java/
find_java.bat 32 %sys_32%\reg query "HKLM\Hardware\Description\System\CentralProcessor\0"^
  /external/syslinux/com32/include/syslinux/
pxe_api.h 67 uint8_t Hardware;
  /external/syslinux/gpxe/src/arch/i386/include/
pxe_api.h 326 /** NIC hardware type.
330 UINT8_t Hardware;
    [all...]

Completed in 402 milliseconds

1 2 3 4 5 6 7 8