/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()
|
H A D | quant.cpp | 69 int32_t start = offset; in matches() local 93 offset = start; in matches()
|
H A D | rbt.cpp | 207 * text is inserted or removed. The start offset moves toward in handleTransliterate() 213 * |eabcd begin - no match, advance start in handleTransliterate() 214 * e|abcd match rule 1 - change text & adjust start in handleTransliterate() 215 * ex|ycd match rule 2 - change text & adjust start in handleTransliterate() 216 * exz|d no match, advance start in handleTransliterate() 230 uint32_t loopLimit = index.limit - index.start; in handleTransliterate() 271 while (index.start < index.limit && in handleTransliterate()
|
H A D | rbt_pars.h | 205 * Set the variable range to [start, end] (inclusive). 206 * @param start the start value of the range. 209 void setVariableRange(int32_t start, int32_t end, UErrorCode& status); 258 * In any case the rule start will be correctly reported. 261 * @param start position of first character of current rule. 262 * @return start position of first character of current rule. 264 int32_t syntaxError(UErrorCode parseErrorCode, const UnicodeString&, int32_t start, 272 * @param pos the position in pattern at which to start parsing.
|
H A D | regexcmp.h | 117 int32_t minMatchLength(int32_t start, 119 int32_t maxMatchLength(int32_t start, 191 // needs to add a SAVE at the start of a (block) 199 // at the start of the most recently processed
|
H A D | string_segment.cpp | 29 void StringSegment::setOffset(int32_t start) { in setOffset() argument 30 fStart = start; in setOffset()
|
H A D | uitercollationiterator.h | 69 state(ITER_CHECK_FWD), start(startIndex), in FCDUIterCollationIterator() 118 * The input text [start..(iter index)[ passes the FCD check. 126 * start & pos are undefined. 130 * The input text [start..limit[ passes the FCD check. 135 * The input text [start..limit[ failed the FCD check and was normalized. 141 * The input text [start..limit[ failed the FCD check and was normalized. 143 * The text iterator is at the start index. 150 int32_t start; member in FCDUIterCollationIterator
|
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
|
/third_party/skia/third_party/externals/icu/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/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | AudioMidiTester.java | 152 public void start() throws IOException { in start() method in AudioMidiTester 161 // schedule an analysis to start in the near future in setEnabled() 169 }.start(); in setEnabled()
|
/third_party/skia/src/pathops/ |
H A D | SkOpAngle.h | 78 void set(SkOpSpanBase* start, SkOpSpanBase* end); 84 SkOpSpanBase* start() const { in start() function in SkOpAngle 122 SkDCurve fOriginalCurvePart; // the curve from start to end 123 SkDCurveSweep fPart; // the curve from start to end offset as needed
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | ClientInlineMemoryTransferService.cpp | 56 void* start = static_cast<uint8_t*>(mStagingData.get()) + offset; variable 57 memcpy(start, deserializePointer, size);
|
/third_party/python/Modules/_decimal/tests/ |
H A D | bench.py | 79 start = time.time() 87 print("time: %fs\n" % (time.time()-start))
|