Searched defs:howMany (Results 1 – 10 of 10) sorted by relevance
11 @property int howMany; // expected-warning {{auto property synthesis is synthesizing property not e… property21 @property (nonatomic) int howMany; // expected-warning {{auto property synthesis is synthesizing … property28 - (int) howMany { method41 @property (nonatomic) int howMany; // expected-warning {{auto property synthesis is synthesizing pr… property64 @property int howMany; property71 - (int) howMany { method
8 @property int howMany; property20 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one… property29 - (int) howMany { method in objc_default_synthesize_properties42 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one… property65 @property int howMany; property74 - (int) howMany { method in objc_default_synthesize_properties
39 Collection<E> getSampleElements(int howMany); in getSampleElements()
72 public Collection<E> getSampleElements(int howMany) { in getSampleElements()
200 protected Collection<E> getSampleElements(int howMany) { in getSampleElements()
163 protected Collection<Map.Entry<K, V>> getSampleEntries(int howMany) { in getSampleEntries()
44 @property (nonatomic) int howMany; property
103 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()
63 …populateChildren: function(provider, howMany, atIndex, afterPopulate, suppressNotifyAboutCompletio… argument609 populateChildren: function(provider, howMany, atIndex, afterPopulate) argument
517 public DeepNesting(int howMany) { in DeepNesting()564 public DeepNestingWithWriteObject(int howMany) { in DeepNestingWithWriteObject()