HomeSort by relevance Sort by last modified time
    Searched full:abstraction (Results 576 - 600 of 936) sorted by null

<<21222324252627282930>>

  /external/autotest/client/common_lib/
software_manager.py 5 This is an abstraction layer on top of the existing distributions high level
103 Package management abstraction layer.
  /external/e2fsprogs/lib/ext2fs/
icount.c 2 * icount.c --- an efficient inode count abstraction
39 * in the sorted list, to speed up the use of this abstraction by
  /external/protobuf/ruby/ext/google/protobuf_c/
protobuf.h 69 - Ruby's "TypedData" abstraction lets a Ruby VALUE hold a pointer to a C
288 // Native slot storage abstraction.
  /external/skia/site/dev/contrib/
simd.md 13 We're going to wrap low-level platform-specific instrinsics with zero-cost abstractions with interfaces matching Skia's higher-level-but-still-quite-low-level use cases. Skia code will write to this interface _once_, which then compiles to efficient SSE, NEON, or portable code (MIPS is quite TBD, for now group it conceptually under portable code) via platform-specific backends. The key here is to find the right sweet spot of abstraction that allows us to express the graphical concepts we want in Skia while allowing each of those platform-specific backends flexibility to implement those concepts as efficiently as possible.
58 Building an abstraction layer over 8- and 16-bit fixed point math has proven to be quite a challenge. In fixed point, NEON and SSE again have some overlap, and they could probably be implemented in terms of each other if you were willing to sacrifice performance on SSE in favor of NEON or vice versa. But unlike with floats, where `SkNf` is really a pretty thin veneer over very similar operations, to really get the best performance out of each fixed point instruction set you need to work in rather different idioms.
  /device/linaro/bootloader/arm-trusted-firmware/docs/
porting-guide.md 21 6. [Storage abstraction layer](#6--storage-abstraction-layer)
643 This function is also responsible for initializing the storage abstraction layer
794 This function is also responsible for initializing the storage abstraction layer
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
Serial.c 272 // Open the IO Abstraction(s) needed to perform the supported test
331 // Close the I/O Abstraction(s) used to perform the supported test
440 // Grab the IO abstraction we need to get any work done
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaBus.h 341 ControllerHandle and/or the services from the bus I/O abstraction attached to
356 an I/O abstraction to the driver.
401 an I/O abstraction to the driver.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cBus.c 345 ControllerHandle and/or the services from the bus I/O abstraction attached to
360 an I/O abstraction to the driver.
531 an I/O abstraction to the driver.
    [all...]
  /art/compiler/optimizing/
locations.h 36 * A Location is an abstraction over the potential location
scheduler.h 54 // - The level of abstraction of the IR. It is easier to evaluate scheduling for
  /art/runtime/gc/space/
space.h 142 // Does this space hold large objects and implement the large object space abstraction?
  /art/tools/common/
common.py 230 """Test environment abstraction.
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
TestSensorOperation.java 73 * An interface that defines an abstraction for operations to be performed by the
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
SmmBase.h 19 This file defines SMM Base abstraction protocol defined by the SMM Architecture
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
SerialIo.c 2 Serial IO Abstraction for GDB stub. This allows an EFI consoles that shows up on the system
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
IsaBus.c 211 an I/O abstraction to the driver.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVol.c 4 Layers on top of Firmware Block protocol to produce a file abstraction
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVol.c 3 Layers on top of Firmware Block protocol to produce a file abstraction
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitterGraphics.c 102 @param ModeNumber Abstraction that defines the current video mode.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmartCardReader.h 2 The UEFI Smart Card Reader Protocol provides an abstraction for device to provide
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmmCore.c 3 and the abstraction of the QNC SMI sources.
  /docs/source.android.com/src/devices/audio/
avoiding_pi.jd 110 within the audio Hardware Abstraction Layer (HAL) implementation, e.g. for telephony or echo cancellation
data_formats.jd 34 <a href="https://en.wikipedia.org/wiki/Hardware_abstraction">Hardware Abstraction Layer</a> (HAL).
  /docs/source.android.com/src/devices/
drm.jd 53 <p class="img-caption"><strong>Figure 1.</strong> DRM Hardware Abstraction
  /docs/source.android.com/src/devices/sensors/
sensor-stack.jd 125 <p>The Sensors Hardware Abstraction Layer (HAL) API is the interface between the

Completed in 2872 milliseconds

<<21222324252627282930>>