Home
last modified time | relevance | path

Searched defs:LIMIT (Results 1 – 18 of 18) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DAbstractBreakIteratorTests.java27 private static final int LIMIT = 100; field in AbstractBreakIteratorTests.AbstractBreakIterator
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DAbstractBreakIteratorTests.java24 private static final int LIMIT = 100; field in AbstractBreakIteratorTests.AbstractBreakIterator
/third_party/gstreamer/gstplugins_good/gst/replaygain/
Dgstrglimiter.c167 #define LIMIT 1.0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_validator_options.cpp64 #define LIMIT(TYPE, FIELD) \ in spvValidatorOptionsSetUniversalLimit() macro
/third_party/skia/third_party/externals/spirv-tools/source/
Dspirv_validator_options.cpp64 #define LIMIT(TYPE, FIELD) \ in spvValidatorOptionsSetUniversalLimit() macro
/third_party/spirv-tools/source/
Dspirv_validator_options.cpp64 #define LIMIT(TYPE, FIELD) \ in spvValidatorOptionsSetUniversalLimit() macro
/third_party/cmsis/CMSIS/Core/Include/
Dmpu_armv8.h161 #define ARM_MPU_RLAR(LIMIT, IDX) \ argument
173 #define ARM_MPU_RLAR_PXN(LIMIT, PXN, IDX) \ argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUAdapter.cpp132 #define COPY_LIMIT(LIMIT) wgpuLimits.limits.LIMIT = limits.limits.LIMIT in getLimits() argument
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DUnicodeMapTest.java314 …private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisi… field in UnicodeMapTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DUnicodeMapTest.java317 …private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisi… field in UnicodeMapTest
/third_party/skia/third_party/externals/icu/source/common/
Ducase.h162 constexpr UChar LIMIT = 0x180; variable
/third_party/icu/icu4c/source/common/
Ducase.h162 constexpr UChar LIMIT = 0x180; variable
/third_party/node/deps/icu-small/source/common/
Ducase.h166 constexpr char16_t LIMIT = 0x180; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCollator.java285 public final static int LIMIT = 0x1005; field
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollator.java302 public final static int LIMIT = 0x1005; field
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java624 static final char LIMIT = 0x180; field in UCaseProps.LatinCase
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java629 static final char LIMIT = 0x180; field in UCaseProps.LatinCase
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp103 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_), (const char*)(#_X_) macro