Home
last modified time | relevance | path

Searched refs:someValue (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowIntentTest.java474 private String someValue; field in ShadowIntentTest.TestSerializable
476 public TestSerializable(String someValue) { in TestSerializable() argument
477 this.someValue = someValue; in TestSerializable()
487 … if (someValue != null ? !someValue.equals(that.someValue) : that.someValue != null) return false; in equals()
494 return someValue != null ? someValue.hashCode() : 0; in hashCode()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestWithGenerics.java68 public String someValue = UUID.randomUUID().toString(); field in TestWithGenerics.SomeObject
181 so.someValue = "xxxxxx"; in testJackson387()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DTestNamingStrategyStd.java102 public int someValue = 3; field in TestNamingStrategyStd.DefaultNaming
/external/python/cpython3/Doc/library/
Dxml.dom.rst1005 readonly attribute string someValue;
1008 yields three accessor functions: a "get" method for :attr:`someValue`
1012 Python attributes: ``object.someValue`` is *not* required to work, and may
/external/python/cpython2/Doc/library/
Dxml.dom.rst1027 readonly attribute string someValue;
1030 yields three accessor functions: a "get" method for :attr:`someValue`
1034 Python attributes: ``object.someValue`` is *not* required to work, and may