Home
last modified time | relevance | path

Searched defs:howMany (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/SemaObjC/
Ddefault-synthesize-1.m11 @property int howMany; // expected-warning {{auto property synthesis is synthesizing property not e… property
21 @property (nonatomic) int howMany; // expected-warning {{auto property synthesis is synthesizing … property
28 - (int) howMany { method
41 @property (nonatomic) int howMany; // expected-warning {{auto property synthesis is synthesizing pr… property
64 @property int howMany; property
71 - (int) howMany { method
Ddefault-synthesize.m8 @property int howMany; property
20 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one… property
29 - (int) howMany { method in objc_default_synthesize_properties
42 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one… property
65 @property int howMany; property
74 - (int) howMany { method in objc_default_synthesize_properties
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DOneSizeTestContainerGenerator.java39 Collection<E> getSampleElements(int howMany); in getSampleElements()
DOneSizeGenerator.java72 public Collection<E> getSampleElements(int howMany) { in getSampleElements()
DAbstractContainerTester.java200 protected Collection<E> getSampleElements(int howMany) { in getSampleElements()
DAbstractMapTester.java163 protected Collection<Map.Entry<K, V>> getSampleEntries(int howMany) { in getSampleEntries()
/external/clang/test/Rewriter/
Drewrite-modern-default-property-synthesis.mm44 @property (nonatomic) int howMany; property
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java103 public static CertPath genCertPath(int howMany, int startID) { in genCertPath()
769 public static String[] genNames(int howMany) { in genNames()
818 public static X500Principal[] genX500s(int howMany) { in genX500s()
/external/webkit/Source/WebCore/inspector/front-end/
DDetailedHeapshotGridNodes.js63 …populateChildren: function(provider, howMany, atIndex, afterPopulate, suppressNotifyAboutCompletio… argument
609 populateChildren: function(provider, howMany, atIndex, afterPopulate) argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DSerializationStressTest2.java517 public DeepNesting(int howMany) { in DeepNesting()
564 public DeepNestingWithWriteObject(int howMany) { in DeepNestingWithWriteObject()