Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/third_party/node/doc/api/
Dv8.md1152 [Hook Callbacks]: #hook-callbacks
1157 [`DefaultDeserializer`]: #class-v8defaultdeserializer
1158 [`DefaultSerializer`]: #class-v8defaultserializer
1159 [`Deserializer`]: #class-v8deserializer
1165 [`Serializer`]: #class-v8serializer
1166 [`after` callback]: #afterpromise
1168 [`before` callback]: #beforepromise
1170 [`deserializer._readHostObject()`]: #deserializer_readhostobject
1171 [`deserializer.transferArrayBuffer()`]: #deserializertransferarraybufferid-arraybuffer
1172 [`init` callback]: #initpromise-parent
[all …]
/third_party/python/Objects/
Dsliceobject.c114 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New()
172 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices()
204 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_Unpack()
250 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in PySlice_AdjustIndices()
294 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx()
306 PyObject *start, *stop, *step; in slice_new() local
386 PyObject *start=NULL, *stop=NULL, *step=NULL; in _PySlice_GetLongIndices() local
527 PyObject *start, *stop, *step; in slice_indices() local
Drangeobject.c19 PyObject *stop; member
49 PyObject *stop, PyObject *step) in make_range_object()
78 PyObject *start = NULL, *stop = NULL, *step = NULL; in range_from_array() local
180 compute_range_length(PyObject *start, PyObject *stop, PyObject *step) in compute_range_length()
345 PyObject *start = NULL, *stop = NULL, *step = NULL; in compute_slice() local
796 PyObject *start=NULL, *stop=NULL, *step=NULL; in rangeiter_reduce() local
916 fast_range_iter(long start, long stop, long step, long len) in fast_range_iter()
945 PyObject *product, *stop=NULL; in longrangeiter_reduce() local
/third_party/typescript/tests/baselines/reference/
DtypeSatisfaction_ensureInterfaceImpl.js11 stop() { } method
21 stop: function () { } method
/third_party/skia/include/private/
DSkTDArray.h227 const T* stop = fArray + fCount; in find() local
239 const T* stop = fArray; in rfind() local
285 T* stop = fArray + fCount; in deleteAll() local
295 T* stop = fArray + fCount; in freeAll() local
305 T* stop = fArray + fCount; in unrefAll() local
315 T* stop = fArray + fCount; in safeUnrefAll() local
/third_party/protobuf/objectivec/
DGPBArray.m409 …d)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block {
414 … usingBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block {
659 …)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(uint32_t value, NSUInteger idx, BOOL *stop))block {
664 … usingBlock:(void (NS_NOESCAPE ^)(uint32_t value, NSUInteger idx, BOOL *stop))block {
909 …d)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int64_t value, NSUInteger idx, BOOL *stop))block {
914 … usingBlock:(void (NS_NOESCAPE ^)(int64_t value, NSUInteger idx, BOOL *stop))block {
1159 …)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(uint64_t value, NSUInteger idx, BOOL *stop))block {
1164 … usingBlock:(void (NS_NOESCAPE ^)(uint64_t value, NSUInteger idx, BOOL *stop))block {
1409 …oid)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(float value, NSUInteger idx, BOOL *stop))block {
1414 … usingBlock:(void (NS_NOESCAPE ^)(float value, NSUInteger idx, BOOL *stop))block {
[all …]
DGPBDictionary.m1511 (void (NS_NOESCAPE ^)(uint32_t key, uint32_t value, BOOL *stop))block {
1694 (void (NS_NOESCAPE ^)(uint32_t key, int32_t value, BOOL *stop))block {
1877 (void (NS_NOESCAPE ^)(uint32_t key, uint64_t value, BOOL *stop))block {
2060 (void (NS_NOESCAPE ^)(uint32_t key, int64_t value, BOOL *stop))block {
2243 (void (NS_NOESCAPE ^)(uint32_t key, BOOL value, BOOL *stop))block {
2426 (void (NS_NOESCAPE ^)(uint32_t key, float value, BOOL *stop))block {
2609 (void (NS_NOESCAPE ^)(uint32_t key, double value, BOOL *stop))block {
2805 (void (NS_NOESCAPE ^)(uint32_t key, int32_t value, BOOL *stop))block {
2910 (void (NS_NOESCAPE ^)(uint32_t key, int32_t value, BOOL *stop))block {
3048 (void (NS_NOESCAPE ^)(uint32_t key, id object, BOOL *stop))block {
[all …]
/third_party/python/Include/
Dsliceobject.h24 PyObject *start, *stop, *step; /* not NULL */ member
50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
/third_party/python/Lib/turtledemo/
Dround_dance.py27 def stop(): function
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_rendering.c105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned … in Gradient()
219 const int start = 16, stop = 235, range = stop - start; in main() local
236 const int start = 16, stop = 240, range = stop - start; in main() local
/third_party/skia/src/core/
DSkRegion_path.cpp207 const SkRegion::RunType* stop = (const SkRegion::RunType*)fCurrScanline; in computeRunCount() local
228 const Scanline* stop = fCurrScanline; in copyToRgn() local
419 static void find_link(Edge* base, Edge* stop) { in find_link() argument
461 static int extract_path(Edge* edge, Edge* stop, SkPath* path) { in extract_path()
526 Edge* stop = start + count; in getBoundaryPath() local
DSkStrokerPriv.cpp16 const SkPoint& stop, SkPath*) { in ButtCapper()
21 const SkPoint& stop, SkPath*) { in RoundCapper()
32 const SkPoint& stop, SkPath* otherPath) { in SquareCapper()
/third_party/python/Lib/test/
Dtest_range.py10 def pyrange(start, stop, step): argument
19 def pyrange_reversed(start, stop, step): argument
539 def check(start, stop, step=None): argument
676 def assert_attrs(self, rangeobj, start, stop, step): argument
/third_party/skia/src/effects/
DSkTrimPathEffect.cpp18 static size_t add_segments(const SkPath& src, SkScalar start, SkScalar stop, SkPath* dst, in add_segments()
109 stop = buffer.readScalar(); in CreateProc() local
/third_party/python/Lib/multiprocessing/
Dresource_sharer.py90 def stop(self, timeout=None): member in _ResourceSharer
154 stop = _resource_sharer.stop variable
/third_party/node/test/parallel/
Dtest-promise-hook-exceptions.js29 const stop = promiseHooks.onInit(common.mustCall(2)); constant
Dtest-promise-hook-on-before.js16 const stop = promiseHooks.onBefore(common.mustCall((promise) => { constant
Dtest-promise-hook-on-after.js16 const stop = promiseHooks.onAfter(common.mustCall((promise) => { constant
Dtest-promise-hook-on-resolve.js16 const stop = promiseHooks.onSettled(common.mustCall((promise) => { constant
Dtest-promise-hook-on-init.js17 const stop = promiseHooks.onInit(common.mustCall((promise, parent) => { constant
/third_party/libunwind/libunwind/src/unwind/
DForcedUnwind.c30 _Unwind_Stop_Fn stop, void *stop_parameter) in _Unwind_ForcedUnwind()
/third_party/skia/third_party/externals/angle2/util/
DTimer.cpp22 void Timer::stop() in stop() function in Timer
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
Dprivate.h5 void (*stop)(void); member
/third_party/node/lib/internal/
Dwatchdog.js41 stop() { method in SigintWatchdog
/third_party/skia/src/utils/
DSkUTF.cpp53 const char* stop = utf8 + byteLength; in CountUTF8() local
76 const uint16_t* stop = src + (byteLength >> 1); in CountUTF16() local
103 const uint32_t* stop = ptr + (byteLength >> 2); in CountUTF32() local

12345678910>>...14