Home
last modified time | relevance | path

Searched refs:NO_VALUE (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/multidex/library/src/androidx/multidex/
DMultiDexExtractor.java53 public long crc = NO_VALUE;
85 private static final long NO_VALUE = -1L; field in MultiDexExtractor
194 prefsKeyPrefix + KEY_DEX_CRC + secondaryNumber, NO_VALUE); in loadExistingExtractions()
196 prefsKeyPrefix + KEY_DEX_TIME + secondaryNumber, NO_VALUE); in loadExistingExtractions()
224 return (prefs.getLong(prefsKeyPrefix + KEY_TIME_STAMP, NO_VALUE) != getTimeStamp(archive)) in isModified()
225 || (prefs.getLong(prefsKeyPrefix + KEY_CRC, NO_VALUE) != currentCrc); in isModified()
230 if (timeStamp == NO_VALUE) { in getTimeStamp()
240 if (computedValue == NO_VALUE) { in getZipCrc()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java57 private static final int NO_VALUE = Integer.MIN_VALUE; field in NotificationIconContainer
141 private int mActualLayoutWidth = NO_VALUE;
142 private float mActualPaddingEnd = NO_VALUE;
143 private float mActualPaddingStart = NO_VALUE;
496 if (mActualPaddingEnd == NO_VALUE) { in getActualPaddingEnd()
503 if (mActualPaddingStart == NO_VALUE) { in getActualPaddingStart()
541 if (mActualLayoutWidth == NO_VALUE) { in getActualWidth()
681 public static final int NO_VALUE = NotificationIconContainer.NO_VALUE; field in IconState
694 public int customTransformHeight = NO_VALUE;
782 return isLastExpandIcon && customTransformHeight != NO_VALUE; in hasCustomTransformHeight()
DPhoneStatusBarView.java59 private static final int NO_VALUE = Integer.MIN_VALUE; field in PhoneStatusBarView
159 if (newOrientation != NO_VALUE) { in updateOrientationAndCutout()
/frameworks/ml/nn/runtime/test/generated/spec_V1_1/
Dsqueeze_omitted.example.cpp31 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model()
88 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_all_inputs_as_internal()
179 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_relaxed()
236 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_relaxed_all_inputs_as_internal()
327 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_quant8()
384 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_quant8_all_inputs_as_internal()
Dsqueeze_b155238914.example.cpp31 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model()
88 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGenerator.cpp192 operand->type != RandomOperandType::NO_VALUE; in generateValue()
245 case RandomOperandType::NO_VALUE: in convertToTestOperandLifeTime()
246 return TestOperandLifeTime::NO_VALUE; in convertToTestOperandLifeTime()
280 case TestOperandLifeTime::NO_VALUE: in createTestModel()
DRandomGraphGenerator.h38 enum class RandomOperandType { INPUT = 0, OUTPUT = 1, INTERNAL = 2, CONST = 3, NO_VALUE = 4 }; enumerator
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed20262 lifetime: NO_VALUE
Dseed05781 lifetime: NO_VALUE
114 lifetime: NO_VALUE
Dseed23830 lifetime: NO_VALUE
Dseed44794 lifetime: NO_VALUE
Dseed48194 lifetime: NO_VALUE
Dseed406163 lifetime: NO_VALUE
Dseed31742 lifetime: NO_VALUE
Dseed227266 lifetime: NO_VALUE
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dif_no_value.example.cpp21 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model()
206 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_relaxed()
391 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_float16()
576 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_int32()
761 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_quant8()
946 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_quant8_signed()
Dsqueeze_quant8_signed.example.cpp327 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_omitted()
384 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_omitted_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp180 static_assert(static_cast<TestOperandLifeTime>(NO_VALUE) == TestOperandLifeTime::NO_VALUE);
DFuzzTest.cpp58 case TestOperandLifeTime::NO_VALUE: in CreateModel()
DModel.proto143 NO_VALUE = 5; enumerator
DGenerateCorpus.cpp94 const bool noValue = (operand.lifetime == TestOperandLifeTime::NO_VALUE); in convert()
DConverter.cpp84 const bool makeEmpty = (lifetime == TestOperandLifeTime::NO_VALUE || in convert()
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dsqueeze_float16.example.cpp327 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_omitted()
384 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_omitted_all_inputs_as_internal()
/frameworks/ml/nn/common/include/
DCpuExecutor.h262 return input->lifetime == hal::OperandLifeTime::NO_VALUE; in IsNullInput()
/frameworks/ml/nn/common/
DGraphDump.cpp187 case OperandLifeTime::NO_VALUE: in graphDump()

12