Home
last modified time | relevance | path

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

1234567891011

/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.h44 BLOCK *b,
57 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
69 BLOCK *b,
82 BLOCK *b,
95 BLOCK *b,
Dblock.h51 } BLOCK; typedef
71 BLOCK block[25];
157 void (*quantize_b)(BLOCK *b, BLOCKD *d);
158 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/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/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/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/chromium/chrome/browser/
Dexternal_protocol_handler.cc82 return BLOCK; in GetBlockState()
88 return BLOCK; in GetBlockState()
103 return should_block ? BLOCK : DONT_BLOCK; in GetBlockState()
123 state == BLOCK ? true : false); in SetBlockState()
139 if (block_state == BLOCK) in LaunchUrl()
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/
Dversion.rc.h10 BLOCK "StringFileInfo"
12 BLOCK "040904E4"
25 BLOCK "VarFileInfo"
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/
Dversion.rc.h10 BLOCK "StringFileInfo"
12 BLOCK "040904E4"
25 BLOCK "VarFileInfo"
/external/chromium_org/chrome/browser/external_protocol/
Dexternal_protocol_handler_unittest.cc41 : block_state_(ExternalProtocolHandler::BLOCK), in FakeExternalProtocolHandlerDelegate()
57 ASSERT_TRUE(block_state_ == ExternalProtocolHandler::BLOCK || in BlockRequest()
126 if (block_state != ExternalProtocolHandler::BLOCK) in DoTest()
142 DoTest(ExternalProtocolHandler::BLOCK, in TEST_F()
148 DoTest(ExternalProtocolHandler::BLOCK, in TEST_F()
154 DoTest(ExternalProtocolHandler::BLOCK, in TEST_F()
/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]], i32 0, i32 5
32 // CHECK: [[SLOT:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
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]], i32 0, i32 5
[all …]
/external/chromium_org/chrome/test/functional/
Dprefs_ui.py83 page.SetContentTypeOption(ContentTypes.GEOLOCATION, Behaviors.BLOCK)
95 self._GetGeolocationContentSettingsBehavior(), Behaviors.BLOCK.upper(),
116 Behaviors.BLOCK)
137 pattern, behavior = ('bing.com', Behaviors.BLOCK)
139 self.assertEqual(page.GetExceptions()[pattern], Behaviors.BLOCK,
149 pattern, behavior = ('bing.com', Behaviors.BLOCK)
163 pattern, behavior = ('bing.com', Behaviors.BLOCK)
165 self.assertEqual(page.GetExceptions()[pattern], Behaviors.BLOCK,
188 ContentTypes.COOKIES, 'http://google.com:80', Behaviors.BLOCK)
202 pattern, behavior = ('http://maps.google.com:80', Behaviors.BLOCK)
[all …]
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
Dversion.rc20 BLOCK "StringFileInfo"
22 BLOCK "040904b0"
34 BLOCK "VarFileInfo"
/external/chromium_org/chrome/installer/setup/
Dsetup_exe_version.rc.version19 BLOCK "StringFileInfo"
21 BLOCK "040904b0"
36 BLOCK "VarFileInfo"
/external/zlib/src/contrib/vstudio/vc10/
Dzlib.rc13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
/external/chromium/net/tools/spdyshark/
Dplugin.rc.in15 BLOCK "StringFileInfo"
17 BLOCK "040904b0"
30 BLOCK "VarFileInfo"
/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/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/chromium_org/chrome/app/
Dchrome_version.rc.version25 BLOCK "StringFileInfo"
27 BLOCK "040904b0"
43 BLOCK "VarFileInfo"

1234567891011