Home
last modified time | relevance | path

Searched refs:BLOCK (Results 1 – 25 of 165) sorted by relevance

1234567

/external/owasp/sanitizer/src/main/org/owasp/html/
DTagBalancingHtmlStreamEventReceiver.java299 BLOCK, enumConstant
427 ElementGroup.BLOCK
435 ElementGroup.BLOCK, ElementGroup.INLINE,
485 ElementGroup.BLOCK
487 ElementGroup.BLOCK, ElementGroup.INLINE
493 ElementGroup.BLOCK, ElementGroup.INLINE
503 ElementGroup.BLOCK, ElementGroup.INLINE
522 ElementGroup.BLOCK
524 ElementGroup.BLOCK, ElementGroup.INLINE
552 ElementGroup.BLOCK, ElementGroup.INLINE
[all …]
/external/libvpx/libvpx/vp8/encoder/
Dvp8_asm_enc_offsets.c23 DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
24 DEFINE(vp8_block_zbin, offsetof(BLOCK, zbin));
25 DEFINE(vp8_block_round, offsetof(BLOCK, round));
26 DEFINE(vp8_block_quant, offsetof(BLOCK, quant));
27 DEFINE(vp8_block_quant_fast, offsetof(BLOCK, quant_fast));
28 DEFINE(vp8_block_zbin_extra, offsetof(BLOCK, zbin_extra));
29 DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbin_boost));
30 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
38 DEFINE(vp8_block_base_src, offsetof(BLOCK, base_src));
39 DEFINE(vp8_block_src, offsetof(BLOCK, src));
[all …]
Dmcomp.h48 BLOCK *b,
61 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
73 BLOCK *b,
86 BLOCK *b,
99 BLOCK *b,
Dblock.h55 } BLOCK; typedef
75 BLOCK block[25];
162 void (*quantize_b)(BLOCK *b, BLOCKD *d);
163 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToHTMLStream.java73 new ElemDesc(0 | ElemDesc.EMPTY | ElemDesc.BLOCK)); in initTagReference()
74 m_elementFlags.put("FRAMESET", new ElemDesc(0 | ElemDesc.BLOCK)); in initTagReference()
75 m_elementFlags.put("NOFRAMES", new ElemDesc(0 | ElemDesc.BLOCK)); in initTagReference()
78 new ElemDesc(0 | ElemDesc.EMPTY | ElemDesc.BLOCK)); in initTagReference()
82 m_elementFlags.put("CENTER", new ElemDesc(0 | ElemDesc.BLOCK)); in initTagReference()
83 m_elementFlags.put("DIR", new ElemDesc(0 | ElemDesc.BLOCK)); in initTagReference()
84 m_elementFlags.put("MENU", new ElemDesc(0 | ElemDesc.BLOCK)); in initTagReference()
121 | ElemDesc.BLOCK)); in initTagReference()
122 m_elementFlags.put("BODY", new ElemDesc(0 | ElemDesc.BLOCK)); in initTagReference()
127 | ElemDesc.BLOCK in initTagReference()
[all …]
/external/compiler-rt/lib/builtins/arm/
Dclzsi2.S50 #define BLOCK(shift) \ macro
55 BLOCK(16)
56 BLOCK(8)
57 BLOCK(4)
58 BLOCK(2)
Dclzdi2.S71 #define BLOCK(shift) \ macro
76 BLOCK(16)
77 BLOCK(8)
78 BLOCK(4)
79 BLOCK(2)
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLRv3.g41 BLOCK;
196 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? altpair+ EOB[$rp,"EOB"] )
205 // it's really BLOCK[firstToken,"BLOCK"]; set line/col to previous ( or : token.
206 CommonTree blkRoot = (CommonTree)adaptor.create(BLOCK,input.LT(-1),"BLOCK");
235 …( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["E…
239 …( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id block) EOA["EOA"]) EOB["…
243 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] atom EOA["EOA"]) EOB["EOB"]) )
250 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] treeSpec EOA["EOA"]) EOB["EOB"]) )
369 -> ^(BLOCK[$lp,"BLOCK"] rewrite_tree_alternative EOB[$lp,"EOB"])
379 -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree_atom EOA["EOA"]) EOB["EOB"]))
[all …]
DAssignTokenTypesWalker.g133 * stringAlias = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] EOA[]) EOB[])
135 stringAlias = (GrammarAST)adaptor.create( BLOCK, "BLOCK" );
145 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] EOA[]) EOB[])
147 charAlias = (GrammarAST)adaptor.create( BLOCK, "BLOCK" );
157 * stringAlias2 = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] ACTION[] EOA[]) EOB[])
159 stringAlias2 = (GrammarAST)adaptor.create( BLOCK, "BLOCK" );
170 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] ACTION[] EOA[]) EOB[])
172 charAlias2 = (GrammarAST)adaptor.create( BLOCK, "BLOCK" );
329 : ^( BLOCK
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
DANTLRv3.g42 BLOCK;
201 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? (alternative rewrite?)+ EOB[$rp,"EOB"] )
208 // it's really BLOCK[firstToken,"BLOCK"]; set line/col to previous ( or : token.
209 CommonTree blkRoot = (CommonTree)adaptor.create(BLOCK,input.LT(-1),"BLOCK");
243 …( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["E…
247 …( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id block) EOA["EOA"]) EOB["…
251 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] atom EOA["EOA"]) EOB["EOB"]) )
258 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] treeSpec EOA["EOA"]) EOB["EOB"]) )
365 -> ^(BLOCK[$lp,"BLOCK"] rewrite_tree_alternative EOB[$lp,"EOB"])
375 -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree_atom EOA["EOA"]) EOB["EOB"]))
[all …]
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt042ast.g11 BLOCK;
95 : t='for' -> ^(BLOCK)
99 : t='for' -> ^(BLOCK[$t])
103 : t='for' -> ^(BLOCK[$t,"FOR"])
107 : t='for' -> BLOCK
111 : t='for' -> BLOCK[$t]
115 : t='for' -> BLOCK[$t,"FOR"]
127 : r+=statement (',' r+=statement)+ -> ^(BLOCK $r+)
139 : (r+=statement)* -> ^(BLOCK $r+)
143 : statement* -> ^(BLOCK statement?)
Dt047treeparser.g13 BLOCK;
55 -> ^(BLOCK[$lc,"BLOCK"] variable* stat*)
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt042ast.g11 BLOCK;
101 : t='for' -> ^(BLOCK)
105 : t='for' -> ^(BLOCK[$t])
109 : t='for' -> ^(BLOCK[$t,"FOR"])
113 : t='for' -> BLOCK
117 : t='for' -> BLOCK[$t]
121 : t='for' -> BLOCK[$t,"FOR"]
133 : r+=statement (',' r+=statement)+ -> ^(BLOCK $r+)
145 : (r+=statement)* -> ^(BLOCK $r+)
149 : statement* -> ^(BLOCK statement?)
Dt047treeparser.g13 BLOCK;
55 -> ^(BLOCK[$lc,"BLOCK"] variable* stat*)
/external/clang/test/CodeGenObjC/
Darc-blocks.m12 // CHECK-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
14 // CHECK: [[T0:%.*]] = bitcast [[BLOCK_T]]* [[BLOCK]] to i32 ()*
28 // CHECK-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
31 // CHECK-NEXT: [[SLOTREL:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0,…
32 // CHECK: [[SLOT:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0, i3…
82 // CHECK-NEXT: [[BLOCK:%.*]] = bitcast
87 // CHECK-NEXT: call void [[F1]](i8* [[BLOCK]], i8** [[TEMP]])
113 // CHECK-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
169 // CHECK-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
176 …// CHECK: [[CAPTURE:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0…
[all …]
Darc-foreach.m30 // CHECK-LP64-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
63 // CHECK-LP64: [[D0:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0,…
64 // CHECK-LP64: [[T0:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0,…
68 // CHECK-LP64-NEXT: [[T1:%.*]] = bitcast [[BLOCK_T]]* [[BLOCK]]
86 // CHECK-LP64: [[BLOCK:%.*]] = bitcast i8* {{%.*}} to [[BLOCK_T]]*
88 // CHECK-LP64: [[T0:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0,…
103 // CHECK-LP64-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
111 // CHECK-LP64: [[D0:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0,…
112 // CHECK-LP64: [[T0:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0,…
116 // CHECK-LP64-NEXT: [[T1:%.*]] = bitcast [[BLOCK_T]]* [[BLOCK]] to
Dblocks.m49 // CHECK-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
95 // CHECK: [[BLOCK:%.*]] = bitcast i8* {{%.*}} to [[BLOCK_T]]*
97 // CHECK: [[T0:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
111 // CHECK: [[BLOCK:%.*]] = alloca void (i32, ...)*, align 4
113 // CHECK-NEXT: [[T0:%.*]] = load void (i32, ...)*, void (i32, ...)** [[BLOCK]], align 4
126 // CHECK: [[BLOCK:%.*]] = alloca void (...)*, align 4
128 // CHECK-NEXT: [[T0:%.*]] = load void (...)*, void (...)** [[BLOCK]], align 4
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/
Dversion.rc.h10 BLOCK "StringFileInfo"
12 BLOCK "040904E4"
25 BLOCK "VarFileInfo"
/external/zlib/src/contrib/vstudio/vc11/
Dzlib.rc13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
/external/zlib/src/contrib/vstudio/vc10/
Dzlib.rc13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
/external/zlib/src/contrib/vstudio/vc9/
Dzlib.rc13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
/external/zlib/src/win32/
Dzlib1.rc21 BLOCK "StringFileInfo"
23 BLOCK "040904E4"
36 BLOCK "VarFileInfo"
/external/lzma/CPP/7zip/
DMyVersionInfo.rc30 BLOCK "StringFileInfo" \
32 BLOCK "040904b0" \
44 BLOCK "VarFileInfo" \
/external/clang/test/CodeGen/
Dcapture-complex-expr-in-block.c4 typedef void (^BLOCK)(void); typedef
8 BLOCK b = ^() { in main()
/external/icu/icu4c/source/data/misc/
Dicudata.rc44 BLOCK "StringFileInfo"
46 BLOCK "00000000"
60 BLOCK "VarFileInfo"

1234567