Home
last modified time | relevance | path

Searched refs:demand (Results 76 – 100 of 11844) sorted by relevance

12345678910>>...474

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSubscriptionBase.java40 final Demand demand = new Demand(); field in SubscriptionBase
63 if (demand.increase(n)) in request()
76 return "SubscriptionBase: window = " + demand.get() + in toString()
87 return demand.tryDecrement(); in tryDecrement()
91 return demand.get(); in window()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSubscriptionBase.java40 final Demand demand = new Demand(); field in SubscriptionBase
63 if (demand.increase(n)) in request()
76 return "SubscriptionBase: window = " + demand.get() + in toString()
87 return demand.tryDecrement(); in tryDecrement()
91 return demand.get(); in window()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSubscriptionBase.java40 final Demand demand = new Demand(); field in SubscriptionBase
63 if (demand.increase(n)) in request()
76 return "SubscriptionBase: window = " + demand.get() + in toString()
87 return demand.tryDecrement(); in tryDecrement()
91 return demand.get(); in window()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSubscriptionBase.java40 final Demand demand = new Demand(); field in SubscriptionBase
63 if (demand.increase(n)) in request()
76 return "SubscriptionBase: window = " + demand.get() + in toString()
87 return demand.tryDecrement(); in tryDecrement()
91 return demand.get(); in window()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSubscriptionBase.java40 final Demand demand = new Demand(); field in SubscriptionBase
63 if (demand.increase(n)) in request()
76 return "SubscriptionBase: window = " + demand.get() + in toString()
87 return demand.tryDecrement(); in tryDecrement()
91 return demand.get(); in window()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSubscriptionBase.java40 final Demand demand = new Demand(); field in SubscriptionBase
63 if (demand.increase(n)) in request()
76 return "SubscriptionBase: window = " + demand.get() + in toString()
87 return demand.tryDecrement(); in tryDecrement()
91 return demand.get(); in window()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSubscriptionBase.java40 final Demand demand = new Demand(); field in SubscriptionBase
63 if (demand.increase(n)) in request()
76 return "SubscriptionBase: window = " + demand.get() + in toString()
87 return demand.tryDecrement(); in tryDecrement()
91 return demand.get(); in window()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DSubscriptionBase.java40 final Demand demand = new Demand(); field in SubscriptionBase
63 if (demand.increase(n)) in request()
76 return "SubscriptionBase: window = " + demand.get() + in toString()
87 return demand.tryDecrement(); in tryDecrement()
91 return demand.get(); in window()
/dports/math/py-or-tools/or-tools-9.2/ortools/scheduling/
H A Drcpsp_parser.cc203 if (demand != 0) {
204 recipe->add_demands(demand);
217 if (demand != 0) {
218 recipe->add_demands(demand);
399 if (demand != 0) {
400 recipe->add_demands(demand);
421 if (demand != 0) {
422 recipe->add_demands(demand);
435 if (demand != 0) {
436 recipe->add_demands(demand);
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/CNRP/src/Common/
H A Dcompute_cost.c85 double capacity, double *demand) in canonical_tour() argument
91 if (demand[1] > capacity){ in canonical_tour()
100 if (weight + demand[i] <= capacity){ in canonical_tour()
101 weight += demand[i]; in canonical_tour()
106 weight = demand[i]; /*start new route*/ in canonical_tour()
116 if (weight + demand[i] <= capacity){ in canonical_tour()
121 weight = demand[i]; in canonical_tour()
147 route_data *route_info, int *demand) in route_calc() argument
156 route_info[cur_route].weight += demand[cur_node]; in route_calc()
163 route_info[cur_route].weight += demand[cur_node]; in route_calc()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/Common/
H A Dcompute_cost.c85 int capacity, int *demand) in canonical_tour() argument
91 if (demand[1] > capacity){ in canonical_tour()
100 if (weight + demand[i] <= capacity){ in canonical_tour()
101 weight += demand[i]; in canonical_tour()
106 weight = demand[i]; /*start new route*/ in canonical_tour()
116 if (weight + demand[i] <= capacity){ in canonical_tour()
121 weight = demand[i]; in canonical_tour()
147 route_data *route_info, int *demand) in route_calc() argument
156 route_info[cur_route].weight += demand[cur_node]; in route_calc()
163 route_info[cur_route].weight += demand[cur_node]; in route_calc()
/dports/graphics/py-urbansim/urbansim-3.2/urbansim/models/
H A Dsupplydemand.py61 demand = lcm.summed_probabilities(choosers, alternatives)
63 demand = demand.groupby(alt_segmenter.loc[demand.index].values).sum()
69 multiplier, finished = multiplier_func(demand, supply)
71 multiplier, finished = (demand / supply), False
/dports/www/grails/grails-1.3.6/src/java/grails/test/
H A DGrailsMock.groovy32 * mockControl.demand.static.get() {id -> return null} // Static method
49 DemandProxy demand
67 demand = new DemandProxy(clazz, loose)
71 * Returns a "demand" object that supports the "control.demand.myMethod() {}" syntax.
74 return demand
131 demand.expectation.match(name)
143 demand.expectation.verify()
153 Demand demand = new Demand()
163 expectation = new LooseExpectation(demand)
166 expectation = new StrictExpectation(demand)
[all …]
/dports/math/chuffed/chuffed-e04bedd/chuffed/examples/
H A Dwreg_shift.cpp43 const vec< vec<int> > demand; member in ShiftSched
68 if(demand[first][ii]) in ShiftSched()
80 if(demand[ss][ii]) in ShiftSched()
136 bool_linear_decomp(bv, IRT_GE, demand[ss][act]); in ShiftSched()
147 cMin += demand[ss][aa]; in ShiftSched()
242 os << demand[ss][act]; in print()
295 demand.push(); in parseInst()
300 demand.last().push((int) ceil(d)); in parseInst()
348 vec< vec<int> > demand; in main() local
350 parseInst(std::cin, acts, shifts, demand); in main()
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/Heuristics/
H A Dsavings.c45 int weight, *demand; in savings() local
62 demand = p->demand; in savings()
82 weight = demand[starter]; in savings()
95 if (weight + demand[ins_cust] <= capacity){ in savings()
97 weight += demand[ins_cust]; in savings()
110 weight = demand[cur_route_end]; in savings()
H A Dins_routines2.c40 int *demand = p->demand; in nearest_ins2() local
55 if (route_info[tour[host].route].weight + demand[nearnode] in nearest_ins2()
137 int *demand = p->demand; in ni_insert_edges2() local
142 (demand[i]+route_info[tour[new_node].route].weight<=capacity)){ in ni_insert_edges2()
207 route_info[cur_route].weight += p->demand[new_node]; in insert_into_tour2()
226 int *demand = p->demand; in new_host2() local
242 (route_info[tour[i].route].weight + demand[node] <= capacity)){ in new_host2()
310 int *demand = p->demand; in seeds2() local
340 weight += demand[data[i].cust]; in seeds2()
343 weight = demand[data[i].cust]; in seeds2()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dsupply.c86 long demand; /* (net) demand */ member
452 ms->demand = 0; in process_supply_class()
483 if (ms->supply >= ms->demand) { in process_supply_class()
488 nrem = ms->demand; in process_supply_class()
494 zn->unit->supply[m] += us.demand; in process_supply_class()
502 if (us.demand) in process_supply_class()
557 if (t >= us.demand) { in process_supply_class()
577 zn->uw /= us.demand; in process_supply_class()
784 ms->demand += res.demand; in process_unit_supply()
840 if (res->demand) { in calculate_supply_demand()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/
H A Dpermissionsettriple.cs174 …static bool CheckAssert(PermissionSet pSet, CodeAccessPermission demand, PermissionToken permToken) in CheckAssert() argument
178 pSet.CheckDecoded(demand, permToken); in CheckAssert()
180 CodeAccessPermission perm = (CodeAccessPermission)pSet.GetPermission(demand); in CheckAssert()
186 if (pSet.IsUnrestricted() || demand.CheckAssert(perm)) in CheckAssert()
216 …internal bool CheckDemand(CodeAccessPermission demand, PermissionToken permToken, RuntimeMethodHan… in CheckDemand() argument
218 if (CheckAssert(AssertSet, demand, permToken) == SecurityRuntime.StackHalt) in CheckDemand()
222 …CodeAccessSecurityEngine.CheckHelper(GrantSet, RefusedSet, demand, permToken, rmh, null, SecurityA… in CheckDemand()
245 internal bool CheckDemandNoThrow(CodeAccessPermission demand, PermissionToken permToken) in CheckDemandNoThrow() argument
249 …return CodeAccessSecurityEngine.CheckHelper(GrantSet, RefusedSet, demand, permToken, RuntimeMethod… in CheckDemandNoThrow()
/dports/lang/racket/racket-8.3/share/pkgs/scribble-lib/scribble/private/
H A Don-demand.rkt4 (provide define-on-demand)
6 (define-syntax-rule (define-on-demand id rhs)
8 (define define-on-demand-bound-promise (delay rhs))
11 #'(force define-on-demand-bound-promise)
/dports/devel/forge/forge-0.3.0/lisp/
H A Dforge-repo.el154 (list default-directory 'forge-get-repository demand)
165 (when (memq demand forge--signal-no-entry)
177 (forge-get-repository parts remote demand)
178 (when (memq demand forge--signal-no-entry)
182 &optional remote demand)
198 (cond ((and (eq demand t)
204 ((and (eq demand 'full) obj
207 (when (and (memq demand '(stub create))
211 (eq demand 'stub))))
223 (when (eq demand 'create)
[all …]
/dports/devel/forge-devel/forge-0.3.0-24-g402773e/lisp/
H A Dforge-repo.el154 (list default-directory 'forge-get-repository demand)
165 (when (memq demand forge--signal-no-entry)
178 (forge-get-repository parts remote demand)
179 (when (memq demand forge--signal-no-entry)
183 &optional remote demand)
199 (cond ((and (eq demand t)
205 ((and (eq demand 'full) obj
208 (when (and (memq demand '(stub create))
212 (eq demand 'stub))))
224 (when (eq demand 'create)
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DDconst.schelp2 summary:: Constrain a demand-rate stream to a given sum
6 A demand-rate analog to link::Classes/Pconst::. It outputs values from the child demand stream unti…
13 The sum to reach. This may be a number, demand UGen or any other UGen. When a Dconst instance reset…
16 A demand-rate stream, providing the output values.
21 returns:: A demand-rate stream.
/dports/databases/pgrouting/pgrouting-3.2.0/src/pickDeliver/
H A Dtw_node.cpp93 && (demand() == 0); in is_start()
101 && (demand() > 0); in is_pickup()
110 && (demand() < 0); in is_delivery()
119 && (demand() <= 0); in is_dump()
130 && (demand() == 0); in is_end()
160 m_demand(data.demand), in Tw_node()
/dports/math/R/R-4.1.2/src/library/datasets/man/
H A DBOD.Rd12 biochemical oxygen demand versus time in an evaluation of water
22 \item{\code{demand}}{
23 A numeric vector giving the biochemical oxygen demand (mg/l).
41 fm1 <- nls(demand ~ A*(1-exp(-exp(lrc)*Time)), data = BOD,
47 fm2 <- nls(demand ~ (1-exp(-exp(lrc)*Time)), data = BOD,
51 fm3 <- nls(demand ~ SSasympOrig(Time, A, lrc), data = BOD)
/dports/math/libRmath/R-4.1.1/src/library/datasets/man/
H A DBOD.Rd12 biochemical oxygen demand versus time in an evaluation of water
22 \item{\code{demand}}{
23 A numeric vector giving the biochemical oxygen demand (mg/l).
41 fm1 <- nls(demand ~ A*(1-exp(-exp(lrc)*Time)), data = BOD,
47 fm2 <- nls(demand ~ (1-exp(-exp(lrc)*Time)), data = BOD,
51 fm3 <- nls(demand ~ SSasympOrig(Time, A, lrc), data = BOD)

12345678910>>...474