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

1 2

  /external/valgrind/memcheck/tests/
mempool2.stderr.exp 2 ------ out of range reads in malloc-backed pool ------
21 ------ out of range reads in mmap-backed pool ------
52 ------ read free in malloc-backed pool ------
64 ------ read free in mmap-backed pool ------
78 ------ double free in malloc-backed pool ------
90 ------ double free in mmap-backed pool ------
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.h 71 * In this situation, the backed surface is the render target while the
74 struct svga_surface *backed; member in struct:svga_surface
svga_surface.c 253 s->backed = NULL;
380 if (!s->backed) {
391 s->backed = svga_surface(backed_view);
394 svga_mark_surface_dirty(&s->backed->base);
398 return s->backed;
523 /* Destroy the backed view surface if it exists */
524 if (s->backed) {
525 svga_surface_destroy(pipe, &s->backed->base);
526 s->backed = NULL;
svga_state_framebuffer.c 227 /* propagate the backed view surface before unbinding it */
228 if (hw->cbufs[i] && svga_surface(hw->cbufs[i])->backed) {
230 &svga_surface(hw->cbufs[i])->backed->base);
238 /* propagate the backed view surface before unbinding it */
239 if (hw->zsbuf && svga_surface(hw->zsbuf)->backed) {
240 svga_propagate_surface(svga, &svga_surface(hw->zsbuf)->backed->base);
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 31 This path is disabled by default as it requires that the MPI library can directly access the pointer to the data. For CPU backed buffers this is no problem, however for GPU backed buffers this requires MPI libraries that are built with CUDA support (CUDA Aware). When using non-CUDA aware MPI libraries and GPU buffers you will get segmentation faults.
  /external/curl/packages/vms/
pcsi_product_gnv_curl.com 95 $! Make sure that the source has been backed up.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
outbuf.go 48 // As Write is backed by a bufio.Writer, callers do not have
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
outbuf.go 48 // As Write is backed by a bufio.Writer, callers do not have
  /compatibility/cdd/9_security-model/
9_9_full-disk-encryption.md 62 * [C-1-7] MUST be cryptographically bound to a hardware-backed Keystore.
98 the device provides a hardware-backed keystore.
  /external/golang-protobuf/proto/
text_parser.go 82 backed bool // whether back() was called
336 func (p *textParser) back() { p.backed = true }
340 if p.backed || p.done {
341 p.backed = false
  /build/soong/ui/logger/
logger.go 157 // file-backed log.
163 // SetOutput controls where the file-backed log will be saved. It will keep
  /external/valgrind/none/tests/
cmdline2.stdout.exp 86 code except that from file-backed mappings
187 --px-file-backed=mode optional setting for file-backed (non-JIT) code
cmdline1.stdout.exp 86 code except that from file-backed mappings
  /prebuilts/go/darwin-x86/src/html/template/
css.go 55 // backed by a new array.
  /prebuilts/go/darwin-x86/src/runtime/
slice.go 17 // An notInHeapSlice is a slice backed by go:notinheap memory.
  /prebuilts/go/linux-x86/src/html/template/
css.go 55 // backed by a new array.
  /prebuilts/go/linux-x86/src/runtime/
slice.go 17 // An notInHeapSlice is a slice backed by go:notinheap memory.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cse.go 274 // backed by the same storage as the input slice.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cse.go 274 // backed by the same storage as the input slice.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 48 /// An Hashtable-backed dictionary that enumerates Keys and Values in
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 176 // backed by this underlying array.
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 176 // backed by this underlying array.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
operand_test.go 315 {"(", ""}, // Issue 12466 - backed up before beginning of line.
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cache/
cache.go 31 // A Cache is a package cache, backed by a file system directory tree.
  /prebuilts/go/darwin-x86/src/syscall/
fs_nacl.go 58 // An fsysFile is the fileImpl implementation backed by the file system.

Completed in 532 milliseconds

1 2