Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue50/
DSnakeyamlTest.java45 private String attribute2; field in SnakeyamlTest.SomeBeanImpl
47 public SomeBeanImpl(final String attribute1, final String attribute2) { in SomeBeanImpl() argument
49 setAttribute2(attribute2); in SomeBeanImpl()
53 return attribute2; in getAttribute2()
56 public void setAttribute2(String attribute2) { in setAttribute2() argument
57 this.attribute2 = attribute2; in setAttribute2()
/external/proguard/src/proguard/classfile/editor/
DAttributeSorter.java83 Attribute attribute2 = (Attribute)object2; in compare() local
85 return attribute1.u2attributeNameIndex < attribute2.u2attributeNameIndex ? -1 : in compare()
86 attribute1.u2attributeNameIndex > attribute2.u2attributeNameIndex ? 1 : in compare()
/external/python/cpython3/Lib/test/
Dtest_support.py357 attribute2 = None variable in TestSupport.RefClass
362 attribute2 = None variable in TestSupport.OtherClass
/external/python/cpython3/Doc/library/
Dunittest.mock.rst2767 >>> mock.submock.attribute2 # This will raise AttributeError.
2768 >>> mock.not_submock.attribute2 # This won't raise.
/external/libcups/filter/
Dspec-ppd.shtml1382 <p class='summary'>*cupsMandatory: "attribute1 attribute2 ... attributeN"</p>