Home
last modified time | relevance | path

Searched refs:tuple_list (Results 1 – 25 of 105) sorted by relevance

12345

/dports/www/firefox-legacy/firefox-52.8.0esr/testing/talos/talos/scripts/
H A Dreport.py35 def generate_report(tuple_list, filepath, mode='variance'): argument
38 for test in tuple_list:
123 tuple_list = get_all_test_tuples()
126 tuple_list = filter(lambda x: x[4] == args.platform, tuple_list)
130 tuple_list = filter(lambda x: x[3] == args.test, tuple_list)
134 generate_report(tuple_list, filepath=f + '.csv', mode=args.mode)
/dports/www/firefox-esr/firefox-91.8.0/testing/talos/talos/scripts/
H A Dreport.py48 def generate_report(tuple_list, filepath, mode="variance"): argument
51 for test in tuple_list:
135 tuple_list = get_all_test_tuples()
138 tuple_list = [x for x in tuple_list if x[4] == args.platform]
142 tuple_list = [x for x in tuple_list if x[3] == args.test]
146 generate_report(tuple_list, filepath=f + ".csv", mode=args.mode)
/dports/www/firefox/firefox-99.0/testing/talos/talos/scripts/
H A Dreport.py48 def generate_report(tuple_list, filepath, mode="variance"): argument
51 for test in tuple_list:
135 tuple_list = get_all_test_tuples()
138 tuple_list = [x for x in tuple_list if x[4] == args.platform]
142 tuple_list = [x for x in tuple_list if x[3] == args.test]
146 generate_report(tuple_list, filepath=f + ".csv", mode=args.mode)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/talos/talos/scripts/
H A Dreport.py38 def generate_report(tuple_list, filepath, mode='variance'): argument
41 for test in tuple_list:
126 tuple_list = get_all_test_tuples()
129 tuple_list = filter(lambda x: x[4] == args.platform, tuple_list)
133 tuple_list = filter(lambda x: x[3] == args.test, tuple_list)
137 generate_report(tuple_list, filepath=f + '.csv', mode=args.mode)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/talos/talos/scripts/
H A Dreport.py38 def generate_report(tuple_list, filepath, mode='variance'): argument
41 for test in tuple_list:
126 tuple_list = get_all_test_tuples()
129 tuple_list = filter(lambda x: x[4] == args.platform, tuple_list)
133 tuple_list = filter(lambda x: x[3] == args.test, tuple_list)
137 generate_report(tuple_list, filepath=f + '.csv', mode=args.mode)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/talos/talos/scripts/
H A Dreport.py48 def generate_report(tuple_list, filepath, mode="variance"): argument
51 for test in tuple_list:
135 tuple_list = get_all_test_tuples()
138 tuple_list = [x for x in tuple_list if x[4] == args.platform]
142 tuple_list = [x for x in tuple_list if x[3] == args.test]
146 generate_report(tuple_list, filepath=f + ".csv", mode=args.mode)
/dports/editors/o/o-2.46.0/vendor/github.com/cyrus-and/gdb/
H A Dgrammar.y43 %type <list> list value_list tuple_list
101 tuple_list:
102 tuple_list ',' result { $$ = append($$, map[string]interface{}{$3.variable: $3.value}) } |
107 '[' tuple_list ']' { $$ = $2 } |
/dports/editors/o/o-2.46.0/vendor/github.com/cyrus-and/gdb/gdb-0306a029f42f/
H A Dgrammar.y43 %type <list> list value_list tuple_list
101 tuple_list:
102 tuple_list ',' result { $$ = append($$, map[string]interface{}{$3.variable: $3.value}) } |
107 '[' tuple_list ']' { $$ = $2 } |
/dports/devel/xparam/xparam-1.22/lib/sources/
H A Dxp_parsed_types.cpp97 Handle<ValueList> tuple_list(new ValueList); in get_value() local
110 tuple_list->push_back(tuple_value); in get_value()
113 return make_value(tuple_list); in get_value()
/dports/net/kamailio/kamailio-5.4.5/src/modules/erlang/
H A Dpv_tuple.c31 static str tuple_list=str_init("[tuples]"); variable
39 list = xavp_get(&tuple_list,NULL); in xavp_get_tuples()
48 return xavp_get_child(&tuple_list,name); in pv_tuple_get_tuple()
90 tuple = xavp_add_xavp_value(&tuple_list,&name,&tuple_val,xavp_get_crt_list()); in pv_tuple_set()
96 tuple=xavp_get_child(&tuple_list, &name); in pv_tuple_set()
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/src/rdiff_backup/
H A Dselection.py366 tuple_list, something_excluded = \
369 tuple_list.sort()
374 if i[0] >= len(tuple_list):
376 include, move_on = self.filelist_pair_match(rp, tuple_list[i[0]])
402 something_excluded, tuple_list = None, []
413 tuple_list.append(tuple)
418 return (tuple_list, something_excluded)
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dformat_info.py176 def format_channel_bits(fmat, tuple_list): argument
177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dformat_info.py176 def format_channel_bits(fmat, tuple_list): argument
177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dformat_info.py176 def format_channel_bits(fmat, tuple_list): argument
177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dformat_info.py176 def format_channel_bits(fmat, tuple_list): argument
177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dformat_info.py176 def format_channel_bits(fmat, tuple_list): argument
177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dformat_info.py176 def format_channel_bits(fmat, tuple_list): argument
177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dformat_info.py176 def format_channel_bits(fmat, tuple_list): argument
177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dformat_info.py176 def format_channel_bits(fmat, tuple_list): argument
177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dformat_info.py176 def format_channel_bits(fmat, tuple_list): argument
177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dformat_info.py176 def format_channel_bits(fmat, tuple_list): argument
177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dformat_info.py176 def format_channel_bits(fmat, tuple_list): argument
177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
/dports/biology/py-biopython/biopython-1.79/BioSQL/
H A DBioSeqDatabase.py315 tuple_list = list(tuple_)
316 for i, elem in enumerate(tuple_list):
318 tuple_list[i] = elem.decode("utf-8")
319 return tuple(tuple_list)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/test/
H A Dlc_SUITE.erl82 [{a,b,true},{x,y,true,true}] = [X || X <- tuple_list(), element(3, X)],
97 tuple_list() -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/debugger/test/
H A Dlc_SUITE.erl82 [{a,b,true},{x,y,true,true}] = [X || X <- tuple_list(), element(3, X)],
97 tuple_list() -> function

12345