/aosp_15_r20/external/icu/icu4j/samples/src/main/java/com/ibm/icu/samples/text/messagepattern/ |
H A D | MessagePatternUtilDemo.java | 128 boolean firstResult, in genCode() 141 genCode((MessagePatternUtil.ArgNode)contents, depth, firstResult); in genCode() local 153 boolean firstResult) { in genCode() 169 genCodeForPlural(arg.getComplexStyle(), depth, firstResult, argName); in genCode() local 172 genCodeForSelect(arg.getComplexStyle(), depth, firstResult, argName); in genCode() local 179 boolean firstResult, in genCodeForPlural() 199 genCode(otherVariant.getMessage(), depth, firstResult, pluralNumber); in genCodeForPlural() local 210 boolean firstResult, in genCodeForSelect() 216 genCode(otherVariant.getMessage(), depth, firstResult, ""); in genCodeForSelect() local 219 genCode(otherVariant.getMessage(), depth + 1, firstResult, ""); in genCodeForSelect() local [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/random/ |
H A D | RandomGeneratorFactoryTest.java | 171 int firstResult = first.nextInt(); in checkNextInt() local 181 long firstResult = first.nextLong(); in checkNextLong() local 191 double firstResult = first.nextDouble(); in checkNextDouble() local 200 int[] firstResult = first.ints().limit(1_000).toArray(); in checkInts() local 209 long[] firstResult = first.longs().limit(1_000).toArray(); in checkLongs() local 218 double[] firstResult = first.doubles().limit(1_000).toArray(); in checkDoubles() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/ |
H A D | test_build_options.cpp | 153 cl_int firstResult, secondResult; in test_options_build_macro() local 202 cl_int firstResult, secondResult; in test_options_build_macro_existence() local 268 cl_int firstResult, secondResult; in test_options_include_directory() local 375 cl_float firstResult, secondResult; in test_options_denorm_cache() local
|
/aosp_15_r20/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/concurrency/ |
D | IResultSyncCallbackTestCase.java | 137 R firstResult = newResult(); in testInjectResult_calledTwice() local 154 R firstResult = null; in testInjectResult_calledTwice_firstWasNull() local 188 R firstResult = newResult(); in testToString_containsResults() local
|
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/plugin/main/src/test/kotlin/ |
H A D | BuildCacheTest.kt | 79 val firstResult = firstGradleRunner.build() in test_buildCacheHitOnRelocatedProject() constant
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | LocaleListTest.java | 91 final LocaleList firstResult = LocaleList.getDefault(); in testGetDefault_localeSetDefaultCalledButNoChangeNecessary() local
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | TimeZoneFragment.java | 150 final int firstResult = zone1.offset.compareTo(zone2.offset); in compare() local
|
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/crypto/ |
D | TlsSessionTest.java | 220 SSLEngineResult firstResult, in setupChainedWrap()
|
/aosp_15_r20/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/ |
H A D | BrokenKeyDerivationActivity.java | 150 String firstResult = retrieveData(password); in onCreate() local
|
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | RegexTransformerTest.java | 469 ImmutableList<Result> firstResult = transformPath( in testBaseXpath() local
|
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/ |
H A D | EmailableReporter2.java | 279 ITestResult firstResult = results.iterator().next(); in writeScenarioSummary() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
H A D | BytesTrieTest.java | 641 BytesTrie.Result firstResult=trie.first(c); in checkFirst() local
|
H A D | CharsTrieTest.java | 733 BytesTrie.Result firstResult=trie.first(c); in checkFirst() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/ |
H A D | BytesTrieTest.java | 638 BytesTrie.Result firstResult=trie.first(c); in checkFirst() local
|
H A D | CharsTrieTest.java | 730 BytesTrie.Result firstResult=trie.first(c); in checkFirst() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | bytestrietest.cpp | 718 UStringTrieResult firstResult=trie.first(c); in checkFirst() local
|
H A D | ucharstrietest.cpp | 831 UStringTrieResult firstResult=trie.first(c); in checkFirst() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | bytestrietest.cpp | 718 UStringTrieResult firstResult=trie.first(c); in checkFirst() local
|
H A D | ucharstrietest.cpp | 831 UStringTrieResult firstResult=trie.first(c); in checkFirst() local
|
/aosp_15_r20/cts/common/device-side/bedstead/testapp/src/test/java/com/android/bedstead/testapp/ |
H A D | TestAppProviderTest.java | 428 TestApp firstResult = mTestAppProvider.query() in query_byFeature_returnsDifferentTestAppsForSameQuery() local
|
/aosp_15_r20/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 2769 final ResultListener firstResult = new ResultListener(TETHER_ERROR_NO_ERROR); in testMultipleStartTethering() local 2775 firstResult); in testMultipleStartTethering() local
|
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
H A D | GlobalSearchSessionCtsTestBase.java | 974 SearchResult firstResult = page.get(0); in testReportSystemUsage_ForbiddenFromNonSystem() local
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | hibernate-search.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |
HD | hibernate-entitymanager.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
org/
... |
HD | hibernate3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |