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
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
State.java 30 private Hardware mHardwareOverride;
80 public Hardware getHardware() {
84 public void setHardware(Hardware hw) {
Hardware.java 29 public class Hardware {
222 public Hardware deepCopy() {
223 Hardware hw = new Hardware();
258 if (!(o instanceof Hardware)) {
261 Hardware hw = (Hardware) o;
Device.java 83 * Returns the default {@link Hardware} configuration for the device. This
84 * is really just a shortcut for getting the {@link Hardware} on the default
87 * @return The default {@link Hardware} for the device.
89 public Hardware getDefaultHardware() {
DeviceParser.java 56 private Hardware mHardware;
86 mHardware = new Hardware();
91 // mState can embed a Hardware instance
DeviceWriter.java 130 /* This returns the XML Element for the given instance of Hardware */
131 private static Element generateHardwareNode(Hardware hw, Document doc) {
133 Element hardware = doc.createElement(PREFIX + DeviceSchema.NODE_HARDWARE); local
135 hardware.appendChild(screen);
161 addElement(doc, hardware, DeviceSchema.NODE_NETWORKING, hw.getNetworking());
162 addElement(doc, hardware, DeviceSchema.NODE_SENSORS, hw.getSensors());
163 addElement(doc, hardware, DeviceSchema.NODE_MIC, Boolean.toString(hw.hasMic()));
167 hardware.appendChild(camera);
174 addElement(doc, hardware, DeviceSchema.NODE_KEYBOARD, hw.getKeyboard().getResourceValue());
175 addElement(doc, hardware, DeviceSchema.NODE_NAV, hw.getNav().getResourceValue())
243 Element hardware = generateHardwareNode(s.getHardware(), doc); local
    [all...]
DeviceManager.java 347 * Returns hardware properties (defined in hardware.ini) as a {@link Map}.
349 * @param s The {@link State} from which to derive the hardware properties.
350 * @return A {@link Map} of hardware properties.
353 Hardware hw = s.getHardware();
382 * Returns the hardware properties defined in
385 * @param d The {@link Device} from which to derive the hardware properties.
386 * @return A {@link Map} of hardware properties.
  /sdk/sdk_common/src/com/android/ide/common/resources/configuration/
DeviceConfigHelper.java 23 import com.android.sdklib.devices.Hardware;
43 Hardware hw = state.getHardware();
  /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/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 229 mutable enum { None, Software, Mixed, Hardware } m_backingStoreState;
PlatformContextSkia.cpp 774 if (m_backingStoreState == Hardware) {
778 // canvas and then composite the results on top of the hardware drawn
779 // results before the next hardware draw or swapBuffers().
783 // away whatever is in the hardware backing store (do a copy instead
787 // Note that we have rendering results in both the hardware and software backing stores.
791 // When we switch back to hardware copy the results, don't composite.
798 // then do a readback so we can hardware draw stuff.
816 // Stuff in software/hardware, composite the software stuff on top of
817 // the hardware stuff.
820 m_backingStoreState = Hardware;
    [all...]
  /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);
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/devices/
DeviceParserTest.java 59 // Test Hardware information
60 Hardware hw = device.getDefaultHardware();
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
DeviceCreationDialog.java 36 import com.android.sdklib.devices.Hardware;
119 // The hardware instance attached to each of the states of the created
121 private Hardware mHardware;
222 generateLabel("Input:", "The input hardware on the given device", parent);
226 mKeyboard = generateButton(inputGroup, "Keyboard", "Presence of a hardware keyboard",
232 mNoNav = generateButton(inputGroup, "No Nav", "No hardware navigation",
253 + "This can be software buttons like on the Galaxy Nexus, or hardware buttons like "
259 mButtons.add("Hardware");
278 "Hardware navigation is available in this state", SWT.CHECK, true, validator);
289 "Hardware navigation is available in this state", SWT.CHECK, true, validator)
    [all...]
AvdCreationDialog.java 30 import com.android.sdklib.devices.Hardware;
387 mGpuEmulation.setToolTipText("Enable hardware OpenGLES emulation");
493 Hardware hw = currentDevice.getDefaultHardware();
    [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
  /tools/build/builder/prebuilts/
sdklib.jar 
  /external/libvorbis/doc/
01-introduction.tex 123 \subsubsection{Hardware Profile}
  /external/qemu-pc-bios/bochs/bios/
rombios.c 43 // $ef57 ; INT 0Eh Diskette Hardware ISR Entry Point
    [all...]

Completed in 1600 milliseconds