Searched refs:setValue (Results 1 - 25 of 486) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A DIterate.java37 data.setValue("query", "Fruit");
38 data.setValue("results.0.title", "Banana");
39 data.setValue("results.0.url", "http://banana.com/");
40 data.setValue("results.1.title", "Apple");
41 data.setValue("results.1.url", "http://apple.com/");
42 data.setValue("results.2.title", "Lemon");
43 data.setValue("results.2.url", "http://lemon.com/");
H A DHelloWorld.java37 data.setValue("name.first", "Mr");
38 data.setValue("name.last", "Man");
/external/nist-sip/java/javax/sip/header/
H A DExtensionHeader.java7 void setValue(String value) throws ParseException; method in interface:ExtensionHeader
/external/doclava/src/com/google/doclava/
H A DHierarchy.java59 hdf.setValue("classes.0", "");
60 hdf.setValue("colspan", "" + depth);
98 hdf.setValue("indent", "" + (totalDepth - remainingDepth - 1));
99 hdf.setValue("colspan", "" + remainingDepth);
103 hdf.setValue("class.label", cl.name());
104 hdf.setValue("class.qualified", cl.qualifiedName());
106 hdf.setValue("class.link", cl.htmlPage());
110 hdf.setValue("exists", "1");
115 hdf.setValue("interfaces." + i + ".class.label", iface.name());
116 hdf.setValue("interface
[all...]
H A DTodoFile.java51 data.setValue(base + ".pos", pos.toString());
52 data.setValue(base + ".name", name);
53 data.setValue(base + ".descr", descr);
151 data.setValue(classBase + ".qualified", cl.qualifiedName());
152 data.setValue(classBase + ".errorCount", "" + errors);
153 data.setValue(classBase + ".totalCount", "" + total);
154 data.setValue(classBase + ".percentGood", percent(errors, total));
176 data.setValue("packages." + i + ".name", "" + ps.name);
177 data.setValue("packages." + i + ".errorCount", "" + ps.errors);
178 data.setValue("package
[all...]
H A DDocFile.java102 hdf.setValue(key, value);
132 hdf.setValue("commentText", commentText);
139 hdf.setValue("online-pdk", "true");
149 hdf.setValue("design", "true");
151 hdf.setValue("develop", "true");
153 hdf.setValue("guide", "true");
155 hdf.setValue("training", "true");
157 hdf.setValue("more", "true");
159 hdf.setValue("google", "true");
161 hdf.setValue("distribut
[all...]
H A DKeywordEntry.java29 data.setValue(base + ".label", this.label);
30 data.setValue(base + ".href", this.href);
31 data.setValue(base + ".comment", this.comment);
H A DSeeTagInfo.java54 data.setValue(base + ".label", linkRef.label);
56 data.setValue(base + ".href", linkRef.href);
60 data.setValue("toroot", ClearPage.toroot);
64 data.setValue("federated", linkRef.federatedSite);
/external/webkit/Source/WebCore/inspector/
H A DInspectorState.h61 void setBoolean(const String& propertyName, bool value) { setValue(propertyName, InspectorBasicValue::create(value)); }
62 void setString(const String& propertyName, const String& value) { setValue(propertyName, InspectorString::create(value)); }
63 void setLong(const String& propertyName, long value) { setValue(propertyName, InspectorBasicValue::create((double)value)); }
64 void setObject(const String& propertyName, PassRefPtr<InspectorObject> value) { setValue(propertyName, value); }
68 void setValue(const String& propertyName, PassRefPtr<InspectorValue>);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DPluginFlyoutPreferences.java71 m_store.setValue(m_dockLocationKey, location);
75 m_store.setValue(m_stateKey, state);
79 m_store.setValue(m_widthKey, width);
/external/javassist/src/main/javassist/bytecode/annotation/
H A DBooleanMemberValue.java49 setValue(b);
57 setValue(false);
78 public void setValue(boolean newValue) { method in class:BooleanMemberValue
H A DByteMemberValue.java49 setValue(b);
57 setValue((byte)0);
78 public void setValue(byte newValue) { method in class:ByteMemberValue
H A DCharMemberValue.java50 setValue(c);
58 setValue('\0');
79 public void setValue(char newValue) { method in class:CharMemberValue
H A DDoubleMemberValue.java51 setValue(d);
59 setValue(0.0);
80 public void setValue(double newValue) { method in class:DoubleMemberValue
H A DFloatMemberValue.java51 setValue(f);
59 setValue(0.0F);
80 public void setValue(float newValue) { method in class:FloatMemberValue
H A DIntegerMemberValue.java56 setValue(value);
64 setValue(0);
85 public void setValue(int newValue) { method in class:IntegerMemberValue
H A DLongMemberValue.java50 setValue(j);
58 setValue(0L);
79 public void setValue(long newValue) { method in class:LongMemberValue
H A DShortMemberValue.java50 setValue(s);
58 setValue((short)0);
79 public void setValue(short newValue) { method in class:ShortMemberValue
H A DStringMemberValue.java50 setValue(str);
58 setValue("");
79 public void setValue(String newValue) { method in class:StringMemberValue
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSURLRequestExtras.m66 [self setValue:contentType forHTTPHeaderField:WebContentType];
80 [self setValue:referrer forHTTPHeaderField:WebReferrer];
85 [self setValue:userAgent forHTTPHeaderField:WebUserAgent];
/external/apache-http/src/org/apache/http/cookie/
H A DSetCookie.java46 void setValue(String value); method in interface:SetCookie
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DPropertyElement.java42 public void setValue (final String value) method in class:PropertyElement
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DSecurityClient.java66 public void setValue(String value) throws ParseException method in class:SecurityClient
H A DSecurityServer.java65 public void setValue(String value) throws ParseException method in class:SecurityServer
H A DSecurityVerify.java66 public void setValue(String value) throws ParseException method in class:SecurityVerify

Completed in 479 milliseconds

1234567891011>>