Home
last modified time | relevance | path

Searched refs:howMany (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/SemaObjC/
Ddefault-synthesize.m8 @property int howMany; property
14 @synthesize howMany, what;
20 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one… property
26 @synthesize howMany, what;
29 - (int) howMany { method in objc_default_synthesize_properties
30 return self.howMany;
42 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one… property
48 @synthesize howMany, what;
51 // - (int) howMany
53 self.howMany = value;
[all …]
Ddefault-synthesize-1.m11 @property int howMany; // expected-warning {{auto property synthesis is synthesizing property not e… property
16 //@synthesize howMany, what;
21 @property (nonatomic) int howMany; // expected-warning {{auto property synthesis is synthesizing … property
26 //@synthesize howMany, what;
28 - (int) howMany { method
41 @property (nonatomic) int howMany; // expected-warning {{auto property synthesis is synthesizing pr… property
46 //@synthesize howMany, what;
48 // - (int) howMany
64 @property int howMany; property
69 //@synthesize howMany, what; // REM: Redundant anyway
[all …]
/external/clang/test/Rewriter/
Drewrite-modern-default-property-synthesis.mm16 @property int howMany;
25 @property (nonatomic) int howMany;
31 - (int) howMany {
44 @property (nonatomic) int howMany; property
49 // - (int) howMany
78 // CHECK: (*(int *)((char *)self + OBJC_IVAR_$_SynthItAll$_howMany)) = howMany;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DScheduler.java108 public boolean runTasks(int howMany) { in runTasks() argument
109 if (enqueuedTaskCount() < howMany) { in runTasks()
113 while (howMany > 0) { in runTasks()
117 howMany--; in runTasks()
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java102 public static CertPath genCertPath(int howMany, int startID) { in genCertPath() argument
103 Certificate[] certs = new Certificate[howMany]; in genCertPath()
104 for (int i = 0; i < howMany; i++) { in genCertPath()
766 public static String[] genNames(int howMany) { in genNames() argument
771 for (int i = 0; i < howMany; ) { in genNames()
816 public static X500Principal[] genX500s(int howMany) { in genX500s() argument
817 String names[] = genNames(howMany); in genX500s()
818 X500Principal[] ps = new X500Principal[howMany]; in genX500s()
819 for (int i = 0; i < howMany; i++) { in genX500s()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DOneSizeGenerator.java72 public Collection<E> getSampleElements(int howMany) { in getSampleElements() argument
77 return new ArrayList<E>(allSampleElements.subList(0, howMany)); in getSampleElements()
DAbstractContainerTester.java200 protected Collection<E> getSampleElements(int howMany) { in getSampleElements() argument
201 return getSubjectGenerator().getSampleElements(howMany); in getSampleElements()
DOneSizeTestContainerGenerator.java39 Collection<E> getSampleElements(int howMany); in getSampleElements() argument
DAbstractMapTester.java163 protected Collection<Map.Entry<K, V>> getSampleEntries(int howMany) { in getSampleEntries() argument
164 return getSampleElements(howMany); in getSampleEntries()
/external/chromium_org/third_party/tlslite/tlslite/utils/
Dcryptomath.py55 def getRandomBytes(howMany): argument
56 b = bytearray(os.urandom(howMany))
57 assert(len(b) == howMany)
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en2554 …dit/search/browse.jsp?catId=krd_mercurynews62c39&sort=modifieddate&sortType=asc&howMany=10&start=21