Searched refs:getValues (Results 1 - 25 of 123) sorted by relevance

12345

/external/emma/ant/ant14/com/vladium/emma/report/
H A DIReportEnums.java26 public String [] getValues () method in class:IReportEnums.TypeAttribute
45 public String [] getValues () method in class:IReportEnums.DepthAttribute
65 public String [] getValues () method in class:IReportEnums.ViewTypeAttribute
82 public String [] getValues () method in class:IReportEnums.UnitsTypeAttribute
/external/smack/src/org/jivesoftware/smackx/muc/
H A DRoomInfo.java93 this.description = ( descField == null || !(descField.getValues().hasNext()) )? "" : descField.getValues().next();
96 this.subject = ( subjField == null || !(subjField.getValues().hasNext()) ) ? "" : subjField.getValues().next();
99 this.occupantsCount = occCountField == null ? -1 : Integer.parseInt(occCountField.getValues()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContentProviderOperationBuilder.java27 shadowContentProviderOperation.getValues().put(key, value);
56 public Map<String, Object> getValues() { method in class:ShadowContentProviderOperationBuilder
57 return shadowContentProviderOperation.getValues();
/external/chromium_org/third_party/skia/src/animator/
H A DSkOperandInterpolator.h21 SkOperand* getValues() { return fValues; } function in class:SkOperandInterpolator
H A DSkAnimateBase.h38 SkOperand* getValues() { return fValues.begin(); } function in class:SkAnimateBase
/external/skia/src/animator/
H A DSkOperandInterpolator.h21 SkOperand* getValues() { return fValues; } function in class:SkOperandInterpolator
H A DSkAnimateBase.h38 SkOperand* getValues() { return fValues.begin(); } function in class:SkAnimateBase
/external/easymock/src/org/easymock/
H A DCapture.java82 + getValues());
93 public List<T> getValues() { method in class:Capture
/external/emma/core/java12/com/vladium/util/args/
H A DIOptsParser.java34 String [] getValues (); method in interface:IOptsParser.IOpt
/external/smack/src/org/jivesoftware/smackx/
H A DReportedData.java86 for (Iterator<String> it=field.getValues(); it.hasNext();) {
234 public Iterator getValues(String variable) { method in class:ReportedData.Row
238 return field.getValues();
277 public Iterator<String> getValues() { method in class:ReportedData.Field
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DSequenceTest.java85 protected void getValues(Object object, Object[] values) {
206 protected void getValues(Object object, Object[] values) {
224 protected void getValues(Object object, Object[] values) {
244 protected void getValues(Object object, Object[] values) {
263 protected void getValues(Object object, Object[] values) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContentProviderOperationTest.java32 assertThat(shadowOperation.getValues().size(), is(2));
33 assertThat(shadowOperation.getValues().get("stringValue").toString(), equalTo("bar"));
34 assertThat(Integer.parseInt(shadowOperation.getValues().get("intValue").toString()), is(5));
H A DContentProviderOperationBuilderTest.java38 Map<String, Object> values = shadowBuilder.getValues();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509Attribute.java62 public ASN1Encodable[] getValues() method in class:X509Attribute
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEComponentTransfer.h92 void getValues(unsigned char rValues[256], unsigned char gValues[256], unsigned char bValues[256], unsigned char aValues[256]);
H A DFEComponentTransfer.cpp166 getValues(rValues, gValues, bValues, aValues);
208 getValues(rValues, gValues, bValues, aValues);
216 void FEComponentTransfer::getValues(unsigned char rValues[256], unsigned char gValues[256], unsigned char bValues[256], unsigned char aValues[256]) function in class:blink::FEComponentTransfer
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DVerbosityCfg.java32 public String [] getValues () method in class:VerbosityCfg.VerbosityAttribute
/external/llvm/lib/Option/
H A DOption.cpp125 A->getValues().push_back(Val);
152 A->getValues().push_back(Value);
190 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i));
225 A->getValues().push_back(Args.getArgString(Index++));
/external/chromium_org/content/browser/resources/media/
H A Ddata_series.js87 getValues: function(startTime, stepSize, count) {
H A Dtimeline_graph_view.js318 getValues: function(dataSeries) {
321 return dataSeries.getValues(this.startTime_, this.scale_, this.width_);
339 var values = this.getValues(this.dataSeries_[i]);
494 var values = this.getValues(this.dataSeries_[i]);
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DSubscribeForm.java220 return formField.getValues().next();
227 return formField.getValues();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidn.cpp220 getValues(uint32_t result, int32_t& value, UBool& isIndex){ function
298 type = getValues(result,value, isIndex);
337 retType = getValues(result,value,isIndex);
430 retType = getValues(result,value,isIndex);
/external/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp220 getValues(uint32_t result, int32_t& value, UBool& isIndex){ function
298 type = getValues(result,value, isIndex);
337 retType = getValues(result,value,isIndex);
430 retType = getValues(result,value,isIndex);
/external/llvm/include/llvm/Option/
H A DArg.h98 SmallVectorImpl<const char*> &getValues() { function in class:llvm::opt::Arg

Completed in 696 milliseconds

12345