Home
last modified time | relevance | path

Searched refs:spe (Results 1 – 25 of 54) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/utils/
DSAXSourceLocator.java88 public SAXSourceLocator(SAXParseException spe) in SAXSourceLocator() argument
90 this.setLineNumber( spe.getLineNumber() ); in SAXSourceLocator()
91 this.setColumnNumber( spe.getColumnNumber() ); in SAXSourceLocator()
92 this.setPublicId( spe.getPublicId() ); in SAXSourceLocator()
93 this.setSystemId( spe.getSystemId() ); in SAXSourceLocator()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncDocument.java309 TransformerException spe = (TransformerException) throwable; in getDoc()
312 Throwable e = spe; in getDoc()
395 TransformerException spe = new TransformerException(formattedMsg, in error() local
399 errHandler.error(spe); in error()
421 TransformerException spe = new TransformerException(formattedMsg, in warn() local
425 errHandler.warning(spe); in warn()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dvec-fonipa-t-vec.txt102 spesìfeghe speˈsifeɡe
103 spesìfeghe speˈsifeɡe
105 spéndar ˈspeŋdaɾ
Dia-fonipa-t-ia.txt266 sperar speɾaɾ
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMCFunction.cpp97 spe = llvm::prior(Splits.end()); spi != spe; ++spi) { in createFunctionFromMC() local
/external/llvm/include/llvm/Support/
DAArch64TargetParser.def47 AARCH64_ARCH_EXT_NAME("profile", AArch64::AEK_PROFILE, "+spe", "-spe")
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dconfig.mk12 $(call cc-option,-mno-spe)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAArch64TargetParser.def47 AARCH64_ARCH_EXT_NAME("profile", AArch64::AEK_PROFILE, "+spe", "-spe")
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DAArch64TargetParser.def63 AARCH64_ARCH_EXT_NAME("profile", AArch64::AEK_PROFILE, "+spe", "-spe")
/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Darmv8.2a-statistical-profiling.txt1 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+spe --disassemble < %s | FileCheck %s
/external/llvm/test/MC/Disassembler/AArch64/
Darmv8.2a-statistical-profiling.txt1 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+spe --disassemble < %s | FileCheck %s
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfast-isel-load-store.ll6 …static < %s -O0 -verify-machineinstrs -fast-isel -fast-isel-abort=1 -mattr=spe -mtriple=powerpc-u…
Dfast-isel-cmp-imm.ll6 …rs -fast-isel-abort=1 -mtriple=powerpc-unknown-linux-gnu -mcpu=e500 -mattr=spe | FileCheck %s --ch…
Dfast-isel-conversion.ll8 ; RUN: llc < %s -O0 -verify-machineinstrs -mtriple=powerpc-unknown-linux-gnu -mcpu=e500 -mattr=spe
Dspe.ll2 ; RUN: -mattr=+spe | FileCheck %s
/external/llvm/lib/Target/AArch64/
DAArch64.td44 def FeatureSPE : SubtargetFeature<"spe", "HasSPE", "true",
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DTransformerFactoryImpl.java347 catch (StopParseException spe) in getAssociatedStylesheet()
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java667 catch (org.xml.sax.SAXParseException spe) in transform()
669 fatalError(spe); in transform()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64.td74 def FeatureSPE : SubtargetFeature<"spe", "HasSPE", "true",
/external/llvm/lib/Target/PowerPC/
DPPC.td64 def FeatureSPE : SubtargetFeature<"spe","HasSPE", "true",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPC.td70 def FeatureSPE : SubtargetFeature<"spe","HasSPE", "true",
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-e500.txt1 # RUN: llvm-mc --disassemble %s -triple powerpc64-unknown-unknown -mcpu=e500 -mattr=+spe | FileChec…

123