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

1234567891011>>

/external/doclava/src/com/google/doclava/
H A DDocFile.java96 hdf.setValue(key, value);
141 hdf.setValue(key, value);
171 hdf.setValue("commentText", commentText);
178 hdf.setValue("online-pdk", "true");
195 hdf.setValue("design", "true");
196 hdf.setValue("page.type", "design");
197 hdf.setValue("page.category", "design");
199 hdf.setValue("develop", "true");
200 hdf.setValue("page.type", "develop");
201 hdf.setValue("pag
[all...]
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 DKeywordEntry.java29 data.setValue(base + ".label", this.label);
30 data.setValue(base + ".href", this.href);
31 data.setValue(base + ".comment", this.comment);
/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/");
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
H A DScaleInfluencerPanel.java13 setValue(influencer);
17 public void setValue (ScaleInfluencer value) { method in class:ScaleInfluencerPanel
18 super.setValue(value);
20 scalePanel.setValue(value.value);
H A DEmptyPanel.java9 setValue(null);
H A DNumericPanel.java37 setValue(value);
41 public void setValue (NumericValue value) { method in class:NumericPanel
42 super.setValue(value);
44 setValue(valueSpinner, value.getValue());
62 NumericPanel.this.value.setValue((Float)valueSpinner.getValue());
/external/nist-sip/java/javax/sip/header/
H A DExtensionHeader.java7 void setValue(String value) throws ParseException; method in interface:ExtensionHeader
/external/testng/src/main/java/org/testng/annotations/
H A DIListenersAnnotation.java9 void setValue(Class<? extends ITestNGListener>[] value); method in interface:IListenersAnnotation
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
H A DSegment.java29 this.setValue(value);
45 public void setValue(Number value) { method in class:Segment
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
H A DbtBox2dShape.h80 supportVerticesOut[i].setValue(btFsels(vec.x(), halfExtents.x(), -halfExtents.x()),
93 m_vertices[0].setValue(-boxHalfExtents.getX(),-boxHalfExtents.getY(),0);
94 m_vertices[1].setValue(boxHalfExtents.getX(),-boxHalfExtents.getY(),0);
95 m_vertices[2].setValue(boxHalfExtents.getX(),boxHalfExtents.getY(),0);
96 m_vertices[3].setValue(-boxHalfExtents.getX(),boxHalfExtents.getY(),0);
98 m_normals[0].setValue(0,-1,0);
99 m_normals[1].setValue(1,0,0);
100 m_normals[2].setValue(0,1,0);
101 m_normals[3].setValue(-1,0,0);
218 plane.setValue(btScala
[all...]
/external/v8/test/webkit/
H A Ddate-set-to-nan.js76 var setValue = date["get" + functionNameRoot]();
84 var setResult = (1 == steps) ? date["set" + functionNameRoot](setValue)
85 : ((2 == steps) ? date["set" + functionNameRoot](setValue, 0)
86 : ((3 == steps) ? date["set" + functionNameRoot](setValue, 0, 0)
87 : date["set" + functionNameRoot](setValue, 0, 0, 0)));
89 testFailed("date(NaN).set" + functionNameRoot + "(" + setValue + params[steps - 1]
106 var setValue = date["get" + functionNameRoot]();
108 var setResult = date["set" + functionNameRoot](setValue);
109 if (setValue != setResult) {
110 testFailed("date(NaN).set" + functionNameRoot + "(" + setValue
[all...]
/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/protobuf/java/src/test/java/com/google/protobuf/
H A DLiteEqualsAndHashTest.java60 .setValue(1)
64 .setValue(1)
68 .setValue(1)
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-432493.js22 Debug.debuggerFlags().breakPointsActive.setValue(false);
26 Debug.debuggerFlags().breakPointsActive.setValue(true);
53 Debug.debuggerFlags().breakPointsActive.setValue(true);

Completed in 962 milliseconds

1234567891011>>