/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_property.h | 25 return needs##name##Setup_; \ 29 needs##name##Setup_ = value; \ 36 return needs##name##Setup_; \ 39 bool needs##name##Setup_ = (defaultVal)
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | liveness.c | 161 add_pseudo_exclusive(&bb->needs, pseudo); in insn_uses() 173 pseudo_t needs; in track_bb_liveness() local 175 FOR_EACH_PTR(bb->needs, needs) { in track_bb_liveness() 178 if (!pseudo_in_list(parent->defines, needs)) { in track_bb_liveness() 179 add_pseudo_exclusive(&parent->needs, needs); in track_bb_liveness() 182 } END_FOR_EACH_PTR(needs); in track_bb_liveness() 194 free_ptr_list(&bb->needs); in clear_liveness() 232 if (pseudo_in_list(child->needs, de in track_pseudo_liveness() [all...] |
H A D | storage.c | 221 FOR_EACH_PTR(child->needs, pseudo) { in set_up_bb_storage() 252 FOR_EACH_PTR(bb->needs, arg) { in set_up_argument_storage()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_host.h | 161 /// \param needs If true, metadata is needed. 163 void SetNeedsMeta (bool needs) in SetNeedsMeta() argument 165 fNeedsMeta = needs; in SetNeedsMeta() 178 /// \param needs If true, image data is needed. 180 void SetNeedsImage (bool needs) in SetNeedsImage() argument 182 fNeedsImage = needs; in SetNeedsImage()
|
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_mib2.c | 46 #error LWIP_SNMP MIB2 needs LWIP_STATS (for MIB2) 49 #error LWIP_SNMP MIB2 needs MIB2_STATS (for MIB2)
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 4355 const struct radv_queue_ring_info *needs) in radv_update_preamble_cs() 4372 const bool add_sample_positions = !queue->ring_info.sample_positions && needs->sample_positions; in radv_update_preamble_cs() 4373 const uint32_t scratch_size = needs->scratch_size_per_wave * needs->scratch_waves; in radv_update_preamble_cs() 4385 needs->compute_scratch_size_per_wave * needs->compute_scratch_waves; in radv_update_preamble_cs() 4395 if (needs->esgs_ring_size > queue->ring_info.esgs_ring_size) { in radv_update_preamble_cs() 4396 result = ws->buffer_create(ws, needs->esgs_ring_size, 4096, RADEON_DOMAIN_VRAM, ring_bo_flags, in radv_update_preamble_cs() 4402 if (needs->gsvs_ring_size > queue->ring_info.gsvs_ring_size) { in radv_update_preamble_cs() 4403 result = ws->buffer_create(ws, needs in radv_update_preamble_cs() 4354 radv_update_preamble_cs(struct radv_queue_state *queue, struct radv_device *device, const struct radv_queue_ring_info *needs) radv_update_preamble_cs() argument 4898 struct radv_queue_ring_info needs = queue->ring_info; radv_update_preambles() local 4969 struct radv_queue_ring_info needs = queue->ace_internal_state->ring_info; radv_update_ace_preambles() local [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.c | 1101 enum mesa_vk_graphics_state_groups needs = 0; in vk_graphics_pipeline_state_fill() local 1103 needs |= MESA_VK_GRAPHICS_STATE_VERTEX_INPUT_BIT; in vk_graphics_pipeline_state_fill() 1104 needs |= MESA_VK_GRAPHICS_STATE_INPUT_ASSEMBLY_BIT; in vk_graphics_pipeline_state_fill() 1114 needs |= MESA_VK_GRAPHICS_STATE_RENDER_PASS_BIT; in vk_graphics_pipeline_state_fill() 1139 needs |= MESA_VK_GRAPHICS_STATE_TESSELLATION_BIT; in vk_graphics_pipeline_state_fill() 1142 needs |= MESA_VK_GRAPHICS_STATE_VIEWPORT_BIT; in vk_graphics_pipeline_state_fill() 1144 needs |= MESA_VK_GRAPHICS_STATE_DISCARD_RECTANGLES_BIT; in vk_graphics_pipeline_state_fill() 1145 needs |= MESA_VK_GRAPHICS_STATE_RASTERIZATION_BIT; in vk_graphics_pipeline_state_fill() 1146 needs |= MESA_VK_GRAPHICS_STATE_FRAGMENT_SHADING_RATE_BIT; in vk_graphics_pipeline_state_fill() 1150 needs | in vk_graphics_pipeline_state_fill() [all...] |
/kernel/linux/linux-5.10/include/linux/byteorder/ |
H A D | big_endian.h | 8 #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
|
/kernel/linux/linux-6.6/include/linux/byteorder/ |
H A D | big_endian.h | 8 #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | autoconf.h | 19 #error CONFIG_WIRELESS_EXT needs to be enabled for this driver to work
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
H A D | functions.sh | 25 echo $1 needs argument $2 matching \"$5\"
|
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | functions.sh | 25 echo $1 needs argument $2 matching \"$5\"
|
/third_party/gn/src/gn/ |
H A D | label.cc | 240 references unless a build file needs to be run in different contexts (like a 241 project needs to be both standalone and pulled into other projects in
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/ |
H A D | build_win32.bat | 2 @REM Important: to build on 32-bit systems, the DX12 backends needs '#define ImTextureID ImU64', so we pass it here.
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | Makefile | 16 $(error dtc needs libyaml for DT schema validation support. \
|
/kernel/linux/linux-5.10/tools/memory-model/scripts/ |
H A D | parseargs.sh | 55 echo $1 needs argument $2 matching \"$5\"
|
/kernel/linux/linux-6.6/tools/memory-model/scripts/ |
H A D | parseargs.sh | 57 echo $1 needs argument $2 matching \"$5\"
|
/third_party/FreeBSD/sys/sys/ |
H A D | linker_set.h | 76 #error this file needs to be ported to your compiler
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | snmp_opts.h | 83 #error SNMP stack needs a receive API and UDP {raw, netconn}
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-compact.S | 127 /* Each Interrupt level needs its own scratch */ 208 ; User process needs to be killed with SIGBUS, but first need to get 233 ; icause1 needs to be read early, before calling tracing, which 329 # But irq tracer needs to be told now...
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-compact.S | 127 /* Each Interrupt level needs its own scratch */ 208 ; User process needs to be killed with SIGBUS, but first need to get 233 ; icause1 needs to be read early, before calling tracing, which 314 # But irq tracer needs to be told now...
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 51 An application that wants to use the \Func{\_UPT}-facility first needs 75 as the only argument. The returned void-pointer then needs to be 84 process, \Func{\_UPT\_destroy}() needs to be called, passing it the
|
/third_party/icu/icu4c/source/samples/all/ |
H A D | samplecheck.bat | 63 REM udata needs changes to the vcxproj to change the output locations for writer/reader. 185 REM TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader. 190 @echo TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
|
/third_party/skia/third_party/externals/icu/source/samples/all/ |
H A D | samplecheck.bat | 63 REM udata needs changes to the vcxproj to change the output locations for writer/reader. 185 REM TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader. 190 @echo TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
|
/third_party/toybox/lib/ |
H A D | args.c | 348 if (CFG_TOYBOX_DEBUG && idx == -1) error_exit("[ needs +-!"); in parse_optflaglist() 489 char needs[32], *s = needs; in get_optflags() local 495 help_exit("Needs %s-%s", s[1] ? "one of " : "", needs); in get_optflags()
|