HomeSort by relevance Sort by last modified time
    Searched refs:setValue (Results 1 - 25 of 1905) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/doclava/src/com/google/doclava/
DocFile.java 96 hdf.setValue(key, value);
141 hdf.setValue(key, value);
171 hdf.setValue("commentText", commentText);
178 hdf.setValue("online-pdk", "true");
196 hdf.setValue("design", "true");
197 hdf.setValue("page.type", "design");
198 hdf.setValue("page.category", "design");
200 hdf.setValue("develop", "true");
201 hdf.setValue("page.type", "develop");
202 hdf.setValue("page.category", "develop")
    [all...]
Hierarchy.java 59 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("interfaces." + i + ".class.qualified", iface.qualifiedName())
    [all...]
TodoFile.java 51 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("packages." + i + ".totalCount", "" + ps.total)
    [all...]
  /art/test/084-class-init/src/
SlowInit.java 32 FIELD0.setValue(111);
33 FIELD1.setValue(222);
37 FIELD2.setValue(333);
38 FIELD3.setValue(444);
IntHolder.java 38 public void setValue(int val) {
  /external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
Iterate.java 37 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/
ScaleInfluencerPanel.java 13 setValue(influencer);
17 public void setValue (ScaleInfluencer value) {
18 super.setValue(value);
20 scalePanel.setValue(value.value);
EmptyPanel.java 9 setValue(null);
  /external/nist-sip/java/javax/sip/header/
ExtensionHeader.java 7 void setValue(String value) throws ParseException;
  /frameworks/base/core/java/android/hardware/camera2/impl/
SetCommand.java 31 public <T> void setValue(/*inout*/CameraMetadataNative metadata,
  /frameworks/base/core/java/android/util/
FloatProperty.java 21 * calls to a {@link #setValue(Object, float) setValue()} function that takes the primitive
37 public abstract void setValue(T object, float value);
41 setValue(object, value);
IntProperty.java 21 * calls to a {@link #setValue(Object, int) setValue()} function that takes the primitive
37 public abstract void setValue(T object, int value);
41 setValue(object, value.intValue());
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
ImageGoodnessFilterTest.java 43 sharpnessFrame.setValue(10f);
45 oEFrame.setValue(0.39f);
47 uEFrame.setValue(0.25f);
49 colorFrame.setValue(2.1f);
51 contrastFrame.setValue(0.18f);
54 motionFrame.setValue(motionFloatArray);
71 sharpnessFrame.setValue(10f);
73 oEFrame.setValue(0.39f);
75 uEFrame.setValue(0.25f);
77 colorFrame.setValue(2.1f)
    [all...]
  /frameworks/compile/mclinker/lib/Script/
NullaryOp.cpp 23 res->setValue(pBackend.sectionStartOffset());
32 res->setValue(pBackend.abiPageSize());
41 res->setValue(pBackend.commonPageSize());
TernaryOp.cpp 25 res->setValue(m_pOperand[1]->value());
27 res->setValue(m_pOperand[2]->value());
53 res->setValue(form1);
55 res->setValue(form2);
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
MultiArgAdapterTest.java 37 obj1.setValue("a", false);
38 obj2.setValue("b", false);
39 obj3.setValue("c", false);
40 obj4.setValue("d", false);
53 obj1.setValue("o", false);
56 obj2.setValue("p", false);
63 obj3.setValue("q", false);
64 obj4.setValue("r", false);
80 obj1.setValue("a", false);
81 obj2.setValue("b", false)
    [all...]
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BarcodeValue.h 13 void setValue(int32_t value);
  /external/testng/src/main/java/org/testng/annotations/
IListenersAnnotation.java 9 void setValue(Class<? extends ITestNGListener>[] value);
  /libcore/luni/src/main/java/org/w3c/dom/
Attr.java 207 public void setValue(String value)
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ParameterInteger.java 30 void setValue(int value);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
Segment.java 29 this.setValue(value);
45 public void setValue(Number value) {
  /libcore/ojluni/src/main/java/sun/util/locale/
Extension.java 45 setValue(value);
48 protected void setValue(String value) {
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 81 PRESET.setValue(PRESET_BASIC);
115 public void setValue(Object value) {
136 item.setValue(null);
137 STYLE.setValue(STYLE_NONE);
139 SMALL_ICON.setValue(android.R.drawable.stat_notify_chat);
140 CONTENT_TITLE.setValue("Basic title");
141 CONTENT_TEXT.setValue("Basic text");
143 SMALL_ICON.setValue(R.drawable.ic_notification_multiple_mail_holo_dark);
144 LARGE_ICON.setValue(LARGE_ICON.getAvailableValues()[3]);
145 CONTENT_TITLE.setValue("3 new messages")
    [all...]
  /frameworks/base/core/java/com/android/internal/app/procstats/
PssTable.java 67 setValue(key, PSS_SAMPLE_COUNT, inCount);
68 setValue(key, PSS_MINIMUM, minPss);
69 setValue(key, PSS_AVERAGE, avgPss);
70 setValue(key, PSS_MAXIMUM, maxPss);
71 setValue(key, PSS_USS_MINIMUM, minUss);
72 setValue(key, PSS_USS_AVERAGE, avgUss);
73 setValue(key, PSS_USS_MAXIMUM, maxUss);
75 setValue(key, PSS_SAMPLE_COUNT, count + inCount);
81 setValue(key, PSS_MINIMUM, minPss);
85 setValue(key, PSS_AVERAGE
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btBox2dShape.h 80 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(btScalar(1.),btScalar(0.),btScalar(0.),-halfExtents.x())
    [all...]

Completed in 1724 milliseconds

1 2 3 4 5 6 7 8 91011>>