/third_party/littlefs/scripts/ |
H A D | stack.py | 147 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 D | scopes.h | 253 // 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 D | incremental-marking.cc | 197 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 D | declarable.h | 48 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 D | pvkfmt.c | 570 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 D | qrcodegen.cpp | 295 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 D | value_parser.rs | 322 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 D | nntplib.py | 826 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.py | 178 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 D | pvkfmt.c | 570 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 D | vktSpvAsmComputeShaderCase.cpp | 425 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 D | vktCustomInstancesDevices.cpp | 285 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 D | LegalizerInfo.cpp | 438 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 D | MCObjectStreamer.cpp | 63 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 D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 579 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 D | genRef.py | 90 """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 D | fuzzerutil_test.cpp | 1541 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 D | MultiDrawTest.cpp | 259 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 D | SkStream.cpp | 155 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 D | SkScan_Hairline.cpp | 223 // 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 D | GrDrawingManager.cpp | 119 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 D | transformation_outline_function.cpp | 195 // 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 D | copy_prop_arrays.cpp | 790 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 D | types.cpp | 56 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 D | transformation_outline_function.cpp | 195 // 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()
|