Home
last modified time | relevance | path

Searched refs:build_generator (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/testing/performance/
H A Dhooks_android_view.py41 build_generator = None variable
45 global build_generator
134 build_generator = _build_iterator()
149 global build_generator
152 if build_generator:
153 revision, timestamp, build = next(build_generator)
/dports/www/firefox/firefox-99.0/testing/performance/
H A Dhooks_android_view.py41 build_generator = None variable
45 global build_generator
134 build_generator = _build_iterator()
149 global build_generator
152 if build_generator:
153 revision, timestamp, build = next(build_generator)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/performance/
H A Dhooks_android_view.py41 build_generator = None variable
45 global build_generator
134 build_generator = _build_iterator()
149 global build_generator
152 if build_generator:
153 revision, timestamp, build = next(build_generator)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dinternal_id.rb34 build_generator(subject, scope, usage, init).track_greatest(new_value)
38 build_generator(subject, scope, usage, init).generate
42 build_generator(subject, scope, usage).reset(value)
75 def build_generator(subject, scope, usage, init = nil) singletonMethod in InternalId
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/tools/
H A Dmex_halide.m80 build_generator = ... variable
88 status = system(build_generator);
/dports/math/py-keras/Keras-2.4.3/examples/
H A Dmnist_acgan.py49 def build_generator(latent_size): function
149 generator = build_generator(latent_size)
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxgenerator.hpp162 rebind_t<OR, OF> build_generator(OF&& func) const;
369 inline auto xgenerator<F, R, S>::build_generator(OF&& func) const -> rebind_t<OR, OF> in build_generator() function in xt::xgenerator
H A Dxoptional.hpp1213 return this->derived_cast().template build_generator<value_closure>( in value()
1220 return this->derived_cast().template build_generator<flag_closure>( in has_value()
/dports/devel/ppl/ppl-1.2/interfaces/Prolog/
H A Dppl_prolog_common_defs.hh729 build_generator(Prolog_term_ref t, const char* where);
H A Dppl_prolog_common.cc1137 build_generator(Prolog_term_ref t, const char* where) { in build_generator() function
2462 mip->evaluate_objective_function(build_generator(t_g, where), n, d); in ppl_MIP_Problem_evaluate_objective_function()
H A Dppl_interface_generator_prolog_cc_code.m4674 Poly_Gen_Relation r = ph->relation_with(build_generator(t_c, where));