Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 25 of 1738) sorted by relevance

12345678910>>...70

/third_party/node/deps/npm/node_modules/call-limit/
DREADME.md25 const limit = require('call-limit')
34 it completes, or `call-limit` won't know to dequeue the next thing to run.
39 ### limit.promise(func, maxRunning) → limitedFunc
49 ### limit.method(class, methodName, maxRunning)
57 ### limit.method(object, methodName, maxRunning)
68 ### limit.promise.method(class, methodName, maxRunning)
76 ### limit.promise.method(object, methodName, maxRunning)
/third_party/freetype/src/gxvalid/
Dgxvjust.c89 FT_Bytes limit, in gxv_just_wdp_entry_validate()
132 FT_Bytes limit, in gxv_just_wdc_entry_validate()
154 FT_Bytes limit, in gxv_just_widthDeltaClusters_validate()
181 FT_Bytes limit, in gxv_just_actSubrecord_type0_validate()
229 FT_Bytes limit, in gxv_just_actSubrecord_type1_validate()
247 FT_Bytes limit, in gxv_just_actSubrecord_type2_validate()
278 FT_Bytes limit, in gxv_just_actSubrecord_type4_validate()
315 FT_Bytes limit, in gxv_just_actSubrecord_type5_validate()
339 FT_Bytes limit, in gxv_just_actSubrecord_validate()
382 FT_Bytes limit, in gxv_just_pcActionRecord_validate()
[all …]
Dgxvbsln.c131 FT_Bytes limit; in gxv_bsln_LookupFmt4_transit() local
151 FT_Bytes limit, in gxv_bsln_parts_fmt0_validate()
170 FT_Bytes limit, in gxv_bsln_parts_fmt1_validate()
195 FT_Bytes limit, in gxv_bsln_parts_fmt2_validate()
239 FT_Bytes limit, in gxv_bsln_parts_fmt3_validate()
282 FT_Bytes limit = 0; in gxv_bsln_validate() local
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvjust.c89 FT_Bytes limit, in gxv_just_wdp_entry_validate()
132 FT_Bytes limit, in gxv_just_wdc_entry_validate()
154 FT_Bytes limit, in gxv_just_widthDeltaClusters_validate()
181 FT_Bytes limit, in gxv_just_actSubrecord_type0_validate()
230 FT_Bytes limit, in gxv_just_actSubrecord_type1_validate()
248 FT_Bytes limit, in gxv_just_actSubrecord_type2_validate()
279 FT_Bytes limit, in gxv_just_actSubrecord_type4_validate()
316 FT_Bytes limit, in gxv_just_actSubrecord_type5_validate()
340 FT_Bytes limit, in gxv_just_actSubrecord_validate()
383 FT_Bytes limit, in gxv_just_pcActionRecord_validate()
[all …]
Dgxvbsln.c131 FT_Bytes limit; in gxv_bsln_LookupFmt4_transit() local
151 FT_Bytes limit, in gxv_bsln_parts_fmt0_validate()
170 FT_Bytes limit, in gxv_bsln_parts_fmt1_validate()
195 FT_Bytes limit, in gxv_bsln_parts_fmt2_validate()
239 FT_Bytes limit, in gxv_bsln_parts_fmt3_validate()
282 FT_Bytes limit = 0; in gxv_bsln_validate() local
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvjust.c89 FT_Bytes limit, in gxv_just_wdp_entry_validate()
132 FT_Bytes limit, in gxv_just_wdc_entry_validate()
154 FT_Bytes limit, in gxv_just_widthDeltaClusters_validate()
181 FT_Bytes limit, in gxv_just_actSubrecord_type0_validate()
229 FT_Bytes limit, in gxv_just_actSubrecord_type1_validate()
247 FT_Bytes limit, in gxv_just_actSubrecord_type2_validate()
278 FT_Bytes limit, in gxv_just_actSubrecord_type4_validate()
315 FT_Bytes limit, in gxv_just_actSubrecord_type5_validate()
339 FT_Bytes limit, in gxv_just_actSubrecord_validate()
382 FT_Bytes limit, in gxv_just_pcActionRecord_validate()
[all …]
Dgxvbsln.c131 FT_Bytes limit; in gxv_bsln_LookupFmt4_transit() local
151 FT_Bytes limit, in gxv_bsln_parts_fmt0_validate()
170 FT_Bytes limit, in gxv_bsln_parts_fmt1_validate()
195 FT_Bytes limit, in gxv_bsln_parts_fmt2_validate()
239 FT_Bytes limit, in gxv_bsln_parts_fmt3_validate()
282 FT_Bytes limit = 0; in gxv_bsln_validate() local
/third_party/python/Lib/
Dtraceback.py45 def print_tb(tb, limit=None, file=None): argument
55 def format_tb(tb, limit=None): argument
59 def extract_tb(tb, limit=None): argument
104 def print_exception(exc, /, value=_sentinel, tb=_sentinel, limit=None, \ argument
124 def format_exception(exc, /, value=_sentinel, tb=_sentinel, limit=None, \ argument
177 def print_exc(limit=None, file=None, chain=True): argument
181 def format_exc(limit=None, chain=True): argument
185 def print_last(limit=None, file=None, chain=True): argument
197 def print_stack(f=None, limit=None, file=None): argument
209 def format_stack(f=None, limit=None): argument
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieTest.java52 SetRange(int start, int limit, int value, boolean overwrite) in SetRange()
60 int start, limit; field in TrieTest.SetRange
72 CheckRange(int limit, int value) in CheckRange()
78 int limit; field in TrieTest.CheckRange
94 int limit = start + 0x400; in getFoldedValue() local
154 int limit = s.length(); in _testTrieIteration() local
209 int limit = setRanges[i].limit; in _testTrieRanges() local
227 int limit = checkRanges[i].limit; in _testTrieRanges() local
248 int limit = checkRanges[i].limit; in _testTrieRanges() local
272 int limit = checkRanges[i].limit; in _testTrieRanges() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrieTest.java55 SetRange(int start, int limit, int value, boolean overwrite) in SetRange()
63 int start, limit; field in TrieTest.SetRange
75 CheckRange(int limit, int value) in CheckRange()
81 int limit; field in TrieTest.CheckRange
97 int limit = start + 0x400; in getFoldedValue() local
157 int limit = s.length(); in _testTrieIteration() local
212 int limit = setRanges[i].limit; in _testTrieRanges() local
230 int limit = checkRanges[i].limit; in _testTrieRanges() local
251 int limit = checkRanges[i].limit; in _testTrieRanges() local
275 int limit = checkRanges[i].limit; in _testTrieRanges() local
/third_party/mindspore/mindspore/core/ops/
Drange.cc39 void Range::set_limit(const int64_t limit) { (void)this->AddAttr(kLimit, MakeValue(limit)); } in set_limit()
53 void Range::Init(const int64_t d_type, const int64_t start, const int64_t limit, const int64_t delt… in Init()
77 auto limit = *reinterpret_cast<int *>(limit_tensor->data_c()); in RangeInfer() local
85 auto limit = *reinterpret_cast<float *>(limit_tensor->data_c()); in RangeInfer() local
96 int64_t limit = GetValue<int64_t>(primitive->GetAttr(kLimit)); in RangeInfer() local
/third_party/optimized-routines/math/test/rtest/
Drandom.c60 static uint32 random_upto_makemask(uint32 limit) { in random_upto_makemask()
69 static uint32 random_upto_internal(uint32 limit, uint32 mask) { in random_upto_internal()
77 uint32 random_upto(uint32 limit) { in random_upto()
82 uint32 random_upto_biased(uint32 limit, int bias) { in random_upto_biased()
/third_party/boost/boost/coroutine/posix/
Dprotected_stack_allocator.hpp61 void * limit = ::mmap( 0, size_, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1, 0); in allocate() local
63 … void * limit = ::mmap( 0, size_, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in allocate() local
91 void * limit = static_cast< char * >( ctx.sp) - ctx.size; in deallocate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cLimitsTests.cpp237 const Limit<GLint>& limit = intLimits[idx]; in init() local
243 const Limit<GLint64>& limit = int64Limits[idx]; in init() local
249 const Limit<GLuint64>& limit = uint64Limits[idx]; in init() local
255 const Limit<GLfloat>& limit = floatLimits[idx]; in init() local
261 const Limit<tcu::IVec3>& limit = ivec3Limits[idx]; in init() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPatternProps.java108 int limit=s.length(); in trimWhiteSpace() local
131 int limit = s.length(); in trimSpaceChar() local
151 int limit=s.length(); in isIdentifier() local
170 public static boolean isIdentifier(CharSequence s, int start, int limit) { in isIdentifier()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DReplaceableString.java66 public String substring(int start, int limit) { in substring()
140 public void replace(int start, int limit, String text) { in replace()
157 public void replace(int start, int limit, char[] chars, in replace()
178 public void copy(int start, int limit, int dest) { in copy()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DReplaceableString.java70 public String substring(int start, int limit) { in substring()
149 public void replace(int start, int limit, String text) { in replace()
167 public void replace(int start, int limit, char[] chars, in replace()
189 public void copy(int start, int limit, int dest) { in copy()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUCharacterNameIterator.java144 public void setRange(int start, int limit) in setRange()
236 private boolean iterateSingleGroup(ValueIterator.Element result, int limit) in iterateSingleGroup()
272 private boolean iterateGroup(ValueIterator.Element result, int limit) in iterateGroup()
328 int limit) in iterateExtended()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacterNameIterator.java144 public void setRange(int start, int limit) in setRange()
236 private boolean iterateSingleGroup(ValueIterator.Element result, int limit) in iterateSingleGroup()
272 private boolean iterateGroup(ValueIterator.Element result, int limit) in iterateGroup()
328 int limit) in iterateExtended()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsconv.c84 FT_Byte* limit, in PS_Conv_Strtol()
162 FT_Byte* limit ) in PS_Conv_ToInt()
196 FT_Byte* limit, in PS_Conv_ToFixed()
465 FT_Byte* limit, in PS_Conv_ASCIIHexDecode()
558 FT_Byte* limit, in PS_Conv_EexecDecode()
/third_party/freetype/src/psaux/
Dpsconv.c84 FT_Byte* limit, in PS_Conv_Strtol()
162 FT_Byte* limit ) in PS_Conv_ToInt()
196 FT_Byte* limit, in PS_Conv_ToFixed()
465 FT_Byte* limit, in PS_Conv_ASCIIHexDecode()
558 FT_Byte* limit, in PS_Conv_EexecDecode()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_peephole_select.c64 unsigned limit, bool indirect_load_ok, in block_check_for_allowed_instrs()
270 nir_opt_collapse_if(nir_if *if_stmt, nir_shader *shader, unsigned limit, in nir_opt_collapse_if()
374 unsigned limit, bool indirect_load_ok, in nir_opt_peephole_select_block()
488 nir_opt_peephole_select_impl(nir_function_impl *impl, unsigned limit, in nir_opt_peephole_select_impl()
510 nir_opt_peephole_select(nir_shader *shader, unsigned limit, in nir_opt_peephole_select()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsconv.c85 FT_Byte* limit, in PS_Conv_Strtol()
163 FT_Byte* limit ) in PS_Conv_ToInt()
197 FT_Byte* limit, in PS_Conv_ToFixed()
466 FT_Byte* limit, in PS_Conv_ASCIIHexDecode()
559 FT_Byte* limit, in PS_Conv_EexecDecode()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java158 public static boolean isValidUtf8(byte[] bytes, int index, int limit) { in isValidUtf8()
175 public static int partialIsValidUtf8(int state, byte[] bytes, int index, int limit) { in partialIsValidUtf8()
193 private static int incompleteStateFor(byte[] bytes, int index, int limit) { in incompleteStateFor()
319 static int partialIsValidUtf8(int state, ByteBuffer buffer, int index, int limit) { in partialIsValidUtf8()
368 private static int estimateConsecutiveAscii(ByteBuffer buffer, int index, int limit) { in estimateConsecutiveAscii()
389 final boolean isValidUtf8(byte[] bytes, int index, int limit) { in isValidUtf8()
406 abstract int partialIsValidUtf8(int state, byte[] bytes, int index, int limit); in partialIsValidUtf8()
416 final boolean isValidUtf8(ByteBuffer buffer, int index, int limit) { in isValidUtf8()
427 final int state, final ByteBuffer buffer, int index, final int limit) { in partialIsValidUtf8()
439 final int state, final ByteBuffer buffer, int index, final int limit); in partialIsValidUtf8Direct()
[all …]
DArrayDecoders.java236 Schema schema, byte[] data, int position, int limit, Registers registers) throws IOException { in decodeMessageField()
255 Schema schema, byte[] data, int position, int limit, int endGroup, Registers registers) in decodeGroupField()
271 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeVarint32List()
288 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeVarint64List()
305 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeFixed32List()
322 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeFixed64List()
339 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeFloatList()
356 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeDoubleList()
373 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeBoolList()
390 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeSInt32List()
[all …]

12345678910>>...70