Home
last modified time | relevance | path

Searched refs:_max (Results 1 – 25 of 30) sorted by relevance

12

/external/parameter-framework/upstream/parameter/
DIntegerParameterType.h76 userValue > static_cast<UserType>(_max)) { in doToBlackboard()
97 xmlElement.getAttribute("Max", _max); in fromXml()
99 if (_min > _max) { in fromXml()
101 std::to_string(_min) + " > " + std::to_string(_max) + ")."); in fromXml()
115 xmlElement.setAttribute("Max", _max); in toXml()
187 if (iConvertedValue < _min || iConvertedValue > _max) { in toBlackboard()
280 << "Max: " << _max << "\n"; in showProperties()
312 if (value < _min || value > _max) { in checkValueAgainstRange()
325 stream << _max; in checkValueAgainstRange()
329 stream << _min << ", " << _max; in checkValueAgainstRange()
[all …]
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dhistogram.py36 self._max = 0
45 self._max = 0
54 self._max = max(self._max, val)
62 data.max_seen = self._max
/external/lzma/CPP/Common/
DStringToInt.cpp18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/external/freetype/include/freetype/internal/
Dpsaux.h302 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
308 _max, \
313 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
319 _max, 0, \
/external/libopus/celt/
Dfixed_c6x.h50 #define MAX16(a,b) _max(a,b)
Dfixed_c5x.h46 #define MAX16(a,b) _max(a,b)
/external/u-boot/drivers/power/regulator/
Dsandbox.c22 #define RANGE(_min, _max, _step) { \ argument
24 .max = _max, \
/external/mesa3d/src/mesa/x86/
Dmmx_blend.S342 #define TAG(x) CONCAT(x,_max)
343 #define LLTAG(x) LLBL2(x,_max)
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h75 …lignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max(_max) {} in AlignedBox() argument
/external/libpcap/
Dpcap-dos.h77 #define max(a,b) _max(a,b)
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py51 _max = max variable
/external/tensorflow/tensorflow/lite/toco/
Dtoco_flags.proto110 // Equivalent versions of default_ranges_min/_max for arrays quantized with
/external/scapy/scapy/
Dutils.py1404 _max = max(colwidth)
1405 colwidth = [_med if x == _max else x for x in colwidth]
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg974 DFA<dfa.decisionNumber>_max:
997 this.max = <grammar.recognizerName>.DFA<dfa.decisionNumber>_max;
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg983 Readonly my $DFA<dfa.decisionNumber>_max => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedMa…
1013 $self->max($DFA<dfa.decisionNumber>_max);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/
DPython3.stg1118 DFA<dfa.decisionNumber>_max = DFA.unpack(
1174 max = self.DFA<dfa.decisionNumber>_max,
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg1026 val DFA<dfa.decisionNumber>_max: Array[Char] = DFA.unpackEncodedStringToUnsignedChars(DFA<dfa.decis…
1044 this.max = DFA<dfa.decisionNumber>_max
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg1084 static final char[] DFA<dfa.decisionNumber>_max = DFA.unpackEncodedStringToUnsignedChars(DFA<dfa.de…
1105 this.max = DFA<dfa.decisionNumber>_max;
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg960 … DFA<dfa.decisionNumber>_max, DFA<dfa.decisionNumber>_accept, DFA<dfa.decisionNumber>_special,
980 private const DFA<dfa.decisionNumber>_max:Array =
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg1111 DFA<dfa.decisionNumber>_max = DFA.unpack(
1167 max = self.DFA<dfa.decisionNumber>_max,
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg1318 …private static readonly char[] DFA<dfa.decisionNumber>_max = DFA.UnpackEncodedStringToUnsignedChar…
1343 this.max = DFA<dfa.decisionNumber>_max;
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg1341 …private static readonly char[] DFA<dfa.decisionNumber>_max = DFA.UnpackEncodedStringToUnsignedChar…
1366 this.max = DFA<dfa.decisionNumber>_max;
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg1530 const static unichar dfa<dfa.decisionNumber>_max[<dfa.numberOfStates>] =
1565 max = dfa<dfa.decisionNumber>_max;
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py3101 maxlen = gen_math_ops._max(lengths, _all_dimensions(lengths))
Dmath_ops.py2046 gen_math_ops._max(

12