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

1 2 3 4 5 6 7 8 9

  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
TweenAccessor.java 34 * public void setValues(Particle target, int tweenType, float[] newValues) {
81 public void setValues(T target, int tweenType, float[] newValues);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspBufferBase.java 40 public abstract void setValues(int index, double... values);
DspBufferComplex.java 39 public void setValues(int index, double... values) {
DspBufferDouble.java 37 public void setValues(int index, double... values) {
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
ConfigurableEffect.java 26 * values will not take affect until {@link #setValues(List)} is called. */
30 public void setValues (List values);
OutlineWobbleEffect.java 53 public void setValues (List values) {
54 super.setValues(values);
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
LazyArrayReference.java 68 public void setValues(int index, List<? extends Value> values, int srcIndex, int length) throws InvalidTypeException, ClassNotLoadedException {
69 getValue().setValues(index, values, srcIndex, length);
72 public void setValues(List<? extends Value> values) throws InvalidTypeException, ClassNotLoadedException {
73 getValue().setValues(values);
  /external/skia/tests/
GrMemoryPoolTest.cpp 22 virtual void setValues(int v) {
67 virtual void setValues(int v) {
69 this->INHERITED::setValues(v);
86 virtual void setValues(int v) {
88 this->INHERITED::setValues(v);
108 virtual void setValues(int v) {
110 this->INHERITED::setValues(v);
111 fB->setValues(v);
131 virtual void setValues(int v) {
135 this->INHERITED::setValues(v)
    [all...]
  /system/core/libcutils/tests/
PropertiesTest.cpp 224 const char* setValues[] = {
252 ASSERT_EQ(ARRAY_SIZE(setValues), ARRAY_SIZE(getValues));
254 for (size_t i = 0; i < ARRAY_SIZE(setValues); ++i) {
255 ASSERT_OK(property_set(PROPERTY_TEST_KEY, setValues[i]));
258 EXPECT_PRED_FORMAT2(AssertEqualHex, getValues[i], val) << "Property was set to '" << setValues[i] << "'";
271 const char* setValues[] = {
299 ASSERT_EQ(ARRAY_SIZE(setValues), ARRAY_SIZE(getValues));
301 for (size_t i = 0; i < ARRAY_SIZE(setValues); ++i) {
302 ASSERT_OK(property_set(PROPERTY_TEST_KEY, setValues[i]));
305 EXPECT_PRED_FORMAT2(AssertEqualHex, getValues[i], val) << "Property was set to '" << setValues[i] << "'"
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 115 property.setValues("test1");
121 property.setValues("test2");
127 property.setValues("1");
208 property.setValues("family", "given", "middle", "prefix", "suffix");
221 property.setValues("1");
229 property.setValues("email");
237 property.setValues(null, null, "street");
246 property.setValues("organization", "depertment");
255 property.setValues("googletalk");
272 property.setValues("sipdata")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java 364 setValues("(uses-permission,android:name)", permissionValues); //$NON-NLS-1$
365 setValues("(application,android:permission)", permissionValues); //$NON-NLS-1$
366 setValues("(activity,android:permission)", permissionValues); //$NON-NLS-1$
367 setValues("(receiver,android:permission)", permissionValues); //$NON-NLS-1$
368 setValues("(service,android:permission)", permissionValues); //$NON-NLS-1$
369 setValues("(provider,android:permission)", permissionValues); //$NON-NLS-1$
375 setValues("(activity,action,android:name)", activityIntentActions); //$NON-NLS-1$
376 setValues("(receiver,action,android:name)", broadcastIntentActions); //$NON-NLS-1$
377 setValues("(service,action,android:name)", serviceIntentActions); //$NON-NLS-1$
378 setValues("(category,android:name)", intentCategoryValues); //$NON-NLS-1
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
ObjectValues.java 34 public void setValues(Map<String, Map<Integer, Object>> values) {
ObjectValuesWithParam.java 34 public void setValues(Map<T, Map<S, Object>> values) {
ObjectValuesTest.java 44 ov.setValues(prop2values);
74 ov.setValues(prop2values);
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/primitives/
MutableFloat.java 31 public void setValues(MutableFloat target, int tweenType, float[] newValues) {
MutableInteger.java 31 public void setValues(MutableInteger target, int tweenType, float[] newValues) {
  /frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/
Matrix_DelegateTest.java 31 m1.setValues(new float[] { 1,0,0, 0,1,0, 0,0,1 });
  /external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
SpriteAccessor.java 35 public void setValues(Sprite target, int tweenType, float[] newValues) {
  /frameworks/support/v7/preference/src/android/support/v7/preference/internal/
AbstractMultiSelectListPreference.java 57 public abstract void setValues(Set<String> values);
  /packages/apps/Contacts/src/com/android/contacts/editor/
Editor.java 67 public void setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly,
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAControl.cpp 111 status_t ALSAControl::setext(const char *name, int count, char **setValues)
127 ret = mixer_ctl_set_value(ctl, count, setValues);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
AnimatedVectorDrawable_Delegate.java 69 animator.setValues(holder.getValues());
136 setter.setValues(data);
236 void setValues(float... values) {
245 void setValues(int... values) {
257 setter.setValues(values);
274 setter.setValues(values);
  /external/parameter-framework/upstream/parameter/
ArrayParameter.cpp 91 if (!setValues(index, getOffset() - parameterAccessContext.getBaseOffset(), strValue,
125 return setValues(0, offset, value, parameterAccessContext);
251 bool CArrayParameter::setValues(size_t uiStartIndex, size_t offset, const string &strValue,
330 if (!setValues(values, parameterAccessContext)) {
352 bool CArrayParameter::setValues(const std::vector<type> &values,
ArrayParameter.h 69 bool setValues(size_t uiStartIndex, size_t offset, const std::string &strValue,
95 bool setValues(const std::vector<type> &values,
  /frameworks/opt/vcard/java/com/android/vcard/
VCardProperty.java 114 public void setValues(String... propertyValues) {
118 public void setValues(List<String> propertyValueList) {

Completed in 1124 milliseconds

1 2 3 4 5 6 7 8 9