Searched refs:BLOCK (Results 1 - 25 of 130) sorted by relevance

123456

/external/clang/test/CodeGen/
H A Dcapture-complex-expr-in-block.c4 typedef void (^BLOCK)(void);
8 BLOCK b = ^() {
/external/libmicrohttpd/src/microhttpd/
H A 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),
H A Dmicrohttpd_dll_res.rc.in15 BLOCK "StringFileInfo"
17 BLOCK "04090000" /* Lang = US English, Charset = ASCII */
30 BLOCK "VarFileInfo"
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/
H A Dversion.rc.h10 BLOCK "StringFileInfo"
12 BLOCK "040904E4"
25 BLOCK "VarFileInfo"
/external/compiler-rt/lib/builtins/arm/
H A Dclzsi2.S50 #define BLOCK(shift) \ define
55 BLOCK(16)
56 BLOCK(8)
57 BLOCK(4)
58 BLOCK(2)
H A Dclzdi2.S71 #define BLOCK(shift) \ define
76 BLOCK(16)
77 BLOCK(8)
78 BLOCK(4)
79 BLOCK(2)
/external/curl/lib/
H A Dlibcurl.rc43 BLOCK "StringFileInfo"
45 BLOCK "040904b0"
59 BLOCK "VarFileInfo"
/external/curl/src/
H A Dcurl.rc43 BLOCK "StringFileInfo"
45 BLOCK "040904b0"
59 BLOCK "VarFileInfo"
/external/libmicrohttpd/w32/VS2013/
H A Dmicrohttpd_dll_res_vc.rc19 BLOCK "StringFileInfo"
21 BLOCK "04090000" /* Lang = US English, Charset = ASCII */
38 BLOCK "VarFileInfo"
H A Dmicrohttpd_dll_res_vc.rc.in19 BLOCK "StringFileInfo"
21 BLOCK "04090000" /* Lang = US English, Charset = ASCII */
38 BLOCK "VarFileInfo"
/external/mdnsresponder/mDNSWindows/Java/
H A Djdns_sd.rc42 BLOCK "StringFileInfo"
44 BLOCK "040904b0"
56 BLOCK "VarFileInfo"
/external/parameter-framework/upstream/support/windows/
H A DResource.rc.in57 BLOCK "StringFileInfo"
59 BLOCK "040904b0" // US english, unicode
71 BLOCK "VarFileInfo"
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.h42 extern int vp8_hex_search(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv,
47 typedef int(fractional_mv_step_fp)(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
59 typedef int (*vp8_full_search_fn_t)(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
64 typedef int (*vp8_refining_search_fn_t)(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
70 typedef int (*vp8_diamond_search_fn_t)(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
H A Dblock.h52 } BLOCK; typedef in typeref:struct:block
69 BLOCK block[25];
158 void (*quantize_b)(BLOCK *b, BLOCKD *d);
H A Dencodemb.h21 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch);
/external/libusb/libusb/
H A Dlibusb-1.0.rc40 BLOCK "StringFileInfo"
42 BLOCK "040904b0"
57 BLOCK "VarFileInfo"
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTagBalancingHtmlStreamEventReceiver.java299 BLOCK, enum constant in enum:TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships.ElementGroup
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, ElementGrou
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java73 new ElemDesc(0 | ElemDesc.EMPTY | ElemDesc.BLOCK));
74 m_elementFlags.put("FRAMESET", new ElemDesc(0 | ElemDesc.BLOCK));
75 m_elementFlags.put("NOFRAMES", new ElemDesc(0 | ElemDesc.BLOCK));
78 new ElemDesc(0 | ElemDesc.EMPTY | ElemDesc.BLOCK));
82 m_elementFlags.put("CENTER", new ElemDesc(0 | ElemDesc.BLOCK));
83 m_elementFlags.put("DIR", new ElemDesc(0 | ElemDesc.BLOCK));
84 m_elementFlags.put("MENU", new ElemDesc(0 | ElemDesc.BLOCK));
121 | ElemDesc.BLOCK));
122 m_elementFlags.put("BODY", new ElemDesc(0 | ElemDesc.BLOCK));
127 | ElemDesc.BLOCK
[all...]
H A DElemDesc.java51 static final int BLOCK = (1 << 3); field in class:ElemDesc
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue124/
H A DDumpTest.java45 String output1 = yaml.dumpAs(bean, new Tag("!!foo.bar"), FlowStyle.BLOCK);
72 options.setDefaultFlowStyle(FlowStyle.BLOCK);
82 String output1 = yaml.dumpAs(bean, null, FlowStyle.BLOCK);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_mmx.c20 void vp8_fast_quantize_b_mmx(BLOCK *b, BLOCKD *d) {
/external/snakeyaml/src/test/java/examples/
H A DCollectionStyleTest.java32 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DEnumTest.java40 String output = yaml.dump(DumperOptions.FlowStyle.BLOCK);
41 assertEquals("!!org.yaml.snakeyaml.DumperOptions$FlowStyle 'BLOCK'\n", output);
46 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
56 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
67 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
81 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
94 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
107 options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
131 assertEquals(DumperOptions.FlowStyle.BLOCK,
132 yaml.load("!!org.yaml.snakeyaml.DumperOptions$FlowStyle 'BLOCK'\
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.h22 #define BLOCK 5 macro
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3Tree.g115 : ^( BLOCK optionsSpec? (alternative rewrite)+ EOB )
119 : ^( BLOCK (alternative rewrite)+ EOB )
199 : ^(BLOCK rewrite_tree_alternative EOB)

Completed in 621 milliseconds

123456