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

1 2 3 45 6 7 8 91011>>

  /external/libcups/cups/
api-filter.header 2 Filter and backend programming header for CUPS.
13 <h1 class='title'>Filter and Backend Programming</h1>
19 <th>cups/backend.h<br>
  /external/skia/bench/
CodecBench.cpp 38 bool CodecBench::isSuitableFor(Backend backend) {
39 return kNonRendering_Backend == backend;
EncoderBench.cpp 45 bool isSuitableFor(Backend backend) override { return backend == kNonRendering_Backend; }
GrMipMapBench.cpp 27 bool isSuitableFor(Backend backend) override {
28 return kGPU_Backend == backend;
PathIterBench.cpp 59 bool isSuitableFor(Backend backend) override {
60 return backend == kNonRendering_Backend;
RecordingBench.cpp 26 bool PictureCentricBench::isSuitableFor(Backend backend) {
27 return backend == kNonRendering_Backend;
TopoSortBench.cpp 23 bool isSuitableFor(Backend backend) override {
24 return kNonRendering_Backend == backend;
DrawLatticeBench.cpp 38 bool isSuitableFor(Backend backend) override {
39 return kRaster_Backend == backend || kGPU_Backend == backend;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_credentials.py 35 for backend in backends:
36 self._backends[backend.credentials_type] = backend
38 def AddBackend(self, backend):
39 assert backend.credentials_type not in self._backends
40 self._backends[backend.credentials_type] = backend
91 for backend in self._backends.keys():
93 self._backends[backend]._ResetLoggedInState()
  /external/clang/test/CodeGen/
2002-02-13-ReloadProblem.c 5 * the entire backend of GCC, even though it was unnecessary for LLVM output
  /external/curl/lib/
hostsyn.c 60 * Function provided by the resolver backend to set DNS servers to use.
72 * Function provided by the resolver backend to set
84 * Function provided by the resolver backend to set
96 * Function provided by the resolver backend to set
  /external/curl/lib/vtls/
gtls.h 58 /* Set the API backend definition to GnuTLS */
61 /* this backend supports the CAPATH option */
64 /* this backend supports CURLOPT_CERTINFO */
67 /* this backend supports CURLOPT_PINNEDPUBLICKEY */
  /external/iptables/extensions/
libxt_TRACE.man 4 A logging backend, such as ip(6)t_LOG or nfnetlink_log, must be loaded for this
  /external/kernel-headers/original/uapi/linux/
atmbr2684.h 51 * the first element of the structure is the backend number and the rest
52 * is per-backend specific
78 * the first element of the structure is the backend number and the rest
79 * is per-backend specific
  /external/libusb/
PORTING 12 libusb's internal "backend" API, which performs the appropriate operations on
15 In terms of USB I/O, your backend provides functionality to submit
17 layers, based on the async interface). Your backend must also provide
20 Your backend must also provide an event handling function to "reap" ongoing
23 The backend must also provide standard functions for other USB operations,
31 at various points in time. Your backend must provide a set of file descriptors
45 Documentation of the backend interface can be found in libusbi.h inside the
57 The Linux backend acts as a good example - view it as a reference
67 2. Implement your backend in the libusb/os/ directory, modifying
  /external/libusb/Xcode/
config.h 18 /* Darwin backend */
  /external/llvm/lib/Target/MSP430/
README.txt 2 // MSP430 backend.
5 DISCLAIMER: This backend should be considered as highly experimental. I never
7 only. The original intention of making this backend was to write documentation
8 of form "How to write backend for dummies" :) Thes notes hopefully will be
  /external/llvm/test/CodeGen/PowerPC/
2005-08-12-rlwimi-crash.ll 1 ; this should not crash the ppc backend
  /external/llvm/test/CodeGen/X86/
insertps-O0-bug.ll 3 ; Check that at -O0, the backend doesn't attempt to canonicalize a vector load
6 ; In order to fold a load into the memory operand of an INSERTPSrm, the backend
21 ; At -O0, the backend would attempt to canonicalize the load to 'b' into
27 ; The problem with the canonicalization rule performed by the backend is that
stackguard-internal.ll 1 ; Check that the backend doesn't crash.
  /external/llvm/test/MC/ARM/
twice.ll 1 ; Check for state persistence bugs in the ARM MC backend
  /external/llvm/utils/
llvm-native-gxx 10 $Backend = 'cbe';
21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) {
22 $Backend = $1;
75 $def =~ s/\.bc$/.$Backend/;
108 my ($BCFile, $Backend, $OutputFile) = @_;
111 if ($Backend eq 'cbe') {
118 } elsif ($Backend eq 'llc') {
134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_;
146 if ($Backend eq 'cbe') {
149 } elsif ($Backend eq 'llc')
    [all...]
  /external/selinux/libselinux/man/man3/
selabel_partial_match.3 5 possible on a file path \- Only supported on file backend.
  /external/skia/include/effects/
SkGaussianEdgeShader.h 16 * Currently this is only useable with Circle and RRect shapes on the GPU backend.
  /external/skia/tools/flags/
SkCommonFlagsConfig.h 26 // [via-]*backend
27 // where 'backend' consists of chars excluding hyphen
31 SkCommandLineConfig(const SkString& tag, const SkString& backend,
47 // SkCommandLineConfigGpu is a SkCommandLineConfig that extracts information out of the backend

Completed in 2196 milliseconds

1 2 3 45 6 7 8 91011>>