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

1 2

  /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]
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
  /external/chromium_org/components/metrics/gpu/
gpu_metrics_provider.cc 42 void WriteScreenDPIInformationProto(SystemProfileProto::Hardware* hardware) {
48 hardware->set_max_dpi_x(si.max_dpi_x);
49 hardware->set_max_dpi_y(si.max_dpi_y);
67 SystemProfileProto::Hardware* hardware = local
72 SystemProfileProto::Hardware::Graphics* gpu =
73 hardware->mutable_gpu();
78 SystemProfileProto::Hardware::Graphics::PerformanceStatistics*
87 hardware->set_primary_screen_width(display_size.width())
    [all...]
gpu_metrics_provider_unittest.cc 60 const metrics::SystemProfileProto::Hardware& hardware = local
61 uma_proto.system_profile().hardware();
62 EXPECT_EQ(kScreenWidth, hardware.primary_screen_width());
63 EXPECT_EQ(kScreenHeight, hardware.primary_screen_height());
64 EXPECT_EQ(kScreenScaleFactor, hardware.primary_screen_scale_factor());
65 EXPECT_EQ(kScreenCount, hardware.screen_count());
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider.cc 32 typedef SystemProfileProto::Hardware::Bluetooth::PairedDevice PairedDevice;
73 void WriteExternalTouchscreensProto(SystemProfileProto::Hardware* hardware) {
80 SystemProfileProto::Hardware::TouchScreen* touchscreen =
81 hardware->add_external_touchscreen();
161 metrics::SystemProfileProto::Hardware* hardware = local
163 hardware->set_hardware_class(hardware_class_);
166 hardware->set_internal_display_supports_touch(true);
168 hardware->set_internal_display_supports_touch(false)
210 metrics::SystemProfileProto::Hardware* hardware = local
    [all...]
chromeos_metrics_provider_unittest.cc 172 EXPECT_TRUE(system_profile.hardware().has_bluetooth());
174 EXPECT_TRUE(system_profile.hardware().bluetooth().is_present());
175 EXPECT_FALSE(system_profile.hardware().bluetooth().is_enabled());
189 EXPECT_TRUE(system_profile.hardware().has_bluetooth());
191 EXPECT_TRUE(system_profile.hardware().bluetooth().is_present());
192 EXPECT_TRUE(system_profile.hardware().bluetooth().is_enabled());
219 ASSERT_TRUE(system_profile.hardware().has_bluetooth());
222 EXPECT_EQ(2, system_profile.hardware().bluetooth().paired_device_size());
224 typedef metrics::SystemProfileProto::Hardware::Bluetooth::PairedDevice
229 PairedDevice device1 = system_profile.hardware().bluetooth().paired_device(0)
    [all...]
  /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
  /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/libnfc-nci/
Android.mk 53 # Build shared library system/lib/hw/nfc_nci.*.so for Hardware Abstraction Layer.
  /external/chromium_org/components/metrics/
metrics_log.cc 354 SystemProfileProto::Hardware* hardware = system_profile->mutable_hardware(); local
356 // By default, the hardware class is empty (i.e., unknown).
357 hardware->set_hardware_class(std::string());
359 hardware->set_cpu_architecture(base::SysInfo::OperatingSystemArchitecture());
360 hardware->set_system_ram_mb(base::SysInfo::AmountOfPhysicalMemoryMB());
362 hardware->set_dll_base(reinterpret_cast<uint64>(&__ImageBase));
384 SystemProfileProto::Hardware::CPU* cpu = hardware->mutable_cpu();
metrics_log_unittest.cc 126 const metrics::SystemProfileProto::Hardware& hardware = local
127 system_profile.hardware();
129 EXPECT_TRUE(hardware.has_cpu());
130 EXPECT_TRUE(hardware.cpu().has_vendor_name());
131 EXPECT_TRUE(hardware.cpu().has_signature());
  /frameworks/base/media/java/android/media/tv/
TvInputManager.java 553 * Interface used to receive events from Hardware objects.
    [all...]
  /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
  /frameworks/base/docs/html/training/
training_toc.cs 293 "How to respond to hardware audio key presses, request audio focus
307 Dealing with Audio Output Hardware
318 photos or control the camera hardware directly and build your own camera app."
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 123 \subsubsection{Hardware Profile}
  /frameworks/base/docs/html/guide/
guide_toc.cs 342 <li><a href="<?cs var:toroot ?>guide/topics/graphics/hardware-accel.html">
343 <span class="en">Hardware Acceleration</span>
  /external/chromium_org/tools/findit/common/
cacert.pem     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 

Completed in 3682 milliseconds

1 2