OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newvalue
(Results
226 - 250
of
719
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/ARM/
cmpxchg-idioms.ll
34
define i1 @test_return_bool(i8* %value, i8 %oldValue, i8 %
newValue
) {
61
%pair = cmpxchg i8* %value, i8 %oldValue, i8 %
newValue
acq_rel monotonic
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPreference.java
103
public boolean callChangeListener(Object
newValue
) {
104
callChangeListenerValue =
newValue
;
/external/webrtc/src/system_wrappers/interface/
static_instance.h
119
int
newValue
= InterlockedDecrement(&instance_count);
120
if (
newValue
== 0) {
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
setAttributeNS04.java
90
((Element) /*Node */testAddr).setAttributeNS("http://www.nist.gov", "newprefix:zone", "
newValue
");
93
assertEquals("attrValue", "
newValue
", resultAttr);
setAttributeNS09.java
85
((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "
newValue
");
88
assertEquals("attrValue", "
newValue
", resultAttr);
/libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.java
448
* @param
newValue
*
458
public void setDoInput(boolean
newValue
) {
462
this.doInput =
newValue
;
463
this.doOutput = !
newValue
;
471
* @param
newValue
481
public void setDoOutput(boolean
newValue
) {
485
this.doOutput =
newValue
;
486
this.doInput = !
newValue
;
/packages/apps/Settings/src/com/android/settings/
AirplaneModeEnabler.java
122
public boolean onPreferenceChange(Preference preference, Object
newValue
) {
127
setAirplaneModeOn((Boolean)
newValue
);
ApplicationSettings.java
70
public boolean onPreferenceChange(Preference preference, Object
newValue
) {
71
String value = (String)
newValue
;
TrustAgentSettings.java
136
public boolean onPreferenceChange(Preference preference, Object
newValue
) {
142
if ((Boolean)
newValue
) {
/packages/apps/Settings/src/com/android/settings/notification/
SettingPref.java
82
public boolean onPreferenceChange(Preference preference, Object
newValue
) {
83
setSetting(context, (Boolean)
newValue
? 1 : 0);
/packages/services/Telephony/src/com/android/phone/settings/
AccountSelectionPreference.java
107
public boolean onPreferenceChange(Preference preference, Object
newValue
) {
109
int index = Integer.parseInt((String)
newValue
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ConvertToDpFix.java
74
String
newValue
= String.format(VALUE_N_DP, dp);
75
attribute.setNodeValue(
newValue
);
/development/tools/idegen/src/com/android/idegen/
MakeFileParser.java
255
* @param
newValue
The value to append.
257
private void appendValue(String key, String
newValue
) {
260
values.put(key,
newValue
);
262
values.put(key, value + VALUE_DELIMITER +
newValue
);
/external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.h
47
const blink::WebString& oldValue, const blink::WebString&
newValue
,
/external/chromium_org/extensions/browser/value_store/
value_store_change.cc
21
change_value->Set("
newValue
", it->new_value()->DeepCopy());
value_store_change.h
22
// { "foo": { "key": "foo", "oldValue": "bar", "
newValue
": "baz" } }
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLIFrameElement.h
40
virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString&
newValue
) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
NumberInputType.cpp
123
void NumberInputType::setValueAsDouble(double
newValue
, TextFieldEventBehavior eventBehavior, ExceptionState& exceptionState) const
125
element().setValue(serializeForNumberType(
newValue
), eventBehavior);
128
void NumberInputType::setValueAsDecimal(const Decimal&
newValue
, TextFieldEventBehavior eventBehavior, ExceptionState& exceptionState) const
130
element().setValue(serializeForNumberType(
newValue
), eventBehavior);
/external/chromium_org/third_party/WebKit/Source/core/storage/
StorageEvent.idl
31
[InitializedByEventConstructor, TreatReturnedNullStringAs=Null] readonly attribute DOMString
newValue
;
/external/chromium_org/third_party/icu/patches/
clang_win.patch
6
NumberFormat::setMinimumFractionDigits(
newValue
);
/external/chromium_org/third_party/icu/source/i18n/
winnmfmt.cpp
233
void Win32NumberFormat::setMaximumFractionDigits(int32_t
newValue
)
236
NumberFormat::setMaximumFractionDigits(
newValue
);
239
void Win32NumberFormat::setMinimumFractionDigits(int32_t
newValue
)
242
NumberFormat::setMinimumFractionDigits(
newValue
);
/external/icu/icu4c/source/i18n/
winnmfmt.cpp
233
void Win32NumberFormat::setMaximumFractionDigits(int32_t
newValue
)
236
NumberFormat::setMaximumFractionDigits(
newValue
);
239
void Win32NumberFormat::setMinimumFractionDigits(int32_t
newValue
)
242
NumberFormat::setMinimumFractionDigits(
newValue
);
/libcore/harmony-tests/src/test/resources/resources/prefs/java/util/prefs/
userprefs-badencoding.xml
37
<entry key="prefskey" value="
newvalue
"/>
userprefs.xml
43
value="
newvalue
"/>
/libcore/luni/src/test/resources/prefs/java/util/prefs/
userprefs-badencoding.xml
37
<entry key="prefskey" value="
newvalue
" />
Completed in 625 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>