/external/llvm-project/clang/include/clang/Basic/ |
D | OpenCLOptions.h | 25 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/ |
D | color.drv | 16 // Supported page sizes 21 // Supported resolutions 33 // Supported colorspaces 37 // Supported resolutions
|
D | grouping.drv | 16 // Supported page sizes 21 // Supported resolutions 30 // Supported resolutions
|
D | laserjet-basic.drv | 22 // Supported page sizes and their margins 47 // Supported resolutions 51 // Supported input slots
|
D | minimum.drv | 17 // Supported page sizes 21 // Supported resolutions
|
D | laserjet-pjl.drv | 22 // Supported page sizes and their margins 47 // Supported resolutions 51 // Supported input slots
|
D | custom.drv | 17 // Supported page sizes 21 // Supported resolutions
|
D | constraint.drv | 17 // Supported page sizes 21 // Supported resolutions
|
D | r300-basic.drv | 23 // Supported page sizes and their margins 50 // Supported resolutions
|
D | r300-colorman.drv | 23 // Supported page sizes and their margins 53 // Supported resolutions
|
D | r300-remote.drv | 23 // Supported page sizes and their margins 53 // Supported resolutions
|
/external/tensorflow/tensorflow/lite/kernels/hashtable/ |
D | README.md | 6 ## 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/ |
D | Supported.java | 45 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
|
D | SupportedList.java | 37 public class SupportedList extends SIPHeaderList<Supported>{ 53 super(Supported.class, SupportedHeader.NAME); in SupportedList()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | SupportedParser.java | 77 Supported supported = new Supported(); in parse() 92 supported = new Supported(); in parse()
|
/external/llvm-project/polly/lib/CodeGen/ |
D | PerfMonitor.cpp | 67 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/ |
D | vector_swizzle_length.cl | 8 …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/ |
D | security.md | 4 ## Supported Versions 6 | Version | Supported |
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCMacroFusion.cpp | 38 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/ |
D | FenceNVGL.h | 30 static bool Supported(const FunctionsGL *functions); 50 static bool Supported(const FunctionsGL *functions);
|
D | FenceNVGL.cpp | 53 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/ |
D | README.txt | 46 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/ |
D | README.txt | 46 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/ |
D | README.txt | 27 Architectures Supported 43 Supported RTL Build Configurations 45 Supported Architectures: Intel(R) 64, IBM(R) Power 7 and Power 8
|
/external/markdown/docs/extensions/ |
D | index.txt | 4 Officially Supported Extensions 28 Unofficially Supported Extensions
|