HomeSort by relevance Sort by last modified time
    Searched refs:Limit (Results 1 - 5 of 5) sorted by null

  /external/ppp/pppd/plugins/radius/etc/
dictionary 38 # ATTRIBUTE RP-Upstream-Speed-Limit 1 integer RoaringPenguin
41 # RP-Upstream-Speed-Limit, number 1, type integer and vendor RoaringPenguin.
87 ATTRIBUTE Port-Limit 62 integer
124 # Limit session traffic
125 ATTRIBUTE Session-Octets-Limit 227 integer
126 # What to assume as limit - 0 in+out, 1 in, 2 out, 3 max(in,out)
dictionary.microsoft 26 ATTRIBUTE MS-Link-Drop-Time-Limit 15 integer Microsoft
dictionary.ascend 17 ATTRIBUTE Ascend-Call-Attempt-Limit 123 integer
46 ATTRIBUTE Ascend-Multicast-Rate-Limit 152 integer
63 ATTRIBUTE Ascend-TS-Idle-Limit 169 integer
136 ATTRIBUTE Ascend-Idle-Limit 244 integer
137 ATTRIBUTE Ascend-Preempt-Limit 245 integer
  /external/v8/tools/
tickprocessor.js 538 // Limit backtrace depth.
  /external/v8/src/
mirror-debugger.js 614 * @param {number} limit Limit the number of names returend to the specified
618 ObjectMirror.prototype.propertyNames = function(kind, limit) {
619 // Find kind and limit and allocate array for the result
659 limit = Math.min(limit || total, total);
661 var names = new Array(limit);
666 for (var i = 0; index < limit && i < propertyNames.length; i++) {
673 for (var i = 0; index < limit && i < elementNames.length; i++) {
686 * @param {number} limit Limit the number of properties returend to th
    [all...]

Completed in 405 milliseconds