Home
last modified time | relevance | path

Searched refs:getValues (Results 1 – 25 of 106) sorted by relevance

12345

/external/emma/ant/ant14/com/vladium/emma/report/
DIReportEnums.java26 public String [] getValues () in getValues() method in IReportEnums.TypeAttribute
45 public String [] getValues () in getValues() method in IReportEnums.DepthAttribute
65 public String [] getValues () in getValues() method in IReportEnums.ViewTypeAttribute
82 public String [] getValues () in getValues() method in IReportEnums.UnitsTypeAttribute
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyArrayReference.java52 public List<Value> getValues() { in getValues() method in LazyArrayReference
53 return getValue().getValues(); in getValues()
56 public List<Value> getValues(int index, int length) { in getValues() method in LazyArrayReference
57 return getValue().getValues(index, length); in getValues()
DLazyObjectReference.java59 @Override public Map<Field, Value> getValues(List<? extends Field> fields) { in getValues() method in LazyObjectReference
60 return getValue().getValues(fields); in getValues()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
DObjectValuesTest.java53 assertEquals(ov.getValues(), ov2.getValues()); in testObjectValues()
84 assertEquals(ov.getValues(), ov2.getValues()); in testObjectValuesWithParam()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DSequenceTest.java85 protected void getValues(Object object, Object[] values) { in setUp()
206 protected void getValues(Object object, Object[] values) { in testEncodeDefault()
224 protected void getValues(Object object, Object[] values) { in testEncodeDefault()
244 protected void getValues(Object object, Object[] values) { in testEncodeOptional()
263 protected void getValues(Object object, Object[] values) { in testEncodeOptional()
/external/parameter-framework/upstream/parameter/
DArrayParameter.cpp107 strValue = getValues(getOffset() - parameterAccessContext.getBaseOffset(), in accessValue()
132 value = getValues(offset, parameterAccessContext); in doGetValue()
174 return getValues(0, context); in logValue()
291 string CArrayParameter::getValues(size_t offset, in getValues() function in CArrayParameter
342 if (!getValues(values, parameterAccessContext)) { in accessValues()
376 bool CArrayParameter::getValues(std::vector<type> &values, in getValues() function in CArrayParameter
DArrayParameter.h72 std::string getValues(size_t baseOffset, CParameterAccessContext &parameterAccessContext) const;
98 bool getValues(std::vector<type> &values,
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/
DPreloaderBundleGenerator.java171 if (assetFilterClassProperty.getValues().size() == 0) { in getAssetFilter()
174 String assetFilterClass = assetFilterClassProperty.getValues().get(0); in getAssetFilter()
192 if (assetPathProperty.getValues().size() == 0) { in getAssetPath()
196 String paths = assetPathProperty.getValues().get(0); in getAssetPath()
221 if (assetPathProperty.getValues().size() == 0) { in getAssetOutputPath()
224 String paths = assetPathProperty.getValues().get(0); in getAssetOutputPath()
247 for (String value : prop.getValues()) { in getClasspathFiles()
/external/llvm/lib/Option/
DOption.cpp125 A->getValues().push_back(Val); in accept()
134 A->getValues().push_back(""); in accept()
157 A->getValues().push_back(Value); in accept()
196 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i)); in accept()
234 A->getValues().push_back(Args.getArgString(Index++)); in accept()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowContentProviderOperationBuilder.java27 shadowContentProviderOperation.getValues().put(key, value); in withValue()
56 public Map<String, Object> getValues() { in getValues() method in ShadowContentProviderOperationBuilder
57 return shadowContentProviderOperation.getValues(); in getValues()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DContentProviderOperationTest.java32 assertThat(shadowOperation.getValues().size(), is(2)); in newInsert()
33 assertThat(shadowOperation.getValues().get("stringValue").toString(), equalTo("bar")); in newInsert()
34 assertThat(Integer.parseInt(shadowOperation.getValues().get("intValue").toString()), is(5)); in newInsert()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DSynchronizedDescriptiveStatistics.java113 public synchronized double[] getValues() { in getValues() method in SynchronizedDescriptiveStatistics
114 return super.getValues(); in getValues()
/external/easymock/src/org/easymock/
DCapture.java82 + getValues()); in getValue()
93 public List<T> getValues() { in getValues() method in Capture
/external/llvm/include/llvm/Option/
DArg.h96 SmallVectorImpl<const char *> &getValues() { return Values; } in getValues() function
97 const SmallVectorImpl<const char *> &getValues() const { return Values; } in getValues() function
/external/icu/icu4c/source/test/intltest/
Dtestidn.cpp220 getValues(uint32_t result, int32_t& value, UBool& isIndex){ in getValues() function
298 type = getValues(result,value, isIndex); in testAllCodepoints()
337 retType = getValues(result,value,isIndex); in compareMapping()
430 retType = getValues(result,value,isIndex); in compareFlagsForRange()
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
DOutlineWobbleEffect.java44 public List getValues () { in getValues() method in OutlineWobbleEffect
45 List values = super.getValues(); in getValues()
DOutlineZigzagEffect.java44 public List getValues () { in getValues() method in OutlineZigzagEffect
45 List values = super.getValues(); in getValues()
DConfigurableEffect.java27 public List getValues (); in getValues() method
/external/skia/src/animator/
DSkAnimateActive.cpp240 SkOperand* values = animate->getValues(); in fixInterpolator()
278 SkOperand* from = animate->getValues(); in initState()
304 SkOperand* from = animate->getValues(); in pickUp()
333 SkOperand* values = animate->getValues(); in resetInterpolators()
358 memcpy(interpolator.getValues(), fSaveInterpolators[index], count * sizeof(SkOperand)); in restoreInterpolatorValues()
367 memcpy(cache, interpolator.getValues(), count * sizeof(SkOperand)); in saveInterpolatorValues()
/external/icu/icu4c/source/test/cintltst/
Dsprpdata.c111 getValues(uint32_t result, int32_t* value, UBool* isIndex){ in getValues() function
162 retType = getValues(result,&value,&isIndex); in compareMapping()
256 retType = getValues(result, &value, &isIndex); in compareFlagsForRange()
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTweenAccessor.java71 public int getValues(T target, int tweenType, float[] returnValues); in getValues() method
/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp135 for (Init *I : ColValList->getValues()) { in InstrMap()
245 for (Init *RowField : RowFields->getValues()) { in buildRowInstrMap()
313 for (Init *RowField : RowFields->getValues()) { in getInstrForColumn()
477 for (Init *CF : ColFields->getValues()) { in emitTablesWithFunc()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java341 private static final void getValues(char trieWord,Values values){ in getValues() method in StringPrep
389 getValues(result,val); in map()
524 getValues(result,val); in prepare()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java358 private static final void getValues(char trieWord,Values values){ in getValues() method in StringPrep
406 getValues(result,val); in map()
542 getValues(result,val); in prepare()
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/primitives/
DMutableInteger.java25 public int getValues(MutableInteger target, int tweenType, float[] returnValues) { in getValues() method in MutableInteger

12345