Searched refs:getValue (Results 1 - 25 of 1169) sorted by relevance

1234567891011>>

/external/clang/test/CXX/over/over.built/
H A Dp23.cpp8 Variant getValue();
11 bool ret1 = getValue() || getValue();
12 bool ret2 = getValue() && getValue();
13 bool ret3 = !getValue();
/external/clang/test/Analysis/inlining/
H A Deager-reclamation-path-notes.cpp6 int getValue();
33 return ptr->getValue(); // expected-warning {{Called C++ object pointer is null}}
/external/apache-http/src/org/apache/http/
H A DNameValuePair.java106 String getValue(); method in interface:NameValuePair
H A DHeader.java60 String getValue(); method in interface:Header
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DAdler32Test.java29 assertEquals("Constructor of adl32 failed", 1, adl.getValue());
33 * @tests java.util.zip.Adler32#getValue()
36 // test methods of java.util.zip.getValue()
39 1, adl.getValue());
43 // System.out.print("value of adl"+adl.getValue());
46 131074, adl.getValue());
49 .getValue());
53 // System.out.print("value of adl " + adl.getValue());
56 65537L, adl.getValue());
66 // System.out.print("value of adl"+adl.getValue());
[all...]
H A DCRC32Test.java29 assertEquals("Constructor of CRC32 failed", 0, crc.getValue());
33 * @tests java.util.zip.CRC32#getValue()
36 // test methods of java.util.zip.crc32.getValue()
38 assertEquals("getValue() should return a zero as a result of constructing a CRC32 instance",
39 0, crc.getValue());
43 // System.out.print("value of crc " + crc.getValue());
47 4278190080L, crc.getValue());
52 // System.out.print("value of crc"+crc.getValue());
56 1295764014L, crc.getValue());
60 // System.out.print("value of crc"+crc.getValue());
[all...]
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractMapEntry.java75 return (getKey() == null ? other.getKey() == null : getKey().equals(other.getKey())) && (getValue() == null ? other.getValue() == null : getValue().equals(other.getValue()));
86 return (getKey() == null ? 0 : getKey().hashCode()) ^ (getValue() == null ? 0 : getValue().hashCode());
H A DKeyValue.java44 V getValue(); method in interface:KeyValue
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
H A DKrbConfigTest.java39 .getValue("libdefaults", "default_realm"));
40 assertEquals("true", config.getValue("libdefaults", "dns_lookup_kdc"));
42 assertEquals("SYSLOG:INFO", config.getValue("logging", "default"));
43 assertEquals("FILE:/var/kdc.log", config.getValue("logging", "kdc"));
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DHeaderExt.java35 public String getValue(); method in interface:HeaderExt
/external/nist-sip/java/javax/sip/header/
H A DExtensionHeader.java6 String getValue(); method in interface:ExtensionHeader
/external/compiler-rt/lib/asan/lit_tests/
H A Dinitialization-nobug.cc71 int getValue() {return value;} function in class:Integer
74 int getCoolestInteger() { return coolestInteger.getValue(); }
/external/javassist/src/main/javassist/bytecode/annotation/
H A DBooleanMemberValue.java60 Object getValue(ClassLoader cl, ClassPool cp, Method m) { method in class:BooleanMemberValue
61 return new Boolean(getValue());
71 public boolean getValue() { method in class:BooleanMemberValue
86 return getValue() ? "true" : "false";
93 writer.constValueIndex(getValue());
H A DByteMemberValue.java60 Object getValue(ClassLoader cl, ClassPool cp, Method m) { method in class:ByteMemberValue
61 return new Byte(getValue());
71 public byte getValue() { method in class:ByteMemberValue
86 return Byte.toString(getValue());
93 writer.constValueIndex(getValue());
H A DCharMemberValue.java61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { method in class:CharMemberValue
62 return new Character(getValue());
72 public char getValue() { method in class:CharMemberValue
87 return Character.toString(getValue());
94 writer.constValueIndex(getValue());
H A DDoubleMemberValue.java62 Object getValue(ClassLoader cl, ClassPool cp, Method m) { method in class:DoubleMemberValue
63 return new Double(getValue());
73 public double getValue() { method in class:DoubleMemberValue
88 return Double.toString(getValue());
95 writer.constValueIndex(getValue());
H A DFloatMemberValue.java62 Object getValue(ClassLoader cl, ClassPool cp, Method m) { method in class:FloatMemberValue
63 return new Float(getValue());
73 public float getValue() { method in class:FloatMemberValue
88 return Float.toString(getValue());
95 writer.constValueIndex(getValue());
H A DIntegerMemberValue.java67 Object getValue(ClassLoader cl, ClassPool cp, Method m) { method in class:IntegerMemberValue
68 return new Integer(getValue());
78 public int getValue() { method in class:IntegerMemberValue
93 return Integer.toString(getValue());
100 writer.constValueIndex(getValue());
H A DLongMemberValue.java61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { method in class:LongMemberValue
62 return new Long(getValue());
72 public long getValue() { method in class:LongMemberValue
87 return Long.toString(getValue());
94 writer.constValueIndex(getValue());
H A DShortMemberValue.java61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { method in class:ShortMemberValue
62 return new Short(getValue());
72 public short getValue() { method in class:ShortMemberValue
87 return Short.toString(getValue());
94 writer.constValueIndex(getValue());
H A DStringMemberValue.java61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { method in class:StringMemberValue
62 return getValue();
72 public String getValue() { method in class:StringMemberValue
87 return "\"" + getValue() + "\"";
94 writer.constValueIndex(getValue());
H A DEnumMemberValue.java58 Object getValue(ClassLoader cl, ClassPool cp, Method m) method in class:EnumMemberValue
62 return getType(cl).getField(getValue()).get(null);
65 throw new ClassNotFoundException(getType() + "." + getValue());
68 throw new ClassNotFoundException(getType() + "." + getValue());
97 public String getValue() { method in class:EnumMemberValue
109 return getType() + "." + getValue();
116 writer.enumConstValue(cp.getUtf8Info(typeIndex), getValue());
/external/doclava/src/com/google/doclava/apicheck/
H A DXmlApiFile.java73 new PackageInfo(attributes.getValue("name"), SourcePositionInfo.fromXml(attributes
74 .getValue("source")));
82 SourcePositionInfo position = SourcePositionInfo.fromXml(attributes.getValue("source"));
83 String visibility = attributes.getValue("visibility");
88 boolean isStatic = Boolean.valueOf(attributes.getValue("static"));
90 boolean isAbstract = Boolean.valueOf(attributes.getValue("abstract"));
96 boolean isFinal = Boolean.valueOf(attributes.getValue("final"));
98 String name = attributes.getValue("name");
109 mCurrentClass.setDeprecated("deprecated".equals(attributes.getValue("deprecated")));
111 String superclass = attributes.getValue("extend
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstBoolean.java72 return getValue() ? "boolean{true}" : "boolean{false}";
88 return getValue() ? "true" : "false";
96 public boolean getValue() { method in class:CstBoolean
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleMediaTypeBox.java32 if (mediaTypes.containsKey(getValue())) {
33 return mediaTypes.get(getValue());
35 return "unknown media type " + getValue();

Completed in 458 milliseconds

1234567891011>>