HomeSort by relevance Sort by last modified time
    Searched full:setvalue (Results 176 - 200 of 438) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/guava/javadoc/com/google/common/collect/
ForwardingMapEntry.html 192 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ForwardingMapEntry.html#setValue(V)">setValue</A></B>(<A HREF="../../../../com/google/common/collect/ForwardingMapEntry.html" title="type parameter in ForwardingMapEntry">V</A>&nbsp;value)</CODE>
294 <A NAME="setValue(java.lang.Object)"><!-- --></A><A NAME="setValue(V)"><!-- --></A><H3>
295 setValue</H3>
297 public <A HREF="../../../../com/google/common/collect/ForwardingMapEntry.html" title="type parameter in ForwardingMapEntry">V</A> <B>setValue</B>(<A HREF="../../../../com/google/common/collect/ForwardingMapEntry.html" title="type parameter in ForwardingMapEntry">V</A>&nbsp;value)</PRE>
300 <DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true#setValue(V)" title="class or interface in java.util">setValue</A></CODE> in interface <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="../../../../com/google/common/collect/ForwardingMapEntry.html" title="type parameter in ForwardingMapEntry">K</A>,<A HREF="../../../../com/google/common/collect/ForwardingMapEntry.html" title="type parameter in ForwardingMapEntry">V</A>&gt;</CODE></DL>
  /external/skia/src/views/
SkWidget.cpp 223 void SkSliderView::setValue(U16CPU value)
316 this->setValue(SkScalarRound(percent * fMax));
  /external/tinyxml/docs/
classTiXmlAttribute-members.html 25 <tr class="memlist"><td><a class="el" href="classTiXmlAttribute.html#a10">SetValue</a>(const char *_value)</td><td><a class="el" href="classTiXmlAttribute.html">TiXmlAttribute</a></td><td><code> [inline]</code></td></tr>
26 <tr class="memlist"><td><a class="el" href="classTiXmlAttribute.html#a14">SetValue</a>(const std::string &amp;_value)</td><td><a class="el" href="classTiXmlAttribute.html">TiXmlAttribute</a></td><td><code> [inline]</code></td></tr>
  /external/webkit/WebCore/plugins/
npfunctions.h 140 NPN_SetValueProcPtr setvalue; member in struct:_NPNetscapeFuncs
194 NPP_SetValueProcPtr setvalue; member in struct:_NPPluginFuncs
PluginView.h 167 NPError setValue(NPPVariable variable, void* value);
320 // called if the default setValue does not recognize the variable
  /external/webkit/WebCore/svg/
SVGLength.cpp 177 void SVGLength::setValue(float value)
273 setValue(valueInUserUnits);
  /external/webkit/WebKit/win/
WebScrollBar.cpp 143 HRESULT STDMETHODCALLTYPE WebScrollBar::setValue(
146 m_scrollBar->setValue(value);
DOMHTMLClasses.cpp 676 HRESULT STDMETHODCALLTYPE DOMHTMLSelectElement::setValue(
935 HRESULT STDMETHODCALLTYPE DOMHTMLOptionElement::setValue(
1220 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::setValue(
1225 inputElement->setValue(String((UChar*) value, SysStringLen(value)));
    [all...]
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 99 pluginFuncs->setvalue = NPP_SetValue;
155 NPError err = browser->setvalue(instance, kRequestDrawingModel_ANPSetValue,
  /packages/apps/Settings/src/com/android/settings/wifi/
AdvancedSettings.java 145 pref.setValue(String.valueOf(numChannels));
154 pref.setValue(String.valueOf(value));
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java 32 * <p/>To get/set the coordinate, use {@link #setValue(double)} and {@link #getValue()} (preceded by
125 public void setValue(double value) {
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 75 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags);
362 NPError err = browser->setvalue(instance, NPPVpluginTransparentBool, &value);
379 NPError err = browser->setvalue(instance, NPPVpluginTransparentBool, NULL);
  /external/webkit/JavaScriptCore/API/
JSCallbackObjectFunctions.h 137 slot.setValue(jsUndefined());
141 slot.setValue(toJS(exec, value));
178 descriptor.setValue(value);
  /external/webkit/JavaScriptCore/qt/api/
qscriptvalue_p.h 136 inline void setValue(JSValueRef);
624 setValue(value);
693 void QScriptValuePrivate::setValue(JSValueRef value)
  /external/webkit/WebCore/bindings/objc/
WebScriptObject.h 45 - (void)setValue:(id)value forKey:(NSString *)key
52 - (void)setValue:(id)value forUndefinedKey:(NSString *)key
205 - (void)setValue:(id)value forKey:(NSString *)key
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 56 public void setValue(String value) {
313 field.setValue(null);
481 field.setValue(in.readString());
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 296 attr.setValue(value);
308 attr.setValue(value);
  /external/guava/src/com/google/common/collect/
AbstractBiMap.java 307 @Override public V setValue(V value) {
316 V oldValue = finalEntry.setValue(value);
Maps.java 489 * Entry#setValue} operation throws an {@link UnsupportedOperationException}.
503 * Entry#setValue} operation throws an {@link UnsupportedOperationException},
517 * Entry#setValue} operation throws an {@link UnsupportedOperationException}.
893 * {@link Map#putAll}, and {@link Entry#setValue} methods throw an {@link
    [all...]
  /external/skia/include/views/
SkWidget.h 212 void setValue(U16CPU value);
281 void setValue(U16CPU value);
  /external/webkit/WebCore/html/
HTMLInputElement.h 144 virtual void setValue(const String&, bool sendChangeEvent = false);
310 // step value, and calls setValue() with it.
HTMLSelectElement.cpp 144 void HTMLSelectElement::setValue(const String &value)
183 attr->setValue(attrSize);
HTMLTextAreaElement.cpp 99 setValue(state);
278 void HTMLTextAreaElement::setValue(const String& value)
  /packages/apps/Gallery3D/src/com/cooliris/media/
PopupMenu.java 108 mShowAnim.setValue(0);
118 mShowAnim.setValue(0);
  /packages/apps/Settings/src/com/android/settings/
SoundSettings.java 134 emergencyTonePreference.setValue(String.valueOf(Settings.System.getInt(
263 mVibrate.setValue(phoneVibrateSetting);

Completed in 202 milliseconds

1 2 3 4 5 6 78 91011>>