Home
last modified time | relevance | path

Searched refs:start (Results 2251 - 2275 of 7883) sorted by relevance

1...<<919293949596979899100>>...316

/third_party/rust/crates/clang-sys/src/
H A Dsupport.rs209 let start = output.find("version ")? + 8; in parse_version()
210 let mut numbers = output[start..].split_whitespace().next()?.split('.'); in parse_version()
226 let start = output.find("#include <...> search starts here:")? + 34; in parse_search_paths()
228 let paths = output[start..end].replace("(framework directory)", ""); in parse_search_paths()
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrSegmentAdvanced.java193 int start = 0; in splitIntoSegments()
197 String s = new String(codePoints, start, i - start); in splitIntoSegments()
211 start = i; in splitIntoSegments()
/third_party/protobuf/editors/
H A Dproto.vim72 syn region pbComment start="\/\*" end="\*\/" contains=@pbCommentGrp
73 syn region pbComment start="//" skip="\\$" end="$" keepend contains=@pbCommentGrp
74 syn region pbString start=/"/ skip=/\\./ end=/"/
75 syn region pbString start=/'/ skip=/\\./ end=/'/
/third_party/python/Lib/lib2to3/pgen2/
H A Dconv.py237 start = int(mo.group(1))
238 assert start in self.number2symbol, (lineno, line)
239 self.start = start
/third_party/openssl/crypto/pem/
H A Dpem_info.c93 start: in STACK_OF()
102 goto start; in STACK_OF()
119 goto start; in STACK_OF()
128 goto start; in STACK_OF()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexBuffer.cpp172 GLint start, in storeDynamicAttribute()
202 start, adjustedCount, instances, mWritePosition, in storeDynamicAttribute()
289 GLint start, in storeStaticAttribute()
300 gl::VertexAttribType::InvalidEnum, start, count, in storeStaticAttribute()
167 storeDynamicAttribute( const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, gl::VertexAttribType currentValueType, GLint start, size_t count, GLsizei instances, GLuint baseInstance, unsigned int *outStreamOffset, const uint8_t *sourceData) storeDynamicAttribute() argument
286 storeStaticAttribute(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, GLint start, GLsizei count, GLsizei instances, const uint8_t *sourceData) storeStaticAttribute() argument
/third_party/skia/src/core/
H A DSkDeque.cpp14 char* fBegin; // start of used section in this chunk
18 char* start() { return (char*)(this + 1); } in start() function
19 const char* start() const { return (const char*)(this + 1); } in start() function
86 if (begin < first->start()) { // no more room in this chunk in push_front()
122 last->fBegin = last->start(); in push_back()
284 // reset works by skipping through the spare blocks at the start (or end)
293 // initialize the iterator to start at the front in reset()
300 // initialize the iterator to start at the back in reset()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.cpp59 unsigned int VertexDataManager::writeAttributeData(StreamingVertexBuffer *vertexBuffer, GLint start, GLsizei count, const VertexAttribute &attribute) in writeAttributeData() argument
91 input += inputStride * start; in writeAttributeData()
112 GLenum VertexDataManager::prepareVertexData(GLint start, GLsizei count, TranslatedAttribute *translated, GLsizei instanceId) in prepareVertexData() argument
151 // Instanced vertices do not apply the 'start' offset in prepareVertexData()
152 GLint firstVertexIndex = isInstanced ? instanceId / attrib.mDivisor : start; in prepareVertexData()
/third_party/openssl/
H A De_os.h325 struct timeval start, now; in ossl_sleep() local
328 gettimeofday(&start, NULL); in ossl_sleep()
331 elapsedms = (((now.tv_sec - start.tv_sec) * 1000000) in ossl_sleep()
332 + now.tv_usec - start.tv_usec) / 1000; in ossl_sleep()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dparagraph.cpp63 static void subsetFontRuns(const FontRuns *fontRuns, le_int32 start, le_int32 limit, FontRuns *sub) in subsetFontRuns() argument
65 le_int32 startRun = findRun(fontRuns, start); in subsetFontRuns()
72 le_int32 runLimit = fontRuns->getLimit(run) - start; in subsetFontRuns()
75 runLimit = limit - start; in subsetFontRuns()
H A Dpflow.c91 static void subsetFontRuns(const pl_fontRuns *fontRuns, le_int32 start, le_int32 limit, pl_fontRuns *sub) in subsetFontRuns() argument
93 le_int32 startRun = findFontRun(fontRuns, start); in subsetFontRuns()
101 le_int32 runLimit = pl_getFontRunLimit(fontRuns, run) - start; in subsetFontRuns()
104 runLimit = limit - start; in subsetFontRuns()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTest.cpp298 double start = std::numeric_limits<double>::max(); in OutputResults() member
333 tracker->start = std::min(tracker->start, traceEvent.timestamp); in OutputResults()
343 *totalTime += (tracker->end - tracker->start); in OutputResults()
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcsbits.c238 FT_UInt count, start; in FT_LOCAL_DEF() local
241 start = gindex - ( gindex % FTC_SBIT_ITEMS_PER_NODE ); in FT_LOCAL_DEF()
242 count = total - start; in FT_LOCAL_DEF()
246 FTC_GNode_Init( FTC_GNODE( snode ), start, family ); in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-shape-plan.cc78 /* Make start/end uniform to easier catch bugs. */ in init()
81 if (features[0].start != HB_FEATURE_GLOBAL_START) in init()
82 features[0].start = 1; in init()
146 (this->user_features[i].start == HB_FEATURE_GLOBAL_START && in user_features_match()
148 (other->user_features[i].start == HB_FEATURE_GLOBAL_START && in user_features_match()
/third_party/python/Lib/
H A Dmailcap.py157 start = i
166 return line[start:i].strip(), i
234 start = i
237 name = field[start:i]
/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc246 auto start = now(); in zlib_file() local
250 ctime[run] = std::chrono::duration<double>(now() - start).count(); in zlib_file()
260 start = now(); in zlib_file()
264 utime[run] = std::chrono::duration<double>(now() - start).count(); in zlib_file()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-zero-t32.cc189 int32_t start = masm.GetCursorOffset(); in TestHelper() local
202 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper()
203 VIXL_ASSERT(start < end); in TestHelper()
204 uint32_t result_size = end - start; in TestHelper()
H A Dtest-assembler-cond-rdlow-rnlow-rmlow-t32.cc188 int32_t start = masm.GetCursorOffset(); in TestHelper() local
201 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper()
202 VIXL_ASSERT(start < end); in TestHelper()
203 uint32_t result_size = end - start; in TestHelper()
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource1.js99 var start = +new Date();
102 logger.log(funcDescription + " completed in " + (end - start) + " msec");
238 var start = +new Date();
241 logger.log(funcDescription + " completed in " + (end - start) + " msec");
/third_party/skia/fuzz/
H A DFuzzGradients.cpp182 SkPoint start; in fuzzTwoPointConicalGradient() local
183 fuzz->next(&start.fX, &start.fY); in fuzzTwoPointConicalGradient()
203 p.setShader(SkGradientShader::MakeTwoPointConical(start, startRadius, in fuzzTwoPointConicalGradient()
/third_party/rust/crates/rust-cexpr/tests/
H A Dclang.rs213 let start = clang_getRangeStart(r); in location_in_scope()
216 start, in location_in_scope()
222 clang_Location_isFromMainFile(start) != 0 in location_in_scope()
223 && clang_Location_isInSystemHeader(start) == 0 in location_in_scope()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSharedPtr.cpp399 threadA.start(); in SharedPtr_selfTest()
400 threadB.start(); in SharedPtr_selfTest()
417 threadA.start(); in SharedPtr_selfTest()
418 threadB.start(); in SharedPtr_selfTest()
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidExecService.cpp112 m_start = env->GetMethodID(m_remoteCls, "start", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z"); in TestProcess()
150 void TestProcess::start (const char* name, const char* params, const char* workingDir, const char* caseList) in start() function in tcu::Android::TestProcess
152 DBG_PRINT(("TestProcess::start(%s, %s, %s, ...)", name, params, workingDir)); in start()
270 m_logReader.start(LOG_FILE_NAME); in readTestLog()
363 void ExecService::start (void) in start() function in tcu::Android::ExecService
365 m_thread.start(); in start()
/third_party/vulkan-loader/tests/framework/shim/
H A Dshim_common.cpp40 size_t start = 0; local
50 items.push_back(var.substr(start, len));
52 start = i + 1;
58 items.push_back(var.substr(start, len));
/third_party/ffmpeg/libavcodec/
H A Dflashsv2enc.c77 uint8_t start, len; member
348 buf[buf_pos++] = (b->start); in write_block()
415 for (i = 0; i < b->start; i++) in encode_bgr()
418 for (; i < b->start + b->len; i++) in encode_bgr()
560 for (i = 0; i < b->start; i++) in encode_15_7()
563 for (; i < b->start + b->len; i++) in encode_15_7()
621 b->start = y; in compare_sl()
622 b->len = y + 1 - b->start; in compare_sl()
659 b->start = 0; in encode_all_blocks()
662 b->start in encode_all_blocks()
[all...]

Completed in 17 milliseconds

1...<<919293949596979899100>>...316