Searched refs:getValue (Results 201 - 225 of 729) sorted by relevance

1234567891011>>

/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
H A DPBEParameter.java56 return iterations.getValue();
H A DPKCS12PBEParams.java52 return iterations.getValue();
H A DPfx.java25 BigInteger version = ((DERInteger)seq.getObjectAt(0)).getValue();
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/
H A DAttributeTypeAndValue.java49 public ASN1Encodable getValue() method in class:AttributeTypeAndValue
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
H A DX9FieldElement.java36 public ECFieldElement getValue() method in class:X9FieldElement
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DX509CRLEntryObject.java175 return ext.getValue().getEncoded();
217 return c.getUserCertificate().getValue();
252 if (ext.getValue() != null)
254 byte[] octs = ext.getValue().getOctets();
/external/clang/include/clang/Driver/
H A DArg.h86 const char *getValue(const ArgList &Args, unsigned N=0) const { function in class:clang::driver::Arg
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp109 bool b = cast<loc::ConcreteInt>(Cond).getValue() != 0;
161 const llvm::APSInt &zero = BasicVals.getValue(0, T);
181 const llvm::APSInt &zero = BasicVals.getValue(0, T);
194 bool b = cast<nonloc::ConcreteInt>(Cond).getValue() != 0;
/external/clang/tools/scan-view/
H A DReporter.py42 def getValue(self,r,bugtype,getConfigOption): member in class:ReporterParameter
53 </tr>"""%(self.getName(),r.getName(),self.getName(),self.getValue(r,bugtype,getConfigOption))
61 default = self.getValue(r,bugtype,getConfigOption)
164 def getValue(self,r,bugtype,getConfigOption): member in class:RadarClassificationParameter
/external/collada/include/1.4/dom/
H A DdomFx_cleardepth_common.h45 domFloat getValue() const { return _value; } function in class:domFx_cleardepth_common_complexType
H A DdomFx_clearstencil_common.h45 xsByte getValue() const { return _value; } function in class:domFx_clearstencil_common_complexType
H A DdomFx_code_profile.h54 xsString getValue() const { return _value; } function in class:domFx_code_profile_complexType
H A DdomFx_surface_format_hint_common.h55 domFx_surface_format_hint_channels_enum getValue() const { return _value; } function in class:domFx_surface_format_hint_common_complexType::domChannels
118 domFx_surface_format_hint_range_enum getValue() const { return _value; } function in class:domFx_surface_format_hint_common_complexType::domRange
182 domFx_surface_format_hint_precision_enum getValue() const { return _value; } function in class:domFx_surface_format_hint_common_complexType::domPrecision
244 domFx_surface_format_hint_option_enum getValue() const { return _value; } function in class:domFx_surface_format_hint_common_complexType::domOption
H A DdomImage.h61 domListOfHexBinary &getValue() { return _value; } function in class:domImage::domData
66 const domListOfHexBinary &getValue() const { return _value; } function in class:domImage::domData
128 xsAnyURI &getValue() { return _value; } function in class:domImage::domInit_from
133 const xsAnyURI &getValue() const { return _value; } function in class:domImage::domInit_from
H A DdomParam.h105 xsString getValue() const { return _value; } function in class:domParam
H A DdomTargetableFloat.h54 domFloat getValue() const { return _value; } function in class:domTargetableFloat_complexType
/external/easymock/src/org/easymock/
H A DCapture.java76 public T getValue() { method in class:Capture
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DVerbosityCfg.java57 m_verbosity = verbosity.getValue ();
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttributeSet.java60 final String value = entry.getValue ().toString ();
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DConstantValueAttribute_info.java72 public CONSTANT_literal_info getValue (final ClassDef cls) method in class:ConstantValueAttribute_info
/external/emma/core/java12/com/vladium/util/args/
H A DOptsParser.java950 result = (OptDef) entry.getValue ();
1145 optdef.setValueMnemonic (m_token.getValue ());
1173 optdef.setDescription (accept (Token.TEXT_ID).getValue ());
1180 if ("0".equals (result.getValue ()))
1182 else if ("1".equals (result.getValue ()))
1192 _result.add (accept (Token.STRING_ID).getValue ());
1196 _result.add (accept (Token.STRING_ID).getValue ());
1387 KEYWORDS.put (Token.OPTIONAL.getValue (), Token.OPTIONAL);
1388 KEYWORDS.put (Token.REQUIRED.getValue (), Token.REQUIRED);
1389 KEYWORDS.put (Token.VALUES.getValue (), Toke
1447 String getValue () method in class:OptsParser.Token
[all...]
/external/guava/src/com/google/common/collect/
H A DRegularImmutableBiMap.java37 builder.put(entry.getValue(), entry.getKey());
H A DRegularImmutableMap.java60 V value = checkNotNull(entry.getValue()); // checkNotNull for GWT.
105 if (entry.getValue().equals(value)) {
137 return mappedValue != null && mappedValue.equals(entry.getValue());
193 ? map.entries[index++].getValue()
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationImpl.java148 return mv.getValue(classLoader, pool, method);
166 return mv.getValue(classLoader, pool, method);
200 value = mv.getValue(classLoader, pool, methods[i]);
260 value = mv.getValue(classLoader, pool, methods[i]);
H A DMemberValue.java46 abstract Object getValue(ClassLoader cl, ClassPool cp, Method m) method in class:MemberValue

Completed in 363 milliseconds

1234567891011>>