Home
last modified time | relevance | path

Searched refs:BlockType (Results 251 – 275 of 2077) sorted by relevance

1...<<11121314151617181920>>...84

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/doclint/
H A DCoverageExtras.java46 … check(HtmlTag.BlockType.BLOCK, HtmlTag.BlockType.valueOf("BLOCK"), HtmlTag.BlockType.values()); in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/doclint/
H A DCoverageExtras.java46 … check(HtmlTag.BlockType.BLOCK, HtmlTag.BlockType.valueOf("BLOCK"), HtmlTag.BlockType.values()); in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/doclint/
H A DCoverageExtras.java46 … check(HtmlTag.BlockType.BLOCK, HtmlTag.BlockType.valueOf("BLOCK"), HtmlTag.BlockType.values()); in run()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/doclint/
H A DCoverageExtras.java45 … check(HtmlTag.BlockType.BLOCK, HtmlTag.BlockType.valueOf("BLOCK"), HtmlTag.BlockType.values()); in run()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/doclint/
H A DCoverageExtras.java45 … check(HtmlTag.BlockType.BLOCK, HtmlTag.BlockType.valueOf("BLOCK"), HtmlTag.BlockType.values()); in run()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Parser/
H A DCSharpCodeParser.cs134 using (Context.StartBlock(BlockType.Statement)) in ParseBlock()
200 Context.CurrentBlock.Type = BlockType.Expression; in AfterTransition()
216 Context.CurrentBlock.Type = BlockType.Expression; in AfterTransition()
235 Context.CurrentBlock.Type = BlockType.Expression; in AfterTransition()
304 Context.CurrentBlock.Type = BlockType.Expression; in ImplicitExpression()
420 Context.CurrentBlock.Type != BlockType.Expression && in CompleteBlock()
499 if (Context.IsWithin(BlockType.Template)) in Template()
504 using (Context.StartBlock(BlockType.Template)) in Template()
H A DVBCodeParser.cs133 Context.CurrentBlock.Type = BlockType.Expression; in ParseBlock()
153 Context.CurrentBlock.Type = BlockType.Statement; in ParseBlock()
233 Context.CurrentBlock.Type = BlockType.Statement; in KeywordBlock()
245 Context.CurrentBlock.Type = BlockType.Expression; in ExplicitExpression()
290 Context.CurrentBlock.Type = BlockType.Expression; in ImplicitExpression()
462 if (Context.IsWithin(BlockType.Template)) in HandleTransition()
477 using (Context.StartBlock(BlockType.Template)) in HandleTransition()
511 Context.CurrentBlock.Type = BlockType.Directive; in ReservedWord()
/dports/math/vtk9/VTK-9.1.0/Parallel/DIY/
H A DvtkDIYGhostUtilities.cxx1553 BlockType* block = master.block<BlockType>(localId); in ComputeLinkMapForStructuredData()
2226 BlockType* block = master.block<BlockType>(localId); in InitializeBlocksForUnstructuredData()
3044 BlockType* block = master.block<BlockType>(localId); in ComputeLinkMapForUnstructuredData()
3110 BlockType* block = master.block<BlockType>(localId); in ComputeLinkMapForUnstructuredData()
4653 BlockType* block = master.block<BlockType>(localId); in DeepCopyInputsAndAllocateGhostsForUnstructuredData()
4801 BlockType* block = master.block<BlockType>(localId); in DeepCopyInputsAndAllocateGhostsForUnstructuredData()
4833 BlockType* block = master.block<BlockType>(localId); in FillHiddenGhostsForStructuredData()
5341 BlockType* block = master.block<BlockType>(localId); in FillReceivedGhosts()
5488 BlockType* block = master.block<BlockType>(localId); in InitializeBlocks()
5504 BlockType* block = master.block<BlockType>(localId); in InitializeBlocks()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/enums/resources/map/
H A Dblocktype.h29 enumStart(BlockType) in enumStart() argument
41 enumEnd(BlockType);
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/libflate-1.1.1/src/deflate/
H A Dencode.rs2 use super::BlockType;
111 fn get_block_type(&self) -> BlockType { in get_block_type() argument
113 BlockType::Raw in get_block_type()
115 BlockType::Dynamic in get_block_type()
117 BlockType::Fixed in get_block_type()
228 self.writer.write_bits(2, BlockType::Raw as u16)?; in zlib_sync_flush()
261 block_type: BlockType,
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/libflate-1.1.1/src/deflate/
H A Dencode.rs2 use super::BlockType;
111 fn get_block_type(&self) -> BlockType { in get_block_type() argument
113 BlockType::Raw in get_block_type()
115 BlockType::Dynamic in get_block_type()
117 BlockType::Fixed in get_block_type()
228 self.writer.write_bits(2, BlockType::Raw as u16)?; in zlib_sync_flush()
261 block_type: BlockType,
/dports/net/krill/krill-0.9.4/cargo-crates/libflate-1.1.1/src/deflate/
H A Dencode.rs2 use super::BlockType;
111 fn get_block_type(&self) -> BlockType { in get_block_type() argument
113 BlockType::Raw in get_block_type()
115 BlockType::Dynamic in get_block_type()
117 BlockType::Fixed in get_block_type()
228 self.writer.write_bits(2, BlockType::Raw as u16)?; in zlib_sync_flush()
261 block_type: BlockType,
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/libflate-1.1.1/src/deflate/
H A Dencode.rs2 use super::BlockType;
111 fn get_block_type(&self) -> BlockType { in get_block_type() argument
113 BlockType::Raw in get_block_type()
115 BlockType::Dynamic in get_block_type()
117 BlockType::Fixed in get_block_type()
228 self.writer.write_bits(2, BlockType::Raw as u16)?; in zlib_sync_flush()
261 block_type: BlockType,
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/libflate-1.1.1/src/deflate/
H A Dencode.rs2 use super::BlockType;
111 fn get_block_type(&self) -> BlockType { in get_block_type() argument
113 BlockType::Raw in get_block_type()
115 BlockType::Dynamic in get_block_type()
117 BlockType::Fixed in get_block_type()
228 self.writer.write_bits(2, BlockType::Raw as u16)?; in zlib_sync_flush()
261 block_type: BlockType,
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/deflate-0.8.6/src/
H A Dhuffman_lengths.rs145 pub enum BlockType { enum
175 ) -> BlockType { argument
180 return BlockType::Fixed;
278 BlockType::Fixed
280 BlockType::Stored
282 BlockType::Dynamic(DynamicBlockHeader {
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/deflate-0.8.6/src/
H A Dhuffman_lengths.rs145 pub enum BlockType { enum
175 ) -> BlockType { argument
180 return BlockType::Fixed;
278 BlockType::Fixed
280 BlockType::Stored
282 BlockType::Dynamic(DynamicBlockHeader {
/dports/misc/broot/broot-1.7.0/cargo-crates/deflate-0.8.6/src/
H A Dhuffman_lengths.rs145 pub enum BlockType { enum
175 ) -> BlockType { argument
180 return BlockType::Fixed;
278 BlockType::Fixed
280 BlockType::Stored
282 BlockType::Dynamic(DynamicBlockHeader {
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-textract/include/aws/textract/model/
H A DBlock.h87 inline const BlockType& GetBlockType() const{ return m_blockType; } in GetBlockType()
145 …inline void SetBlockType(const BlockType& value) { m_blockTypeHasBeenSet = true; m_blockType = val… in SetBlockType()
174 …inline void SetBlockType(BlockType&& value) { m_blockTypeHasBeenSet = true; m_blockType = std::mov… in SetBlockType()
203 inline Block& WithBlockType(const BlockType& value) { SetBlockType(value); return *this;} in WithBlockType()
232 inline Block& WithBlockType(BlockType&& value) { SetBlockType(std::move(value)); return *this;} in WithBlockType()
795 BlockType m_blockType;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/deflate-0.9.1/src/
H A Dhuffman_lengths.rs145 pub enum BlockType { enum
175 ) -> BlockType { argument
180 return BlockType::Fixed;
278 BlockType::Fixed
280 BlockType::Stored
282 BlockType::Dynamic(DynamicBlockHeader {
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/deflate-0.7.20/src/
H A Dhuffman_lengths.rs158 pub enum BlockType { enum
188 ) -> BlockType { argument
193 return BlockType::Fixed;
288 BlockType::Fixed
290 BlockType::Stored
292 BlockType::Dynamic(DynamicBlockHeader {
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/deflate/src/
H A Dhuffman_lengths.rs145 pub enum BlockType { enum
175 ) -> BlockType { argument
180 return BlockType::Fixed;
278 BlockType::Fixed
280 BlockType::Stored
282 BlockType::Dynamic(DynamicBlockHeader {
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/deflate-0.7.20/src/
H A Dhuffman_lengths.rs158 pub enum BlockType { enum
188 ) -> BlockType { argument
193 return BlockType::Fixed;
288 BlockType::Fixed
290 BlockType::Stored
292 BlockType::Dynamic(DynamicBlockHeader {
/dports/graphics/viu/viu-1.1/cargo-crates/deflate-0.8.6/src/
H A Dhuffman_lengths.rs145 pub enum BlockType { enum
175 ) -> BlockType { argument
180 return BlockType::Fixed;
278 BlockType::Fixed
280 BlockType::Stored
282 BlockType::Dynamic(DynamicBlockHeader {
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/deflate-0.8.4/src/
H A Dhuffman_lengths.rs145 pub enum BlockType { enum
175 ) -> BlockType { argument
180 return BlockType::Fixed;
278 BlockType::Fixed
280 BlockType::Stored
282 BlockType::Dynamic(DynamicBlockHeader {
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/deflate-0.7.19/src/
H A Dhuffman_lengths.rs158 pub enum BlockType { enum
188 ) -> BlockType { argument
193 return BlockType::Fixed;
288 BlockType::Fixed
290 BlockType::Stored
292 BlockType::Dynamic(DynamicBlockHeader {

1...<<11121314151617181920>>...84