/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | listformatter.h | 57 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 D | string_segment.cpp | 29 void StringSegment::setOffset(int32_t start) { in setOffset() argument 30 fStart = start; in setOffset()
|
H A D | utf8collationiterator.h | 85 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 D | regexcmp.h | 113 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 D | uitercollationiterator.h | 69 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 D | quant.cpp | 69 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 D | obj.js | 108 const start = stream.position; 128 stream.seek(start + len);
|
H A D | parse.js | 57 // 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 D | retry_operation.js | 120 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 D | write_bmp.c | 43 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 D | random_offline | 98 start=$(date +%s) 137 ((DIFF = $(date +%s) - $start))
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | random_offline | 98 start=$(date +%s) 137 ((DIFF = $(date +%s) - $start))
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/ |
H A D | minimal-http-server-form-post.c | 44 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 D | minimal-http-server-form-post.c | 45 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 D | Bra86.c | 64 goto start;
in X86() 69 start:
in X86()
|
/third_party/node/deps/v8/src/ast/ |
H A D | source-range-ast-visitor.cc | 64 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 D | unwinding-info-win64.h | 51 void RegisterNonABICompliantCodeRange(void* start, size_t size_in_bytes); 52 void UnregisterNonABICompliantCodeRange(void* start);
|
/third_party/node/deps/v8/src/handles/ |
H A D | local-handles.cc | 108 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 D | lp_bld_flow.h | 129 LLVMValueRef start); 169 LLVMValueRef start,
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | arm-xlate.pl | 113 my ($r,$sfx,$start,$end) = @_; 115 join(",",map("$r$_$sfx",($start..$end)));
|
/third_party/python/Lib/multiprocessing/dummy/ |
H A D | __init__.py | 43 def start(self): member in DummyProcess 51 threading.Thread.start(self)
|
/third_party/python/Include/cpython/ |
H A D | pyerrors.h | 46 Py_ssize_t start; member 161 Py_ssize_t start,
|
/third_party/openssl/crypto/perlasm/ |
H A D | arm-xlate.pl | 130 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 D | VertexBuffer9.cpp | 64 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 D | VertexBuffer11.cpp | 102 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
|