/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
D | AccessPointParserHelper.java | 215 config.phase2.setValue(""); 216 config.ca_cert.setValue(""); 217 config.client_cert.setValue(""); 218 config.engine.setValue(""); 219 config.engine_id.setValue(""); 220 config.key_id.setValue(""); 221 config.identity.setValue(""); 222 config.anonymous_identity.setValue(""); 249 config.password.setValue(passwordStr); 260 config.eap.setValue(eapValue); [all …]
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | StringEntry.h | 54 void setValue(const DataType& pVal) in setValue() function 104 void setValue(const std::string& pVal) in setValue() function 105 { setValue(pVal.c_str()); } in setValue() 107 void setValue(const char* pVal); 109 void setValue(llvm::StringRef& pVal);
|
/frameworks/base/core/java/com/android/internal/preference/ |
D | YesNoPreference.java | 52 setValue(positiveResult); in onDialogClosed() 62 public void setValue(boolean value) { in setValue() method in YesNoPreference 86 setValue(restorePersistedValue ? getPersistedBoolean(mWasPositiveResult) : in onSetInitialValue() 118 setValue(myState.wasPositiveResult); in onRestoreInstanceState()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 413 f_pPreInitArrayStart->setValue(0x0); in finalizeStandardSymbols() 419 f_pPreInitArrayEnd->setValue(f_pPreInitArrayEnd->value() + in finalizeStandardSymbols() 424 f_pPreInitArrayEnd->setValue(0x0); in finalizeStandardSymbols() 431 f_pInitArrayStart->setValue(0x0); in finalizeStandardSymbols() 437 f_pInitArrayEnd->setValue(f_pInitArrayEnd->value() + in finalizeStandardSymbols() 442 f_pInitArrayEnd->setValue(0x0); in finalizeStandardSymbols() 449 f_pFiniArrayStart->setValue(0x0); in finalizeStandardSymbols() 455 f_pFiniArrayEnd->setValue(f_pFiniArrayEnd->value() + in finalizeStandardSymbols() 460 f_pFiniArrayEnd->setValue(0x0); in finalizeStandardSymbols() 467 f_pStack->setValue(0x0); in finalizeStandardSymbols() [all …]
|
/frameworks/base/core/java/android/animation/ |
D | Keyframe.java | 180 public abstract void setValue(Object value); in setValue() method in Keyframe 257 public void setValue(Object value) { in setValue() method in Keyframe.ObjectKeyframe 300 public void setValue(Object value) { in setValue() method in Keyframe.IntKeyframe 346 public void setValue(Object value) { in setValue() method in Keyframe.FloatKeyframe
|
D | PropertyValuesHolder.java | 495 kf.setValue(mProperty.get(target)); in setupSetterAndGetter() 519 kf.setValue(mGetter.invoke(target)); in setupSetterAndGetter() 538 kf.setValue(mProperty.get(target)); in setupValue() 549 kf.setValue(mGetter.invoke(target)); in setupValue() 817 mIntProperty.setValue(target, mIntAnimatedValue); in setAnimatedValue() 954 mFloatProperty.setValue(target, mFloatAnimatedValue); in setAnimatedValue()
|
/frameworks/base/core/java/android/preference/ |
D | ListPreference.java | 132 public void setValue(String value) { in setValue() method in ListPreference 182 setValue(mEntryValues[index].toString()); in setValueIndex() 266 setValue(value); in onDialogClosed() 278 setValue(restoreValue ? getPersistedString(mValue) : (String) defaultValue); in onSetInitialValue() 304 setValue(myState.value); in onRestoreInstanceState()
|
/frameworks/base/core/java/android/util/ |
D | FloatProperty.java | 41 public abstract void setValue(T object, float value); in setValue() method in FloatProperty 45 setValue(object, value); in set()
|
D | IntProperty.java | 41 public abstract void setValue(T object, int value); in setValue() method in IntProperty 45 setValue(object, value.intValue()); in set()
|
/frameworks/compile/mclinker/tools/mcld/lib/Support/ |
D | LinkerConfig.cpp | 116 to_wrap->setValue(to_wrap_str); in addWrap() 126 from_real->setValue(pWrapSymbol); in addWrap() 143 to_port->setValue(to_port_str); in addPortable() 154 from_real->setValue(pPortableSymbol); in addPortable()
|
/frameworks/compile/libbcc/lib/Support/ |
D | LinkerConfig.cpp | 123 to_wrap->setValue(to_wrap_str); in addWrap() 133 from_real->setValue(pWrapSymbol); in addWrap() 150 to_port->setValue(to_port_str); in addPortable() 161 from_real->setValue(pPortableSymbol); in addPortable()
|
/frameworks/compile/mclinker/unittests/ |
D | HashTableTest.cpp | 113 val->setValue(999); in TEST_F() 135 entry->setValue(key+10); in TEST_F() 238 entry->setValue(key+10); in TEST_F() 259 entry->setValue(key+10); in TEST_F() 282 entry->setValue(key+10); in TEST_F() 314 entry->setValue(key); in TEST_F()
|
/frameworks/base/core/tests/coretests/src/android/preference/ |
D | ListPreferenceTest.java | 30 lp.setValue(entryValues[1]); in testListPreferenceSummaryFromEntries() 36 lp.setValue(entryValues[2]); in testListPreferenceSummaryFromEntries()
|
/frameworks/compile/mclinker/lib/ADT/ |
D | StringEntry.cpp | 34 void StringEntry<llvm::StringRef>::setValue(llvm::StringRef& pVal) in setValue() function in StringEntry::StringRef 41 void StringEntry<llvm::StringRef>::setValue(const char* pVal) in setValue() function in StringEntry::StringRef
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | CompoundTransform.java | 77 setValue(translate); in TranslateComponent() 82 public void setValue(Float3 val) { in setValue() method in CompoundTransform.TranslateComponent 117 setValue(scale); in ScaleComponent() 122 public void setValue(Float3 val) { in setValue() method in CompoundTransform.ScaleComponent
|
/frameworks/base/core/java/android/text/ |
D | PackedObjectVector.java | 55 setValue(int row, int column, E value) in setValue() method in PackedObjectVector 76 setValue(row, i, null); in insertAt() 79 setValue(row, i, values[i]); in insertAt()
|
/frameworks/compile/mclinker/lib/MC/ |
D | MCLinker.cpp | 111 input_sym->setValue(pValue); in addSymbolFromObject() 134 output_sym->setValue(pValue); in addSymbolFromObject() 214 input_sym->setValue(pValue); in addSymbolFromDynObj() 302 output_sym->setValue(pValue); in defineSymbolForcefully() 341 output_sym->setValue(pValue); in defineSymbolAsRefered() 389 output_sym->setValue(pValue); in defineAndResolveSymbolForcefully() 443 (*symbol)->setValue(0x0); in finalizeSymbols() 454 (*symbol)->setValue(value + addr); in finalizeSymbols()
|
/frameworks/base/services/java/com/android/server/power/ |
D | RampAnimator.java | 62 mProperty.setValue(mObject, target); in animateTo() 127 mProperty.setValue(mObject, mCurrentValue);
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFDynamic.h | 48 virtual void setValue(uint64_t pTag, uint64_t pValue) = 0; 84 inline void setValue(uint64_t pTag, uint64_t pValue);
|
D | ELFDynamic.tcc | 20 void Entry<32, true>::setValue(uint64_t pTag, uint64_t pValue) in setValue() function in Entry
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | RecurrenceSet.java | 301 dtstartProp.setValue(dtstartTime.format2445()); in populateComponent() 304 durationProp.setValue(duration); in populateComponent() 360 dtstartProp.setValue(dtstartTime.format2445()); in populateComponent() 363 durationProp.setValue(duration); in populateComponent() 382 prop.setValue(rrule); in addPropertiesForRuleStr() 450 prop.setValue(dateStr); in addPropertyForDateStr()
|
/frameworks/base/core/java/android/widget/ |
D | TimePicker.java | 187 mHourSpinner.setValue(newHour); in TimePicker() 194 mHourSpinner.setValue(newHour); in TimePicker() 412 mHourSpinner.setValue(currentHour); in setCurrentHour() 455 mMinuteSpinner.setValue(currentMinute); in setCurrentMinute() 521 mAmPmSpinner.setValue(index); in updateAmPmControl()
|
/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/wifi/java/android/net/wifi/ |
D | WifiConfiguration.java | 92 public void setValue(String value) { in setValue() method in WifiConfiguration.EnterpriseField 418 field.setValue(null); in WifiConfiguration() 610 enterpriseFields[i].setValue(source.enterpriseFields[i].value()); in WifiConfiguration() 669 field.setValue(in.readString());
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | DatePicker.java | 426 mYearPicker.setValue(mYear); in updateSpinners() 432 mMonthPicker.setValue(mMonth + 1); in updateSpinners() 442 mDayPicker.setValue(mDay); in updateDaySpinner()
|