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

<<31323334353637383940>>

  /toolchain/binutils/binutils-2.25/bfd/
som.h 36 /* The SOM BFD backend doesn't currently use anything from these
209 should be internal to the BFD backend.
  /external/libcups/cups/
Makefile 35 backend.o \
113 backend.h \
375 -e 'cups_debug|Apple|BackChannel|Backend|FileCheck|Filter|GSSService|SetNegotiate|SideChannel' \
625 --title "Filter and Backend Programming" \
629 backchannel.c backend.h backend.c sidechannel.c sidechannel.h \
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CallingConv.td 109 // This is the root return-value convention for the X86-32 backend.
117 // This is the root return-value convention for the X86-64 backend.
126 // This is the return-value convention used for the entire X86 backend.
375 // This is the root argument convention for the X86-32 backend.
386 // This is the root argument convention for the X86-64 backend.
397 // This is the argument convention used for the entire X86 backend.
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
llvm-config.in.in 37 # Must pretend x86_64 architecture is really x86, otherwise the native backend
199 backend Either a native backend or the C backend.
343 $NAME_MAP{'backend'} = have_native_backend() ? ['native'] : ['cbackend'];
348 # Return true if we have a native backend to use.
  /external/harfbuzz_ng/
NEWS 120 - More CoreText backend crash fixes with OS X 10.9.5.
132 - DirectWrite backend improvements. Note: this backend is for testing ONLY.
133 - CoreText backend improvements with unreachable fonts.
156 - DirectWrite backend improvements. Note: DirectWrite backend is
403 - Fix Uniscribe backend font-size scaling.
527 - Major hb-coretext fixes. That backend is complete now, including
661 - Fix graphite2 backend cluster mapping [crasher!]
735 - Avoid font fallback in CoreText backend
    [all...]
  /toolchain/binutils/binutils-2.25/gas/doc/
internals.texi 88 responsible for setting it when a symbol is used in backend routines.
772 * CPU backend:: Writing a CPU backend
773 * Object format backend:: Writing an object format backend
777 @node CPU backend
778 @subsection Writing a CPU backend
779 @cindex CPU backend
782 The CPU backend files are the heart of the assembler. They are the only parts
787 backend files. You may define a large number of additional macros in the CP
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c     [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 240 /// \brief Specialized handler for unsupported backend feature diagnostic.
294 /// InlineAsmDiagHandler2 - This function is invoked when the backend hits an
343 // Otherwise, report the backend issue as occurring in the generated .s file.
399 // Otherwise, report the backend diagnostic as occurring in the generated
576 /// \brief This function is invoked when the backend needs
654 // Report the backend message using the usual diagnostic mechanism.
800 // For ThinLTO backend invocations, ensure that the context
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 1 //===- lib/MC/MCAssembler.cpp - Assembler Backend Implementation ----------===//
200 : Context(Context_), Backend(Backend_), Emitter(Emitter_), Writer(Writer_),
248 bool IsPCRel = Backend.getFixupKindInfo(
291 bool ShouldAlignPC = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
566 llvm::errs() << "assembler backend - pre-layout\n--\n";
599 llvm::errs() << "assembler backend - post-relaxation\n--\n";
606 llvm::errs() << "assembler backend - final-layout\n--\n";
  /external/llvm/tools/gold/
gold-plugin.cpp 119 /// ThinLTO backend instantiation.
185 // If false, all ThinLTO backend compilations through code gen are performed
187 // gold. If true, write individual backend index files which reflect
189 // that the build system will launch the backend processes.
196 // Option to control where files for a distributed backend (the individual
874 /// a unique and identifiable save-temps output file for each ThinLTO backend.
    [all...]
  /external/skia/bench/
nanobench.cpp 144 if (Benchmark::kRaster_Backend == config.backend) {
212 if (this->context->backend() == kOpenGL_GrBackend) {
445 #define CPU_CONFIG(name, backend, color, alpha, colorSpace) \
448 SkString(#name), Benchmark::backend, color, alpha, colorSpace, \
491 if (!bench->isSuitableFor(config.backend)) {
500 switch (config.backend) {
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 351 /* D10V backend magic number. Written in the absence of an ABI. */
354 /* D30V backend magic number. Written in the absence of an ABI. */
360 /* Cygnus PowerPC ELF backend. Written in the absence of an ABI. */
363 /* Alpha backend magic number. Written in the absence of an ABI. */
366 /* Cygnus M32R ELF backend. Written in the absence of an ABI. */
369 /* V850 backend magic number. Written in the absense of an ABI. */
372 /* old S/390 backend magic number. Written in the absence of an ABI. */
380 /* mn10200 and mn10300 backend magic numbers.
398 /* Old Sunplus S+core7 backend magic number. Written in the absence of an ABI. */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtpd.py 41 # has a hierarchy of classes which implement the backend functionality for the
44 # SMTPServer - the base class for the backend. Raises NotImplementedError
51 # SMTP errors from the backend server at all. This should be fixed
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
70 # - handle error codes from the backend smtpd
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.platform.desktop_platform_backend.html 187 whether&nbsp;this&nbsp;platform&nbsp;backend&nbsp;supports&nbsp;the&nbsp;device.<br>
188 If&nbsp;device&nbsp;is&nbsp;None,&nbsp;this&nbsp;constructor&nbsp;returns&nbsp;the&nbsp;host&nbsp;platform&nbsp;backend<br>
198 <dl><dt><a name="DesktopPlatformBackend-IsPlatformBackendForHost"><strong>IsPlatformBackendForHost</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Returns&nbsp;whether&nbsp;this&nbsp;platform&nbsp;backend&nbsp;is&nbsp;the&nbsp;platform&nbsp;backend&nbsp;to&nbsp;be&nbsp;used<br>
201 <dl><dt><a name="DesktopPlatformBackend-SupportsDevice"><strong>SupportsDevice</strong></a>(cls, device)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Returns&nbsp;whether&nbsp;this&nbsp;platform&nbsp;backend&nbsp;supports&nbsp;intialization&nbsp;from&nbsp;the<br>
telemetry.internal.platform.linux_based_platform_backend.html 232 whether&nbsp;this&nbsp;platform&nbsp;backend&nbsp;supports&nbsp;the&nbsp;device.<br>
233 If&nbsp;device&nbsp;is&nbsp;None,&nbsp;this&nbsp;constructor&nbsp;returns&nbsp;the&nbsp;host&nbsp;platform&nbsp;backend<br>
243 <dl><dt><a name="LinuxBasedPlatformBackend-IsPlatformBackendForHost"><strong>IsPlatformBackendForHost</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Returns&nbsp;whether&nbsp;this&nbsp;platform&nbsp;backend&nbsp;is&nbsp;the&nbsp;platform&nbsp;backend&nbsp;to&nbsp;be&nbsp;used<br>
246 <dl><dt><a name="LinuxBasedPlatformBackend-SupportsDevice"><strong>SupportsDevice</strong></a>(cls, device)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Returns&nbsp;whether&nbsp;this&nbsp;platform&nbsp;backend&nbsp;supports&nbsp;intialization&nbsp;from&nbsp;the<br>
telemetry.internal.platform.platform_backend.html 179 whether&nbsp;this&nbsp;platform&nbsp;backend&nbsp;supports&nbsp;the&nbsp;device.<br>
180 If&nbsp;device&nbsp;is&nbsp;None,&nbsp;this&nbsp;constructor&nbsp;returns&nbsp;the&nbsp;host&nbsp;platform&nbsp;backend<br>
190 <dl><dt><a name="PlatformBackend-IsPlatformBackendForHost"><strong>IsPlatformBackendForHost</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Returns&nbsp;whether&nbsp;this&nbsp;platform&nbsp;backend&nbsp;is&nbsp;the&nbsp;platform&nbsp;backend&nbsp;to&nbsp;be&nbsp;used<br>
193 <dl><dt><a name="PlatformBackend-SupportsDevice"><strong>SupportsDevice</strong></a>(cls, device)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Returns&nbsp;whether&nbsp;this&nbsp;platform&nbsp;backend&nbsp;supports&nbsp;intialization&nbsp;from&nbsp;the<br>
telemetry.internal.platform.posix_platform_backend.html 207 whether&nbsp;this&nbsp;platform&nbsp;backend&nbsp;supports&nbsp;the&nbsp;device.<br>
208 If&nbsp;device&nbsp;is&nbsp;None,&nbsp;this&nbsp;constructor&nbsp;returns&nbsp;the&nbsp;host&nbsp;platform&nbsp;backend<br>
218 <dl><dt><a name="PosixPlatformBackend-IsPlatformBackendForHost"><strong>IsPlatformBackendForHost</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Returns&nbsp;whether&nbsp;this&nbsp;platform&nbsp;backend&nbsp;is&nbsp;the&nbsp;platform&nbsp;backend&nbsp;to&nbsp;be&nbsp;used<br>
221 <dl><dt><a name="PosixPlatformBackend-SupportsDevice"><strong>SupportsDevice</strong></a>(cls, device)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Returns&nbsp;whether&nbsp;this&nbsp;platform&nbsp;backend&nbsp;supports&nbsp;intialization&nbsp;from&nbsp;the<br>
  /external/elfutils/libebl/
eblopenbackend.c 1 /* Generate ELF backend handle.
255 /* Find an appropriate backend for the file associated with ELF. */
395 /* Find an appropriate backend for the file associated with ELF. */
415 /* Find backend without underlying ELF file. */
423 /* Find backend with given emulation name. */
  /external/libvorbis/doc/
stereo.html 99 residue backend type 2, and the second is <em>square polar
274 residue backend #0 or residue backend #1 will result in bitrate
281 this reason, Vorbis implements residue backend #2 which pre-interleaves
285 each vector to be coded by the vector quantization backend consists of
  /external/skia/include/gpu/
GrTypes.h 196 * Backend-specific 3D context handle
774 * The GrContext's cache of backend context state can be partially invalidated.
775 * These enums are specific to the GL backend and we'd add a new set for an alternative backend.
830 * This value translates to reseting all the context state for any backend.
  /external/wpa_supplicant_8/wpa_supplicant/
android.config 178 # Select control interface backend for external programs, e.g, wpa_cli:
221 # Select configuration backend:
224 # select the backend that allows configuration files to be used)
502 # Password (and passphrase, etc.) backend for external storage
507 # External password backend for testing purposes (developer use)
defconfig 190 # Select control interface backend for external programs, e.g, wpa_cli:
233 # Select configuration backend:
236 # select the backend that allows configuration files to be used)
510 # Password (and passphrase, etc.) backend for external storage
515 # External password backend for testing purposes (developer use)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 41 # has a hierarchy of classes which implement the backend functionality for the
44 # SMTPServer - the base class for the backend. Raises NotImplementedError
51 # SMTP errors from the backend server at all. This should be fixed
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
70 # - handle error codes from the backend smtpd
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtpd.py 41 # has a hierarchy of classes which implement the backend functionality for the
44 # SMTPServer - the base class for the backend. Raises NotImplementedError
51 # SMTP errors from the backend server at all. This should be fixed
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
70 # - handle error codes from the backend smtpd
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 41 # has a hierarchy of classes which implement the backend functionality for the
44 # SMTPServer - the base class for the backend. Raises NotImplementedError
51 # SMTP errors from the backend server at all. This should be fixed
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
70 # - handle error codes from the backend smtpd

Completed in 1404 milliseconds

<<31323334353637383940>>