Home
last modified time | relevance | path

Searched refs:Supported (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/external/llvm-project/clang/include/clang/Basic/
DOpenCLOptions.h25 bool Supported; // Is this option supported member
31 :Supported(S), Enabled(E), Avail(A), Core(C){} in Supported() function
66 return I.Supported && I.Avail <= CLVer; in isSupported()
83 return I.Supported && I.Avail <= CLVer && I.Core != ~0U && CLVer >= I.Core; in isSupportedCore()
100 return I.Supported && I.Avail <= CLVer && (I.Core == ~0U || CLVer < I.Core); in isSupportedExtension()
129 OptMap[Ext].Supported = V;
141 if (I.second.Supported) in addSupport()
142 OptMap[I.getKey()].Supported = true; in addSupport()
153 I->second.Supported = On;
/external/libcups/examples/
Dcolor.drv16 // Supported page sizes
21 // Supported resolutions
33 // Supported colorspaces
37 // Supported resolutions
Dgrouping.drv16 // Supported page sizes
21 // Supported resolutions
30 // Supported resolutions
Dlaserjet-basic.drv22 // Supported page sizes and their margins
47 // Supported resolutions
51 // Supported input slots
Dminimum.drv17 // Supported page sizes
21 // Supported resolutions
Dlaserjet-pjl.drv22 // Supported page sizes and their margins
47 // Supported resolutions
51 // Supported input slots
Dcustom.drv17 // Supported page sizes
21 // Supported resolutions
Dconstraint.drv17 // Supported page sizes
21 // Supported resolutions
Dr300-basic.drv23 // Supported page sizes and their margins
50 // Supported resolutions
Dr300-colorman.drv23 // Supported page sizes and their margins
53 // Supported resolutions
Dr300-remote.drv23 // Supported page sizes and their margins
53 // Supported resolutions
/external/tensorflow/tensorflow/lite/kernels/hashtable/
DREADME.md6 ## Supported Tensorflow Lookup ops in TFLite
14 <td colspan="5" ><strong><em>Supported status</em></strong>
20 <td rowspan="2" colspan="5" >Supported only with tensor initializers.
22 Supported mapping type: string → int64, int64 → string
30 <td rowspan="2" colspan="5" >Supported only with tensor initializers.
32 Supported mapping type: string → int64, int64 → string
40 <td rowspan="2" colspan="5" >Supported.
48 <td rowspan="2" colspan="5" >Supported natively when num_oov_buckets=0 and dtype=dtypes.string.
58 …<td colspan="5" >Supported but you will need a <a href="https://www.tensorflow.org/lite/guide/ops_…
76 …<td colspan="5" >Supported but you need a <a href="https://www.tensorflow.org/lite/guide/ops_selec…
/external/nist-sip/java/gov/nist/javax/sip/header/
DSupported.java45 public class Supported extends SIPHeader implements SupportedHeader { class
58 public Supported() { in Supported() method in Supported
67 public Supported(String option_tag) { in Supported() method in Supported
DSupportedList.java37 public class SupportedList extends SIPHeaderList<Supported>{
53 super(Supported.class, SupportedHeader.NAME); in SupportedList()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DSupportedParser.java77 Supported supported = new Supported(); in parse()
92 supported = new Supported(); in parse()
/external/llvm-project/polly/lib/CodeGen/
DPerfMonitor.cpp67 Supported = true; in PerfMonitor()
69 Supported = false; in PerfMonitor()
131 if (!Supported) { in insertFinalReporting()
167 if (!Supported) in AppendScopReporting()
250 if (Supported) { in insertInitFunction()
263 if (!Supported) in insertRegionStart()
274 if (!Supported) in insertRegionEnd()
/external/llvm-project/clang/test/SemaOpenCL/
Dvector_swizzle_length.cl8 …f2.s01234; // expected-error {{vector component access has invalid length 5. Supported: 1,2,3,4,8…
9 …f2.xyzxy; // expected-error {{vector component access has invalid length 5. Supported: 1,2,3,4,8,…
/external/okio/docs/
Dsecurity.md4 ## Supported Versions
6 | Version | Supported |
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCMacroFusion.cpp38 bool Supported; member in __anonb447b9d50111::FusionFeature
51 Kd(Kind), Supported(HasFeature), DepOpIdx(Index), OpSet1(First), in FusionFeature()
56 bool isSupported() const { return Supported; } in isSupported()
/external/angle/src/libANGLE/renderer/gl/
DFenceNVGL.h30 static bool Supported(const FunctionsGL *functions);
50 static bool Supported(const FunctionsGL *functions);
DFenceNVGL.cpp53 bool FenceNVGL::Supported(const FunctionsGL *functions) in Supported() function in rx::FenceNVGL
104 bool FenceNVSyncGL::Supported(const FunctionsGL *functions) in Supported() function in rx::FenceNVSyncGL
/external/llvm-project/openmp/www/
DREADME.txt46 Architectures Supported
58 Supported RTL Build Configurations
61 Supported Architectures: IA-32 architecture, Intel(R) 64, and
90 Supported Architectures: IBM(R) Power 7 and Power 8
/external/llvm-project/openmp/runtime/
DREADME.txt46 Architectures Supported
58 Supported RTL Build Configurations
61 Supported Architectures: IA-32 architecture, Intel(R) 64, and
90 Supported Architectures: IBM(R) Power 7 and Power 8
/external/llvm-project/openmp/libomptarget/
DREADME.txt27 Architectures Supported
43 Supported RTL Build Configurations
45 Supported Architectures: Intel(R) 64, IBM(R) Power 7 and Power 8
/external/markdown/docs/extensions/
Dindex.txt4 Officially Supported Extensions
28 Unofficially Supported Extensions

12345678910>>...16