Home
last modified time | relevance | path

Searched defs:hasFeature (Results 1 – 9 of 9) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageParser.java72 public boolean hasFeature(String feature) { in hasFeature() method in ShadowPackageParser.Callback
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h76 bool hasFeature(unsigned Feature) const { in hasFeature() function
/external/clang/lib/Basic/
DTargets.cpp1439 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon2066a7b00111::PPCTargetInfo
1817 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon2066a7b00111::NVPTXTargetInfo
3737 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon2066a7b00111::X86TargetInfo
5050 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon2066a7b00111::ARMTargetInfo
5804 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon2066a7b00111::AArch64TargetInfo
6124 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon2066a7b00111::HexagonTargetInfo
6326 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon2066a7b00111::LanaiTargetInfo
6404 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon2066a7b00111::SparcTargetInfo
6819 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon2066a7b00111::SystemZTargetInfo
6929 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon2066a7b00111::MSP430TargetInfo
[all …]
DModule.cpp60 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() function
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1418 public boolean hasFeature(String feature,String version) in hasFeature() method in DTMNodeProxy.DTMNodeProxyImplementation
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h47 bool hasFeature(ARM32InstructionSet I) const { return I <= InstructionSet; } in hasFeature() function
/external/clang/include/clang/Basic/
DTargetInfo.h863 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1401 def hasFeature(self, feature, version): member in DOMImplementation
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1356 def hasFeature(self, feature, version): member in DOMImplementation