HomeSort by relevance Sort by last modified time
    Searched refs:getValue (Results 51 - 75 of 1452) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
CachedLaterTest.java 46 assertNull(mTrap.getValue());
48 assertEquals("foo", mTrap.getValue());
55 assertEquals("foo", mTrap2.getValue());
62 assertEquals("foo", mTrap.getValue());
63 assertEquals("foo", mTrap2.getValue());
72 assertEquals("bar", mTrap2.getValue());
89 assertNull(mTrap2.getValue());
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 65 I->getValue().~APSInt();
71 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) {
88 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X,
91 return getValue(V);
94 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth,
98 return getValue(V);
101 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) {
107 return getValue(V);
157 return &getValue( V1 * V2 );
160 return &getValue( V1 / V2 )
    [all...]
  /external/llvm/include/llvm/Support/
StringPool.h 87 if (S) ++S->getValue().Refcount;
91 if (S) ++S->getValue().Refcount;
98 if (S) ++S->getValue().Refcount;
106 if (--S->getValue().Refcount == 0) {
107 S->getValue().Pool->InternTable.remove(S);
  /ndk/tests/device/test-gabi++-guard/jni/
test_guard.cpp 14 int getValue() { return mValue; }
59 if (foo->getValue() != 1) {
61 foo->getValue());
  /cts/tools/signature-tools/src/signature/model/impl/
SigAnnotationElement.java 38 public Object getValue() {
51 builder.append(getValue());
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AnnotationTest.java 35 * @tests java.text.Annotation.getValue()
39 assertNull(a.getValue());
41 assertEquals("value", a.getValue());
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
CRLReason.java 94 super(reason.getValue().intValue());
100 int reason = getValue().intValue();
  /external/webkit/Source/JavaScriptCore/wtf/
PossiblyNull.h 44 bool getValue(T& out) WARN_UNUSED_RETURN;
49 template <typename T> bool PossiblyNull<T>::getValue(T& out)
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributesImplTest.java 134 assertEquals("abc", multi.getValue(0));
135 assertEquals("xyz", multi.getValue(1));
136 assertEquals("42", multi.getValue(2));
137 assertEquals("1-2-3-4", multi.getValue(3));
138 assertEquals("1-2-3-4", multi.getValue(4));
141 assertEquals(null, multi.getValue(-1));
142 assertEquals(null, multi.getValue(5));
203 assertEquals("abc", multi.getValue("http://some.uri", "foo"));
204 assertEquals("xyz", multi.getValue("http://some.uri", "bar"));
205 assertEquals("42", multi.getValue("http://some.other.uri", "answer"))
    [all...]
  /development/tools/a3dconvert/
ColladaConditioner.cpp 38 int numberOfPrimitives = (int)(thisPolylist->getVcount()->getValue().getCount());
45 int triangleCount = (int)thisPolylist->getVcount()->getValue()[j] -2;
52 p_triangles->getValue().append(thisPolylist->getP()->getValue()[offset + l]);
57 p_triangles->getValue().append(thisPolylist->getP()->getValue()[offset + idx + l]);
63 p_triangles->getValue().append(thisPolylist->getP()->getValue()[offset + idx + l]);
67 offset += (unsigned int)thisPolylist->getVcount()->getValue()[j] * numberOfInputs;
96 int elementCount = (int)(thisPrimitive->getValue().getCount())
    [all...]
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
PSourceTest.java 51 0, PSource.PSpecified.DEFAULT.getValue().length);
58 p[0] == ps.getValue()[0]);
62 * getValue() method testing. Tests that returned array is equal to the
70 byte[] result = ps.getValue();
76 assertFalse("The change of returned by getValue() array "
78 result[0] == ps.getValue()[0]);
  /external/apache-http/src/org/apache/http/cookie/
Cookie.java 59 String getValue();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 91 const llvm::APSInt& getValue(const llvm::APSInt& X);
92 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned);
93 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned);
94 const llvm::APSInt& getValue(uint64_t X, QualType T);
105 return getValue(From.getSExtValue(), To.getBitWidth(), To.isUnsigned());
117 return getValue(From.getSExtValue(), bitwidth, isUnsigned);
122 return getValue(X, T);
126 return getValue(llvm::APSInt::getMaxValue(v.getBitWidth(), v.isUnsigned()));
130 return getValue(llvm::APSInt::getMinValue(v.getBitWidth(), v.isUnsigned()));
137 return getValue(llvm::APSInt::getMaxValue(Ctx.getTypeSize(T), isUnsigned))
    [all...]
  /external/clang/test/SemaCXX/
local-classes.cpp 38 static int getValue() { return Value; }
  /external/collada/include/1.4/dom/
domGles_texture_constant_type.h 30 domFloat4 &getValue() { return attrValue; }
35 const domFloat4 &getValue() const { return attrValue; }
83 domFloat4 &getValue() { return attrValue; }
88 const domFloat4 &getValue() const { return attrValue; }
  /external/emma/ant/ant14/com/vladium/emma/ant/
PropertyElement.java 32 public String getValue ()
  /external/javassist/src/main/javassist/bytecode/annotation/
ClassMemberValue.java 63 Object getValue(ClassLoader cl, ClassPool cp, Method m)
65 final String classname = getValue();
97 public String getValue() {
116 return "<" + getValue() + " class>";
  /external/nist-sip/java/javax/sip/
DialogState.java 21 public int getValue() {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PSourceTest.java 51 0, PSource.PSpecified.DEFAULT.getValue().length);
58 .getValue()[0]);
62 * getValue() method testing. Tests that returned array is equal to the
70 byte[] result = ps.getValue();
76 assertFalse("The change of returned by getValue() array "
78 result[0] == ps.getValue()[0]);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ConsumerTrap.java 35 public A getValue() {
  /sdk/ide_common/tests/src/com/android/ide/common/resources/configuration/
ScreenSizeQualifierTest.java 45 assertEquals(ScreenSize.SMALL, config.getScreenSizeQualifier().getValue());
52 assertEquals(ScreenSize.NORMAL, config.getScreenSizeQualifier().getValue());
59 assertEquals(ScreenSize.LARGE, config.getScreenSizeQualifier().getValue());
66 assertEquals(ScreenSize.XLARGE, config.getScreenSizeQualifier().getValue());
  /sdk/rule_api/src/com/android/ide/common/api/
IDragElement.java 96 public abstract String getValue();
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
CurrentXmlHandler.java 52 mCurrentPackageName = CurrentXmlHandler.getValue(attributes, "name");
59 mCurrentClassName = CurrentXmlHandler.getValue(attributes, "name");
68 mCurrentMethodName = CurrentXmlHandler.getValue(attributes, "name");
69 mCurrentMethodReturnType = CurrentXmlHandler.getValue(attributes, "return");
72 mCurrentParameterTypes.add(CurrentXmlHandler.getValue(attributes, "type"));
94 static String getValue(Attributes attributes, String key) {
96 return attributes.getValue(key)
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
X9Curve.java 52 BigInteger p = ((DERInteger)fieldID.getParameters()).getValue();
55 curve = new ECCurve.Fp(p, x9A.getValue().toBigInteger(), x9B.getValue().toBigInteger());
63 int m = ((DERInteger)parameters.getObjectAt(0)).getValue().
74 k1 = ((DERInteger)parameters.getObjectAt(2)).getValue().
82 k1 = ((DERInteger)pentanomial.getObjectAt(0)).getValue().
84 k2 = ((DERInteger)pentanomial.getObjectAt(1)).getValue().
86 k3 = ((DERInteger)pentanomial.getObjectAt(2)).getValue().
92 curve = new ECCurve.F2m(m, k1, k2, k3, x9A.getValue().toBigInteger(), x9B.getValue().toBigInteger())
    [all...]
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 100 String uriStr = atts.getValue(URI_STR);
107 atts.getValue(URI_STR) + " parsing failure");
112 String postfix = atts.getValue(POSTFIX);
165 String key = atts.getValue(0);
166 String value = atts.getValue(1);
176 Uri u = Uri.parse(atts.getValue(URI_STR));
179 atts.getValue(URI_STR) + " parsing failure");
185 selectionArgs[i] = atts.getValue(i+2);
187 mContentResolver.delete(u, atts.getValue(1), selectionArgs);
189 mContentResolver.delete(u, atts.getValue(1), null)
    [all...]

Completed in 1662 milliseconds

1 23 4 5 6 7 8 91011>>