Home
last modified time | relevance | path

Searched refs:need_type (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/py-weboob/weboob-2.0/weboob/browser/filters/
H A Djavascript.py100 if self.need_type and t != self.need_type:
101 raise ItemNotFound('Value with type %s not found' % self.need_type)
116 def __init__(self, selector=None, need_type=None, **kwargs): argument
120 self.need_type = need_type.__name__ if type(need_type) == type else need_type
150 def __init__(self, selector=None, var=None, need_type=None, **kwargs): argument
154 super(JSVar, self).__init__(selector, need_type=need_type, **kwargs)
/dports/misc/findutils/findutils-4.8.0/find/
H A Dparser.c775 our_pred->need_stat = our_pred->need_type = false; in parse_and()
810 our_pred->need_stat = our_pred->need_type = false; in parse_closeparen()
845 our_pred->need_stat = our_pred->need_type = false; in parse_comma()
888 our_pred->need_stat = our_pred->need_type = false; in parse_delete()
950 our_pred->need_stat = our_pred->need_type = false; in insert_false()
1030 our_pred->need_stat = our_pred->need_type = false; in insert_fprint()
1307 p->need_type = false; in parse_inum()
2154 our_pred->need_type = false; in parse_size()
2309 our_pred->need_type = false; in parse_samefile()
2655 our_pred->need_type = false; in insert_type()
[all …]
H A Dutil.c292 else if (pred_ptr->need_type && !state.have_type) in get_info()
324 if (pred_ptr->need_type) in get_info()
1087 if (p->need_stat || p->need_type || p->need_inum) in apply_predicate()
H A Dtree.c1038 else if (p->need_type) in get_pred_cost()
1489 last_pred->need_type = true; in get_new_pred()
1532 new_pred->need_type = false; in get_new_pred_chk_op()
1661 if (node->need_stat || node->need_type || node->need_inum) in print_tree()
1676 if (node->need_type) in print_tree()
H A Dprint.c119 pred->need_type = true; in make_segment()
312 our_pred->need_type = false; in insert_fprintf()
H A Ddefs.h295 bool need_type; member
H A Dpred.c1258 p->need_type ? "[need type] " : "", in print_optlist()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Dcmd_debug_unwind.cpp232 uint64_t need_type = PERF_SAMPLE_CALLCHAIN | PERF_SAMPLE_REGS_USER | PERF_SAMPLE_STACK_USER; in ProcessRecord() local
233 if ((r.sample_type & need_type) == need_type && r.regs_user_data.reg_mask != 0 && in ProcessRecord()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dvim9compile.pro4 int need_type(type_T *actual, type_T *expected, int offset, int arg_idx, cctx_T *cctx, int silent, …
/dports/www/node10/node-v10.24.1/src/
H A Dcares_wrap.cc862 bool need_type = false) { in ParseMxReply() argument
882 if (need_type) in ParseMxReply()
898 bool need_type = false) { in ParseTxtReply() argument
920 if (need_type) { in ParseTxtReply()
941 if (need_type) { in ParseTxtReply()
962 bool need_type = false) { in ParseSrvReply() argument
988 if (need_type) in ParseSrvReply()
1005 bool need_type = false) { in ParseNaptrReply() argument
1042 if (need_type) in ParseNaptrReply()
/dports/dns/dnsperf/dnsperf-2.7.0/src/
H A Ddns.c229 bool want_ttl, bool need_type, bool want_rdata, bool need_rdata, in read_update_line() argument
297 if (!need_type) in read_update_line()
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DClassType.java979 Type need_type = arg_types[i]; in getDeclaredMethod() local
980 if (meth_type == need_type || need_type == null) in getDeclaredMethod()
983 String need_sig = need_type.getSignature(); in getDeclaredMethod()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim9compile.c1090 need_type( in need_type() function
2156 if (need_type(actual, expected, offset, i + 1, in generate_PCALL()
2939 if (need_type(idxtype, &t_number, -2, 0, cctx, in compile_member()
2961 if (need_type(*typep, &t_dict_any, -2, 0, cctx, in compile_member()
6830 if (need_type(type, &t_number, in compile_assign_unlet()
6836 && need_type(type, &t_number, in compile_assign_unlet()
7012 if (need_type(stacktype, &t_list_any, -1, 0, cctx, in compile_assignment()
7076 && need_type(&t_list_string, lhs.lhs_type, in compile_assignment()
7211 if (*p != '=' && need_type(rhs_type, lhs_type, in compile_assignment()
7306 need_type(stacktype, expected, -1, 0, cctx, in compile_assignment()
[all …]
/dports/dns/bind911/bind-9.11.37/contrib/dnsperf-2.1.0.0-1/
H A Ddns.c538 dns_name_t *zname, int want_ttl, int need_type, in read_update_line() argument
585 if (!need_type) in read_update_line()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_vec4.cpp411 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; in opt_vector_float() local
426 need_type = BRW_REGISTER_TYPE_D; in opt_vector_float()
430 need_type = BRW_REGISTER_TYPE_F; in opt_vector_float()
443 (vf > 0 && dest_type != need_type)) { in opt_vector_float()
488 dest_type = need_type; in opt_vector_float()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4.cpp415 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; in opt_vector_float() local
430 need_type = BRW_REGISTER_TYPE_D; in opt_vector_float()
434 need_type = BRW_REGISTER_TYPE_F; in opt_vector_float()
447 (vf > 0 && dest_type != need_type)) { in opt_vector_float()
492 dest_type = need_type; in opt_vector_float()
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4.cpp415 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; in opt_vector_float() local
430 need_type = BRW_REGISTER_TYPE_D; in opt_vector_float()
434 need_type = BRW_REGISTER_TYPE_F; in opt_vector_float()
447 (vf > 0 && dest_type != need_type)) { in opt_vector_float()
492 dest_type = need_type; in opt_vector_float()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4.cpp415 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; in opt_vector_float() local
430 need_type = BRW_REGISTER_TYPE_D; in opt_vector_float()
434 need_type = BRW_REGISTER_TYPE_F; in opt_vector_float()
447 (vf > 0 && dest_type != need_type)) { in opt_vector_float()
492 dest_type = need_type; in opt_vector_float()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4.cpp415 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; in opt_vector_float() local
430 need_type = BRW_REGISTER_TYPE_D; in opt_vector_float()
434 need_type = BRW_REGISTER_TYPE_F; in opt_vector_float()
447 (vf > 0 && dest_type != need_type)) { in opt_vector_float()
492 dest_type = need_type; in opt_vector_float()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4.cpp415 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; in opt_vector_float() local
430 need_type = BRW_REGISTER_TYPE_D; in opt_vector_float()
434 need_type = BRW_REGISTER_TYPE_F; in opt_vector_float()
447 (vf > 0 && dest_type != need_type)) { in opt_vector_float()
492 dest_type = need_type; in opt_vector_float()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4.cpp415 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; in opt_vector_float() local
430 need_type = BRW_REGISTER_TYPE_D; in opt_vector_float()
434 need_type = BRW_REGISTER_TYPE_F; in opt_vector_float()
447 (vf > 0 && dest_type != need_type)) { in opt_vector_float()
492 dest_type = need_type; in opt_vector_float()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4.cpp415 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; in opt_vector_float() local
430 need_type = BRW_REGISTER_TYPE_D; in opt_vector_float()
434 need_type = BRW_REGISTER_TYPE_F; in opt_vector_float()
447 (vf > 0 && dest_type != need_type)) { in opt_vector_float()
492 dest_type = need_type; in opt_vector_float()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4.cpp415 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; in opt_vector_float() local
430 need_type = BRW_REGISTER_TYPE_D; in opt_vector_float()
434 need_type = BRW_REGISTER_TYPE_F; in opt_vector_float()
447 (vf > 0 && dest_type != need_type)) { in opt_vector_float()
492 dest_type = need_type; in opt_vector_float()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_vec4.cpp416 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; in opt_vector_float() local
431 need_type = BRW_REGISTER_TYPE_D; in opt_vector_float()
435 need_type = BRW_REGISTER_TYPE_F; in opt_vector_float()
448 (vf > 0 && dest_type != need_type)) { in opt_vector_float()
493 dest_type = need_type; in opt_vector_float()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_vec4.cpp415 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; in opt_vector_float() local
430 need_type = BRW_REGISTER_TYPE_D; in opt_vector_float()
434 need_type = BRW_REGISTER_TYPE_F; in opt_vector_float()
447 (vf > 0 && dest_type != need_type)) { in opt_vector_float()
492 dest_type = need_type; in opt_vector_float()

12