Home
last modified time | relevance | path

Searched refs:start (Results 6776 - 6800 of 21305) sorted by relevance

1...<<271272273274275276277278279280>>...853

/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dlistformatter.h57 ListFormatData(const UnicodeString& two, const UnicodeString& start, const UnicodeString& middle, const UnicodeString& end, in ListFormatData()
59 twoPattern(two), startPattern(start), middlePattern(middle), endPattern(end), locale(loc) {} in ListFormatData()
76 * The fields are returned from start to end. The special field category
/third_party/node/deps/icu-small/source/i18n/
H A Dstring_segment.cpp29 void StringSegment::setOffset(int32_t start) { in setOffset() argument
30 fStart = start; in setOffset()
H A Dutf8collationiterator.h85 state(CHECK_FWD), start(p), in FCDUTF8CollationIterator()
139 * The input text [start..pos[ passes the FCD check.
147 * start is undefined.
151 * The input text [start..limit[ passes the FCD check.
156 * The input text [start..limit[ failed the FCD check and was normalized.
164 int32_t start; member in FCDUTF8CollationIterator
H A Dregexcmp.h113 int32_t minMatchLength(int32_t start,
115 int32_t maxMatchLength(int32_t start,
181 // needs to add a SAVE at the start of a (block)
189 // at the start of the most recently processed
H A Duitercollationiterator.h69 state(ITER_CHECK_FWD), start(startIndex), in FCDUIterCollationIterator()
119 * The input text [start..(iter index)[ passes the FCD check.
127 * start & pos are undefined.
131 * The input text [start..limit[ passes the FCD check.
136 * The input text [start..limit[ failed the FCD check and was normalized.
142 * The input text [start..limit[ failed the FCD check and was normalized.
144 * The text iterator is at the start index.
151 int32_t start; member in FCDUIterCollationIterator
H A Dquant.cpp69 int32_t start = offset; in matches() local
93 offset = start; in matches()
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/
H A Dobj.js108 const start = stream.position;
128 stream.seek(start + len);
H A Dparse.js57 // Parse the time string into matches - captured groups start at index 1
110 const start = 1;
113 for (let i = start; i < end; ++i) {
/third_party/node/deps/npm/node_modules/retry/lib/
H A Dretry_operation.js120 RetryOperation.prototype.start = function(fn) {
121 console.log('Using RetryOperation.start() is deprecated');
125 RetryOperation.prototype.start = RetryOperation.prototype.try;
/third_party/libdrm/tests/etnaviv/
H A Dwrite_bmp.c43 unsigned int start; member
73 .start = sizeof(struct bmp_header) + sizeof(struct dib_header), in bmp_header_write()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Drandom_offline98 start=$(date +%s)
137 ((DIFF = $(date +%s) - $start))
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Drandom_offline98 start=$(date +%s)
137 ((DIFF = $(date +%s) - $start))
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
H A Dminimal-http-server-form-post.c44 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], *start = &buf[LWS_PRE], in callback_http() local
45 *p = start, *end = &buf[sizeof(buf) - 1]; in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/
H A Dminimal-http-server-form-post.c45 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], *start = &buf[LWS_PRE], in callback_http() local
46 *p = start, *end = &buf[sizeof(buf) - 1]; in callback_http()
/third_party/lzma/C/
H A DBra86.c64 goto start; in X86()
69 start: in X86()
/third_party/node/deps/v8/src/ast/
H A Dsource-range-ast-visitor.cc64 if (continuation_positions_.find(continuation.start) != in VisitNode()
68 continuation_positions_.emplace(continuation.start); in VisitNode()
/third_party/node/deps/v8/src/diagnostics/
H A Dunwinding-info-win64.h51 void RegisterNonABICompliantCodeRange(void* start, size_t size_in_bytes);
52 void UnregisterNonABICompliantCodeRange(void* start);
/third_party/node/deps/v8/src/handles/
H A Dlocal-handles.cc108 void LocalHandles::ZapRange(Address* start, Address* end) { in ZapRange() argument
109 HandleScope::ZapRange(start, end); in ZapRange()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h129 LLVMValueRef start);
169 LLVMValueRef start,
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Darm-xlate.pl113 my ($r,$sfx,$start,$end) = @_;
115 join(",",map("$r$_$sfx",($start..$end)));
/third_party/python/Lib/multiprocessing/dummy/
H A D__init__.py43 def start(self): member in DummyProcess
51 threading.Thread.start(self)
/third_party/python/Include/cpython/
H A Dpyerrors.h46 Py_ssize_t start; member
161 Py_ssize_t start,
/third_party/openssl/crypto/perlasm/
H A Darm-xlate.pl130 my ($r,$sfx,$start,$end) = @_;
132 join(",",map("$r$_$sfx",($start..$end)));
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp64 GLint start, in storeVertexAttributes()
91 input += inputStride * start; in storeVertexAttributes()
60 storeVertexAttributes(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, gl::VertexAttribType currentValueType, GLint start, size_t count, GLsizei instances, unsigned int offset, const uint8_t *sourceData) storeVertexAttributes() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DVertexBuffer11.cpp102 GLint start, in storeVertexAttributes()
121 input += inputStride * start; in storeVertexAttributes()
98 storeVertexAttributes(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, gl::VertexAttribType currentValueType, GLint start, size_t count, GLsizei instances, unsigned int offset, const uint8_t *sourceData) storeVertexAttributes() argument

Completed in 16 milliseconds

1...<<271272273274275276277278279280>>...853