| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | parser_impl.h | 319 void set_max_errors(size_t limit) { max_errors_ = limit; } in set_max_errors() argument
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | robustness.cc | 107 Value limit; in Transform() local [all...] |
| /third_party/skia/third_party/externals/zlib/contrib/tests/ |
| H A D | infcover.cc | 81 size_t limit; /* memory allocation limit, or 0 if no limit */ member 191 mem_limit(z_stream *strm, size_t limit) mem_limit() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | dictionarydata.cpp | 45 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches() argument 113 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches() argument
|
| H A D | edits.cpp | 184 int32_t limit = length + 1; in addReplace() local [all...] |
| H A D | propname.cpp | 153 int32_t limit=valueMaps[i+1]; in findProperty() local 177 int32_t limit=valueMaps[valueMapIndex+1]; in findPropertyValueNameGroup() local
|
| H A D | propsvec.cpp | 97 int32_t columns, i, start, limit, prevRow; in _findRow() local 161 UChar32 limit; in upvec_setValue() local 339 UChar32 start, limit; upvec_compact() local [all...] |
| H A D | stringtriebuilder.cpp | 87 StringTrieBuilder::writeNode(int32_t start, int32_t limit, int32_t unitIndex) { in writeNode() argument 135 writeBranchSubNode(int32_t start, int32_t limit, int32_t unitIndex, int32_t length) writeBranchSubNode() argument 208 makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode) makeNode() argument 260 makeBranchSubNode(int32_t start, int32_t limit, int32_t unitIndex, int32_t length, UErrorCode &errorCode) makeBranchSubNode() argument [all...] |
| H A D | ubidi_props.cpp | 62 UChar32 c, start, limit; in ubidi_addPropertyStarts() local 203 UChar32 start, limit; in ubidi_getJoiningGroup() local [all...] |
| H A D | ucmndata.cpp | 127 int32_t limit=count; in offsetTOCPrefixBinarySearch() local 172 int32_t limit=count; pointerTOCPrefixBinarySearch() local [all...] |
| H A D | uniset.cpp | 559 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) matches() argument [all...] |
| H A D | utrie2.cpp | 98 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, const uint8_t *src, const uint8_t *limit) utrie2_internalU8NextIndex() argument 443 enumEitherTrie(const UTrie2 *trie, UChar32 start, UChar32 limit, UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) enumEitherTrie() argument [all...] |
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | coded_stream_unittest.cc | 1022 CodedInputStream::Limit limit = coded_input.PushLimit(8); in TEST_1D() local 1133 CodedInputStream::Limit limit = coded_input.PushLimit(4); in TEST_F() local 1148 CodedInputStream::Limit limit in TEST_F() local 1161 CodedInputStream::Limit limit = coded_input.PushLimit(-64); TEST_F() local 1175 CodedInputStream::Limit limit = coded_input.PushLimit(INT_MAX); TEST_F() local 1219 CodedInputStream::Limit limit = coded_input.PushLimit(16); TEST_F() local [all...] |
| /third_party/python/Python/ |
| H A D | modsupport.c | 20 Py_ssize_t limit; in _Py_convert_optional_to_ssize_t() local
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | message_lite.h | 535 int limit; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | charconv_bigint.h | 354 int limit = (std::max)(lhs.size(), rhs.size()); in Compare() local 369 int limit = (std::max)(lhs.size(), rhs.size()); in operator ==() local
|
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| H A D | Paint.java | 85 public Paint setStrokeMiter(float limit) { in setStrokeMiter() argument 114 private static native void nSetStrokeMiter(long nativeInstance, float limit); in nSetStrokeMiter() argument
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_instruction.cpp | 362 const uint16_t limit = in LimitCheckStruct() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fNegativeComputeTests.cpp | 80 int limit = 0; in getResourceLimit() local 222 const int limit = getResourceLimit(ctx, GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS) + 1; in exceed_texture_image_units_limit() local 230 << " vec4 values[ " << limit + 1 << " ];\n" in exceed_texture_image_units_limit() local 258 const int limit = getResourceLimit(ctx, GL_MAX_COMPUTE_IMAGE_UNIFORMS); in exceed_image_uniforms_limit() local 266 << " float values[" << limit in exceed_image_uniforms_limit() local 282 const int limit = getResourceLimit(ctx, GL_MAX_COMPUTE_SHARED_MEMORY_SIZE); exceed_shared_memory_size_limit() local 305 const int limit = getResourceLimit(ctx, GL_MAX_COMPUTE_UNIFORM_COMPONENTS); exceed_uniform_components_limit() local 309 shaderDecl << "uniform highp uint u_value[" << limit + 1 << "];\\n" exceed_uniform_components_limit() local 315 shaderBody << " sb_out.values[0] = u_value[" << limit << "];\\n"; exceed_uniform_components_limit() local 328 const int limit = getResourceLimit(ctx, GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS); exceed_atomic_counter_buffer_limit() local [all...] |
| /third_party/zlib/test/ |
| H A D | infcover.c | 66 size_t limit; /* memory allocation limit, or 0 if no limit */ member 176 mem_limit(z_stream *strm, size_t limit) mem_limit() argument [all...] |
| /base/hiviewdfx/hiview/base/event_store/dao/ |
| H A D | sys_event_query.cpp | 484 ResultSet SysEventQuery::Execute(int limit, DbQueryTag tag, QueryProcessInfo callerInfo, in Execute() argument
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| H A D | dma-map-ops.h | 133 static inline void dma_contiguous_reserve(phys_addr_t limit) in dma_contiguous_reserve() argument 136 dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, phys_addr_t limit, struct cma **res_cma, bool fixed) dma_contiguous_reserve_area() argument
|
| /device/soc/rockchip/common/sdk_linux/ipc/ |
| H A D | util.c | 276 int ipc_addid(struct ipc_ids *ids, struct kern_ipc_perm *new, int limit)
in ipc_addid() argument
|
| /device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
| H A D | mpp_buffer_impl.h | 139 size_t limit; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
| H A D | render_custom_paint.h | 272 void SetMiterLimit(double limit) in SetMiterLimit() argument
|