| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| H A D | RubyEnumDescriptor.java | 131 public IRubyObject each(ThreadContext context, Block block) { in each() argument
|
| H A D | RubyBuilder.java | 89 public IRubyObject addMessage(ThreadContext context, IRubyObject name, Block block) { in addMessage() argument 117 addEnum(ThreadContext context, IRubyObject name, Block block) addEnum() argument [all...] |
| H A D | RubyOneofDescriptor.java | 98 public IRubyObject each(ThreadContext context, Block block) { in each() argument
|
| /third_party/skia/include/sksl/ |
| H A D | DSLFunction.h | 65 DSLBlock block = DSLBlock(DSLStatement(std::move(stmts))...); in define() local
|
| /third_party/selinux/libsepol/src/ |
| H A D | avrule_block.c | 46 avrule_block_t *block; in avrule_block_create() local
|
| /third_party/spirv-tools/source/fuzz/ |
| H A D | fuzzer_pass_add_parameters.cpp | 87 auto block = GetIRContext()->get_instr_block(instr); in Apply() local
|
| H A D | transformation_add_opphi_synonym.cpp | 39 auto block = fuzzerutil::MaybeFindBlock(ir_context, message_.block_id()); in IsApplicable() local [all...] |
| H A D | transformation_function_call.cpp | 86 auto block = ir_context->get_instr_block(insert_before); in IsApplicable() local
|
| H A D | transformation_replace_branch_from_dead_block_with_exit.cpp | 40 auto block = ir_context->get_instr_block(message_.block_id()); in IsApplicable() local 97 auto block = ir_context->get_instr_block(message_.block_id()); in Apply() local 139 BlockIsSuitable( opt::IRContext* ir_context, const TransformationContext& transformation_context, const opt::BasicBlock& block) BlockIsSuitable() argument [all...] |
| H A D | transformation_replace_opselect_with_conditional_branch.cpp | 68 auto block = ir_context->get_instr_block(instruction); in IsApplicable() local 105 auto block = ir_context->get_instr_block(instruction); Apply() local 130 block->GetParent()->InsertBasicBlockBefore(std::move(new_block), block); Apply() local [all...] |
| H A D | transformation_set_loop_control.cpp | 36 auto block = ir_context->get_instr_block(message_.block_id()); in IsApplicable() local
|
| /third_party/spirv-tools/source/val/ |
| H A D | basic_block.cpp | 100 DominatorIterator( const BasicBlock* block, std::function<const BasicBlock*(const BasicBlock*)> dominator_func) DominatorIterator() argument
|
| /third_party/spirv-tools/test/val/ |
| H A D | val_layout_test.cpp | 646 OpModuleProcessed "this is too late, in basic block" in TEST_F() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | base64.c | 90 unsigned char dtable[256], *out, *pos, block[4], tmp; in base64_gen_decode() local
|
| /third_party/vk-gl-cts/framework/delibs/depool/ |
| H A D | dePoolStringBuilder.c | 60 StringBlock* block = DE_POOL_NEW(builder->pool, StringBlock); in dePoolStringBuilder_appendString() local 124 StringBlock* block in dePoolStringBuilder_dupToPool() local [all...] |
| /device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/ |
| H A D | cfiflash_fs_hal.c | 106 static int LittlefsRead(const struct lfs_config *cfg, lfs_block_t block,
in LittlefsRead() argument 116 static int LittlefsProg(const struct lfs_config *cfg, lfs_block_t block,
in LittlefsProg() argument 126 static int LittlefsErase(const struct lfs_config *cfg, lfs_block_t block)
in LittlefsErase() argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
| H A D | upg_check_secure.c | 46 hi_u8 *block = g_upg_tool_block; in upg_hash_one_content() local 81 hi_u8 *block = g_upg_tool_block; in upg_hash_more_content() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/ |
| H A D | ump_kernel_api.c | 92 UMP_KERNEL_API_EXPORT ump_dd_status_code ump_dd_phys_block_get(ump_dd_handle memh, unsigned long index, ump_dd_physical_block *block) in ump_dd_phys_block_get() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
| H A D | ump_osk_low_level_mem.c | 264 ump_dd_physical_block *block; in _ump_osk_msync() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | slider_model_impl.cpp | 68 auto block = slider->GetBlock(); in SetBlockColor() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_state_mgmt_profiler.cpp | 47 std::shared_ptr<ProfileBlock> block = nullptr; in Begin() local [all...] |
| H A D | js_state_mgmt_profiler.h | 55 auto block = std::make_shared<ProfileBlock>(name); in GetOrCreateChild() local
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
| H A D | block_queue_pool.cpp | 150 Push(uint32_t trackIndex, std::shared_ptr<SamplePacket> block) Push() argument 201 auto block = quePool_[queIndex].blockQue->Pop(); Pop() local 248 auto block = quePool_[queIndex].blockQue->Front(); Front() local 268 auto block = quePool_[lastQueIndex].blockQue->Back(); Back() local [all...] |
| /foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
| H A D | mtpfs_sha.cpp | 55 uint64 block[BLOCK_INTS]; in Update() local 71 uint64 block[BLOCK_INTS]; in Final() local 109 Transform(uint64 block[BLOCK_BYTES]) Transform() argument 151 BufferToBlock(const std::string &buffer, uint64 block[BLOCK_BYTES]) BufferToBlock() argument [all...] |
| /foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
| H A D | ringtone_restore_napi.cpp | 199 RestoreBlock *block = new (std::nothrow) RestoreBlock { JSStartRestore() local [all...] |