Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/clang/test/SemaObjC/
H A 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
H A 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
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/pdf417/decoder/ec/
H A DAbstractErrorCorrectionTestCase.java30 static void corrupt(int[] received, int howMany, Random random) { in corrupt()
34 static int[] erase(int[] received, int howMany, Random random) { in erase()
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java104 public static CertPath genCertPath(int howMany, int startID) { in genCertPath()
770 public static String[] genNames(int howMany) { in genNames()
819 public static X500Principal[] genX500s(int howMany) { in genX500s()
/aosp_15_r20/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DLocalSource.java178 protected Collection<ImageData> findImages(int howMany) { in findImages()
188 protected void findImages(boolean internal, int howMany, LinkedList<ImageData> foundImages ) { in findImages()
DPhotoSourcePlexor.java56 protected Collection<ImageData> findImages(int howMany) { in findImages()
DStockSource.java75 protected Collection<ImageData> findImages(int howMany) { in findImages()
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DOneSizeTestContainerGenerator.java40 Collection<E> getSampleElements(int howMany); in getSampleElements()
H A DOneSizeGenerator.java71 public Collection<E> getSampleElements(int howMany) { in getSampleElements()
H A DAbstractContainerTester.java206 protected Collection<E> getSampleElements(int howMany) { in getSampleElements()
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
H A DOneSizeTestContainerGenerator.java40 Collection<E> getSampleElements(int howMany); in getSampleElements()
H A DOneSizeGenerator.java71 public Collection<E> getSampleElements(int howMany) { in getSampleElements()
H A DAbstractContainerTester.java206 protected Collection<E> getSampleElements(int howMany) { in getSampleElements()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dsimplethread.h78 ThreadPool(TestClass *test, int howMany, void (TestClass::*runFnPtr)(int32_t threadNumber)) : in ThreadPool()
H A Dsimplethread.cpp46 ThreadPoolBase::ThreadPoolBase(IntlTest *test, int32_t howMany) : in ThreadPoolBase()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dsimplethread.h78 ThreadPool(TestClass *test, int howMany, void (TestClass::*runFnPtr)(int32_t threadNumber)) : in ThreadPool()
H A Dsimplethread.cpp46 ThreadPoolBase::ThreadPoolBase(IntlTest *test, int32_t howMany) : in ThreadPoolBase()
/aosp_15_r20/external/executorch/extension/llm/custom_ops/spinquant/test/
H A Dfast_hadamard_transform_test_impl.cpp26 std::vector<float> random_floats(int howMany) { in random_floats()
/aosp_15_r20/external/clang/test/Rewriter/
H A Drewrite-modern-default-property-synthesis.mm44 @property (nonatomic) int howMany; property
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
H A DBitStreamReader.java83 public int readLowBits(int howMany) { in readLowBits()
H A DAsn1BMPString.java191 int howMany) { in decodeCharactersPer()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/zip/
H A DOldAndroidZipStressTest.java142 int howMany = random.nextInt(32); in testZipDeflateInflateStress() local
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/common/reedsolomon/
H A DReedSolomonTestCase.java415 public static void corrupt(int[] received, int howMany, Random random, int max) { in corrupt()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/
H A DDataSpecTest.java319 private static Map<String, String> createHttpRequestHeaders(int howMany) { in createHttpRequestHeaders()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/
H A DDataSpecTest.java319 private static Map<String, String> createHttpRequestHeaders(int howMany) { in createHttpRequestHeaders()

123