| /external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
| D | avltree_node.hpp | 46 enum balance { negative_t, zero_t, positive_t }; enum 56 enum balance { negative_t, zero_t, positive_t }; enum 58 balance balance_; 70 typedef typename node::balance balance; typedef 99 BOOST_INTRUSIVE_FORCEINLINE static balance get_balance(const const_node_ptr & n) in get_balance() 102 BOOST_INTRUSIVE_FORCEINLINE static balance get_balance(const node_ptr & n) in get_balance() 105 BOOST_INTRUSIVE_FORCEINLINE static void set_balance(const node_ptr & n, balance b) in set_balance() 108 BOOST_INTRUSIVE_FORCEINLINE static balance negative() in negative() 111 BOOST_INTRUSIVE_FORCEINLINE static balance zero() in zero() 114 BOOST_INTRUSIVE_FORCEINLINE static balance positive() in positive() [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | apigee_v1.organizations.developers.balance.html | 75 …s.html">developers</a> . <a href="apigee_v1.organizations.developers.balance.html">balance</a></h1> 79 <p class="firstline">Adjust the prepaid balance for the developer. This API will be used in scenari… 85 <p class="firstline">Credits the account balance for the developer.</p> 89 …<pre>Adjust the prepaid balance for the developer. This API will be used in scenarios where the de… 92 …uired. Account balance for the developer. Use the following structure in your request: `organizati… 97 …balance for an over-charged developer i.e. the balance of the developer will increase. * A negativ… 112 { # Account balance for the developer. 113 …put only. List of all wallets. Each individual wallet stores the account balance for a particular … 114 { # Wallet used to manage an account balance for a particular currency. 115 …"balance": { # Represents an amount of money with its currency type. # Current remaining… [all …]
|
| /external/iptables/extensions/ |
| D | libxt_NFQUEUE.t | 7 -j NFQUEUE --queue-balance 0:65534;=;OK 8 -j NFQUEUE --queue-balance 0:65535;;FAIL 9 -j NFQUEUE --queue-balance 0:65536;;FAIL 10 -j NFQUEUE --queue-balance -1:65535;;FAIL 12 -j NFQUEUE --queue-balance 0:6 --queue-cpu-fanout --queue-bypass;-j NFQUEUE --queue-balance 0:6 --q… 13 -j NFQUEUE --queue-bypass --queue-balance 0:6 --queue-cpu-fanout;-j NFQUEUE --queue-balance 0:6 --q… 14 -j NFQUEUE --queue-balance 0:6 --queue-bypass;=;OK
|
| D | libxt_NFQUEUE.man | 9 was added in Linux 2.6.14. The \fBqueue-balance\fP option was added in Linux 2.6.31, 16 \fB\-\-queue\-balance\fP \fIvalue\fP\fB:\fP\fIvalue\fP 19 queues x, x+1, .. x+n and use "\-\-queue\-balance \fIx\fP\fB:\fP\fIx+n\fP". 22 value to 65534, i.e. one can only balance between at most 65535 queues. 33 \fB--queue-balance\fP this will use the CPU ID as an index to map packets to 35 per CPU. This requires \fB--queue-balance\fP to be specified.
|
| D | libxt_NFQUEUE.c | 37 " --queue-balance first:last Balance flows between queues <value> to <value>.\n"); in NFQUEUE_help_v1() 46 " --queue-balance first:last Balance flows between queues <value> to <value>.\n" in NFQUEUE_help_v2() 57 " --queue-balance first:last Balance flows between queues <value> to <value>.\n" in NFQUEUE_help_v3() 67 {.name = "queue-balance", .id = O_QUEUE_BALANCE, .max = UINT16_MAX - 1, 81 "--queue-balance not supported (kernel too old?)"); in NFQUEUE_parse() 171 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last); in NFQUEUE_print_v1() 185 printf(" NFQUEUE balance %u:%u", info->queuenum, last); in NFQUEUE_print_v2() 201 printf(" NFQUEUE balance %u:%u", info->queuenum, last); in NFQUEUE_print_v3() 227 printf(" --queue-balance %u:%u", tinfo->queuenum, last); in NFQUEUE_save_v1() 240 printf(" --queue-balance %u:%u", info->queuenum, last); in NFQUEUE_save_v2() [all …]
|
| /external/rust/crates/tower/src/balance/p2c/ |
| D | make.rs | 1 use super::Balance; 19 /// service set in the form of a [`Discover`]. It then wraps the service set in a [`Balance`] 22 /// See the [module-level documentation](crate::balance) for details on load balancing. 26 /// [`Balance`]: crate::balance::p2c::Balance 33 /// A [`Balance`] in the making. 35 /// [`Balance`]: crate::balance::p2c::Balance 73 type Response = Balance<S::Response, Req>; 107 type Output = Result<Balance<T, Req>, E>; 112 let svc = Balance::new(inner); in poll()
|
| D | layer.rs | 5 /// Construct load balancers ([`Balance`]) over dynamic service sets ([`Discover`]) produced by the 11 /// and produces _services_. Since [`Balance`] spreads requests across a _set_ of services, 15 /// See the [module-level documentation](crate::balance) for details on load balancing. 17 /// [`Balance`]: crate::balance::p2c::Balance
|
| D | service.rs | 25 /// Note that [`Balance`] requires that the [`Discover`] you use is [`Unpin`] in order to implement 28 /// construct the [`Balance`] instance. For more details, see [#319]. 32 pub struct Balance<D, Req> struct 47 impl<D: Discover, Req> fmt::Debug for Balance<D, Req> argument 54 f.debug_struct("Balance") in fmt() 80 impl<D, Req> Balance<D, Req> impl 116 impl<D, Req> Balance<D, Req> implementation 222 impl<D, Req> Service<Req> for Balance<D, Req> implementation
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/ |
| D | BaseMediaInfoAtom.java | 16 short balance; field in BaseMediaInfoAtom 35 byteBuffer.putShort(balance); in getContent() 46 balance = content.getShort(); in _parseDetails() 84 return balance; in getBalance() 87 public void setBalance(short balance) { in setBalance() argument 88 this.balance = balance; in setBalance() 106 ", balance=" + balance + in toString()
|
| /external/dagger2/java/dagger/example/atm/ |
| D | InMemoryDatabase.java | 40 private BigDecimal balance = BigDecimal.ZERO; field in InMemoryDatabase.InMemoryAccount 54 balance = balance.add(amount); in deposit() 60 balance = balance.subtract(amount); in withdraw() 71 public BigDecimal balance() { in balance() method in InMemoryDatabase.InMemoryAccount 72 return balance; in balance()
|
| D | WithdrawCommand.java | 54 BigDecimal newBalance = account.balance().subtract(amount); in handleAmount() 59 + "your balance is %s and the minimum balance is %s", in handleAmount() 60 amount, account.balance(), minimumBalance)); in handleAmount() 64 outputter.output("your new balance is: " + account.balance()); in handleAmount()
|
| /external/sdv/vsomeip/third_party/boost/endian/example/ |
| D | conversion_use_case.cpp | 37 rec.balance = boost::endian::big_to_native(rec.balance); // reverse if needed in main() 41 std::sort(recs.begin(), recs.end(), // decending sort by balance in main() 43 { return lhs.balance > rhs.balance; }); in main() 47 out_rec.balance = boost::endian::native_to_big(out_rec.balance); // reverse if needed in main()
|
| /external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
| D | cpuset_load_balance_test.sh | 65 cpuset_log "general group load balance test" 67 cpuset_log " sched load balance:" $r_balance 70 cpuset_log " sched load balance:" $g_balance 146 tst_resm TFAIL "load balance test failed." 150 tst_resm TPASS "load balance test succeeded." 171 cpuset_log "general group load balance test" 173 cpuset_log " sched load balance:" 0 176 cpuset_log " sched load balance:" $g1_balance 179 cpuset_log " sched load balance:" $g2_balance 284 tst_resm TFAIL "load balance test failed." [all …]
|
| D | cpuset_sched_domains_test.sh | 50 cpuset_log "root group load balance test" 51 cpuset_log " sched load balance:" $load_balance 98 cpuset_log "general group load balance test" 100 cpuset_log " sched load balance:" $r_balance 103 cpuset_log " sched load balance:" $g_balance 147 cpuset_log "general group load balance test" 149 cpuset_log " sched load balance:" 0 152 cpuset_log " sched load balance:" $g1_balance 155 cpuset_log " sched load balance:" $g2_balance
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
| D | SoundMediaHeaderBox.java | 27 private float balance; field in SoundMediaHeaderBox 34 return balance; in getBalance() 44 balance = IsoTypeReader.readFixedPoint88(content); in _parseDetails() 51 IsoTypeWriter.writeFixedPont88(byteBuffer, balance); in getContent() 56 return "SoundMediaHeaderBox[balance=" + getBalance() + "]"; in toString()
|
| /external/rust/crates/tower/src/balance/pool/ |
| D | mod.rs | 10 //! [`Builder::loaded_above`]), a new service is created and added to the underlying [`Balance`]. 17 use super::p2c::Balance; 217 /// scheduled to be added to the underlying [`Balance`]. 293 balance: Balance::new(Box::pin(d)), in build() 308 // the Pin<Box<_>> here is needed since Balance requires the Service to be Unpin 309 balance: Balance<Pin<Box<PoolDiscoverer<MS, Target, Request>>>, Request>, field 324 .field("balance", &self.balance) in fmt() 351 type PinBalance<S, Request> = Balance<Pin<Box<S>>, Request>; 367 if let Poll::Ready(()) = self.balance.poll_ready(cx)? { in poll_ready() 372 let discover = self.balance.discover_mut().as_mut().project(); in poll_ready() [all …]
|
| /external/sdv/vsomeip/third_party/boost/intrusive/example/ |
| D | doc_avltree_algorithms.cpp | 33 typedef int balance; typedef 41 static balance get_balance(const_node_ptr n) { return n->balance_; } in get_balance() 42 static void set_balance(node_ptr n, balance b) { n->balance_ = b; } in set_balance() 43 static balance negative() { return -1; } in negative() 44 static balance zero() { return 0; } in zero() 45 static balance positive() { return 1; } in positive()
|
| /external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
| D | avltree_algorithms.hpp | 118 //! <tt>balance</tt>: The type of the balance factor 134 //! <tt>static balance get_balance(const_node_ptr n);</tt> 136 //! <tt>static void set_balance(node_ptr n, balance b);</tt> 138 //! <tt>static balance negative();</tt> 140 //! <tt>static balance zero();</tt> 142 //! <tt>static balance positive();</tt> 154 typedef typename NodeTraits::balance balance; typedef in boost::intrusive::avltree_algorithms 199 //Swap balance in swap_nodes() 200 balance c = NodeTraits::get_balance(node1); in swap_nodes() 453 //If equal height, balance must be zero in verify_recursion() [all …]
|
| /external/googleapis/google/cloud/paymentgateway/issuerswitch/accountmanager/v1/ |
| D | managed_accounts.proto | 35 // Reconciles and provide balance information for an account within the account 42 // Batch reconcile account balance and return status for each account. 109 // Required. Current balance of the account. 110 google.type.Money balance = 4 [(google.api.field_behavior) = REQUIRED]; 131 // Reconciliation request for an account balance. 136 // Required. Expected balance amount for the account. 140 // Required. Timestamp to be taken as reference for reconciling the balance
|
| /external/rust/crates/tonic/src/transport/channel/ |
| D | mod.rs | 33 use tower::balance::p2c::Balance; 108 /// Balance a list of [`Endpoint`]'s. 110 /// This creates a [`Channel`] that will load balance across all the 122 /// Balance a list of [`Endpoint`]'s. 132 /// Balance a list of [`Endpoint`]'s. 147 (Self::balance(list, DEFAULT_BUFFER_SIZE, executor), tx) in balance_channel_with_executor() 186 pub(crate) fn balance<D, E>(discover: D, buffer_size: usize, executor: E) -> Self in balance() function 193 let svc = Balance::new(discover); in balance()
|
| /external/rust/crates/combine/benches/ |
| D | data.json | 7 "balance": "$3,397.06", string 52 "balance": "$1,646.89", string 97 "balance": "$3,311.55", string 142 "balance": "$2,311.19", string 187 "balance": "$1,178.62", string 232 "balance": "$2,375.71", string 277 "balance": "$2,258.43", string
|
| /external/rust/crates/tower/src/balance/ |
| D | error.rs | 1 //! Error types for the [`tower::balance`] middleware. 3 //! [`tower::balance`]: crate::balance
|
| /external/autotest/site_utils/ |
| D | balance_pools.py | 17 POOL Name of the pool to balance 18 MODEL Names of models to balance 35 Phase to restrict the balance pool operation to 375 """Balance one model as requested by command line arguments. 487 description='Balance pool shortages from spares on reserve') 548 help='Name of the pool to balance. Use %s to balance ' 551 help='Names of models to balance.') 554 help='Optional phase label to restrict balance ' 577 """Take some arguments and translate them to a list of models to balance 582 @param pools The list of pools to balance. [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/ |
| D | bank_account_2.cpp | 40 int balance() const in balance() function in bank_account 59 std::cout << "balance = " << acct.balance() << "\n"; in main()
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/ |
| D | bank_account_2.cpp | 40 int balance() const in balance() function in bank_account 59 std::cout << "balance = " << acct.balance() << "\n"; in main()
|