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

  /external/valgrind/main/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]
9 Hardware read watchpoint 2: undefined[0]
14 Hardware access (read/write) watchpoint 3: undefined[4]
19 Hardware access (read/write) watchpoint 3: undefined[4]
25 Hardware watchpoint 4: undefined[8]
mcclean_after_fork.stdoutB.exp 7 Hardware read watchpoint 4: mem
9 Hardware read watchpoint 4: mem
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILDevice.cpp 101 return AMDGPUDeviceInfo::Hardware;
120 return getExecutionMode(Mode) == AMDGPUDeviceInfo::Hardware;
AMDILDeviceInfo.h 21 // Each Capabilities can be executed using a hardware instruction,
28 Hardware // This execution mode is set if the feature exists
29 // natively in hardware
52 // Debug mode implies that no hardware features or optimizations
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDevice.cpp 101 return AMDGPUDeviceInfo::Hardware;
120 return getExecutionMode(Mode) == AMDGPUDeviceInfo::Hardware;
AMDILDeviceInfo.h 21 // Each Capabilities can be executed using a hardware instruction,
28 Hardware // This execution mode is set if the feature exists
29 // natively in hardware
52 // Debug mode implies that no hardware features or optimizations
  /external/chromium_org/chrome/browser/metrics/
metrics_log.h 185 void WriteBluetoothProto(metrics::SystemProfileProto::Hardware* hardware);
metrics_log.cc 79 typedef SystemProfileProto::Hardware::Bluetooth::PairedDevice PairedDevice;
331 void WriteScreenDPIInformationProto(SystemProfileProto::Hardware* hardware) {
337 hardware->set_max_dpi_x(si.max_dpi_x);
338 hardware->set_max_dpi_y(si.max_dpi_y);
723 SystemProfileProto::Hardware* hardware = system_profile->mutable_hardware(); local
724 hardware->set_cpu_architecture(base::SysInfo::OperatingSystemArchitecture());
725 hardware->set_system_ram_mb(base::SysInfo::AmountOfPhysicalMemoryMB());
727 hardware->set_dll_base(reinterpret_cast<uint64>(&__ImageBase))
    [all...]
metrics_log_unittest.cc 236 const metrics::SystemProfileProto::Hardware& hardware = local
237 system_profile.hardware();
238 EXPECT_EQ(kScreenWidth, hardware.primary_screen_width());
239 EXPECT_EQ(kScreenHeight, hardware.primary_screen_height());
240 EXPECT_EQ(kScreenScaleFactor, hardware.primary_screen_scale_factor());
241 EXPECT_EQ(kScreenCount, hardware.screen_count());
243 EXPECT_TRUE(hardware.has_cpu());
244 EXPECT_TRUE(hardware.cpu().has_vendor_name());
245 EXPECT_TRUE(hardware.cpu().has_signature())
    [all...]
  /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;
306 Hardware hardware = device.getDefaultHardware(); local
307 if (hardware != null) {
308 Screen screen = hardware.getScreen();
324 Hardware hardware = device.getDefaultHardware(); local
325 if (hardware != null) {
326 Screen screen = hardware.getScreen();
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
PssmShadowRenderer.java 81 * Bilinear filtering is used. Has the potential of being hardware
115 Hardware;
201 setCompareMode(CompareMode.Hardware);
229 if (compareMode == CompareMode.Hardware) {
257 if (compareMode == CompareMode.Hardware) {
272 postshadowMat.setBoolean("HardwareShadows", compareMode == CompareMode.Hardware);
  /external/libnfc-nci/
Android.mk 51 # Build shared library system/lib/hw/nfc_nci.*.so for Hardware Abstraction Layer.
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBrickTower.java 120 bsr.setCompareMode(CompareMode.Hardware);
TestHoveringTank.java 121 pssmr.setCompareMode(CompareMode.Hardware);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestPssmShadow.java 145 pssmRenderer.setCompareMode(hardwareShadows ? CompareMode.Hardware : CompareMode.Software);
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeTower.java 134 bsr.setCompareMode(CompareMode.Hardware);
  /external/oprofile/events/i386/atom/
events 72 event:0xC8 counters:0,1 um:zero minimum:6000 name:HW_INT_RCV : Hardware interrupts received
unit_masks 113 0x20 hw Hardware prefetch only
114 0x00 exclude_hw Exclude hardware prefetch
  /external/oprofile/events/x86-64/family10/
unit_masks 125 0x20 Hardware prefetch from data cache
130 0x08 Hardware prefetch from data cache
  /external/libvorbis/doc/
01-introduction.tex 123 \subsubsection{Hardware Profile}
  /frameworks/base/docs/html/training/
training_toc.cs 295 "How to respond to hardware audio key presses, request audio focus
309 Dealing with Audio Output Hardware
320 photos or control the camera hardware directly and build your own camera app."
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /external/qemu-pc-bios/bochs/bios/
rombios.c 43 // $ef57 ; INT 0Eh Diskette Hardware ISR Entry Point
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 3313 milliseconds