Home
last modified time | relevance | path

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

123456789

/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/libmicrohttpd/src/microhttpd/
Dreason_phrase.c140 #define BLOCK(m) { (sizeof(m) / sizeof(char*)), m } macro
143 BLOCK (invalid_hundred),
144 BLOCK (one_hundred),
145 BLOCK (two_hundred),
146 BLOCK (three_hundred),
147 BLOCK (four_hundred),
148 BLOCK (five_hundred),
Dmicrohttpd_dll_res.rc.in15 BLOCK "StringFileInfo"
17 BLOCK "04090000" /* Lang = US English, Charset = ASCII */
30 BLOCK "VarFileInfo"
/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/libvpx/libvpx/vp8/encoder/
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,
/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/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/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?)
/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?)
/external/libcap/
Dpgp.keys.asc5 -----BEGIN PGP PUBLIC KEY BLOCK-----
105 -----END PGP PUBLIC KEY BLOCK-----
108 -----BEGIN PGP PUBLIC KEY BLOCK-----
145 -----END PGP PUBLIC KEY BLOCK-----
180 -----BEGIN PGP PUBLIC KEY BLOCK-----
196 -----END PGP PUBLIC KEY BLOCK-----
201 -----BEGIN PGP PUBLIC KEY BLOCK-----
232 -----END PGP PUBLIC KEY BLOCK-----
237 -----BEGIN PGP PUBLIC KEY BLOCK-----
252 -----END PGP PUBLIC KEY BLOCK-----
[all …]
/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…
84 // CHECK-NEXT: [[BLOCK:%.*]] = bitcast
89 // CHECK-NEXT: call void [[F1]](i8* [[BLOCK]], i8** [[TEMP]])
117 // CHECK-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
173 // CHECK-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
182 …// 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,…
114 // CHECK-LP64-NEXT: [[T1:%.*]] = bitcast [[BLOCK_T]]* [[BLOCK]] to
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DEnumTest.java40 String output = yaml.dump(DumperOptions.FlowStyle.BLOCK); in testDumpOverriddenToString()
46 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK); in testDumpEnumArray()
56 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK); in testDumpEnumList()
67 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK); in testDumpEnumListNoAnchor()
81 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK); in testDumpEnumMap()
94 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK); in testDumpEnumMap2()
107 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK); in testDumpEnumBean()
131 assertEquals(DumperOptions.FlowStyle.BLOCK, in testLoadOverridenToString()
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/
Dversion.rc.h10 BLOCK "StringFileInfo"
12 BLOCK "040904E4"
25 BLOCK "VarFileInfo"
/external/llvm/resources/
Dwindows_version_resource.rc58 BLOCK "StringFileInfo"
60 BLOCK "040904B0"
82 BLOCK "VarFileInfo"
84 // The translation must correspond to the above BLOCK inside StringFileInfo
/external/zlib/src/contrib/vstudio/vc11/
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/contrib/vstudio/vc10/
Dzlib.rc13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
/external/libmicrohttpd/w32/VS2013/
Dmicrohttpd_dll_res_vc.rc19 BLOCK "StringFileInfo"
21 BLOCK "04090000" /* Lang = US English, Charset = ASCII */
38 BLOCK "VarFileInfo"
Dmicrohttpd_dll_res_vc.rc.in19 BLOCK "StringFileInfo"
21 BLOCK "04090000" /* Lang = US English, Charset = ASCII */
38 BLOCK "VarFileInfo"
/external/zlib/src/win32/
Dzlib1.rc21 BLOCK "StringFileInfo"
23 BLOCK "040904E4"
36 BLOCK "VarFileInfo"
/external/lzma/C/
D7zVersion.rc33 BLOCK "StringFileInfo" \
35 BLOCK "040904b0" \
47 BLOCK "VarFileInfo" \

123456789