/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/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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconContainer.java | 62 private static final int NO_VALUE = Integer.MIN_VALUE; field in NotificationIconContainer 148 private int mActualLayoutWidth = NO_VALUE; 149 private float mActualPaddingEnd = NO_VALUE; 150 private float mActualPaddingStart = NO_VALUE; 508 if (mActualPaddingEnd == NO_VALUE) { in getActualPaddingEnd() 518 if (mActualPaddingStart == NO_VALUE) { in getActualPaddingStart() 556 if (mActualLayoutWidth == NO_VALUE) { in getActualWidth() 696 public static final int NO_VALUE = NotificationIconContainer.NO_VALUE; field in IconState 709 public int customTransformHeight = NO_VALUE; 819 return isLastExpandIcon && customTransformHeight != NO_VALUE; in hasCustomTransformHeight()
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomGraphGenerator.cpp | 198 operand->type != RandomOperandType::NO_VALUE) { in generateValue() 227 case RandomOperandType::NO_VALUE: in convertToTestOperandLifeTime() 228 return TestOperandLifeTime::NO_VALUE; in convertToTestOperandLifeTime() 262 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 | seed227 | 266 lifetime: NO_VALUE
|
D | seed317 | 42 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 | 63 case TestOperandLifeTime::NO_VALUE: in CreateModel()
|
D | Model.proto | 143 NO_VALUE = 5; enumerator
|
D | Converter.cpp | 79 const bool makeEmpty = (lifetime == TestOperandLifeTime::NO_VALUE || in convert()
|
D | GenerateCorpus.cpp | 94 const bool noValue = (operand.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/ |
D | GraphDump.cpp | 187 case OperandLifeTime::NO_VALUE: in graphDump()
|
/frameworks/ml/nn/common/include/ |
D | CpuExecutor.h | 262 return input->lifetime == hal::OperandLifeTime::NO_VALUE; in IsNullInput()
|
/frameworks/base/apex/media/framework/java/android/media/ |
D | MediaParser.java | 1312 if (format.width != Format.NO_VALUE && format.height != Format.NO_VALUE) { in release() 1986 if (format.frameRate != Format.NO_VALUE) { in toMediaFormat() 2014 if (format.pixelWidthHeightRatio != Format.NO_VALUE && format.pixelWidthHeightRatio != 0) { in toMediaFormat() 2098 if (value != Format.NO_VALUE) { in setOptionalMediaFormatInt()
|