Home
last modified time | relevance | path

Searched refs:next_tag (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dscene_format_text.cpp190 if (!next_tag.fields.has("path")) { in poll()
197 if (!next_tag.fields.has("type")) { in poll()
204 if (!next_tag.fields.has("id")) { in poll()
213 int index = next_tag.fields["id"]; in poll()
264 if (!next_tag.fields.has("id")) { in poll()
272 int id = next_tag.fields["id"]; in poll()
435 if (next_tag.fields.has("name")) { in poll()
548 if (!next_tag.fields.has("to")) { in poll()
678 if (!next_tag.fields.has("id")) { in get_dependencies()
773 int id = next_tag.fields["id"]; in get_export_data()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dscene_format_text.cpp190 if (!next_tag.fields.has("path")) { in poll()
197 if (!next_tag.fields.has("type")) { in poll()
204 if (!next_tag.fields.has("id")) { in poll()
213 int index = next_tag.fields["id"]; in poll()
264 if (!next_tag.fields.has("id")) { in poll()
272 int id = next_tag.fields["id"]; in poll()
435 if (next_tag.fields.has("name")) { in poll()
548 if (!next_tag.fields.has("to")) { in poll()
678 if (!next_tag.fields.has("id")) { in get_dependencies()
773 int id = next_tag.fields["id"]; in get_export_data()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dresource_format_text.cpp196 if (next_tag.name == "node") { in _parse_node_tag()
302 if (!next_tag.fields.has("to")) { in _parse_node_tag()
413 if (!next_tag.fields.has("id")) { in poll()
477 if (!next_tag.fields.has("id")) { in poll()
485 int id = next_tag.fields["id"]; in poll()
768 if (!next_tag.fields.has("path") || !next_tag.fields.has("id") || !next_tag.fields.has("type")) { in rename_dependencies()
1014 while (next_tag.name == "sub_resource" || next_tag.name == "resource") { in save_as_binary()
1035 type = next_tag.fields["type"]; in save_as_binary()
1036 id = next_tag.fields["id"]; in save_as_binary()
1065 next_tag.name = ""; //exit in save_as_binary()
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dresource_format_text.cpp196 if (next_tag.name == "node") { in _parse_node_tag()
302 if (!next_tag.fields.has("to")) { in _parse_node_tag()
413 if (!next_tag.fields.has("id")) { in poll()
477 if (!next_tag.fields.has("id")) { in poll()
485 int id = next_tag.fields["id"]; in poll()
768 if (!next_tag.fields.has("path") || !next_tag.fields.has("id") || !next_tag.fields.has("type")) { in rename_dependencies()
1014 while (next_tag.name == "sub_resource" || next_tag.name == "resource") { in save_as_binary()
1035 type = next_tag.fields["type"]; in save_as_binary()
1036 id = next_tag.fields["id"]; in save_as_binary()
1065 next_tag.name = ""; //exit in save_as_binary()
[all …]
/dports/comms/flmsg/flmsg-4.0.19/src/utils/
H A Dparse_xml.cxx338 p0 = next_tag(p0 + 1, xml); in parse_ics_name()
354 p0 = next_tag(p0 + 1, xml); in parse_ics_position()
360 p0 = next_tag(p0 + 1, xml); in parse_ics_subject()
377 p0 = next_tag(p0 + 1, xml); in parse_ics_para()
392 p0 = next_tag(p0 + 1, xml); in parse_ics_date()
406 p0 = next_tag(p0 + 1, xml); in parse_ics_time()
411 p0 = next_tag(p0 + 1, xml); in parse_ics_exercise()
420 p0 = next_tag(p0 + 1, xml); in parse_ics_recipient()
429 p0 = next_tag(p0 + 1, xml); in parse_ics_sender()
437 p0 = next_tag(p0 + 1, xml); in parse_ics_signature()
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/io/y/
H A Dcore.py100 next_tag = unpack(endian + b'i', data[4:8])[0]
105 return endian, tag_type, next_tag, next_same
178 endian, tag_type, next_tag, _next_same = _parse_tag(fh)
205 data = fh.read(next_tag)
239 data = fh.read(next_tag)
283 data = fh.read(next_tag)
309 data = fh.read(next_tag)
339 data = fh.read(next_tag)
363 data = fh.read(next_tag)
378 data = fh.read(next_tag)
[all …]
/dports/dns/powerdns/pdns-4.5.2/ext/protozero/include/protozero/
H A Dpbf_message.hpp131 bool next(T next_tag) { in next() argument
132 return pbf_reader::next(pbf_tag_type(next_tag)); in next()
163 bool next(T next_tag, pbf_wire_type type) { in next() argument
164 return pbf_reader::next(pbf_tag_type(next_tag), type); in next()
/dports/dns/dnsdist/dnsdist-1.6.1/ext/protozero/include/protozero/
H A Dpbf_message.hpp131 bool next(T next_tag) { in next() argument
132 return pbf_reader::next(pbf_tag_type(next_tag)); in next()
163 bool next(T next_tag, pbf_wire_type type) { in next() argument
164 return pbf_reader::next(pbf_tag_type(next_tag), type); in next()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/protozero/include/protozero/
H A Dpbf_message.hpp131 bool next(T next_tag) { in next() argument
132 return pbf_reader::next(pbf_tag_type(next_tag)); in next()
163 bool next(T next_tag, pbf_wire_type type) { in next() argument
164 return pbf_reader::next(pbf_tag_type(next_tag), type); in next()
/dports/devel/protozero/protozero-1.7.0/include/protozero/
H A Dpbf_message.hpp131 bool next(T next_tag) { in next() argument
132 return pbf_reader::next(pbf_tag_type(next_tag)); in next()
163 bool next(T next_tag, pbf_wire_type type) { in next() argument
164 return pbf_reader::next(pbf_tag_type(next_tag), type); in next()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/protozero/include/protozero/
H A Dpbf_message.hpp131 bool next(T next_tag) { in next() argument
132 return pbf_reader::next(pbf_tag_type(next_tag)); in next()
163 bool next(T next_tag, pbf_wire_type type) { in next() argument
164 return pbf_reader::next(pbf_tag_type(next_tag), type); in next()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Containers/
H A DMultiPseudoStack.cpp46 int32_t next_tag = next_r.load(); in read() local
47 int32_t next_next_tag = (next_tag+1)&MAX; in read()
49 assert(next_tag != INVALID); in read()
56 if(((uint32_t)next_tag) == elm_tag) { in read()
64 int sane_read = next_r.compare_exchange_strong(next_tag, next_next_tag); in read()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/host/
H A Dmmc_hsq.c48 slot = &hsq->slot[hsq->next_tag]; in mmc_hsq_pump_requests()
84 hsq->next_tag = HSQ_INVALID_TAG; in mmc_hsq_update_next_tag()
92 if (++hsq->next_tag != HSQ_INVALID_TAG) { in mmc_hsq_update_next_tag()
93 slot = &hsq->slot[hsq->next_tag]; in mmc_hsq_update_next_tag()
108 hsq->next_tag = tag; in mmc_hsq_update_next_tag()
168 hsq->slot[hsq->next_tag].mrq = NULL; in mmc_hsq_finalize_request()
236 if (hsq->next_tag == HSQ_INVALID_TAG) in mmc_hsq_request()
237 hsq->next_tag = tag; in mmc_hsq_request()
343 hsq->next_tag = HSQ_INVALID_TAG; in mmc_hsq_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/host/
H A Dmmc_hsq.c48 slot = &hsq->slot[hsq->next_tag]; in mmc_hsq_pump_requests()
84 hsq->next_tag = HSQ_INVALID_TAG; in mmc_hsq_update_next_tag()
92 if (++hsq->next_tag != HSQ_INVALID_TAG) { in mmc_hsq_update_next_tag()
93 slot = &hsq->slot[hsq->next_tag]; in mmc_hsq_update_next_tag()
108 hsq->next_tag = tag; in mmc_hsq_update_next_tag()
168 hsq->slot[hsq->next_tag].mrq = NULL; in mmc_hsq_finalize_request()
236 if (hsq->next_tag == HSQ_INVALID_TAG) in mmc_hsq_request()
237 hsq->next_tag = tag; in mmc_hsq_request()
343 hsq->next_tag = HSQ_INVALID_TAG; in mmc_hsq_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Dmmc_hsq.c48 slot = &hsq->slot[hsq->next_tag]; in mmc_hsq_pump_requests()
84 hsq->next_tag = HSQ_INVALID_TAG; in mmc_hsq_update_next_tag()
92 if (++hsq->next_tag != HSQ_INVALID_TAG) { in mmc_hsq_update_next_tag()
93 slot = &hsq->slot[hsq->next_tag]; in mmc_hsq_update_next_tag()
108 hsq->next_tag = tag; in mmc_hsq_update_next_tag()
168 hsq->slot[hsq->next_tag].mrq = NULL; in mmc_hsq_finalize_request()
236 if (hsq->next_tag == HSQ_INVALID_TAG) in mmc_hsq_request()
237 hsq->next_tag = tag; in mmc_hsq_request()
343 hsq->next_tag = HSQ_INVALID_TAG; in mmc_hsq_init()
/dports/devel/godot-tools/godot-3.2.3-stable/core/io/
H A Dresource_importer.cpp57 VariantParser::Tag next_tag; in _get_path_and_type() local
69 next_tag.fields.clear(); in _get_path_and_type()
70 next_tag.name = String(); in _get_path_and_type()
72 …err = VariantParser::parse_tag_assign_eof(&stream, lines, error_text, next_tag, assign, value, NUL… in _get_path_and_type()
107 } else if (next_tag.name != "remap") { in _get_path_and_type()
267 VariantParser::Tag next_tag; in get_internal_resource_path_list() local
274 next_tag.fields.clear(); in get_internal_resource_path_list()
275 next_tag.name = String(); in get_internal_resource_path_list()
277 …err = VariantParser::parse_tag_assign_eof(&stream, lines, error_text, next_tag, assign, value, NUL… in get_internal_resource_path_list()
293 } else if (next_tag.name != "remap") { in get_internal_resource_path_list()
/dports/devel/godot/godot-3.2.3-stable/core/io/
H A Dresource_importer.cpp57 VariantParser::Tag next_tag; in _get_path_and_type() local
69 next_tag.fields.clear(); in _get_path_and_type()
70 next_tag.name = String(); in _get_path_and_type()
72 …err = VariantParser::parse_tag_assign_eof(&stream, lines, error_text, next_tag, assign, value, NUL… in _get_path_and_type()
107 } else if (next_tag.name != "remap") { in _get_path_and_type()
267 VariantParser::Tag next_tag; in get_internal_resource_path_list() local
274 next_tag.fields.clear(); in get_internal_resource_path_list()
275 next_tag.name = String(); in get_internal_resource_path_list()
277 …err = VariantParser::parse_tag_assign_eof(&stream, lines, error_text, next_tag, assign, value, NUL… in get_internal_resource_path_list()
293 } else if (next_tag.name != "remap") { in get_internal_resource_path_list()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/io/
H A Dconfig_file.cpp165 VariantParser::Tag next_tag; in load() local
175 next_tag.fields.clear(); in load()
176 next_tag.name = String(); in load()
178 …err = VariantParser::parse_tag_assign_eof(&stream, lines, error_text, next_tag, assign, value, NUL… in load()
190 } else if (next_tag.name != String()) { in load()
191 section = next_tag.name; in load()
/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dconfig_file.cpp165 VariantParser::Tag next_tag; in load() local
175 next_tag.fields.clear(); in load()
176 next_tag.name = String(); in load()
178 …err = VariantParser::parse_tag_assign_eof(&stream, lines, error_text, next_tag, assign, value, NUL… in load()
190 } else if (next_tag.name != String()) { in load()
191 section = next_tag.name; in load()
/dports/textproc/iksemel/iksemel-978b733/python/test/
H A Dtst_traversal.py35 e = b.next_tag()
38 f = b.next_tag("f")
40 assert f.next_tag() is None
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/utilities/
H A Dtest_waitBarrier.cpp101 int next_tag = 1; in main_run() local
105 wb.arm(next_tag); in main_run()
107 OrderAccess::release_store_fence(&wait_tag, next_tag); in main_run()
133 ++next_tag; in main_run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/utilities/
H A Dtest_waitBarrier.cpp101 int next_tag = 1; in main_run() local
105 wb.arm(next_tag); in main_run()
107 Atomic::release_store_fence(&wait_tag, next_tag); in main_run()
133 ++next_tag; in main_run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/utilities/
H A Dtest_waitBarrier.cpp101 int next_tag = 1; in main_run() local
105 wb.arm(next_tag); in main_run()
107 Atomic::release_store_fence(&wait_tag, next_tag); in main_run()
133 ++next_tag; in main_run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/utilities/
H A Dtest_waitBarrier.cpp101 int next_tag = 1; in main_run() local
105 wb.arm(next_tag); in main_run()
107 Atomic::release_store_fence(&wait_tag, next_tag); in main_run()
133 ++next_tag; in main_run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_waitBarrier.cpp101 int next_tag = 1; in main_run() local
105 wb.arm(next_tag); in main_run()
107 Atomic::release_store_fence(&wait_tag, next_tag); in main_run()
133 ++next_tag; in main_run()

12345678910>>...22