/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
D | intset.py | 105 self._max = args[0]._max 115 self._max = kwargs.pop("max",_MAXINF) 118 if self._max is None: 119 self._max = _MAXINF 126 if not ( isinstance(self._max, six.integer_types) or self._max is _MAXINF ): 128 if ( self._min is not _MININF and self._max is not _MAXINF and 129 self._min > self._max ): 131 if isinstance(self._max, six.integer_types): 132 self._max += 1 147 stop = self._max [all …]
|
/external/jetty/src/java/org/eclipse/jetty/util/statistic/ |
D | CounterStatistic.java | 36 protected final AtomicLong _max = new AtomicLong(); field in CounterStatistic 49 _max.set(value); in reset() 63 Atomics.updateMax(_max,value); in add() 97 return _max.get(); in getMax()
|
D | SampleStatistic.java | 46 protected final AtomicLong _max = new AtomicLong(); field in SampleStatistic 53 _max.set(0); in reset() 71 Atomics.updateMax(_max, sample); in set() 79 return _max.get(); in getMax()
|
/external/lzma/CPP/Common/ |
D | StringToInt.cpp | 18 if (res > (k_ ## uintType ## _max) / 10) return 0; \ 21 if (res > (k_ ## uintType ## _max) - v) return 0; \
|
/external/freetype/include/internal/ |
D | psaux.h | 267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument 273 _max, \ 278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument 284 _max, 0, \
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | psaux.h | 267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument 273 _max, \ 278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument 284 _max, 0, \
|
/external/autotest/client/cros/ |
D | power_utils.py | 342 self._max = None 351 if self._max is None: 352 self._max = int(utils.read_one_line(os.path.join(self._path, 354 return self._max
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | AlignedBox.h | 45 inline AlignedBox(const VectorType& _min, const VectorType& _max) : m_min(_min), m_max(_max) {} in AlignedBox() argument
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 74 …lignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max(_max) {} in AlignedBox() argument
|
/external/mesa3d/src/mesa/x86/ |
D | mmx_blend.S | 342 #define TAG(x) CONCAT(x,_max) 343 #define LLTAG(x) LLBL2(x,_max)
|
/external/safe-iop/include/ |
D | safe_iop.h | 476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ argument 482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ argument 494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ argument 500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ argument 507 #define MAKE_SMUL(_prefix, _bits, _type, _max, _min) \ argument
|
/external/libpcap/ |
D | pcap-dos.h | 77 #define max(a,b) _max(a,b)
|
/external/bison/data/ |
D | java.m4 | 114 [b4_int_type($1_min, $1_max)])
|
D | c.m4 | 174 [b4_int_type($1_min, $1_max)]) 185 || m4_indir([b4_]$1[_max]) < $3), [1],
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
D | CPP.stg | 1017 const static unichar <name>dfa<dfa.decisionNumber>_max[<dfa.numberOfStates>] = { 1043 max = <name>dfa<dfa.decisionNumber>_max;
|
/external/icu/icu4c/source/i18n/ |
D | decimfmt.cpp | 245 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } in _max() function 2907 int32_t max = _max(fImpl->fMaxSigDigits, min); in setMinimumSignificantDigits()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | Perl5.stg | 983 Readonly my $DFA<dfa.decisionNumber>_max => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedMa… 1013 $self->max($DFA<dfa.decisionNumber>_max);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
D | ActionScript.stg | 934 … DFA<dfa.decisionNumber>_max, DFA<dfa.decisionNumber>_accept, DFA<dfa.decisionNumber>_special, 954 private const DFA<dfa.decisionNumber>_max:Array =
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | JavaScript.stg | 974 DFA<dfa.decisionNumber>_max: 997 this.max = <grammar.recognizerName>.DFA<dfa.decisionNumber>_max;
|
/external/guice/extensions/persist/lib/ |
D | oro-2.0.8.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | Java.stg | 1035 static final char[] DFA<dfa.decisionNumber>_max = DFA.unpackEncodedStringToUnsignedChars(DFA<dfa.de… 1056 this.max = DFA<dfa.decisionNumber>_max;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
D | Scala.stg | 1026 val DFA<dfa.decisionNumber>_max: Array[Char] = DFA.unpackEncodedStringToUnsignedChars(DFA<dfa.decis… 1044 this.max = DFA<dfa.decisionNumber>_max
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | Python.stg | 1111 DFA<dfa.decisionNumber>_max = DFA.unpack( 1168 max = self.DFA<dfa.decisionNumber>_max,
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 1297 …private static readonly char[] DFA<dfa.decisionNumber>_max = DFA.UnpackEncodedStringToUnsignedChar… 1322 this.max = DFA<dfa.decisionNumber>_max;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | CSharp3.stg | 1276 …private static readonly char[] DFA<dfa.decisionNumber>_max = DFA.UnpackEncodedStringToUnsignedChar… 1301 this.max = DFA<dfa.decisionNumber>_max;
|