Home
last modified time | relevance | path

Searched refs:result_vars (Results 1 – 21 of 21) sorted by relevance

/dports/devel/buildstream/BuildStream-1.2.8/tests/format/
H A Dvariables.py38 result_vars = _yaml.load_data(result.output)
39 assert result_vars[varname] == expected
64 result_vars = _yaml.load_data(result.output)
65 assert result_vars[varname] == expected
/dports/devel/py-xarray/xarray-0.20.1/xarray/core/
H A Dconcat.py470 result_vars = {}
482 result_vars[var] = unique_variable(
486 result_vars = {}
487 result_vars.update(dim_coords)
523 result_vars[k] = combined
524 elif k in result_vars:
526 result_vars[k] = result_vars.pop(k)
528 result = Dataset(result_vars, attrs=result_attrs)
H A Dcomputation.py370 result_vars: Mapping[Any, Tuple[Variable, ...]], num_outputs: int
373 for name, values in result_vars.items():
389 result_vars = {}
391 result_vars[name] = func(*variable_args)
394 return _unpack_dict_tuples(result_vars, signature.num_outputs)
396 return result_vars
447 result_vars = apply_dict_of_variables_vfunc(
452 out = tuple(_fast_dataset(*args) for args in zip(result_vars, list_of_coords))
455 out = _fast_dataset(result_vars, coord_vars)
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assFormulaQuestionGUI.php579 $result_vars = array();
586 $result_vars[$key] = $key;
616 if (is_array($result_vars) && count($result_vars) > 0) {
617 $result_has_undefined_res = array_diff($defined_result_res, $result_vars);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assFormulaQuestionGUI.php585 $result_vars = array();
592 $result_vars[$key] = $key;
622 if (is_array($result_vars) && count($result_vars) > 0) {
623 $result_has_undefined_res = array_diff($defined_result_res, $result_vars);
/dports/lang/swi-pl/swipl-8.2.3/packages/plunit/
H A Dplunit.pl994 result_vars(Expected, Vars),
1014 %! result_vars(+Expected, -Vars) is det.
1019 result_vars(Expected, Vars) :-
/dports/lang/gcc9/gcc-9.4.0/gcc/go/gofrontend/
H A Dgogo.cc5537 Function::Results* result_vars, in export_func_with_type() argument
5605 if (result_vars != NULL) in export_func_with_type()
5606 pr = result_vars->begin(); in export_func_with_type()
5617 if (block == NULL || result_vars == NULL) in export_func_with_type()
5624 if (result_vars != NULL) in export_func_with_type()
5627 if (result_vars != NULL) in export_func_with_type()
5628 go_assert(pr == result_vars->end()); in export_func_with_type()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/gofrontend/
H A Dgogo.cc5537 Function::Results* result_vars, in export_func_with_type() argument
5605 if (result_vars != NULL) in export_func_with_type()
5606 pr = result_vars->begin(); in export_func_with_type()
5617 if (block == NULL || result_vars == NULL) in export_func_with_type()
5624 if (result_vars != NULL) in export_func_with_type()
5627 if (result_vars != NULL) in export_func_with_type()
5628 go_assert(pr == result_vars->end()); in export_func_with_type()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/gofrontend/
H A Dgogo.cc5537 Function::Results* result_vars, in export_func_with_type() argument
5605 if (result_vars != NULL) in export_func_with_type()
5606 pr = result_vars->begin(); in export_func_with_type()
5617 if (block == NULL || result_vars == NULL) in export_func_with_type()
5624 if (result_vars != NULL) in export_func_with_type()
5627 if (result_vars != NULL) in export_func_with_type()
5628 go_assert(pr == result_vars->end()); in export_func_with_type()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/gofrontend/
H A Dgogo.cc5903 Function::Results* result_vars, in export_func_with_type() argument
5993 if (result_vars != NULL) in export_func_with_type()
5994 pr = result_vars->begin(); in export_func_with_type()
6005 if (block == NULL || result_vars == NULL) in export_func_with_type()
6012 if (result_vars != NULL) in export_func_with_type()
6015 if (result_vars != NULL) in export_func_with_type()
6016 go_assert(pr == result_vars->end()); in export_func_with_type()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/gofrontend/
H A Dgogo.cc5865 Function::Results* result_vars, in export_func_with_type() argument
5955 if (result_vars != NULL) in export_func_with_type()
5956 pr = result_vars->begin(); in export_func_with_type()
5967 if (block == NULL || result_vars == NULL) in export_func_with_type()
5974 if (result_vars != NULL) in export_func_with_type()
5977 if (result_vars != NULL) in export_func_with_type()
5978 go_assert(pr == result_vars->end()); in export_func_with_type()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/gofrontend/
H A Dgogo.cc5900 Function::Results* result_vars, in export_func_with_type() argument
5990 if (result_vars != NULL) in export_func_with_type()
5991 pr = result_vars->begin(); in export_func_with_type()
6002 if (block == NULL || result_vars == NULL) in export_func_with_type()
6009 if (result_vars != NULL) in export_func_with_type()
6012 if (result_vars != NULL) in export_func_with_type()
6013 go_assert(pr == result_vars->end()); in export_func_with_type()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/gofrontend/
H A Dgogo.cc5867 Function::Results* result_vars, in export_func_with_type() argument
5957 if (result_vars != NULL) in export_func_with_type()
5958 pr = result_vars->begin(); in export_func_with_type()
5969 if (block == NULL || result_vars == NULL) in export_func_with_type()
5976 if (result_vars != NULL) in export_func_with_type()
5979 if (result_vars != NULL) in export_func_with_type()
5980 go_assert(pr == result_vars->end()); in export_func_with_type()
/dports/lang/gcc11/gcc-11.2.0/gcc/go/gofrontend/
H A Dgogo.cc5900 Function::Results* result_vars, in export_func_with_type() argument
5990 if (result_vars != NULL) in export_func_with_type()
5991 pr = result_vars->begin(); in export_func_with_type()
6002 if (block == NULL || result_vars == NULL) in export_func_with_type()
6009 if (result_vars != NULL) in export_func_with_type()
6012 if (result_vars != NULL) in export_func_with_type()
6013 go_assert(pr == result_vars->end()); in export_func_with_type()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/go/gofrontend/
H A Dgogo.cc5900 Function::Results* result_vars, in export_func_with_type() argument
5990 if (result_vars != NULL) in export_func_with_type()
5991 pr = result_vars->begin(); in export_func_with_type()
6002 if (block == NULL || result_vars == NULL) in export_func_with_type()
6009 if (result_vars != NULL) in export_func_with_type()
6012 if (result_vars != NULL) in export_func_with_type()
6013 go_assert(pr == result_vars->end()); in export_func_with_type()
/dports/lang/gcc10/gcc-10.3.0/gcc/go/gofrontend/
H A Dgogo.cc5867 Function::Results* result_vars, in export_func_with_type() argument
5957 if (result_vars != NULL) in export_func_with_type()
5958 pr = result_vars->begin(); in export_func_with_type()
5969 if (block == NULL || result_vars == NULL) in export_func_with_type()
5976 if (result_vars != NULL) in export_func_with_type()
5979 if (result_vars != NULL) in export_func_with_type()
5980 go_assert(pr == result_vars->end()); in export_func_with_type()
/dports/devel/automake/automake-1.16.5/bin/
H A Dautomake.in6975 my $result_vars = '';
7027 $result_vars .= $vars;
7152 return ($comment, $result_vars, $result_rules);
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DType.hs2946 result_vars = tyCoVarsOfType result_kind function
2950 in not (subVarSet result_vars dropped_vars)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/types/
H A DType.hs2963 result_vars = tyCoVarsOfType result_kind function
2967 in not (subVarSet result_vars dropped_vars)
/dports/lang/ghc/ghc-8.10.7/compiler/types/
H A DType.hs2963 result_vars = tyCoVarsOfType result_kind function
2967 in not (subVarSet result_vars dropped_vars)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DType.hs3314 result_vars = tyCoVarsOfType result_kind function
3318 in not (subVarSet result_vars dropped_vars)