Home
last modified time | relevance | path

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

123

/external/smack/src/org/jivesoftware/smackx/muc/
DRoomInfo.java93 …s.description = ( descField == null || !(descField.getValues().hasNext()) )? "" : descField.getVal… in RoomInfo()
96 …this.subject = ( subjField == null || !(subjField.getValues().hasNext()) ) ? "" : subjField.getVal… in RoomInfo()
99 … this.occupantsCount = occCountField == null ? -1 : Integer.parseInt(occCountField.getValues() in RoomInfo()
/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/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/robolectric/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/smack/src/org/jivesoftware/smackx/
DReportedData.java86 for (Iterator<String> it=field.getValues(); it.hasNext();) { in ReportedData()
234 public Iterator getValues(String variable) { in getValues() method in ReportedData.Row
238 return field.getValues(); in getValues()
277 public Iterator<String> getValues() { in getValues() method in ReportedData.Field
DForm.java349 for (Iterator<String> it = field.getValues(); it.hasNext();) { in setDefaultAnswer()
481 if (field.getValues().hasNext()) { in getDataFormToSend()
541 for (Iterator<String> it=field.getValues();it.hasNext();) { in createAnswerForm()
DFormField.java152 public Iterator<String> getValues() { in getValues() method in FormField
291 for (Iterator<String> i = getValues(); i.hasNext();) { in toXML()
/external/robolectric/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/easymock/src/org/easymock/
DCapture.java82 + getValues()); in getValue()
93 public List<T> getValues() { in getValues() method in Capture
/external/icu4c/test/intltest/
Dtestidn.cpp219 getValues(uint32_t result, int32_t& value, UBool& isIndex){ in getValues() function
297 type = getValues(result,value, isIndex); in testAllCodepoints()
336 retType = getValues(result,value,isIndex); in compareMapping()
429 retType = getValues(result,value,isIndex); in compareFlagsForRange()
/external/smack/src/org/jivesoftware/smackx/pubsub/
DConfigureForm.java651 Iterator<String> values = formField.getValues(); in toString()
680 return (formField.getValues().hasNext()) ? formField.getValues().next() : null; in getFieldValue()
687 return formField.getValues(); in getFieldValues()
DSubscribeForm.java220 return formField.getValues().next(); in getFieldValue()
227 return formField.getValues(); in getFieldValues()
/external/icu4c/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/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()
DSkOperandInterpolator.h21 SkOperand* getValues() { return fValues; } in getValues() function
/external/skia/legacy/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()
DSkOperandInterpolator.h21 SkOperand* getValues() { return fValues; } in getValues() function
/external/llvm/lib/Option/
DOption.cpp133 A->getValues().push_back(Value); in accept()
171 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i)); in accept()
/external/clang/lib/Driver/
DOption.cpp131 A->getValues().push_back(Value); in accept()
169 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i)); in accept()
/external/emma/core/java12/com/vladium/util/args/
DIOptsParser.java34 String [] getValues (); in getValues() method
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Attribute.java62 public ASN1Encodable[] getValues() in getValues() method in X509Attribute
/external/emma/ant/ant14/com/vladium/emma/ant/
DVerbosityCfg.java32 public String [] getValues () in getValues() method in VerbosityCfg.VerbosityAttribute
/external/clang/include/clang/Driver/
DArg.h102 SmallVectorImpl<const char*> &getValues() { in getValues() function
/external/llvm/include/llvm/Option/
DArg.h101 SmallVectorImpl<const char*> &getValues() { in getValues() function
/external/emma/core/java12/com/vladium/emma/
DCommand.java134 …ggers.PROPERTY_VERBOSITY_FILTER, Strings.toListForm (Strings.merge (opt.getValues (), COMMA_DELIMI… in processOpt()
266 return Strings.mergeAT (opt.getValues (), delimiters, processAtFiles); in getListOptValue()

123