Home
last modified time | relevance | path

Searched defs:end (Results 9976 – 10000 of 239163) sorted by relevance

1...<<391392393394395396397398399400>>...9567

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DCXXInheritance.h193 paths_iterator end() { return Paths.end(); } in end() function
195 const_paths_iterator end() const { return Paths.end(); } in end() function
294 iterator end() { return Overrides.end(); } in end() function
295 const_iterator end() const { return Overrides.end(); } in end() function
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/utils/
H A DSVInterval.java45 private final int end; field in SVInterval
50 public SVInterval( final int contig, final int start, final int end ) { in SVInterval()
56 void accept(final int contig, final int start, final int end); in accept()
85 …public SVInterval( final int contig, final int start, final int end, final SVIntervalConstructorAr… in SVInterval()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/filters/
H A DReadFilterUnitTest.java43 public void testTest(GATKRead read, boolean start, boolean end){ in testTest()
45 Assert.assertEquals(endOk.test(read), end); in testTest() local
49 public void testNegate(GATKRead read, boolean start, boolean end){ in testNegate()
51 Assert.assertEquals(endOk.negate().test(read), !end); in testNegate() local
/dports/sysutils/krename/krename-5.0.1/src/
H A Dmodeltest.cpp456 void ModelTest::rowsAboutToBeInserted(const QModelIndex &parent, int start, int end) in rowsAboutToBeInserted()
472 void ModelTest::rowsInserted(const QModelIndex &parent, int start, int end) in rowsInserted()
494 void ModelTest::rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) in rowsAboutToBeRemoved()
509 void ModelTest::rowsRemoved(const QModelIndex &parent, int start, int end) in rowsRemoved()
/dports/lang/gcc9-aux/gcc-9.1.0/libgomp/
H A Diter.c152 long start, end, chunk, left; in gomp_iter_dynamic_next_locked() local
188 long start, end, nend, chunk, incr; in gomp_iter_dynamic_next() local
268 long start, end; in gomp_iter_guided_next_locked() local
301 long start, end, nend, incr; in gomp_iter_guided_next() local
H A Diter_ull.c154 gomp_ull start, end, chunk, left; in gomp_iter_ull_dynamic_next_locked() local
190 gomp_ull start, end, nend, chunk; in gomp_iter_ull_dynamic_next() local
269 gomp_ull start, end; in gomp_iter_ull_guided_next_locked() local
305 gomp_ull start, end, nend, incr; in gomp_iter_ull_guided_next() local
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/c/enc/
H A Dstatic_dict.c87 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
327 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
419 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
448 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libgomp/
H A Diter.c151 long start, end, chunk, left; in gomp_iter_dynamic_next_locked() local
187 long start, end, nend, chunk, incr; in gomp_iter_dynamic_next() local
267 long start, end; in gomp_iter_guided_next_locked() local
300 long start, end, nend, incr; in gomp_iter_guided_next() local
H A Diter_ull.c153 gomp_ull start, end, chunk, left; in gomp_iter_ull_dynamic_next_locked() local
189 gomp_ull start, end, nend, chunk; in gomp_iter_ull_dynamic_next() local
268 gomp_ull start, end; in gomp_iter_ull_guided_next_locked() local
304 gomp_ull start, end, nend, incr; in gomp_iter_ull_guided_next() local
/dports/lang/spidermonkey78/firefox-78.9.0/modules/brotli/enc/
H A Dstatic_dict.c83 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
328 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
423 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
452 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/build-aux/
H A Dmissing193 You can get \`$1' as part of \`Autoconf' from any GNU
196 file=`echo "$*" | sed -n "$sed_output"`
294 # ... or it is the one specified with @setfilename ...
295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Djson_renderer.hpp73 for (auto it = object.values.begin(), end = object.values.end(); it != end;) in operator ()() local
88 for (auto it = array.values.cbegin(), end = array.values.cend(); it != end;) in operator ()() local
130 for (auto it = object.values.begin(), end = object.values.end(); it != end;) in operator ()() local
149 for (auto it = array.values.cbegin(), end = array.values.cend(); it != end;) in operator ()() local
/dports/irc/anope/anope-2.0.9/src/
H A Dnickcore.cpp68 for (unsigned i = 0, end = this->memos.memos->size(); i < end; ++i) in ~NickCore() local
210 for (unsigned i = 0, end = this->access.size(); i < end; ++i) in FindAccess() local
219 for (unsigned i = 0, end = this->access.size(); i < end; ++i) in EraseAccess() local
242 for (unsigned i = 0, end = this->access.size(); i < end; ++i) in IsOnAccess() local
/dports/www/node10/node-v10.24.1/deps/brotli/c/enc/
H A Dstatic_dict.c83 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
328 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
423 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
452 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dntfs.c198 …ntfs_searchattribute(const ntfs_attribheader* attrib, uint32_t attrType, const char* end, int skip) in ntfs_searchattribute()
222 …tribheader* ntfs_findattribute(const ntfs_recordheader* record, uint32_t attrType, const char* end) in ntfs_findattribute()
235 const char* ntfs_getattributedata(const ntfs_attribresident* attrib, const char* end) in ntfs_getattributedata()
244 long int ntfs_get_first_rl_element(const ntfs_attribnonresident *attrnr, const char* end) in ntfs_get_first_rl_element()
/dports/devel/hyperscan/boost_1_75_0/boost/property_tree/
H A Dini_parser.hpp106 typename Str::size_type end = line.find(rbracket); in read_ini() local
186 end = pt.not_found(); in check_dupes() local
204 for (typename Ptree::const_iterator it = pt.begin(), end = pt.end(); in write_keys() local
237 for (typename Ptree::const_iterator it = pt.begin(), end = pt.end(); in write_sections() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/snmp/
H A DBerEncoder.java262 final int end = stackBuf[--stackTop] ; in closeSequence() local
349 final int end = start ; in putIntegerValue() local
379 final int end = start ; in putIntegerValue() local
427 final int end = start ; in putOidValue() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/ng/
H A Dng_paint_fragment_traversal.h120 Iterator end() const { return Iterator(nullptr); } in end() function
166 Iterator end() const { return Iterator(); } in end() function
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/qi/
H A Dkey_value_sequence.cpp51 std::string::iterator end = input.end(); in main() local
66 client::pairs_type::iterator end = m.end(); in main() local
H A Dkey_value_sequence_ordered.cpp51 std::string::iterator end = input.end(); in main() local
66 client::pairs_type::iterator end = v.end(); in main() local
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/repository/example/qi/
H A Dflush_multi_pass.cpp65 bool parse(Iterator& first, Iterator end, Skipper const& skipper) in parse()
86 spirit::multi_pass<base_iterator_type> end = in main() local
/dports/net/hostapd/hostapd-2.9/src/tls/
H A Dpkcs8.c22 const u8 *pos, *end; in pkcs8_key_import() local
125 const u8 *pos, *end, *enc_alg; in pkcs8_enc_key_import() local
/dports/net/hostapd-devel/hostap-14ab4a816/src/tls/
H A Dpkcs8.c22 const u8 *pos, *end; in pkcs8_key_import() local
114 const u8 *pos, *end, *enc_alg; in pkcs8_enc_key_import() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/ng/
H A Dng_paint_fragment_traversal.h120 Iterator end() const { return Iterator(nullptr); } in end() function
166 Iterator end() const { return Iterator(); } in end() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/idlc/source/
H A Dastenum.cxx43 DeclList::const_iterator end = getIteratorEnd(); in checkValue() local
78 DeclList::const_iterator end = getIteratorEnd(); in dump() local

1...<<391392393394395396397398399400>>...9567