Home
last modified time | relevance | path

Searched defs:regular (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
H A DBlockingCoroutineDispatcherMixedStealingStressTest.kt23 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 DTypefaceTests.cpp76 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 DUberspectorTestObject.java26 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 DEnumSerializationTest.kt85 val regular = Regular.serializer().descriptor.toString() in testEnumSerialization() constant
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c90 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/
Dregular.h27 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/
Dregular.h27 concept regular = semiregular<_Tp> && equality_comparable<_Tp>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__concepts/
Dregular.h27 concept regular = semiregular<_Tp> && equality_comparable<_Tp>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__concepts/
Dregular.h27 concept regular = semiregular<_Tp> && equality_comparable<_Tp>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__concepts/
Dregular.h27 concept regular = semiregular<_Tp> && equality_comparable<_Tp>; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__concepts/
H A Dregular.h27 concept regular = semiregular<_Tp> && equality_comparable<_Tp>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__filesystem/
Dfile_type.h28 regular = 1, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__filesystem/
Dfile_type.h29 regular = 1, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__filesystem/
Dfile_type.h28 regular = 1, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__filesystem/
Dfile_type.h29 regular = 1, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__filesystem/
Dfile_type.h29 regular = 1, enumerator
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__filesystem/
H A Dfile_type.h29 regular = 1, enumerator
/aosp_15_r20/external/fonttools/Snippets/
H A Dinterpolate.py66 def AddGlyphVariations(font, thin, regular, black): argument
/aosp_15_r20/bionic/libc/bionic/
H A Dstrsignal.cpp131 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 DValidIdentifiers.java46 regular, enumConstant
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DValidIdentifiers.java54 regular, enumConstant
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DValidity.java20 regular, enumConstant
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/
H A DBoundaryProjector.java76 final Point<S> regular = hyperplane.project(original); in visitInternalNode() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collection/testlibrary/
H A DCollectionSupplier.java138 final Collection<Integer> regular = new ArrayList<>(); in get() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DContiguousSetTest.java146 ContiguousSet<Integer> regular = ContiguousSet.create(Range.closed(1, 3), integers()); in testSerialization() local

12345678910>>...13