Home
last modified time | relevance | path

Searched refs:end (Results 15776 - 15800 of 24324) sorted by relevance

1...<<631632633634635636637638639640>>...973

/third_party/littlefs/scripts/
H A Dstack.py147 k, rest = m_.group(1), rest[m_.end(0):]
158 v, rest = m_.group(1) or m_.group(2), rest[m_.end(0):]
504 end='')
510 end='')
/third_party/node/deps/v8/src/ast/
H A Dscopes.h253 // declared, the addition introduced a new unresolved variable which may end
312 // end position: end position of last token of 'stmt'
316 // end position: end position of '}'
320 // end position: end position of '}'
324 // end position: end position of ')'
328 // end positio
[all...]
/third_party/node/deps/v8/src/heap/
H A Dincremental-marking.cc197 FullObjectSlot start, FullObjectSlot end) override {
198 for (FullObjectSlot p = start; p < end; ++p) {
432 double end = heap_->MonotonicallyIncreasingTimeInMs(); in FinalizeIncrementally() local
433 double delta = end - start; in FinalizeIncrementally()
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.h48 namespace_qualification.end()), in DropFirstNamespaceQualification()
585 if (it != specializations_.end()) return it->second; in GetSpecialization()
591 iterator end() const { return specializations_.end(); } in end() function in v8::internal::torque::GenericDeclarable
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpvkfmt.c570 goto end; in do_i2b()
575 goto end; in do_i2b()
582 goto end; in do_i2b()
605 end: in do_i2b()
/third_party/qrcodegen/cpp/
H A Dqrcodegen.cpp295 bb.insert(bb.end(), seg.getData().begin(), seg.getData().end()); in encodeSegments()
518 dat.insert(dat.end(), ecc.cbegin(), ecc.cend()); in addEccAndInterleave()
775 std::copy_backward(runHistory.cbegin(), runHistory.cend() - 1, runHistory.end()); in finderPenaltyAddHistory()
/third_party/rust/crates/clap/src/builder/
H A Dvalue_parser.rs322 let inner = RangedI64ValueParser::<i64>::new().range(value.start..value.end); in from()
352 let inner = RangedI64ValueParser::<i64>::new().range(value.start()..=value.end()); in from()
412 let inner = RangedI64ValueParser::<i64>::new().range(..value.end); in from()
442 let inner = RangedI64ValueParser::<i64>::new().range(..=value.end); in from()
1289 let end = match range.end_bound() { in range()
1310 self.bounds = (start, end); in range()
1487 let end = match range.end_bound() { in range()
1508 self.bounds = (start, end); in range()
2128 let end: i64 = u8::MAX.into(); in value_parser()
2129 RangedI64ValueParser::new().range(start..=end) in value_parser()
[all...]
/third_party/python/Lib/
H A Dnntplib.py826 def xover(self, start, end, *, file=None):
829 - end: end of range
835 resp, lines = self._longcmdstring('XOVER {0}-{1}'.format(start, end),
846 - or a (start, end) tuple, indicating a range of article numbers;
847 if end is None, information up to the newest message will be
859 start, end = message_spec
860 cmd += ' {0}-{1}'.format(start, end or '')
/third_party/python/Lib/re/
H A D_compiler.py178 emit(FAILURE) # end of branch
596 def dis_(start, end):
602 end=' '*(level-1))
606 print(end=' '*(offset_width + 2*level))
612 while i < end:
/third_party/openssl/crypto/pem/
H A Dpvkfmt.c570 goto end; in do_i2b()
575 goto end; in do_i2b()
582 goto end; in do_i2b()
605 end: in do_i2b()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp425 const bool allowSpirv14 = (std::find(extensions.begin(), extensions.end(), "VK_KHR_spirv_1_4") != extensions.end()); in initPrograms()
426 const bool allowMaintenance4 = (std::find(extensions.begin(), extensions.end(), "VK_KHR_maintenance4") != extensions.end()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp285 enabledLayersStr = vector<string>(begin(enabledLayers), end(enabledLayers)); in createCustomInstanceWithExtensions()
326 const vector<string> usedExtensionsVec(begin(usedExtensions), end(usedExtensions)); in createCustomInstanceWithExtensions()
360 if (std::find_if(begin(actualExtensions), end(actualExtensions), [](const char* name) { return (strcmp(name, kDebugReportExt) == 0); }) in addDebugReportExt()
361 == end(actualExtensions)) in addDebugReportExt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp438 assert(!llvm::empty(Opcodes) && Opcodes.begin() + 1 != Opcodes.end() && in getActionDefinitionsBuilder()
441 for (auto I = Opcodes.begin() + 1, E = Opcodes.end(); I != E; ++I) in getActionDefinitionsBuilder()
628 AddrSpace2PointerActions[OpcodeIdx].end()) { in findScalarLegalAction()
673 if (i == NumElements2Actions[OpcodeIdx].end()) { in findVectorLegalAction()
742 // end up not needing to link against the GlobalISel library.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCObjectStreamer.cpp63 PendingLabelSections.end(), CurSection); in addPendingLabel()
64 if (SecIt == PendingLabelSections.end()) in addPendingLabel()
426 IF->getContents().append(Code.begin(), Code.end()); in EmitInstToFragment()
574 DF->getContents().append(Data.begin(), Data.end()); in EmitBytes()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp579 target_iterator != targets.end(); target_iterator++) in iterate()
890 find(expected_int_values.begin(), expected_int_values.end(), int_value); in iterate()
892 if (expected_value_it == expected_int_values.end()) in iterate()
897 it != expected_int_values.end(); ++it) in iterate()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DgenRef.py90 """Print footer material at the end of each refpage on open file fp.
312 """Generate end boilerplate of a reference page.
470 lines = remapIncludes(file[pi.body:pi.end + 1], baseDir, specDir)
479 descText = ''.join(file[pi.begin:pi.end + 1])
585 logWarn('autoGenFlagsPage:', pageName, 'does not end in "Flags{author ID}". Cannot infer FlagBits type.')
818 print(head.getvalue(), file=fp, end='')
819 print(body.getvalue(), file=fp, end='')
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzerutil_test.cpp1541 ASSERT_TRUE(std::find(signed_int_ids.begin(), signed_int_ids.end(), in TEST()
1542 maybe_signed_int_id) != signed_int_ids.end()); in TEST()
1548 ASSERT_TRUE(std::find(float_ids.begin(), float_ids.end(), maybe_float_id) == in TEST()
1549 float_ids.end()); in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiDrawTest.cpp259 mVertices.insert(mVertices.end(), v.begin(), v.end()); in SetupBuffers()
264 mNonIndexedVertices.insert(mNonIndexedVertices.end(), vs[i].begin(), in SetupBuffers()
265 vs[i].end()); in SetupBuffers()
/third_party/skia/src/core/
H A DSkStream.cpp155 SkFILEStream::SkFILEStream(std::shared_ptr<FILE> file, size_t end, size_t start, size_t current) in SkFILEStream() argument
157 , fEnd(end) in SkFILEStream()
165 SkFILEStream::SkFILEStream(std::shared_ptr<FILE> file, size_t end, size_t start) in SkFILEStream() argument
166 : SkFILEStream(std::move(file), end, start, start) in SkFILEStream()
H A DSkScan_Hairline.cpp223 // line connecting the start and end ([0] and [2])
444 /* quadratics approach the line connecting their start and end points
458 account for a round or square cap. If there's no distance between the end point and
480 do { // If the end point and control points are equal, loop to move them in tandem.
571 SkPathPriv::RangeIter end = SkPathPriv::Iterate(path).end();
579 while (iter != end) {
582 SkPath::Verb nextVerb = (iter != end) ? (SkPath::Verb)iter.peekVerb() : SkPath::kDone_Verb;
/third_party/skia/src/gpu/
H A DGrDrawingManager.cpp119 bool allUnused = std::all_of(proxies.begin(), proxies.end(), [&](GrSurfaceProxy* proxy) { in flush()
120 bool used = std::any_of(fDAG.begin(), fDAG.end(), [&](auto& task) { in flush()
298 // For Vulkan, if we have too many oplists to be flushed we end up allocating a lot of resources in executeRenderTasks()
433 SkSpan<sk_sp<GrRenderTask>> nextTasks{fDAG.end() - remaining, remaining}; in reorderTasks()
552 int n = std::find(fOnFlushCBObjects.begin(), fOnFlushCBObjects.end(), cb) - in testingOnly_removeOnFlushCallbackObject()
617 // end of the single opsTask but referred to a far earlier RT need to appear in their in createDDLTask()
693 // end of the single opsTask but referred to a far earlier RT need to appear in their in closeActiveOpsTask()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_outline_function.cpp195 // block containing the call to the outlined function will end up heading in IsApplicable()
353 // containing the outlined region. This block needs to end with whatever in Apply()
356 // the block if there is one, so that we can append them to the end of the in Apply()
810 block_it != enclosing_function->end();) { in PopulateOutlinedFunction()
856 inst_it != outlined_region_exit_block->end();) { in PopulateOutlinedFunction()
919 block_it != enclosing_function->end();) { in ShrinkOriginalRegion()
928 "Outlined region must not end with a merge block"); in ShrinkOriginalRegion()
930 "Outlined region must not end with a continue target"); in ShrinkOriginalRegion()
952 inst_it != original_region_entry_block->end();) { in ShrinkOriginalRegion()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcopy_prop_arrays.cpp790 access_chain_.insert(access_chain_.end(), access_chain.begin(),
791 access_chain.end());
823 iterator begin, iterator end)
824 : variable_inst_(var_inst), access_chain_(begin, end) {}
H A Dtypes.cpp56 std::sort(a_ptrs.begin(), a_ptrs.end(), cmp); in CompareTwoVectors()
57 std::sort(b_ptrs.begin(), b_ptrs.end(), cmp); in CompareTwoVectors()
429 words->insert(words->end(), length_info_.words.begin(), in GetExtraHashWords()
430 length_info_.words.end()); in GetExtraHashWords()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_outline_function.cpp195 // block containing the call to the outlined function will end up heading in IsApplicable()
353 // containing the outlined region. This block needs to end with whatever in Apply()
356 // the block if there is one, so that we can append them to the end of the in Apply()
810 block_it != enclosing_function->end();) { in PopulateOutlinedFunction()
856 inst_it != outlined_region_exit_block->end();) { in PopulateOutlinedFunction()
919 block_it != enclosing_function->end();) { in ShrinkOriginalRegion()
928 "Outlined region must not end with a merge block"); in ShrinkOriginalRegion()
930 "Outlined region must not end with a continue target"); in ShrinkOriginalRegion()
952 inst_it != original_region_entry_block->end();) { in ShrinkOriginalRegion()

Completed in 46 milliseconds

1...<<631632633634635636637638639640>>...973