/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/ |
H A D | BlockingCoroutineDispatcherMixedStealingStressTest.kt | 23 val regular = dispatcher.asExecutor() in testBlockingProgressPreventedInternal() constant 51 val regular = dispatcher.asExecutor() in testBlockingProgressPreventedExternal() constant
|
/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/ |
H A D | TypefaceTests.cpp | 76 std::unique_ptr<Typeface> regular(Typeface::createFromFamilies( in TEST() local 311 std::unique_ptr<Typeface> regular(Typeface::createAbsolute(nullptr, 400, false)); in TEST() local 356 std::unique_ptr<Typeface> regular(Typeface::createFromFamilies( in TEST() local 399 std::unique_ptr<Typeface> regular( in TEST() local 458 std::unique_ptr<Typeface> regular( in TEST() local
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/misc/ |
H A D | UberspectorTestObject.java | 26 private String regular; field in UberspectorTestObject 79 public void setRegular(String regular) in setRegular()
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/ |
H A D | EnumSerializationTest.kt | 85 val regular = Regular.serializer().descriptor.toString() in testEnumSerialization() constant
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_hdr_options.c | 90 struct tcp_opt regular; in store_option() member 135 struct tcp_opt regular; in load_option() member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__concepts/ |
D | regular.h | 27 concept regular = semiregular<_Tp> && equality_comparable<_Tp>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__concepts/ |
D | regular.h | 27 concept regular = semiregular<_Tp> && equality_comparable<_Tp>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__concepts/ |
D | regular.h | 27 concept regular = semiregular<_Tp> && equality_comparable<_Tp>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__concepts/ |
D | regular.h | 27 concept regular = semiregular<_Tp> && equality_comparable<_Tp>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__concepts/ |
D | regular.h | 27 concept regular = semiregular<_Tp> && equality_comparable<_Tp>; variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__concepts/ |
H A D | regular.h | 27 concept regular = semiregular<_Tp> && equality_comparable<_Tp>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__filesystem/ |
D | file_type.h | 28 regular = 1, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__filesystem/ |
D | file_type.h | 29 regular = 1, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__filesystem/ |
D | file_type.h | 28 regular = 1, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__filesystem/ |
D | file_type.h | 29 regular = 1, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__filesystem/ |
D | file_type.h | 29 regular = 1, enumerator
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__filesystem/ |
H A D | file_type.h | 29 regular = 1, enumerator
|
/aosp_15_r20/external/fonttools/Snippets/ |
H A D | interpolate.py | 66 def AddGlyphVariations(font, thin, regular, black): argument
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | strsignal.cpp | 131 bool regular = (base == 0 && result >= SIGHUP && result <= SIGSYS); in str2sig() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | ValidIdentifiers.java | 46 regular, enumConstant
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | ValidIdentifiers.java | 54 regular, enumConstant
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | Validity.java | 20 regular, enumConstant
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/ |
H A D | BoundaryProjector.java | 76 final Point<S> regular = hyperplane.project(original); in visitInternalNode() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collection/testlibrary/ |
H A D | CollectionSupplier.java | 138 final Collection<Integer> regular = new ArrayList<>(); in get() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | ContiguousSetTest.java | 146 ContiguousSet<Integer> regular = ContiguousSet.create(Range.closed(1, 3), integers()); in testSerialization() local
|