/external/clang/test/SemaObjC/ |
D | default-synthesize.m | 8 @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 …]
|
D | default-synthesize-1.m | 11 @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/ |
D | rewrite-modern-default-property-synthesis.mm | 16 @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/ |
D | Scheduler.java | 108 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/ |
D | TestCertUtils.java | 102 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/ |
D | OneSizeGenerator.java | 72 public Collection<E> getSampleElements(int howMany) { in getSampleElements() argument 77 return new ArrayList<E>(allSampleElements.subList(0, howMany)); in getSampleElements()
|
D | AbstractContainerTester.java | 200 protected Collection<E> getSampleElements(int howMany) { in getSampleElements() argument 201 return getSubjectGenerator().getSampleElements(howMany); in getSampleElements()
|
D | OneSizeTestContainerGenerator.java | 39 Collection<E> getSampleElements(int howMany); in getSampleElements() argument
|
D | AbstractMapTester.java | 163 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/ |
D | cryptomath.py | 55 def getRandomBytes(howMany): argument 56 b = bytearray(os.urandom(howMany)) 57 assert(len(b) == howMany)
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 2554 …dit/search/browse.jsp?catId=krd_mercurynews62c39&sort=modifieddate&sortType=asc&howMany=10&start=21
|