Home
last modified time | relevance | path

Searched refs:CTX (Results 1 – 14 of 14) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
DPolicyFactory.java86 public <CTX> HtmlSanitizer.Policy apply( in apply()
87 HtmlStreamEventReceiver out, @Nullable HtmlChangeListener<CTX> listener, in apply()
88 @Nullable CTX context) { in apply()
92 HtmlChangeReporter<CTX> r = new HtmlChangeReporter<CTX>( in apply()
116 public <CTX> String sanitize( in sanitize()
118 @Nullable HtmlChangeListener<CTX> listener, @Nullable CTX context) { in sanitize()
DHtmlPolicyBuilder.java472 public <CTX> HtmlSanitizer.Policy build( in build()
474 @Nullable HtmlChangeListener<? super CTX> listener, in build()
475 @Nullable CTX context) { in build()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp38 void DWARFDebugAranges::generate(DWARFContext *CTX) { in generate() argument
40 if (!CTX) in generate()
44 DataExtractor ArangesData(CTX->getARangeSection(), CTX->isLittleEndian(), 0); in generate()
50 for (const auto &CU : CTX->compile_units()) { in generate()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp43 const MCContext &CTX; member in __anon26ccedc10111::ARMMCCodeEmitter
48 : MCII(mcii), CTX(ctx), IsLittleEndian(IsLittle) { in ARMMCCodeEmitter()
534 unsigned RegNo = CTX.getRegisterInfo()->getEncodingValue(Reg); in getMachineOpValue()
564 Reg = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in EncodeAddrModeOpValues()
873 unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg()); in getThumbAddrModeRegRegOpValue()
874 unsigned Rm = CTX.getRegisterInfo()->getEncodingValue(MO2.getReg()); in getThumbAddrModeRegRegOpValue()
891 Reg = CTX.getRegisterInfo()->getEncodingValue(ARM::PC); // Rn is PC. in getAddrModeImm12OpValue()
975 Reg = CTX.getRegisterInfo()->getEncodingValue(ARM::PC); // Rn is PC. in getT2AddrModeImm8s4OpValue()
1012 unsigned Reg = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getT2AddrModeImm0_1020s4OpValue()
1080 unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getLdStSORegOpValue()
[all …]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCCodeEmitter.cpp39 const MCContext &CTX; member in __anonbbf3d7a40111::PPCMCCodeEmitter
44 : MCII(mcii), CTX(ctx), in PPCMCCodeEmitter()
331 return CTX.getRegisterInfo()->getEncodingValue(isPPC64 ? PPC::X13 : PPC::R2); in getTLSRegEncoding()
354 return 0x80 >> CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in get_crbitm_encoding()
368 return CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getMachineOpValue()
/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup322 CTX=u:object_r:system_file:s0
324 CTX=u:object_r:zygote_exec:s0
326 adb_shell chcon $CTX \
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DAMDGPUMCAsmInfo.h27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
DAMDGPUMCAsmInfo.cpp93 AMDGPUMCAsmInfo::getNonexecutableStackSection(MCContext &CTX) const in getNonexecutableStackSection()
/external/lzma/C/
DPpmd7.c27 #define CTX(ref) ((CPpmd7_Context *)Ppmd7_GetContext(p, ref)) macro
30 #define SUFFIX(ctx) CTX((ctx)->Suffix)
366 c = CTX(successor); in CreateSuccessors()
567 p->MaxContext = p->MinContext = CTX(fSuccessor); in UpdateModel()
661 CTX_PTR c = CTX(SUCCESSOR(p->FoundState)); in NextContext()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAranges.h23 void generate(DWARFContext *CTX);
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp296 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1; in EmitInstrWithCustomInserter() local
300 CTX = CTY = 0; in EmitInstrWithCustomInserter()
309 CTX = CTY = 0; in EmitInstrWithCustomInserter()
342 .addImm(CTX) in EmitInstrWithCustomInserter()
361 .addImm(CTX) in EmitInstrWithCustomInserter()
381 .addImm(CTX) in EmitInstrWithCustomInserter()
397 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1; in EmitInstrWithCustomInserter() local
401 CTX = CTY = 0; in EmitInstrWithCustomInserter()
410 CTX = CTY = 0; in EmitInstrWithCustomInserter()
444 .addImm(CTX) in EmitInstrWithCustomInserter()
[all …]
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dinterop.dox55 /// \section ctx The CTX Macro
57 /// The CTX macro is a fundamental parameter that is passed as the first parameter to any generated…
66 /// via the CTX macro, or the ctx parameter is in fact the return type from calling the 'constructo…
90 /// not the pointer to your generated lexer, which is supplied by the CTX macro,
254 … This is not the pointer to your generated parser, which is supplied by the <code>CTX</code> macro,
Dbuildrec.dox105 /// // input and generates a token stream as output. This is the ctx (CTX macro) pointer
121 /// // when calling it. This is the ctx (CTX macro) pointer for your parser.
140 /// // the tree parser: c.f. LangDumpDecl.g3t This is the ctx (CTX macro) pointer for your
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg184 #define CTX ctx