Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue50/
DSnakeyamlTest.java33 private String attribute1; field in SnakeyamlTest.BaseSomeBean
36 return attribute1; in getAttribute1()
39 public void setAttribute1(String attribute1) { in setAttribute1() argument
40 this.attribute1 = attribute1; in setAttribute1()
47 public SomeBeanImpl(final String attribute1, final String attribute2) { in SomeBeanImpl() argument
48 setAttribute1(attribute1); in SomeBeanImpl()
/external/proguard/src/proguard/classfile/editor/
DAttributeSorter.java82 Attribute attribute1 = (Attribute)object1; 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.py356 attribute1 = None variable in TestSupport.RefClass
/external/libcups/filter/
Dspec-ppd.shtml1382 <p class='summary'>*cupsMandatory: "attribute1 attribute2 ... attributeN"</p>
/external/python/cpython3/Doc/library/
Dunittest.mock.rst2763 >>> mock.submock.attribute1 = 2