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

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/ld/emultempl/
scoreelf.em 49 /* The score backend needs special fields in the output hash structure.
  /external/elfutils/
NEWS 256 libebl: i386 backend fix for multi-register integer return value location.
342 libebl: sparc backend fixes;
343 some more arm backend support
376 libebl: backend fixes for i386 TLS relocs; backend support for NT_386_IOPERM
403 elflint: backend improvements for sparc, alpha
436 libebl: powerpc backend support for Altivec registers
459 libebl: backend improvements for sparc, alpha, powerpc
494 libebl: sparc backend support for return value location
496 libebl, libdwfl: backend register name support extended with more inf
    [all...]
  /external/elfutils/config/
elfutils.spec.in 418 - libebl: i386 backend fix for multi-register integer return value
486 - libebl: sparc backend fixes; some more arm backend support
509 - libebl: backend fixes for i386 TLS relocs; backend support for
528 - elflint: backend improvements for sparc, alpha
550 - libebl: powerpc backend support for Altivec registers
566 - libebl: backend improvements for sparc, alpha, powerpc
586 - libebl: sparc backend support for return value location
587 - libebl, libdwfl: backend register name support extended with more inf
    [all...]
  /external/libcups/cups/
api-filter.shtml 2 Filter and backend programming introduction for CUPS.
46 output. The backend is the last filter in the chain and writes to the
67 <p>If you are developing a backend that runs as root, make sure to check for
82 macOS, for example, no backend may write to a user's home directory. See the <a href="#SANDBOXING">Sandboxing on macOS</a> section for more information.</p>
94 <p>Filters and backends may also receive <code>SIGPIPE</code> when an upstream or downstream filter/backend exits with a non-zero status. Developers should generally ignore <code>SIGPIPE</code> at the beginning of <code>main()</code> with the following function call:</p>
444 <p>When reporting string values using "ATTR:" messages, a filter or backend must take special care to appropriately quote those values. The scheduler uses the CUPS option parsing code for attributes, so the general syntax is:</p>
480 <p>The IPP backend includes a <var>quote_string</var> function that may be used to properly quote a complex value in an "ATTR:" message:</p>
657 <h3><a name="COMMUNICATING_BACKEND">Communicating with the Backend</a></h3>
659 <p>Filters can communicate with the backend via the
666 polls the backend for back-channel data:</p
    [all...]
api-overview.shtml 89 <p>If you are developing a print filter, driver, or backend, see the
90 <a href="api-filter.html" target="_top">Filter and Backend Programming</a>
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
msr_power_monitor.py 35 def __init__(self, backend):
37 self._backend = backend
  /external/clang/test/Driver/
lto.c 6 // CHECK-COMPILE-ACTIONS: 3: backend, {2}, lto-bc
14 // CHECK-COMPILELINK-ACTIONS: 3: backend, {2}, lto-bc
  /external/curl/winbuild/
BUILD.WINDOWS.txt 94 backend will be WinSSL (Windows SSPI, more specifically Schannel), the native
98 earlier versions of Windows you should choose another SSL backend like OpenSSL.
  /external/eigen/bench/
sparse_cholesky.cpp 63 template<int Backend>
69 SparseLLT<EigenSparseSelfAdjointMatrix,Backend> chol(sm1, flags);
  /external/elfutils/backends/
ppc_symbol.c 39 #define BACKEND ppc_
165 /* Check if backend uses a bss PLT in this file. */
s390_corenote.c 41 # define BACKEND s390_
44 # define BACKEND s390x_
x86_64_corenote.c 42 # define BACKEND x86_64_
45 # define BACKEND x32_
  /external/elfutils/tests/
allregs.c 168 result ? dwfl_errmsg (-1) : "no backend registers known");
197 result ? dwfl_errmsg (-1) : "no backend registers known");
  /external/freetype/include/freetype/
ftadvanc.h 115 /* if the corresponding font backend doesn't have a quick way to */
165 /* if the corresponding font backend doesn't have a quick way to */
  /external/google-breakpad/src/tools/solaris/dump_syms/testdata/
dump_syms_regtest.o 
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 17 (** [initialize ()] initializes the backend corresponding to the host.
19 that there is no such backend or it is unable to emit object code
  /external/llvm/docs/TableGen/
BackEnds.rst 13 backend to print this out in a way that is meaningful to the user (normally a
33 finally why it needed a new backend (in case there's something similar).
35 Overall, each backend will take the same TableGen file type and transform into
86 **Purpose**: This tablegen backend is responsible for emitting a description of a target
100 **Purpose**: This tablegen backend is responsible for emitting a description of the target
191 **Purpose**: This tablegen backend emits code for use by the "fast"
226 **Purpose**: This tablegen backend emits an index of definitions in ctags(1)
425 about any particular backend, except maybe ``-print-enums`` as an example. This
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 11 // the backend may emit during code generation, and also some helper functions.
23 /// the backend can emit. The various long double types cannot be merged,
  /external/llvm/lib/Target/SystemZ/
README.txt 2 // Random notes about and ideas for the SystemZ backend.
5 The initial backend is deliberately restricted to z10. We should add support
  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 30 // There is no need to change the IR, since backend will emit sqrt
66 // Add attribute "readnone" so that backend can use a native sqrt instruction
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumdxgi.idl 125 void GalliumDXGIUseX11Display(struct _XDisplay* dpy, IGalliumDXGIBackend* backend);
130 void GalliumDXGIUseHDC(HDC hdc, IGalliumDXGIGDIBackend* backend);
  /external/pdfium/
README.md 84 pdf_use_skia = false # Set true to enable experimental skia backend.
85 pdf_use_skia_paths = false # Set true to enable experimental skia backend (paths only).
  /external/pdfium/third_party/freetype/include/freetype/
ftadvanc.h 115 /* if the corresponding font backend doesn't have a quick way to */
165 /* if the corresponding font backend doesn't have a quick way to */
  /external/selinux/libselinux/src/
label_media.c 2 * Media contexts backend for labeling system
151 * Backend interface routines
label_x.c 2 * Media contexts backend for X contexts
178 * Backend interface routines

Completed in 817 milliseconds

<<21222324252627282930>>