Home
last modified time | relevance | path

Searched refs:CTX (Results 1 – 16 of 16) 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/compiler-rt/lib/asan/scripts/
Dasan_device_setup397 CTX=u:object_r:system_file:s0
399 CTX=u:object_r:zygote_exec:s0
407 install "$TMPDIR/app_process32" /system/bin 755 $CTX
408 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
409 install "$TMPDIR/app_process64" /system/bin 755 $CTX
410 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
415 install "$TMPDIR/app_process32" /system/bin 755 $CTX
416 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
417 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
424 adb_shell chcon $CTX /system/bin/sh-from-zygote
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp43 const MCContext &CTX; member in __anon26ccedc10111::ARMMCCodeEmitter
48 : MCII(mcii), CTX(ctx), IsLittleEndian(IsLittle) { in ARMMCCodeEmitter()
527 unsigned RegNo = CTX.getRegisterInfo()->getEncodingValue(Reg); in getMachineOpValue()
557 Reg = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in EncodeAddrModeOpValues()
865 unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg()); in getThumbAddrModeRegRegOpValue()
866 unsigned Rm = CTX.getRegisterInfo()->getEncodingValue(MO2.getReg()); in getThumbAddrModeRegRegOpValue()
883 Reg = CTX.getRegisterInfo()->getEncodingValue(ARM::PC); // Rn is PC. in getAddrModeImm12OpValue()
967 Reg = CTX.getRegisterInfo()->getEncodingValue(ARM::PC); // Rn is PC. in getT2AddrModeImm8s4OpValue()
1004 unsigned Reg = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getT2AddrModeImm0_1020s4OpValue()
1072 unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getLdStSORegOpValue()
[all …]
/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/Lanai/
DLanaiMCInstLower.h34 LanaiMCInstLower(MCContext &CTX, Mangler &Mang, AsmPrinter &AP) in LanaiMCInstLower() argument
35 : Ctx(CTX), Printer(AP) {} in LanaiMCInstLower()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCCodeEmitter.cpp41 const MCContext &CTX; member in __anonbbf3d7a40111::PPCMCCodeEmitter
46 : MCII(mcii), CTX(ctx), in PPCMCCodeEmitter()
327 return CTX.getRegisterInfo()->getEncodingValue(isPPC64 ? PPC::X13 : PPC::R2); in getTLSRegEncoding()
350 return 0x80 >> CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in get_crbitm_encoding()
364 return CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getMachineOpValue()
/external/spirv-llvm/test/SPIRV/transcoding/
Ddevice_execution_multiple_blocks.ll77 ; CHECK: [[CTX:.*]] = bitcast %0* %captured to i8*
79 …e_block_get_kernel_preferred_work_group_size_multiple_block_invoke{{.*}}, i32 8, i32 8, i8*[[CTX]])
82 …e_block_get_kernel_preferred_work_group_size_multiple_block_invoke{{.*}}, i32 8, i32 8, i8*[[CTX]])
90 …e_block_get_kernel_preferred_work_group_size_multiple_block_invoke{{.*}}, i32 8, i32 8, i8*[[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.c29 #define CTX(ref) ((CPpmd7_Context *)Ppmd7_GetContext(p, ref)) macro
32 #define SUFFIX(ctx) CTX((ctx)->Suffix)
368 c = CTX(successor); in CreateSuccessors()
569 p->MaxContext = p->MinContext = CTX(fSuccessor); in UpdateModel()
663 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/AMDGPU/
DR600ISelLowering.cpp326 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1; in EmitInstrWithCustomInserter() local
330 CTX = CTY = 0; in EmitInstrWithCustomInserter()
339 CTX = CTY = 0; in EmitInstrWithCustomInserter()
373 .addImm(CTX) in EmitInstrWithCustomInserter()
393 .addImm(CTX) in EmitInstrWithCustomInserter()
413 .addImm(CTX) in EmitInstrWithCustomInserter()
429 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1; in EmitInstrWithCustomInserter() local
433 CTX = CTY = 0; in EmitInstrWithCustomInserter()
442 CTX = CTY = 0; in EmitInstrWithCustomInserter()
477 .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