/third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/ |
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/icu-small/source/i18n/ |
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/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SafeStackColoring.h | 31 /// defined as instructions that may start or end an alloca's lifetime. These 33 /// * lifetime.start and lifetime.end intrinsics 62 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } in AddRange() 95 /// The set of allocas that have at least one lifetime.start. All other
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | base_printer.py | 20 If a group is specified: returns the column of the start of the group. 21 If no group, but a match is specified: returns the column of the start of 29 return message_context.match.start(message_context.group) 30 return message_context.match.start()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTcpIpLink.hpp | 77 void start (void); 100 void start (void);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | brktrans.cpp | 101 bi->preceding(offsets.start); in handleTransliterate() 143 offsets.start = isIncremental ? lastBoundary + delta : offsets.limit; in handleTransliterate()
|