/frameworks/multidex/library/src/androidx/multidex/ |
D | MultiDexExtractor.java | 53 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/ |
D | NotificationIconContainer.java | 57 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()
|
D | PhoneStatusBarView.java | 59 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/ |
D | squeeze_omitted.example.cpp | 31 .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()
|
D | squeeze_b155238914.example.cpp | 31 .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/ |
D | RandomGraphGenerator.cpp | 192 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()
|
D | RandomGraphGenerator.h | 38 enum class RandomOperandType { INPUT = 0, OUTPUT = 1, INTERNAL = 2, CONST = 3, NO_VALUE = 4 }; enumerator
|
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/ |
D | seed202 | 62 lifetime: NO_VALUE
|
D | seed057 | 81 lifetime: NO_VALUE 114 lifetime: NO_VALUE
|
D | seed238 | 30 lifetime: NO_VALUE
|
D | seed447 | 94 lifetime: NO_VALUE
|
D | seed481 | 94 lifetime: NO_VALUE
|
D | seed406 | 163 lifetime: NO_VALUE
|
D | seed317 | 42 lifetime: NO_VALUE
|
D | seed227 | 266 lifetime: NO_VALUE
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/ |
D | if_no_value.example.cpp | 21 .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()
|
D | squeeze_quant8_signed.example.cpp | 327 .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/ |
D | StaticAssert.cpp | 180 static_assert(static_cast<TestOperandLifeTime>(NO_VALUE) == TestOperandLifeTime::NO_VALUE);
|
D | FuzzTest.cpp | 58 case TestOperandLifeTime::NO_VALUE: in CreateModel()
|
D | Model.proto | 143 NO_VALUE = 5; enumerator
|
D | GenerateCorpus.cpp | 94 const bool noValue = (operand.lifetime == TestOperandLifeTime::NO_VALUE); in convert()
|
D | Converter.cpp | 84 const bool makeEmpty = (lifetime == TestOperandLifeTime::NO_VALUE || in convert()
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | squeeze_float16.example.cpp | 327 .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/ |
D | CpuExecutor.h | 262 return input->lifetime == hal::OperandLifeTime::NO_VALUE; in IsNullInput()
|
/frameworks/ml/nn/common/ |
D | GraphDump.cpp | 187 case OperandLifeTime::NO_VALUE: in graphDump()
|