Searched refs:checkNumbers (Results 1 – 6 of 6) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCheckNumbers.java | 25 CheckNumbers checkNumbers = new CheckNumbers(CLDRConfig.getInstance().getCldrFactory()); in TestSingularity() local 30 checkSingularity(checkNumbers, "en", in TestSingularity() 35 checkSingularity(checkNumbers, "fr", in TestSingularity() 42 …public void checkSingularity(CheckNumbers checkNumbers, String locale, final String path, final St… in checkSingularity() argument 50 checkNumbers.setCldrFileToCheck(cldrFileToCheck, options, possibleErrors); in checkSingularity() 54 checkNumbers.check(path, path, value, options, possibleErrors); in checkSingularity()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/ |
D | IntegrationTest.kt | 94 checkNumbers(n, observable) in <lambda>() 97 checkNumbers(n, channel.consumeAsFlow().asObservable()) in <lambda>() 128 private suspend fun checkNumbers(n: Int, observable: Observable<Int>) { in <lambda>() method in kotlinx.coroutines.rx3.IntegrationTest
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/ |
D | IntegrationTest.kt | 92 checkNumbers(n, pub) in <lambda>() 94 checkNumbers(n, flow.flowOn(ctx(coroutineContext)).asPublisher()) in <lambda>() 124 private suspend fun checkNumbers(n: Int, pub: JFlow.Publisher<Int>) { in <lambda>() method in kotlinx.coroutines.jdk9.IntegrationTest
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/ |
D | IntegrationTest.kt | 94 checkNumbers(n, observable) in <lambda>() 96 checkNumbers(n, channel.consumeAsFlow().asObservable(ctx(coroutineContext))) in <lambda>() 127 private suspend fun checkNumbers(n: Int, observable: Observable<Int>) { in <lambda>() method in kotlinx.coroutines.rx2.IntegrationTest
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/ |
D | IntegrationTest.kt | 100 checkNumbers(n, pub) in <lambda>() 102 checkNumbers(n, channel.asPublisher(ctx(coroutineContext))) in <lambda>() 133 private suspend fun checkNumbers(n: Int, pub: Publisher<Int>) { in <lambda>() method in kotlinx.coroutines.reactive.IntegrationTest
|
/external/guice/core/test/com/google/inject/ |
D | TypeConversionTest.java | 112 checkNumbers( in testConstantInjection() 147 checkNumbers( in testConstantInjectionWithExplicitBindingsRequired() 165 void checkNumbers(Number... ns) { in checkNumbers() method in TypeConversionTest
|