/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-subset.cc | 521 set_flag (const char *name, in set_flag() function 796 {"no-hinting", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (gpointer) &set_flag<HB_SUBSET_FLAGS_NO_HINTING>, "Whether to drop hints", nullptr}, in add_options() 797 {"retain-gids", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (gpointer) &set_flag<HB_SUBSET_FLAGS_RETAIN_GIDS>, "If set don't renumber glyph ids in the subset.", nullptr}, in add_options() 798 {"desubroutinize", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (gpointer) &set_flag<HB_SUBSET_FLAGS_DESUBROUTINIZE>, "Remove CFF/CFF2 use of subroutines", nullptr}, in add_options() 799 {"name-legacy", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (gpointer) &set_flag<HB_SUBSET_FLAGS_NAME_LEGACY>, "Keep legacy (non-Unicode) 'name' table entries", nullptr}, in add_options() 800 {"set-overlaps-flag", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (gpointer) &set_flag<HB_SUBSET_FLAGS_SET_OVERLAPS_FLAG>, "Set the overlaps flag on each glyph.", nullptr}, in add_options() 801 {"notdef-outline", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (gpointer) &set_flag<HB_SUBSET_FLAGS_NOTDEF_OUTLINE>, "Keep the outline of \'.notdef\' glyph", nullptr}, in add_options() 802 {"no-prune-unicode-ranges", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (gpointer) &set_flag<HB_SUBSET_FLAGS_NO_PRUNE_UNICODE_RANGES>, "Don't change the 'OS/2 ulUnicodeRange*' bits.", nullptr}, in add_options() 803 {"glyph-names", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, (gpointer) &set_flag<HB_SUBSET_FLAGS_GLYPH_NAMES>, "Keep PS glyph names in TT-flavored fonts. ", nullptr}, in add_options()
|
/third_party/ltp/testcases/kernel/syscalls/getdents/ |
H A D | getdents01.c | 27 static void set_flag(const char *name); 90 set_flag(d_name); in run() 129 static void set_flag(const char *name) in set_flag() function
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 206 static int set_flag(tcflag_t *f, const struct flag *flags, int len, in set_flag() function 231 if (!set_flag(&new->c_cflag, cflags, ARRAY_LEN(cflags), option, on) && in set_option() 232 !set_flag(&new->c_iflag, iflags, ARRAY_LEN(iflags), option, on) && in set_option() 233 !set_flag(&new->c_oflag, oflags, ARRAY_LEN(oflags), option, on) && in set_option() 234 !set_flag(&new->c_lflag, lflags, ARRAY_LEN(lflags), option, on)) in set_option()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl_loop01.c | 45 static void check_loop_value(int set_flag, int get_flag, int autoclear_field) in check_loop_value() argument 50 loopinfo.lo_flags = set_flag; in check_loop_value()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 286 static int set_flag(const OSSL_PARAM params[], const char *key, int mask, in set_flag() function 319 if (!set_flag(params, OSSL_MAC_PARAM_DIGEST_NOINIT, EVP_MD_CTX_FLAG_NO_INIT, in hmac_set_ctx_params() 322 if (!set_flag(params, OSSL_MAC_PARAM_DIGEST_ONESHOT, EVP_MD_CTX_FLAG_ONESHOT, in hmac_set_ctx_params()
|
/third_party/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 286 static int set_flag(const OSSL_PARAM params[], const char *key, int mask, in set_flag() function 319 if (!set_flag(params, OSSL_MAC_PARAM_DIGEST_NOINIT, EVP_MD_CTX_FLAG_NO_INIT, in hmac_set_ctx_params() 322 if (!set_flag(params, OSSL_MAC_PARAM_DIGEST_ONESHOT, EVP_MD_CTX_FLAG_ONESHOT, in hmac_set_ctx_params()
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | match.py | 172 _info.set_flag(item, 'is_public', item.id in public)
|
/third_party/node/test/cctest/ |
H A D | test_inspector_socket_server.cc | 45 uv_timer_start(&timer_, Timeout::set_flag, 5000, 0); in Timeout() 59 static void set_flag(uv_timer_t* timer) { in set_flag() function in __anon15477::Timeout
|
H A D | test_inspector_socket.cc | 21 uv_timer_start(&timer_, Timeout::set_flag, 5000, 0); in Timeout() 35 static void set_flag(uv_timer_t* timer) { in set_flag() function in __anon15476::Timeout
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.cpp | 510 shader.set_flag(Shader::sh_uses_tex_buffer); in emit_buf_txf() 777 shader.set_flag(Shader::sh_uses_tex_buffer); in emit_tex_txs() 807 shader.set_flag(Shader::sh_txs_cube_array_comp); in emit_tex_txs()
|
H A D | sfn_instr_mem.cpp | 205 shader.set_flag(Shader::sh_indirect_atomic); in emit_atomic_op2() 819 shader.set_flag(Shader::sh_txs_cube_array_comp); in emit_image_size()
|
H A D | sfn_shader.h | 232 void set_flag(Flags f) {m_flags.set(f);} in set_flag() function in r600::Shader
|
H A D | sfn_shader.cpp | 463 set_flag(sh_legacy_math_rules); in process() 767 set_flag(sh_writes_memory); in process_intrinsic()
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | info.py | 1357 def set_flag(item, name, value): function
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 1230 info.set_flag(0); in InitializeFunctionTemplate()
|