Home
last modified time | relevance | path

Searched refs:readSequence (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWidget/
H A DStyleManager.cpp27 r.readSequence(vec2); in applyStyle()
33 r.readSequence(f); in applyStyle()
39 r.readSequence(f); in applyStyle()
45 r.readSequence(vec2); in applyStyle()
51 r.readSequence(f); in applyStyle()
57 r.readSequence(f); in applyStyle()
92 r.readSequence(f); in applyStyle()
99 r.readSequence(f); in applyStyle()
106 r.readSequence(f); in applyStyle()
113 r.readSequence(f); in applyStyle()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/
H A DStyleManager.cpp27 r.readSequence(vec2); in applyStyle()
33 r.readSequence(f); in applyStyle()
39 r.readSequence(f); in applyStyle()
45 r.readSequence(vec2); in applyStyle()
51 r.readSequence(f); in applyStyle()
57 r.readSequence(f); in applyStyle()
92 r.readSequence(f); in applyStyle()
99 r.readSequence(f); in applyStyle()
106 r.readSequence(f); in applyStyle()
113 r.readSequence(f); in applyStyle()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DFieldReaderIterator.cpp419 bool FieldReaderIterator::readSequence(const char* keyword,int& value) in readSequence() function in FieldReaderIterator
518 bool FieldReaderIterator::readSequence(std::string& value) in readSequence() function in FieldReaderIterator
529 bool FieldReaderIterator::readSequence(unsigned int& value) in readSequence() function in FieldReaderIterator
539 bool FieldReaderIterator::readSequence(int& value) in readSequence() function in FieldReaderIterator
549 bool FieldReaderIterator::readSequence(float& value) in readSequence() function in FieldReaderIterator
559 bool FieldReaderIterator::readSequence(osg::Vec2f& value) in readSequence() function in FieldReaderIterator
570 bool FieldReaderIterator::readSequence(osg::Vec3f& value) in readSequence() function in FieldReaderIterator
582 bool FieldReaderIterator::readSequence(osg::Vec4f& value) in readSequence() function in FieldReaderIterator
596 bool FieldReaderIterator::readSequence(osg::Vec2d& value) in readSequence() function in FieldReaderIterator
607 bool FieldReaderIterator::readSequence(osg::Vec3d& value) in readSequence() function in FieldReaderIterator
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DFieldReaderIterator.cpp415 bool FieldReaderIterator::readSequence(const char* keyword,int& value) in readSequence() function in FieldReaderIterator
514 bool FieldReaderIterator::readSequence(std::string& value) in readSequence() function in FieldReaderIterator
525 bool FieldReaderIterator::readSequence(unsigned int& value) in readSequence() function in FieldReaderIterator
535 bool FieldReaderIterator::readSequence(int& value) in readSequence() function in FieldReaderIterator
545 bool FieldReaderIterator::readSequence(float& value) in readSequence() function in FieldReaderIterator
555 bool FieldReaderIterator::readSequence(osg::Vec2f& value) in readSequence() function in FieldReaderIterator
566 bool FieldReaderIterator::readSequence(osg::Vec3f& value) in readSequence() function in FieldReaderIterator
578 bool FieldReaderIterator::readSequence(osg::Vec4f& value) in readSequence() function in FieldReaderIterator
592 bool FieldReaderIterator::readSequence(osg::Vec2d& value) in readSequence() function in FieldReaderIterator
603 bool FieldReaderIterator::readSequence(osg::Vec3d& value) in readSequence() function in FieldReaderIterator
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgDB/
H A DInput224 bool readSequence(const char* keyword,int& value);
233 bool readSequence(std::string& value);
234 bool readSequence(unsigned int& value);
235 bool readSequence(int& value);
236 bool readSequence(float& value);
237 bool readSequence(osg::Vec2f& value);
238 bool readSequence(osg::Vec3f& value);
239 bool readSequence(osg::Vec4f& value);
240 bool readSequence(osg::Vec2d& value);
241 bool readSequence(osg::Vec3d& value);
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/
H A DInput224 bool readSequence(const char* keyword,int& value);
233 bool readSequence(std::string& value);
234 bool readSequence(unsigned int& value);
235 bool readSequence(int& value);
236 bool readSequence(float& value);
237 bool readSequence(osg::Vec2f& value);
238 bool readSequence(osg::Vec3f& value);
239 bool readSequence(osg::Vec4f& value);
240 bool readSequence(osg::Vec2d& value);
241 bool readSequence(osg::Vec3d& value);
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/api_tests/src/core/external_script/base_scheme_interface/
H A DCInterfaceManualTests.cpp144 wchar_t readSequence[MAX_ELEMENT_NAME_LENGTH], query[MAX_ELEMENT_NAME_LENGTH], in IMPLEMENT_TEST() local
163 error = setSchemeElementAttribute(scheme, readSequence, L"merge-gap", L"10"); in IMPLEMENT_TEST()
165 error = setSchemeElementAttribute(scheme, readSequence, L"mode", L"0"); in IMPLEMENT_TEST()
227 error = setSchemeElementAttribute(scheme, readSequence, L"merge-gap", L"10"); in IMPLEMENT_TEST()
229 error = setSchemeElementAttribute(scheme, readSequence, L"mode", L"0"); in IMPLEMENT_TEST()
330 wchar_t readSequence[MAX_ELEMENT_NAME_LENGTH], readMsa[MAX_ELEMENT_NAME_LENGTH], in IMPLEMENT_TEST() local
350 error = setSchemeElementAttribute(scheme, readSequence, L"merge-gap", L"10"); in IMPLEMENT_TEST()
352 error = setSchemeElementAttribute(scheme, readSequence, L"mode", L"0"); in IMPLEMENT_TEST()
435 error = setSchemeElementAttribute(scheme, readSequence, L"merge-gap", L"10"); in IMPLEMENT_TEST()
437 error = setSchemeElementAttribute(scheme, readSequence, L"mode", L"0"); in IMPLEMENT_TEST()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dimp_chk.c599 readSequence( stream, NULL ); in getCertObjectInfo()
603 readSequence( stream, NULL ); in getCertObjectInfo()
604 readSequence( stream, NULL ); in getCertObjectInfo()
608 readSequence( stream, NULL ); in getCertObjectInfo()
609 readSequence( stream, NULL ); in getCertObjectInfo()
614 readSequence( stream, NULL ); in getCertObjectInfo()
623 readSequence( stream, NULL ); in getCertObjectInfo()
624 status = readSequence( stream, NULL ); in getCertObjectInfo()
650 status = readSequence( stream, NULL ); in getCertObjectInfo()
688 status = readSequence( stream, &length ); in getCertObjectInfo()
[all …]
H A Dread.c330 status = readSequence( stream, NULL ); in readValidity()
422 status = readSequence( stream, &length ); in readCertInfo()
555 status = readSequence( stream, &length ); in readAttributeCertInfo()
565 status = readSequence( stream, &length ); in readAttributeCertInfo()
601 readSequence( stream, NULL ); in readAttributeCertInfo()
955 status = readSequence( stream, &length ); in readCertRequestInfo()
1024 status = readSequence( stream, &length ); in readCrmfRequestInfo()
1029 status = readSequence( stream, NULL ); in readCrmfRequestInfo()
1158 status = readSequence( stream, &length ); in readRevRequestInfo()
1680 readSequence( &userInfoStream, NULL ); in readPkiUserInfo()
[all …]
H A Dcertsign.c69 readSequence( &stream, NULL ); /* Outer wrapper */
70 readSequence( &stream, NULL ); /* Inner wrapper */
97 readSequence( &stream, NULL ); /* Outer wrapper */
98 readSequence( &stream, NULL );
100 status = readSequence( &stream, NULL ); /* Inner wrapper */
133 status = readSequence( &stream, NULL ); /* Wrapper */
149 readSequence( &stream, NULL ); /* Outer wrapper */
150 status = readSequence( &stream, NULL ); /* Inner wrapper */
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bvh/
H A DReaderWriterBVH.cpp43 if ( fr.readSequence(offset) ) in buildHierarchy()
75 fr.readSequence( channelName ); in buildHierarchy()
90 if ( fr.readSequence(offsetEndSite) ) in buildHierarchy()
137 if ( !fr.readSequence("Frames:", frames) ) in buildMotion()
144 if ( !fr.readSequence("Time:", frameTime) ) in buildMotion()
286 if ( ch&0x01 ) fr.readSequence( keyValue[0] ); in setKeyframe()
287 if ( ch&0x02 ) fr.readSequence( keyValue[1] ); in setKeyframe()
288 if ( ch&0x04 ) fr.readSequence( keyValue[2] ); in setKeyframe()
297 if ( ch&0x08 ) fr.readSequence( keyValue[2] ); in setKeyframe()
298 if ( ch&0x10 ) fr.readSequence( keyValue[0] ); in setKeyframe()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bvh/
H A DReaderWriterBVH.cpp43 if ( fr.readSequence(offset) ) in buildHierarchy()
75 fr.readSequence( channelName ); in buildHierarchy()
90 if ( fr.readSequence(offsetEndSite) ) in buildHierarchy()
137 if ( !fr.readSequence("Frames:", frames) ) in buildMotion()
144 if ( !fr.readSequence("Time:", frameTime) ) in buildMotion()
286 if ( ch&0x01 ) fr.readSequence( keyValue[0] ); in setKeyframe()
287 if ( ch&0x02 ) fr.readSequence( keyValue[1] ); in setKeyframe()
288 if ( ch&0x04 ) fr.readSequence( keyValue[2] ); in setKeyframe()
297 if ( ch&0x08 ) fr.readSequence( keyValue[2] ); in setKeyframe()
298 if ( ch&0x10 ) fr.readSequence( keyValue[0] ); in setKeyframe()
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/google/gopacket/gopacket-1.1.18/tcpassembly/tcpreader/
H A Dreader_test.go32 type readSequence struct { struct
47 func testReadSequence(t *testing.T, lossErrors bool, readSize int, seq readSequence) { argument
76 testReadSequence(t, false, 10, readSequence{
100 testReadSequence(t, false, 2, readSequence{
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/google/gopacket/tcpassembly/tcpreader/
H A Dreader_test.go32 type readSequence struct { struct
47 func testReadSequence(t *testing.T, lossErrors bool, readSize int, seq readSequence) { argument
76 testReadSequence(t, false, 10, readSequence{
100 testReadSequence(t, false, 2, readSequence{
/dports/misc/fq/fq-0.0.2/vendor/github.com/google/gopacket/tcpassembly/tcpreader/
H A Dreader_test.go32 type readSequence struct { struct
47 func testReadSequence(t *testing.T, lossErrors bool, readSize int, seq readSequence) { argument
76 testReadSequence(t, false, 10, readSequence{
100 testReadSequence(t, false, 2, readSequence{
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/google/gopacket/tcpassembly/tcpreader/
H A Dreader_test.go32 type readSequence struct { struct
47 func testReadSequence(t *testing.T, lossErrors bool, readSize int, seq readSequence) { argument
76 testReadSequence(t, false, 10, readSequence{
100 testReadSequence(t, false, 2, readSequence{
/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dkey_rdpri.c51 status = readSequence( stream, NULL ); in readRsaPrivateKey()
153 status = readSequence( stream, NULL ); in readDlpPrivateKey()
233 readSequence( stream, &length ); /* Outer wrapper */ in readRsaPrivateKeyOld()
247 readSequence( stream, NULL ); in readRsaPrivateKeyOld()
324 readSequence( stream, NULL ); in readRsaPrivateKeyOld()
400 readSequence( stream, NULL ); /* Outer wrapper */ in readDsaPrivateKeyOld()
412 readSequence( stream, NULL ); /* Parameter wrapper */ in readDsaPrivateKeyOld()
493 readSequence( stream, NULL ); /* Outer wrapper */ in readEccPrivateKeyOld()
504 readSequence( stream, NULL ); /* ECPrivateKey wrapper */ in readEccPrivateKeyOld()
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpkcs12_rdo.c112 readSequence( stream, NULL ); in readProtAlgoInfo()
149 readSequence( stream, NULL );
200 readSequence( stream, NULL ); in readObjectAttributes()
438 readSequence( &objectStream, NULL ); in pkcs12ReadObject()
463 status = readSequence( &objectStream, NULL ); in pkcs12ReadObject()
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dcmp_rd.c46 readSequence( stream, NULL ); in readGeneralInfoAttribute()
72 readSequence( stream, NULL ); /* SigningCerts */ in readGeneralInfoAttribute()
73 readSequence( stream, NULL ); /* Certs */ in readGeneralInfoAttribute()
74 status = readSequence( stream, &length ); /* ESSCertID */ in readGeneralInfoAttribute()
119 status = readSequence( stream, &length ); in readGeneralInfo()
505 status = readSequence( stream, &length ); in readPkiHeader()
739 status = readSequence( &stream, NULL ); /* Outer wrapper */ in readPkiMessage()
867 status = readSequence( &stream, &length ); in readPkiMessage()
1032 status = readSequence( &stream, &length ); in readPkiMessage()
H A Docsp.c209 readSequence( &stream, NULL ); in readServerResponse()
271 readSequence( &stream, NULL ); in readServerResponse()
398 readSequence( &stream, NULL ); in readClientRequest()
399 status = readSequence( &stream, NULL ); in readClientRequest()
408 readSequence( &stream, NULL ); in readClientRequest()
409 status = readSequence( &stream, NULL ); in readClientRequest()
H A Dcmp_rdmsg.c119 status = readSequence( stream, NULL );
534 readSequence( stream, NULL ); /* Inner wrapper */ in readResponseBody()
541 readSequence( stream, NULL ); /* Inner wrapper */ in readResponseBody()
542 readSequence( stream, NULL ); in readResponseBody()
548 readSequence( stream, NULL ); /* certKeyPair wrapper */ in readResponseBody()
711 readSequence( stream, NULL ); in readConfBody()
774 readSequence( stream, NULL ); in readGenMsgBody()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jce/
H A DX509Principal.java28 private static ASN1Sequence readSequence( in readSequence() method in X509Principal
49 super(readSequence(new ASN1InputStream(bytes))); in X509Principal()
/dports/biology/ugene/ugene-40.1/src/plugins/api_tests/src/core/dbi/assembly/
H A DAssemblyDbiUnitTests.cpp197 read1->readSequence = "AAGATCCTCATGTTATATCGGCAGTGGGTTGATCAATCCACGTGGATAG"; in Test()
206 read2->readSequence = "GATCCTCATGTTATATCGGCAGTGGGTTGATCAATCCACGTGGATAGAT"; in Test()
215 read3->readSequence = "TCCTCATGTTATATCGGCAGTGGGTTGATCAATCCACGTGGATAGATGC"; in Test()
262 read1->readSequence = "TGACGCAGCGAGCCGCCTTCATACTTTGTTAGCACGGCTCCACACATAT"; in Test()
271 read2->readSequence = "CACACATATGGTCCGACTCTAATGAAGATCCTCATGTTATATCGGCAGT"; in Test()
334 read->readSequence = "AAGATCCTCATGTTATATCGGCAGTGGGTTGATCAATCCACGTGGATAG"; in Test()
492 read2add->readSequence = "GTTATATCGGCAGTGGGTTGATC"; in Test()
493 read2add->effectiveLen = read2add->readSequence.length(); in Test()
H A DAssemblyDbiTestUtil.cpp57 if (r1->readSequence != r2->readSequence) { in compareReads()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/mysql_dbi/util/
H A DMysqlAssemblyUtils.cpp38 if (read->readSequence.length() == read->quality.length()) { in getQuality()
42 return QByteArray(read->readSequence.length(), char(0xFF)); in getQuality()
49 const QByteArray &seq = read->readSequence; in packData()
120 QByteArray &sequence = read->readSequence; in unpackData()

123456789