Searched refs:MAX (Results 1 - 23 of 23) sorted by relevance

/frameworks/hardware/interfaces/schedulerservice/1.0/
H A DISchedulingPolicyService.hal21 MAX = 99,
29 * @param priority Value within [Priority:MIN, Priority:MAX]
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h33 enum MulticlassUpdateType { MAX, RANK }; enumerator in enum:learning_stochastic_linear::MulticlassUpdateType
/frameworks/native/services/schedulerservice/
H A DSchedulingPolicyService.cpp37 priority > static_cast<int32_t>(Priority::MAX)) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java57 public enum Exposure { MIN, MAX, NONE }; enum constant in enum:CameraPairwiseTest.Exposure
149 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
159 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO,
169 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.INCANDESCENT,
229 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
319 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
337 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.ACTION,
346 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
364 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.AUTO,
373 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalanc
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHidDeviceAppQosSettings.java38 final static public int MAX = (int) 0xffffffff; field in class:BluetoothHidDeviceAppQosSettings
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h130 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
H A Dh264bsd_slice_data.c316 * MAX(picWidthInMbs, 10) macroblocks and start marking from there */
327 if (tmp >= MAX(pStorage->activeSps->picWidthInMbs, 10))
H A Dh264bsd_slice_group_map.c342 leftBound = MAX(leftBound - 1, 0);
356 topBound = MAX(topBound - 1, 0);
H A Dh264bsd_seq_param_set.c347 MAX(1, pSeqParamSet->vuiParameters->maxDecFrameBuffering);
H A Dh264bsd_dpb.c1011 dpb->maxRefFrames = MAX(maxRefFrames, 1);
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h76 MAX = 43, enumerator in enum:mcld::Operator::Type
204 Operator& Operator::create<Operator::MAX>();
H A DBinaryOp.h109 IntOperand* BinaryOp<Operator::MAX>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp38 "LOADADDR", "MAX", "MIN",
281 Operator& Operator::create<Operator::MAX>() {
282 static BinaryOp<Operator::MAX> op;
H A DScriptParser.yy133 %token MAX
858 | MAX '(' exp ',' exp ')'
861 &Operator::create<Operator::MAX>());
H A DBinaryOp.cpp200 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule,
H A DScriptScanner.ll122 <EXPRESSION>"MAX" { return token::MAX; }
/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DImsFeature.java79 public static final int MAX = 3; field in class:ImsFeature
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsResolver.java312 || feature >= ImsFeature.MAX) {
332 || feature >= ImsFeature.MAX) {
351 || feature >= ImsFeature.MAX) {
668 info.supportedFeatures = new HashSet<>(ImsFeature.MAX);
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp237 #ifdef MAX
238 #undef MAX macro
244 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
283 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
284 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
285 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h101 #define MAX(a, b) ((a) > (b))? (a) : (b) macro
H A DSoftAVCEnc.cpp635 mAVCEncLevel = MAX(level, mAVCEncLevel);
/frameworks/base/tools/aapt/
H A DImages.cpp872 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
940 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
941 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
942 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 448 milliseconds