HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 301 - 325 of 2151) sorted by null

<<11121314151617181920>>

  /external/elfutils/backends/
ia64_init.c 1 /* Initialization of IA-64 specific backend library.
34 #define BACKEND ia64_
ppc_init.c 1 /* Initialization of PPC specific backend library.
34 #define BACKEND ppc_
sh_init.c 1 /* Initialization of SH specific backend library.
34 #define BACKEND sh_
tilegx_init.c 1 /* Initialization of TILE-Gx specific backend library.
33 #define BACKEND tilegx_
  /external/iptables/extensions/
libxt_NFLOG.man 3 logging backend to log the packet. This is usually used in combination
4 with nfnetlink_log as logging backend, which will multicast the packet
  /external/mesa3d/src/gallium/drivers/radeon/TargetInfo/
AMDGPUTargetInfo.cpp 19 /// The target for the AMDGPU backend
22 /// Extern function to initialize the targets for the AMDGPU backend
  /external/skia/bench/
nanobench.h 26 Benchmark::Backend backend; member in struct:Config
RTreeBench.cpp 29 bool isSuitableFor(Backend backend) override {
30 return backend == kNonRendering_Backend;
63 bool isSuitableFor(Backend backend) override {
64 return backend == kNonRendering_Backend;
  /external/skia/include/core/
SkCrossContextImageData.h 48 // Point our texture desc at our copy of the backend information
58 // and some backend-specific info (to reconstruct the texture).
SkSurface.h 34 * backend.
82 * Used to wrap a pre-existing backend 3D API texture as a SkSurface. The kRenderTarget flag
193 kFlushRead_BackendHandleAccess, //!< caller may read from the backend object
194 kFlushWrite_BackendHandleAccess, //!< caller may write to the backend object
195 kDiscardWrite_BackendHandleAccess, //!< caller must over-write the entire backend object
210 * Retrieves the backend API handle of the texture used by this surface, or 0 if the surface
219 * Retrieves the backend API handle of the RenderTarget backing this surface. Callers must
252 * will not be reflected in this image. For the GPU-backend, the budgeting
301 * Issue any pending surface IO to the current backend 3D API and resolve any surface MSAA.
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CTargetMachine.h 1 //===-- CTargetMachine.h - TargetMachine for the C backend ------*- C++ -*-===//
10 // This file declares the TargetMachine that is used by the C backend.
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPTargetMachine.h 1 //===-- CPPTargetMachine.h - TargetMachine for the C++ backend --*- C++ -*-===//
10 // This file declares the TargetMachine that is used by the C++ backend.
  /external/swiftshader/third_party/LLVM/utils/TableGen/
ARMDecoderEmitter.h 11 // It contains the tablegen backend declaration ARMDecoderEmitter.
41 ARMDEBackend *Backend;
  /packages/apps/Settings/src/com/android/settings/datausage/
AppStateDataUsageBridge.java 29 DataSaverBackend backend) {
31 mDataSaverBackend = backend;
  /system/core/adb/client/
usb_dispatch.cpp 22 LOG(DEBUG) << "using libusb backend";
25 LOG(DEBUG) << "using native backend";
  /external/clang/test/Driver/
phases.c 6 // BASIC: 3: backend, {2}, assembler
11 // BASIC: 8: backend, {7}, assembler
16 // BASIC: 13: backend, {12}, assembler
26 // BASIC: 23: backend, {22}, assembler
35 // ULI: 3: backend, {2}, assembler
47 // UOF: 3: backend, {2}, assembler
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.h 52 /* Functions that each ctrl_iface backend must implement */
62 * Required to be implemented in each control interface backend.
74 * Required to be implemented in each control interface backend.
87 * Required to be implemented in each control interface backend.
99 * Required to be implemented in each control interface backend.
111 * Required to be implemented in each control interface backend.
  /packages/services/BuiltInPrintService/src/com/android/bips/
LocalPrintJob.java 28 import com.android.bips.ipp.Backend;
54 private final Backend mBackend;
64 LocalPrintJob(BuiltInPrintService printService, Backend backend, PrintJob printJob) {
66 mBackend = backend;
157 if (DEBUG) Log.d(TAG, "Starting backend print of " + mPrintJob);
  /external/skia/tools/flags/
SkCommonFlagsConfig.cpp 35 const char* backend; member in struct:__anon29953
107 helpString.append(" or use extended form 'backend[option=value,...]'.\n");
112 "Extended form: 'backend(option=value,...)'\n\n"
118 "\t Select graphics API to use with gpu backend.\n"
120 "\t\tnative\t\t\tUse platform default OpenGL or OpenGL ES backend.\n"
125 "\t\tangle_d3d9_es2\t\t\tUse OpenGL ES2 on the ANGLE Direct3D9 backend.\n"
126 "\t\tangle_d3d11_es2\t\t\tUse OpenGL ES2 on the ANGLE Direct3D11 backend.\n"
127 "\t\tangle_d3d11_es3\t\t\tUse OpenGL ES3 on the ANGLE Direct3D11 backend.\n"
128 "\t\tangle_gl_es2\t\t\tUse OpenGL ES2 on the ANGLE OpenGL backend.\n"
129 "\t\tangle_gl_es3\t\t\tUse OpenGL ES3 on the ANGLE OpenGL backend.\n
    [all...]
  /external/libevent/
event-internal.h 59 /** Structure to define the backend of a given event_base. */
61 /** The name of this backend. */
63 /** Function to set up an event_base to use this backend. It should
65 * run the backend, and return it. The returned pointer will get
91 /** Bit-array of supported event_method_features that this backend can
155 * if the backend is using changesets. */
172 * backend. */
174 /** Pointer to backend-specific data. */
177 /** List of changes to tell backend about at next dispatch. Only used
181 /** Function pointers used to describe the backend that this event_bas
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
libecoff.h 28 /* This is the backend information kept for ECOFF files. This
29 structure is constant for a particular backend. The first element
30 is the COFF backend data structure, so that ECOFF targets can use
38 /* COFF backend information. This must be the first field. */
62 /* Backend reloc tweaking. */
134 /* TRUE if this BFD was written by the backend linker. */
233 /* Generic ECOFF BFD backend vectors. */
303 /* ecoff_bfd_reloc_type_lookup defined by backend. */
311 /* ecoff_bfd_get_relocated_section_contents defined by backend. */
312 /* ecoff_bfd_relax_section defined by backend. *
    [all...]
libnlm.h 91 /* Backend specific information. This should probably be a pointer,
96 struct /* Alpha backend information. */
133 /* We store some function pointer in the backend structure. This lets
139 /* Signature for this backend. */
143 /* Size of optional prefix for this backend. Some backend may
172 /* To make objcopy to an i386 NLM work, the i386 backend needs a
  /external/autotest/client/common_lib/
software_manager.py 9 implement the given backend class.
97 logging.debug('Package Manager backend: %s' % pm_supported)
106 uses the concept of a backend, a helper class that implements the set of
114 operating system running and initializes the appropriate backend.
119 self.backend = YumBackend()
121 self.backend = ZypperBackend()
123 self.backend = AptBackend()
137 return self.backend.check_installed(name, version, arch)
144 return self.backend.list_all()
153 return self.backend.list_files(name
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockFront.c 46 @param FromBackend Read frontend or backend value.
105 Wait until until the backend has reached the ExpectedState.
108 @param ExpectedState The backend state expected.
111 @return Return XENSTORE_STATUS_SUCCESS if the new backend state is ExpectedState
146 "XenPvBlk: waiting backend state %d, current: %d\n",
204 Status = XenBusReadUint64 (XenBusIo, "backend-id", FALSE, &Value);
206 DEBUG ((EFI_D_ERROR, "XenPvBlk: Failed to get backend-id (%d)\n",
262 // Waiting for backend
267 "XenPvBlk: backend for %a/%d not available, rc=%d state=%d\n",
361 "XenPvBlk: error while waiting for closing backend state: %d\n",
    [all...]
  /external/skia/site/user/api/
canvas.md 10 - [GPU](#gpu) - Skia's GPU-accelerated backend.
14 - [SkXPS](#skxps) - Experimental XPS backend.
15 - [SkSVG](#sksvg) - Experimental XPS backend.
17 Each backend has a unique way of creating a SkCanvas. This page gives
24 The raster backend draws to a block of memory. This memory can be
120 The SkPDF backend uses `SkDocument` instead of `SkSurface`, since
142 The SkPicture backend uses SkPictureRecorder instead of SkSurface.

Completed in 1065 milliseconds

<<11121314151617181920>>