Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 2098) sorted by relevance

12345678910>>...84

/external/libgav1/src/tile/bitstream/
Dmode_info.cc133 int GetUseCompoundReferenceContext(const Tile::Block& block) { in GetUseCompoundReferenceContext()
169 int GetReferenceContext(const Tile::Block& block, in GetReferenceContext()
187 bool Tile::ReadSegmentId(const Block& block) { in ReadSegmentId()
247 bool Tile::ReadIntraSegmentId(const Block& block) { in ReadIntraSegmentId()
256 void Tile::ReadSkip(const Block& block) { in ReadSkip()
275 bool Tile::ReadSkipMode(const Block& block) { in ReadSkipMode()
299 void Tile::ReadCdef(const Block& block) { in ReadCdef()
346 void Tile::ReadQuantizerIndexDelta(const Block& block) { in ReadQuantizerIndexDelta()
358 void Tile::ReadLoopFilterDelta(const Block& block) { in ReadLoopFilterDelta()
389 void Tile::ReadPredictionModeY(const Block& block, bool intra_y_mode) { in ReadPredictionModeY()
[all …]
/external/javapoet/src/test/java/com/squareup/javapoet/
DCodeBlockTest.java108 CodeBlock block = CodeBlock.builder().add("$1N", "taco").build(); in nameFormatCanBeIndexed() local
113 CodeBlock block = CodeBlock.builder().add("$1L", "taco").build(); in literalFormatCanBeIndexed() local
118 CodeBlock block = CodeBlock.builder().add("$1S", "taco").build(); in stringFormatCanBeIndexed() local
123 CodeBlock block = CodeBlock.builder().add("$1T", String.class).build(); in typeFormatCanBeIndexed() local
130 CodeBlock block = CodeBlock.builder().addNamed("$text:S", map).build(); in simpleNamedArgument() local
137 CodeBlock block = CodeBlock.builder() in repeatedNamedArgument() local
147 CodeBlock block = CodeBlock.builder() in namedAndNoArgFormat() local
166 CodeBlock block = CodeBlock.builder().addNamed("$Text:S", map).build(); in lowerCaseNamed() local
178 CodeBlock block = CodeBlock.builder() in multipleNamedArguments() local
189 CodeBlock block = CodeBlock.builder().addNamed("$clazz:T\n", map).build(); in namedNewline() local
[all …]
/external/minijail/tools/
Dbpf.py378 def visited(self, block): argument
384 def process(self, block): argument
388 def visit(self, block): argument
419 def visitKillProcess(self, block): argument
423 def visitKillThread(self, block): argument
427 def visitTrap(self, block): argument
431 def visitReturnErrno(self, block): argument
435 def visitTrace(self, block): argument
439 def visitUserNotify(self, block): argument
443 def visitLog(self, block): argument
[all …]
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dspdy_utils_test.cc67 Http2HeaderBlock block; in TEST_F() local
83 Http2HeaderBlock block; in TEST_F() local
92 Http2HeaderBlock block; in TEST_F() local
104 Http2HeaderBlock block; in TEST_F() local
121 Http2HeaderBlock block; in TEST_F() local
132 Http2HeaderBlock block; in TEST_F() local
152 Http2HeaderBlock block; in TEST_F() local
164 Http2HeaderBlock block; in TEST_F() local
179 Http2HeaderBlock block; in TEST_F() local
194 Http2HeaderBlock block; in TEST_F() local
[all …]
/external/flac/src/test_libFLAC/
Dmetadata_object.c122 static FLAC__bool check_seektable_(const FLAC__StreamMetadata *block, uint32_t num_points, const FL… in check_seektable_()
167 static void vc_calc_len_(FLAC__StreamMetadata *block) in vc_calc_len_()
181 static void vc_resize_(FLAC__StreamMetadata *block, uint32_t num) in vc_resize_()
216 static int vc_find_from_(FLAC__StreamMetadata *block, const char *name, uint32_t start) in vc_find_from_()
228 …c_set_vs_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, const … in vc_set_vs_new_()
237 …d vc_set_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, uint32… in vc_set_new_()
246 …c_insert_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, uint32… in vc_insert_new_()
257 static void vc_delete_(FLAC__StreamMetadata *block, uint32_t pos) in vc_delete_()
268 …_replace_new_(FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__StreamMetadata *block, const … in vc_replace_new_()
314 static void cs_calc_len_(FLAC__StreamMetadata *block) in cs_calc_len_()
[all …]
/external/e2fsprogs/lib/ext2fs/
Ddirblock.c23 errcode_t ext2fs_read_dir_block4(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block4()
47 errcode_t ext2fs_read_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block3()
53 errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block2()
59 errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block()
66 errcode_t ext2fs_write_dir_block4(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block4()
96 errcode_t ext2fs_write_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block3()
102 errcode_t ext2fs_write_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block2()
108 errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block()
Dbitops.h298 blk_t block) in ext2fs_mark_block_bitmap()
305 blk_t block) in ext2fs_unmark_block_bitmap()
312 blk_t block) in ext2fs_test_block_bitmap()
340 blk_t block) in ext2fs_fast_mark_block_bitmap()
346 blk_t block) in ext2fs_fast_unmark_block_bitmap()
352 blk_t block) in ext2fs_fast_test_block_bitmap()
398 blk_t block, int num) in ext2fs_fast_test_block_bitmap_range()
404 blk_t block, int num) in ext2fs_fast_mark_block_bitmap_range()
410 blk_t block, int num) in ext2fs_fast_unmark_block_bitmap_range()
418 blk64_t block) in ext2fs_mark_block_bitmap2()
[all …]
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dlower.c30 static bool ppir_lower_const(ppir_block *block, ppir_node *node) in ppir_lower_const()
83 static bool ppir_lower_swap_args(ppir_block *block, ppir_node *node) in ppir_lower_swap_args()
98 static bool ppir_lower_load(ppir_block *block, ppir_node *node) in ppir_lower_load()
145 static bool ppir_lower_ddxy(ppir_block *block, ppir_node *node) in ppir_lower_ddxy()
163 static bool ppir_lower_texture(ppir_block *block, ppir_node *node) in ppir_lower_texture()
199 static bool ppir_lower_select(ppir_block *block, ppir_node *node) in ppir_lower_select()
275 static bool ppir_lower_trunc(ppir_block *block, ppir_node *node) in ppir_lower_trunc()
286 static bool ppir_lower_abs(ppir_block *block, ppir_node *node) in ppir_lower_abs()
300 static bool ppir_lower_neg(ppir_block *block, ppir_node *node) in ppir_lower_neg()
313 static bool ppir_lower_sat(ppir_block *block, ppir_node *node) in ppir_lower_sat()
[all …]
Dnir.c37 static void *ppir_node_create_ssa(ppir_block *block, ppir_op op, nir_def *ssa) in ppir_node_create_ssa()
55 static void *ppir_node_create_reg(ppir_block *block, ppir_op op, in ppir_node_create_reg()
81 static void *ppir_node_create_dest(ppir_block *block, ppir_op op, in ppir_node_create_dest()
159 static bool ppir_emit_alu(ppir_block *block, nir_instr *ni) in ppir_emit_alu()
230 ppir_block *block = ppir_block_create(comp); in ppir_emit_discard_block() local
247 static ppir_node *ppir_emit_discard_if(ppir_block *block, nir_instr *ni) in ppir_emit_discard_if()
272 static ppir_node *ppir_emit_discard(ppir_block *block, nir_instr *ni) in ppir_emit_discard()
279 static bool ppir_emit_intrinsic(ppir_block *block, nir_instr *ni) in ppir_emit_intrinsic()
455 static bool ppir_emit_load_const(ppir_block *block, nir_instr *ni) in ppir_emit_load_const()
472 static bool ppir_emit_ssa_undef(ppir_block *block, nir_instr *ni) in ppir_emit_ssa_undef()
[all …]
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
DCodeBlockTest.kt47 val block = CodeBlock.builder().add("%1N", "taco").build() in nameFormatCanBeIndexed() constant
52 val block = CodeBlock.builder().add("%1L", "taco").build() in literalFormatCanBeIndexed() constant
57 val block = CodeBlock.builder().add("%1S", "taco").build() in stringFormatCanBeIndexed() constant
62 val block = CodeBlock.builder().add("%1T", String::class).build() in typeFormatCanBeIndexed() constant
69 val block = CodeBlock.builder().addNamed("%text:S", map).build() in simpleNamedArgument() constant
76 val block = CodeBlock.builder() in repeatedNamedArgument() constant
87 val block = CodeBlock.builder() in namedAndNoArgFormat() constant
112 val block = CodeBlock.builder() in multipleNamedArguments() constant
124 val block = CodeBlock.builder().addNamed("%clazz:T\n", map).build() in namedNewline() constant
185 val block = CodeBlock.builder() in sameIndexCanBeUsedWithDifferentFormats() constant
/external/libpcap/
Dgencode.h268 struct block { struct
280 struct block *head; argument
281 struct block *link; /* link field used by optimizer */ argument
298 struct block *b; /* protocol checks */ argument
/external/deqp-deps/amber/src/vkscript/
Dparser_test.cc104 std::string block = R"([require] in TEST_F() local
126 std::string block = "[require]\nframebuffer R32G32B32A32_SFLOAT"; in TEST_F() local
141 std::string block = "[require]\ndepthstencil D24_UNORM_S8_UINT"; in TEST_F() local
156 std::string block = "[require]\nfbsize 300 400"; in TEST_F() local
171 std::string block = "[require]\nfbsize"; in TEST_F() local
180 std::string block = "[require]\nfbsize 200"; in TEST_F() local
189 std::string block = "[require]\nfbsize 200 300 EXTRA"; in TEST_F() local
199 std::string block = "[require]\nfbsize INVALID 200"; in TEST_F() local
208 std::string block = "[require]\nfbsize 200 INVALID"; in TEST_F() local
217 std::string block = R"([require] in TEST_F() local
[all …]
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnir.c46 static void register_node_ssa(gpir_block *block, gpir_node *node, nir_def *ssa) in register_node_ssa()
82 static void register_node_reg(gpir_block *block, gpir_node *node, int index) in register_node_reg()
96 static gpir_node *gpir_node_find(gpir_block *block, nir_src *src, in gpir_node_find()
143 static bool gpir_emit_alu(gpir_block *block, nir_instr *ni) in gpir_emit_alu()
190 static gpir_node *gpir_create_load(gpir_block *block, nir_def *def, in gpir_create_load()
204 static bool gpir_create_vector_load(gpir_block *block, nir_def *def, int index) in gpir_create_vector_load()
223 static bool gpir_emit_intrinsic(gpir_block *block, nir_instr *ni) in gpir_emit_intrinsic()
288 static bool gpir_emit_load_const(gpir_block *block, nir_instr *ni) in gpir_emit_load_const()
305 static bool gpir_emit_ssa_undef(gpir_block *block, nir_instr *ni) in gpir_emit_ssa_undef()
311 static bool gpir_emit_tex(gpir_block *block, nir_instr *ni) in gpir_emit_tex()
[all …]
/external/cronet/net/third_party/quiche/src/quiche/common/http/
Dhttp_header_block_test.cc32 HttpHeaderBlock block; in TEST() local
44 HttpHeaderBlock block; in TEST() local
75 HttpHeaderBlock block; in TEST() local
127 HttpHeaderBlock block; in ReturnTestHeaderBlock() local
164 HttpHeaderBlock block; in TEST() local
203 HttpHeaderBlock block; in TEST() local
226 HttpHeaderBlock block; in TEST() local
240 size_t HttpHeaderBlockSize(const HttpHeaderBlock& block) { in HttpHeaderBlockSize()
251 HttpHeaderBlock block; in TEST() local
290 HttpHeaderBlock block; in TEST() local
[all …]
/external/flac/src/test_libs_common/
Dmetadata_utils.c35 FLAC__bool mutils__compare_block_data_streaminfo(const FLAC__StreamMetadata_StreamInfo *block, cons… in mutils__compare_block_data_streaminfo()
109 FLAC__bool mutils__compare_block_data_padding(const FLAC__StreamMetadata_Padding *block, const FLAC… in mutils__compare_block_data_padding()
116 FLAC__bool mutils__compare_block_data_application(const FLAC__StreamMetadata_Application *block, co… in mutils__compare_block_data_application()
158 FLAC__bool mutils__compare_block_data_seektable(const FLAC__StreamMetadata_SeekTable *block, const … in mutils__compare_block_data_seektable()
182 FLAC__bool mutils__compare_block_data_vorbiscomment(const FLAC__StreamMetadata_VorbisComment *block in mutils__compare_block_data_vorbiscomment()
224 FLAC__bool mutils__compare_block_data_cuesheet(const FLAC__StreamMetadata_CueSheet *block, const FL… in mutils__compare_block_data_cuesheet()
294 FLAC__bool mutils__compare_block_data_picture(const FLAC__StreamMetadata_Picture *block, const FLAC… in mutils__compare_block_data_picture()
348 FLAC__bool mutils__compare_block_data_unknown(const FLAC__StreamMetadata_Unknown *block, const FLAC… in mutils__compare_block_data_unknown()
373 FLAC__bool mutils__compare_block(const FLAC__StreamMetadata *block, const FLAC__StreamMetadata *blo… in mutils__compare_block()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_emit.c48 queue(struct qblock *block, uint64_t inst) in queue()
56 last_inst(struct qblock *block) in last_inst()
64 set_last_cond_add(struct qblock *block, uint32_t cond) in set_last_cond_add()
70 set_last_cond_mul(struct qblock *block, uint32_t cond) in set_last_cond_mul()
134 setup_for_vpm_read(struct vc4_compile *c, struct qblock *block) in setup_for_vpm_read()
164 fixup_raddr_conflict(struct qblock *block, in fixup_raddr_conflict()
206 set_last_dst_pack(struct qblock *block, struct qinst *inst) in set_last_dst_pack()
227 handle_r4_qpu_write(struct qblock *block, struct qinst *qinst, in handle_r4_qpu_write()
242 struct qblock *block, in vc4_generate_code_block()
/external/pigweed/pw_allocator/public/pw_allocator/
Dblock_allocator_base.h243 for (const auto& block : blocks()) { in Init() local
260 BlockType* block = ChooseBlock(layout); in DoAllocate() local
275 BlockType* block = *result; in DoDeallocate() local
298 BlockType* block = *result; in DoResize() local
319 const BlockType* block = result.value(); in DoGetInfo() local
343 for (auto block : blocks()) { in MeasureFragmentation() local
363 BlockPtrType block = BlockType::FromUsableSpace(ptr); in FromUsableSpace() local
370 BlockType* block) { in UpdateLast()
Dblock.h368 static Block* NextBlock(const Block* block) { in NextBlock()
377 static Block* PrevBlock(const Block* block) { in PrevBlock()
515 Iterator(Block* block) : block_(block) {} in Iterator()
533 ReverseIterator(Block* block) : block_(block) {} in ReverseIterator()
611 Block* block = AsBlock(0, region); in Init() local
617 Status Block<OffsetType, kAlign, kCanPoison>::AllocFirst(Block*& block, in AllocFirst()
685 Status Block<OffsetType, kAlign, kCanPoison>::AllocLast(Block*& block, in AllocLast()
701 void Block<OffsetType, kAlign, kCanPoison>::ShiftBlock(Block*& block, in ShiftBlock()
729 void Block<OffsetType, kAlign, kCanPoison>::Free(Block*& block) { in Free()
742 Status Block<OffsetType, kAlign, kCanPoison>::Resize(Block*& block, in Resize()
[all …]
/external/eigen/unsupported/test/
Dcxx11_tensor_block_access.cpp105 const internal::TensorBlockDescriptor<NumDims>& block, in UpdateCoeffSet()
138 auto block = block_mapper.blockDescriptor(i); in test_block_mapper_maps_every_element() local
240 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
254 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
265 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
280 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
291 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
306 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
318 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
333 TensorBlock block = block_mapper.blockDescriptor(0); in test_uniform_block_shape() local
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_control_flow.c49 block_add_pred(nir_block *block, nir_block *pred) in block_add_pred()
55 block_remove_pred(nir_block *block, nir_block *pred) in block_remove_pred()
91 unlink_block_successors(nir_block *block) in unlink_block_successors()
100 link_non_block_to_block(nir_cf_node *node, nir_block *block) in link_non_block_to_block()
128 link_block_to_non_block(nir_block *block, nir_cf_node *node) in link_block_to_non_block()
163 replace_successor(nir_block *block, nir_block *old_succ, nir_block *new_succ) in replace_successor()
185 split_block_beginning(nir_block *block) in split_block_beginning()
209 rewrite_phi_preds(nir_block *block, nir_block *old_pred, nir_block *new_pred) in rewrite_phi_preds()
222 nir_insert_phi_undef(nir_block *block, nir_block *pred) in nir_insert_phi_undef()
267 block_add_normal_succs(nir_block *block) in block_add_normal_succs()
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DUndispatchedResultTest.kt14 invokeTest { block -> withContext(wrapperDispatcher(coroutineContext), block) } in <lambda>() method
19 invokeTest { block -> withContext(coroutineContext, block) } in <lambda>() method
24 invokeTest { block -> withTimeout(Long.MAX_VALUE, block) } in <lambda>() method
29 invokeTest { block -> async(NonCancellable, block = block).await() } in <lambda>() method
34 invokeTest { block -> coroutineScope(block) } in <lambda>() method
54 private suspend fun CoroutineScope.block(context: CoroutineContext) { in <lambda>() method in kotlinx.coroutines.UndispatchedResultTest
/external/lua/src/
Dlmem.c31 static void *firsttry (global_State *g, void *block, size_t os, size_t ns) { in firsttry()
38 #define firsttry(g,block,os,ns) ((*g->frealloc)(g->ud, block, os, ns)) argument
79 void *luaM_growaux_ (lua_State *L, void *block, int nelems, int *psize, in luaM_growaux_()
110 void *luaM_shrinkvector_ (lua_State *L, void *block, int *size, in luaM_shrinkvector_()
132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_()
146 static void *tryagain (lua_State *L, void *block, in tryagain()
162 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
179 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
DSynchronizedStmt.java37 private BlockStmt block; field in SynchronizedStmt
42 public SynchronizedStmt(final Expression expr, final BlockStmt block) { in SynchronizedStmt()
48 final BlockStmt block) { in SynchronizedStmt()
82 public SynchronizedStmt setBlock(final BlockStmt block) { in setBlock()
100 public SynchronizedStmt setBody(BlockStmt block) { in setBody()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_helper_invocations.c67 mir_block_uses_helpers(gl_shader_stage stage, midgard_block *block) in mir_block_uses_helpers()
80 mir_block_terminates_helpers(midgard_block *block) in mir_block_terminates_helpers()
109 midgard_block *block = (midgard_block *)_block; in mir_analyze_helper_terminate() local
146 midgard_block *block = (midgard_block *)_block; in mir_analyze_helper_terminate() local
168 midgard_block *block = (midgard_block *)_block; in mir_helper_block_update() local
/external/flac/src/metaflac/
Doperations_shorthand_vorbiscomment.c46 FLAC__StreamMetadata *block = 0; in do_shorthand_operation__vorbis_comment() local
130 FLAC__bool remove_vc_all(const char *filename, FLAC__StreamMetadata *block, FLAC__bool *needs_write) in remove_vc_all()
151 FLAC__bool remove_vc_all_except(const char *filename, FLAC__StreamMetadata *block, const char *fiel… in remove_vc_all_except()
196 FLAC__bool remove_vc_field(const char *filename, FLAC__StreamMetadata *block, const char *field_nam… in remove_vc_field()
214 FLAC__bool remove_vc_firstfield(const char *filename, FLAC__StreamMetadata *block, const char *fiel… in remove_vc_firstfield()
232 FLAC__bool set_vc_field(const char *filename, FLAC__StreamMetadata *block, const Argument_VcField *… in set_vc_field()
340 FLAC__bool import_vc_from(const char *filename, FLAC__StreamMetadata *block, const Argument_String … in import_vc_from()
397 FLAC__bool export_vc_to(const char *filename, FLAC__StreamMetadata *block, const Argument_String *v… in export_vc_to()

12345678910>>...84