/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifTag.java | 236 public boolean setValue(int[] value) { in setValue() method in ExifTag 270 public boolean setValue(int value) { in setValue() method in ExifTag 286 public boolean setValue(long[] value) { in setValue() method in ExifTag 307 public boolean setValue(long value) { in setValue() method in ExifTag 327 public boolean setValue(String value) { in setValue() method in ExifTag 363 public boolean setValue(Rational[] value) { in setValue() method in ExifTag 394 public boolean setValue(Rational value) { in setValue() method in ExifTag 411 public boolean setValue(byte[] value, int offset, int length) { in setValue() method in ExifTag 427 public boolean setValue(byte[] value) { in setValue() method in ExifTag 441 public boolean setValue(byte value) { in setValue() method in ExifTag [all …]
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFDynamic.tcc | 20 void Entry<32, true>::setValue(uint64_t pTag, uint64_t pValue) { in setValue() function in Entry 42 void Entry<64, true>::setValue(uint64_t pTag, uint64_t pValue) { in setValue() function in Entry
|
D | GOT.h | 46 void setValue(uint64_t pValue) { f_Value = pValue; } in setValue() function
|
D | PLT.h | 31 void setValue(unsigned char* pValue) { m_pValue = pValue; } in setValue() function
|
/frameworks/compile/mclinker/lib/ADT/ |
D | StringEntry.cpp | 32 void StringEntry<llvm::StringRef>::setValue(llvm::StringRef pVal) { in setValue() function in mcld::StringEntry::StringRef 38 void StringEntry<llvm::StringRef>::setValue(const char* pVal) { in setValue() function in mcld::StringEntry::StringRef
|
/frameworks/base/core/java/android/animation/ |
D | Keyframe.java | 203 public abstract void setValue(Object value); in setValue() method in Keyframe 280 public void setValue(Object value) { in setValue() method in Keyframe.ObjectKeyframe 324 public void setValue(Object value) { in setValue() method in Keyframe.IntKeyframe 371 public void setValue(Object value) { in setValue() method in Keyframe.FloatKeyframe
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
D | FakeTunerService.java | 69 public void setValue(String setting, String value) { in setValue() method in FakeTunerService 74 public void setValue(String setting, int value) { in setValue() method in FakeTunerService
|
/frameworks/base/core/java/android/service/autofill/ |
D | Dataset.java | 326 public @NonNull Builder setValue(@NonNull AutofillId id, @Nullable AutofillValue value) { in setValue() method in Dataset.Builder 352 public @NonNull Builder setValue(@NonNull AutofillId id, @Nullable AutofillValue value, in setValue() method in Dataset.Builder 387 public @NonNull Builder setValue(@NonNull AutofillId id, @Nullable AutofillValue value, in setValue() method in Dataset.Builder 423 public @NonNull Builder setValue(@NonNull AutofillId id, @Nullable AutofillValue value, in setValue() method in Dataset.Builder
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | SetCommand.java | 31 public <T> void setValue(/*inout*/CameraMetadataNative metadata, in setValue() method
|
/frameworks/base/libs/hwui/ |
D | Animator.cpp | 380 void RenderPropertyAnimator::setValue(RenderNode* target, float value) { in setValue() function in android::uirenderer::RenderPropertyAnimator 396 void CanvasPropertyPrimitiveAnimator::setValue(RenderNode* target, float value) { in setValue() function in android::uirenderer::CanvasPropertyPrimitiveAnimator 428 void CanvasPropertyPaintAnimator::setValue(RenderNode* target, float value) { in setValue() function in android::uirenderer::CanvasPropertyPaintAnimator 453 void RevealAnimator::setValue(RenderNode* target, float value) { in setValue() function in android::uirenderer::RevealAnimator
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operand.h | 71 void setValue(uint64_t pValue) { m_Value = pValue; } in setValue() function 102 void setValue(uint64_t pValue) { m_Value = pValue; } in setValue() function
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | StringEntry.h | 45 void setValue(const DataType& pVal) { m_Value = pVal; } in setValue() function 84 void setValue(const std::string& pVal) { setValue(pVal.c_str()); } in setValue() function
|
D | HashEntry.h | 56 void setValue(const ValueType& pValue) { m_Value = pValue; } in setValue() function
|
/frameworks/base/core/java/android/util/ |
D | IntProperty.java | 37 public abstract void setValue(T object, int value); in setValue() method in IntProperty
|
D | FloatProperty.java | 37 public abstract void setValue(T object, float value); in setValue() method in FloatProperty
|
D | KeyValueListParser.java | 252 public void setValue(int value) { in setValue() method in KeyValueListParser.IntValue 305 public void setValue(long value) { in setValue() method in KeyValueListParser.LongValue 358 public void setValue(String value) { in setValue() method in KeyValueListParser.StringValue 411 public void setValue(float value) { in setValue() method in KeyValueListParser.FloatValue
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | TunerService.java | 44 public abstract void setValue(String setting, String value); in setValue() method in TunerService 45 public abstract void setValue(String setting, int value); in setValue() method in TunerService
|
D | TunerServiceImpl.java | 149 public void setValue(String setting, String value) { in setValue() method in TunerServiceImpl 166 public void setValue(String setting, int value) { in setValue() method in TunerServiceImpl
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | ProgramVariable.java | 41 public void setValue(Object value) { in setValue() method in ProgramVariable
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | FrameValue.java | 29 public void setValue(Object value) { in setValue() method in FrameValue
|
D | VariableSource.java | 32 public synchronized void setValue(Object value) { in setValue() method in VariableSource
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 605 public boolean setValue(byte[] value) { in setValue() method in BluetoothGattCharacteristic 619 public boolean setValue(int value, int formatType, int offset) { in setValue() method in BluetoothGattCharacteristic 666 public boolean setValue(int mantissa, int exponent, int formatType, int offset) { in setValue() method in BluetoothGattCharacteristic 703 public boolean setValue(String value) { in setValue() method in BluetoothGattCharacteristic
|
/frameworks/compile/mclinker/unittests/ |
D | GCFactoryListTraitsTest.h | 51 inline void setValue(unsigned pValue) { m_Value = pValue; } in setValue() function
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | GlobalSetting.java | 43 public void setValue(int value) { in setValue() method in GlobalSetting
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | ToggleSlider.java | 30 void setValue(int value); in setValue() method
|