Home
last modified time | relevance | path

Searched refs:forced (Results 1 - 25 of 31) sorted by relevance

12

/third_party/elfutils/tests/
H A Delfputzdata.c122 bool forced = false; in main() local
128 forced = true; in main()
134 forced ? " (forced) " : " ", in main()
144 forced = true; in main()
150 forced ? " (forced) " : " ", in main()
168 if (forced && new_size < orig_size) in main()
170 printf ("section %zd forced to compress, but size smaller\n", in main()
175 if (! forced in main()
[all...]
/third_party/libwebsockets/lib/core-net/
H A Dservice.c571 int forced = 0; in lws_service_flag_pending() local
590 forced = 1; in lws_service_flag_pending()
596 forced |= lws_rops_func_fidx(&role_ops_ws, in lws_service_flag_pending()
626 forced = 1; in lws_service_flag_pending()
634 return forced; in lws_service_flag_pending()
/third_party/pulseaudio/src/modules/
H A Dreserve.h47 int forced); /* Non-zero if an application forcibly took the lock away without asking. If this is the case then the return value of this call is ignored. */
H A Dreserve-wrap.c85 static int request_cb(rd_device *d, int forced) { in request_cb() argument
95 k = pa_hook_fire(&r->hook, PA_INT_TO_PTR(forced)); in request_cb()
/third_party/ffmpeg/libavcodec/
H A Dass_split.h144 void (*new_line)(void *priv, int forced);
H A Ddvdsubenc.c267 int forced = 0; in encode_dvd_subtitles() local
276 /* Mark this subtitle forced if any of the rectangles is forced. */ in encode_dvd_subtitles()
279 forced = 1; in encode_dvd_subtitles()
400 *q++ = forced ? 0x00 : 0x01; // start command in encode_dvd_subtitles()
H A Dwebvttenc.c119 static void webvtt_new_line_cb(void *priv, int forced) in webvtt_new_line_cb() argument
H A Dsrtenc.c151 static void srt_new_line_cb(void *priv, int forced) in srt_new_line_cb() argument
H A Dttmlenc.c68 static void ttml_new_line_cb(void *priv, int forced) in ttml_new_line_cb() argument
H A Dmovtextenc.c617 static void mov_text_new_line_cb(void *priv, int forced) in mov_text_new_line_cb() argument
/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.h42 bool forced = false; in ParseMtProp() local
44 return ParseMtProp2(name, prop, numThreads, forced); in ParseMtProp()
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar_parser.py372 (forced := self.forced_atom())
374 return NamedItem ( None , forced )
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak123 fate-matroska-spherical-mono-remux: CMD = transcode matroska $(TARGET_SAMPLES)/mkv/spherical.mkv matroska "-map 0 -map 0 -c copy -disposition:0 -default+forced -disposition:1 -default -default_mode passthrough -color_primaries:1 bt709 -color_trc:1 smpte170m -colorspace:1 bt2020c -color_range:1 pc" "-map 0 -c copy -t 0" "-show_entries stream_side_data_list:stream_disposition=default,forced:stream=color_range,color_space,color_primaries,color_transfer"
193 fate-webm-webvtt-remux: CMD = transcode webvtt $(TARGET_SAMPLES)/sub/WebVTT_capability_tester.vtt webm "-map 0 -map 0 -map 0 -map 0 -c:s copy -disposition:0 original+descriptions+hearing_impaired -disposition:1 lyrics+default+metadata -disposition:2 comment+forced -disposition:3 karaoke+captions+dub" "-map 0:0 -map 0:1 -c copy" "-show_entries stream_disposition:stream=index,codec_name:packet=stream_index,pts:packet_side_data_list -show_data_hash CRC32"
/third_party/mesa3d/src/compiler/isaspec/
H A Disa.py236 self.forced = {}
241 self.forced[name] = 'true'
H A Dencode.py143 for name, val in bitset.encode.forced.items():
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c1389 ctx->forced = 1; in attribute_force()
1954 sym->forced_arg = ctx.forced; in parameter_declaration()
1958 struct token *typename(struct token *token, struct symbol **p, int *forced) in typename() argument
1970 if (forced) in typename()
1971 *forced = ctx.forced; in typename()
H A Dsymbol.h114 unsigned char forced; member
/third_party/ffmpeg/libavformat/
H A Dhls.c479 char forced[4]; member
551 if (!strcmp(info->forced, "YES")) in new_rendition()
592 *dest = info->forced; in handle_rendition_args()
593 *dest_len = sizeof(info->forced); in handle_rendition_args()
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1472 int forced = 0; in rops_service_flag_pending_ws() local
1486 forced = 1; in rops_service_flag_pending_ws()
1491 return forced; in rops_service_flag_pending_ws()
/third_party/libbpf/include/uapi/linux/
H A Dpkt_sched.h333 __u32 forced; member
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.h437 /// @param forced_param_type The type forced by WGSL, if the variable is a
464 /// @param forced_member_type The type forced by WGSL, if the variable is a
695 /// WGSL statement is required, the statement will be nullptr. When `forced`
698 /// When `forced` is true, the method won't try to avoid emitting that break.
704 /// @param forced if true, always emit the branch (if it exists in WGSL)
710 bool forced,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.h448 * channel_forced - the listen channel was forced by configuration
911 * @force_freq: Variable for returning forced frequency for the group
1102 * @force_freq: Variable for returning forced frequency for the group.
2029 u8 forced);
H A Dp2p.c1486 * @force_freq: Forced frequency in MHz or 0 if not forced
1488 * @go: Whether the local end will be forced to be GO
1518 force_freq ? " (forced)" : ""); in p2p_prepare_channel()
4725 u8 forced) in p2p_set_listen_channel()
4734 if (p2p->cfg->channel_forced && forced == 0) { in p2p_set_listen_channel()
4746 p2p->cfg->channel_forced = forced; in p2p_set_listen_channel()
4751 p2p->pending_channel_forced = forced; in p2p_set_listen_channel()
4724 p2p_set_listen_channel(struct p2p_data *p2p, u8 reg_class, u8 channel, u8 forced) p2p_set_listen_channel() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h463 * channel_forced - the listen channel was forced by configuration
933 * @force_freq: Variable for returning forced frequency for the group
1124 * @force_freq: Variable for returning forced frequency for the group.
2057 u8 forced);
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c593 int i, r = 0, forced = 1; in check_and_set_bank_swizzle() local
603 forced = 0; in check_and_set_bank_swizzle()
610 if (forced) in check_and_set_bank_swizzle()

Completed in 43 milliseconds

12