Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Ddefault-synthesize-1.m10 @property int howMany; property
20 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one… property
27 - (int) howMany { method
40 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one… property
63 @property int howMany; property
70 - (int) howMany { method
Ddefault-synthesize.m8 @property int howMany; property
18 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one… property
25 - (int) howMany { method
38 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one… property
59 @property int howMany; property
66 - (int) howMany { method
/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()