Home
last modified time | relevance | path

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

12345678910>>...14

/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/libjpeg-turbo/simd/x86_64/
Djcphuff-sse2.asm38 pinsrw X0, word [BLOCK + T0 * 2], 0
39 pinsrw X1, word [BLOCK + T1 * 2], 0
43 pinsrw X0, word [BLOCK + T0 * 2], 1
44 pinsrw X1, word [BLOCK + T1 * 2], 1
48 pinsrw X0, word [BLOCK + T0 * 2], 2
49 pinsrw X1, word [BLOCK + T1 * 2], 2
53 pinsrw X0, word [BLOCK + T0 * 2], 3
54 pinsrw X1, word [BLOCK + T1 * 2], 3
58 pinsrw X0, word [BLOCK + T0 * 2], 4
59 pinsrw X1, word [BLOCK + T1 * 2], 4
[all …]
/external/libjpeg-turbo/simd/i386/
Djcphuff-sse2.asm37 pinsrw X0, word [BLOCK + T0 * 2], 0
38 pinsrw X1, word [BLOCK + T1 * 2], 0
42 pinsrw X0, word [BLOCK + T0 * 2], 1
43 pinsrw X1, word [BLOCK + T1 * 2], 1
47 pinsrw X0, word [BLOCK + T0 * 2], 2
48 pinsrw X1, word [BLOCK + T1 * 2], 2
52 pinsrw X0, word [BLOCK + T0 * 2], 3
53 pinsrw X1, word [BLOCK + T1 * 2], 3
57 pinsrw X0, word [BLOCK + T0 * 2], 4
58 pinsrw X1, word [BLOCK + T1 * 2], 4
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/Inputs/
Dversioninfo-padding.rc7 BLOCK "StringFileInfo"
9 BLOCK "040904E4"
14 BLOCK "StringFileInfo"
16 BLOCK "040904E4"
20 BLOCK "040904E5"
Dtag-versioninfo.rc10 BLOCK "StringFileInfo"
12 BLOCK "040904E4"
27 BLOCK "VarFileInfo"
/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/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/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLRv3.g42 BLOCK;
197 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? altpair+ EOB[$rp,"EOB"] )
206 // it's really BLOCK[firstToken,"BLOCK"]; set line/col to previous ( or : token.
207 CommonTree blkRoot = (CommonTree)adaptor.create(BLOCK,input.LT(-1),"BLOCK");
236 …( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["E…
240 …( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id block) EOA["EOA"]) EOB["…
244 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] atom EOA["EOA"]) EOB["EOB"]) )
251 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] treeSpec EOA["EOA"]) EOB["EOB"]) )
370 -> ^(BLOCK[$lp,"BLOCK"] rewrite_tree_alternative EOB[$lp,"EOB"])
380 -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree_atom EOA["EOA"]) EOB["EOB"]))
[all …]
DAssignTokenTypesWalker.g134 * stringAlias = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] EOA[]) EOB[])
136 stringAlias = (GrammarAST)adaptor.create( BLOCK, "BLOCK" );
146 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] EOA[]) EOB[])
148 charAlias = (GrammarAST)adaptor.create( BLOCK, "BLOCK" );
158 * stringAlias2 = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] ACTION[] EOA[]) EOB[])
160 stringAlias2 = (GrammarAST)adaptor.create( BLOCK, "BLOCK" );
171 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] ACTION[] EOA[]) EOB[])
173 charAlias2 = (GrammarAST)adaptor.create( BLOCK, "BLOCK" );
330 : ^( BLOCK
/external/antlr/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/runtime/Cpp/tests/
Dt042ast.g11 BLOCK;
108 : t='for' -> ^(BLOCK)
112 : t='for' -> ^(BLOCK[$t])
116 : t='for' -> ^(BLOCK[$t,"FOR"])
120 : t='for' -> BLOCK
124 : t='for' -> BLOCK[$t]
128 : t='for' -> BLOCK[$t,"FOR"]
140 : r+=statement (',' r+=statement)+ -> ^(BLOCK $r+)
152 : (r+=statement)* -> ^(BLOCK $r+)
156 : statement* -> ^(BLOCK statement?)
/external/antlr/runtime/Python3/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/libvpx/libvpx/vp8/encoder/
Dmcomp.h36 int vp8_hex_search(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv,
41 typedef int(fractional_mv_step_fp)(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
53 typedef int (*vp8_full_search_fn_t)(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
58 typedef int (*vp8_refining_search_fn_t)(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
64 typedef int (*vp8_diamond_search_fn_t)(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
/external/antlr/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/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
[all …]
/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/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/boringssl/src/crypto/hrss/
Dhrss.c1102 #define BLOCK(x, y) \ in poly_mul_vec_aux() macro
1112 BLOCK(0, 1); in poly_mul_vec_aux()
1113 BLOCK(1, 9); in poly_mul_vec_aux()
1117 BLOCK(0, 2); in poly_mul_vec_aux()
1118 BLOCK(1, 10); in poly_mul_vec_aux()
1122 BLOCK(0, 3); in poly_mul_vec_aux()
1123 BLOCK(1, 11); in poly_mul_vec_aux()
1127 BLOCK(0, 4); in poly_mul_vec_aux()
1128 BLOCK(1, 12); in poly_mul_vec_aux()
1132 BLOCK(0, 5); in poly_mul_vec_aux()
[all …]
/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/swiftshader/third_party/llvm-7.0/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/libxml2/win32/
Dlibxml2.rc17 BLOCK "StringFileInfo"
19 BLOCK "04090000" /* Lang = US English, Charset = ASCII */
32 BLOCK "VarFileInfo"
/external/zlib/src/contrib/vstudio/vc10/
Dzlib.rc13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"

12345678910>>...14