/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | TagBalancingHtmlStreamEventReceiver.java | 299 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/ |
D | jcphuff-sse2.asm | 36 pinsrw X0, word [BLOCK + T0 * 2], 0 37 pinsrw X1, word [BLOCK + T1 * 2], 0 41 pinsrw X0, word [BLOCK + T0 * 2], 1 42 pinsrw X1, word [BLOCK + T1 * 2], 1 46 pinsrw X0, word [BLOCK + T0 * 2], 2 47 pinsrw X1, word [BLOCK + T1 * 2], 2 51 pinsrw X0, word [BLOCK + T0 * 2], 3 52 pinsrw X1, word [BLOCK + T1 * 2], 3 56 pinsrw X0, word [BLOCK + T0 * 2], 4 57 pinsrw X1, word [BLOCK + T1 * 2], 4 [all …]
|
/external/libjpeg-turbo/simd/i386/ |
D | jcphuff-sse2.asm | 35 pinsrw X0, word [BLOCK + T0 * 2], 0 36 pinsrw X1, word [BLOCK + T1 * 2], 0 40 pinsrw X0, word [BLOCK + T0 * 2], 1 41 pinsrw X1, word [BLOCK + T1 * 2], 1 45 pinsrw X0, word [BLOCK + T0 * 2], 2 46 pinsrw X1, word [BLOCK + T1 * 2], 2 50 pinsrw X0, word [BLOCK + T0 * 2], 3 51 pinsrw X1, word [BLOCK + T1 * 2], 3 55 pinsrw X0, word [BLOCK + T0 * 2], 4 56 pinsrw X1, word [BLOCK + T1 * 2], 4 [all …]
|
/external/XNNPACK/src/f32-igemm/ |
D | 1x12-minmax-aarch64-neonfma-cortex-a53.S | 109 # BLOCK 0 115 # BLOCK 1 120 # BLOCK 2 127 # BLOCK 3 132 # BLOCK 4 138 # BLOCK 5 143 # BLOCK 6 148 # BLOCK 7 156 # BLOCK 0 161 # BLOCK 1 [all …]
|
D | 4x12-minmax-aarch64-neonfma-cortex-a53.S | 164 # BLOCK 0 173 # BLOCK 1 182 # BLOCK 2 191 # BLOCK 3 200 # BLOCK 4 209 # BLOCK 5 218 # BLOCK 6 227 # BLOCK 7 238 # BLOCK 0 246 # BLOCK 1 [all …]
|
/external/llvm-project/llvm/test/Transforms/Util/ |
D | assume-builder.ll | 5 …fy --enable-knowledge-retention -S %s | FileCheck %s --check-prefixes=CROSS-BLOCK,CROSS-BLOCK-OLDPM 11 …y' --enable-knowledge-retention -S %s | FileCheck %s --check-prefixes=CROSS-BLOCK,CROSS-BLOCK-NEWMP 90 ; CROSS-BLOCK-LABEL: define {{[^@]+}}@test 91 ; CROSS-BLOCK-SAME: (i32* [[P:%.*]], i32* [[P1:%.*]], i32* [[P2:%.*]], i32* [[P3:%.*]]) 92 ; CROSS-BLOCK-NEXT: call void @llvm.assume(i1 true) [ "nonnull"(i32* [[P]]), "dereferenceable"(i… 93 ; CROSS-BLOCK-NEXT: call void @func(i32* nonnull dereferenceable(16) [[P]], i32* null) 94 ; CROSS-BLOCK-NEXT: call void @llvm.assume(i1 true) [ "dereferenceable"(i32* [[P1]], i64 12) ] 95 ; CROSS-BLOCK-NEXT: call void @func(i32* dereferenceable(12) [[P1]], i32* nonnull [[P]]) 96 ; CROSS-BLOCK-NEXT: call void @llvm.assume(i1 true) [ "cold"() ] 97 ; CROSS-BLOCK-NEXT: call void @func_cold(i32* dereferenceable(12) [[P1]]) #6 [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToHTMLStream.java | 73 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/llvm-project/llvm/test/tools/llvm-rc/Inputs/ |
D | versioninfo-padding.rc | 7 BLOCK "StringFileInfo" 9 BLOCK "040904E4" 14 BLOCK "StringFileInfo" 16 BLOCK "040904E4" 20 BLOCK "040904E5"
|
/external/llvm-project/compiler-rt/lib/builtins/arm/ |
D | clzsi2.S | 39 #define BLOCK(shift) \ macro 44 BLOCK(16) 45 BLOCK(8) 46 BLOCK(4) 47 BLOCK(2)
|
D | clzdi2.S | 59 #define BLOCK(shift) \ macro 64 BLOCK(16) 65 BLOCK(8) 66 BLOCK(4) 67 BLOCK(2)
|
/external/compiler-rt/lib/builtins/arm/ |
D | clzsi2.S | 50 #define BLOCK(shift) \ macro 55 BLOCK(16) 56 BLOCK(8) 57 BLOCK(4) 58 BLOCK(2)
|
D | clzdi2.S | 71 #define BLOCK(shift) \ macro 76 BLOCK(16) 77 BLOCK(8) 78 BLOCK(4) 79 BLOCK(2)
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/arc_emsdp/ |
D | emsdp.lcf | 39 GROUP BLOCK(4) : { 43 GROUP BLOCK(4): { 49 GROUP BLOCK(4): { 53 GROUP BLOCK(4): { 62 GROUP BLOCK(4): { 68 GROUP BLOCK(4): { 72 GROUP BLOCK(4): {
|
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/arc/emsdp/ |
D | emsdp_v2.lcf | 40 GROUP BLOCK(4) : { 44 GROUP BLOCK(4): { 50 GROUP BLOCK(4): { 54 GROUP BLOCK(4): { 58 GROUP BLOCK(4): { 69 GROUP BLOCK(4): { 73 GROUP BLOCK(4): {
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.h | 36 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/XNNPACK/src/f32-gemm/gen/ |
D | 4x12-minmax-aarch64-neonfma-cortex-a53.S | 145 # BLOCK 0 154 # BLOCK 1 163 # BLOCK 2 172 # BLOCK 3 181 # BLOCK 4 190 # BLOCK 5 199 # BLOCK 6 208 # BLOCK 7 219 # BLOCK 0 227 # BLOCK 1 [all …]
|
/external/XNNPACK/src/f32-gemm/gen-inc/ |
D | 4x12inc-minmax-aarch64-neonfma-cortex-a53.S | 142 # BLOCK 0 151 # BLOCK 1 160 # BLOCK 2 169 # BLOCK 3 178 # BLOCK 4 187 # BLOCK 5 196 # BLOCK 6 205 # BLOCK 7 216 # BLOCK 0 224 # BLOCK 1 [all …]
|
/external/antlr/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
D | ANTLRv3.g | 42 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/ |
D | ANTLRv3.g | 42 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 …]
|
/external/antlr/runtime/Cpp/tests/ |
D | t042ast.g | 11 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/Python/tests/ |
D | t042ast.g | 11 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/Python3/tests/ |
D | t042ast.g | 11 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/JavaScript/tests/functional/ |
D | t042ast.g | 11 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/llvm-project/lldb/test/Shell/SymbolFile/PDB/ |
D | function-nested-block.test | 4 …nd=block -file FunctionNestedBlockTest.cpp -line 4 %t.exe | FileCheck --check-prefix=CHECK-BLOCK %s 9 CHECK-BLOCK: Found 1 blocks: 10 CHECK-BLOCK: Blocks: id = {{.*}}, range = {{.*}} 11 CHECK-BLOCK: id = {{.*}}, range = {{.*}}
|
/external/libcap/ |
D | pgp.keys.asc | 5 -----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 …]
|