Home
last modified time | relevance | path

Searched defs:inputBytes (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/index/
H A DIndexInputTest.cpp17 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
25 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
33 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
41 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
49 ByteArray inputBytes(ByteArray::newInstance(30)); in TEST_F() local
57 ByteArray inputBytes(ByteArray::newInstance(30)); in TEST_F() local
65 ByteArray inputBytes(ByteArray::newInstance(30)); in TEST_F() local
79 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
88 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
97 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/store/
H A DBufferedIndexInputTest.cpp42 const uint8_t* inputBytes; member in TestableBufferedIndexInputRead
65 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
73 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
81 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
89 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
97 ByteArray inputBytes(ByteArray::newInstance(30)); in TEST_F() local
105 ByteArray inputBytes(ByteArray::newInstance(30)); in TEST_F() local
113 ByteArray inputBytes(ByteArray::newInstance(30)); in TEST_F() local
127 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
136 ByteArray inputBytes(ByteArray::newInstance(10)); in TEST_F() local
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/
H A DJobStatistics4.php22 public $inputBytes; variable in Google_Service_Bigquery_JobStatistics4
32 public function setInputBytes($inputBytes)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Bigquery/
H A DJobStatistics4.php22 public $inputBytes; variable in Google_Service_Bigquery_JobStatistics4
32 public function setInputBytes($inputBytes)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DInterop.NetSecurityNative.cs72 byte[] inputBytes, in InitSecContext()
81 byte[] inputBytes, in AcceptSecContext()
93 byte[] inputBytes, in Wrap()
101 byte[] inputBytes, in Unwrap()
110 byte[] inputBytes, in WrapBuffer()
118 byte[] inputBytes, in UnwrapBuffer()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Net.Security.Native/
H A DInterop.NetSecurityNative.cs79 byte[] inputBytes, in InitSecContext()
89 byte[] inputBytes, in AcceptSecContext()
103 byte[] inputBytes, in Wrap()
112 byte[] inputBytes, in Unwrap()
121 byte[] inputBytes, in WrapBuffer()
136 byte[] inputBytes, in UnwrapBuffer()
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/crypto/test/
H A DWhirlpoolDigestTest.java75 private void performStandardVectorTest(String testTitle, byte[] inputBytes, in performStandardVectorTest()
81 private void doPerformTest(String testTitle, byte[] inputBytes, String resultsAsHex) in doPerformTest()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/dsig/
H A DDSIGAlgorithmHandlerDefault.cpp228 bool DSIGAlgorithmHandlerDefault::appendSignatureHashTxfm(TXFMChain* inputBytes, in appendSignatureHashTxfm()
263 TXFMChain* inputBytes, in signToSafeBuffer()
417 TXFMChain* inputBytes, in verifyBase64Signature()
519 TXFMChain* inputBytes, in appendHashTxfm()
/dports/lang/gcc48/gcc-4.8.5/libgo/go/regexp/
H A Dregexp.go296 type inputBytes struct { struct
297 str []byte
300 func (i *inputBytes) step(pos int) (rune, int) {
311 func (i *inputBytes) canCheckPrefix() bool {
315 func (i *inputBytes) hasPrefix(re *Regexp) bool {
319 func (i *inputBytes) index(re *Regexp, pos int) int {
323 func (i *inputBytes) context(pos int) syntax.EmptyOp {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/regexp/
H A Dregexp.go296 type inputBytes struct { struct
297 str []byte
300 func (i *inputBytes) step(pos int) (rune, int) {
311 func (i *inputBytes) canCheckPrefix() bool {
315 func (i *inputBytes) hasPrefix(re *Regexp) bool {
319 func (i *inputBytes) index(re *Regexp, pos int) int {
323 func (i *inputBytes) context(pos int) syntax.EmptyOp {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/regexp/
H A Dregexp.go310 type inputBytes struct { struct
311 str []byte
314 func (i *inputBytes) step(pos int) (rune, int) {
325 func (i *inputBytes) canCheckPrefix() bool {
329 func (i *inputBytes) hasPrefix(re *Regexp) bool {
333 func (i *inputBytes) index(re *Regexp, pos int) int {
337 func (i *inputBytes) context(pos int) syntax.EmptyOp {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/regexp/
H A Dregexp.go286 type inputBytes struct { struct
287 str []byte
290 func (i *inputBytes) step(pos int) (rune, int) {
301 func (i *inputBytes) canCheckPrefix() bool {
305 func (i *inputBytes) hasPrefix(re *Regexp) bool {
309 func (i *inputBytes) index(re *Regexp, pos int) int {
313 func (i *inputBytes) context(pos int) syntax.EmptyOp {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpMessage.java109 public int getRequestId(byte[] inputBytes) throws SnmpStatusException { in getRequestId()
148 public void decodeMessage(byte[] inputBytes, int byteCount) in decodeMessage()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpMessage.java109 public int getRequestId(byte[] inputBytes) throws SnmpStatusException { in getRequestId()
148 public void decodeMessage(byte[] inputBytes, int byteCount) in decodeMessage()
/dports/net/wireshark/wireshark-3.6.1/plugins/codecs/G711/
H A DG711decode.c115 codec_g711u_decode(void *ctx _U_, const void *inputBytes, size_t inputBytesSize, in codec_g711u_decode()
160 codec_g711a_decode(void *ctx _U_, const void *inputBytes, size_t inputBytesSize, in codec_g711a_decode()
/dports/net/wireshark-lite/wireshark-3.6.1/plugins/codecs/G711/
H A DG711decode.c115 codec_g711u_decode(void *ctx _U_, const void *inputBytes, size_t inputBytesSize, in codec_g711u_decode()
160 codec_g711a_decode(void *ctx _U_, const void *inputBytes, size_t inputBytesSize, in codec_g711a_decode()
/dports/net/tshark-lite/wireshark-3.6.1/plugins/codecs/G711/
H A DG711decode.c115 codec_g711u_decode(void *ctx _U_, const void *inputBytes, size_t inputBytesSize, in codec_g711u_decode()
160 codec_g711a_decode(void *ctx _U_, const void *inputBytes, size_t inputBytesSize, in codec_g711a_decode()
/dports/net/tshark/wireshark-3.6.1/plugins/codecs/G711/
H A DG711decode.c115 codec_g711u_decode(void *ctx _U_, const void *inputBytes, size_t inputBytesSize, in codec_g711u_decode()
160 codec_g711a_decode(void *ctx _U_, const void *inputBytes, size_t inputBytesSize, in codec_g711a_decode()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/regexp/
H A Dregexp.go321 type inputBytes struct { struct
322 str []byte
325 func (i *inputBytes) step(pos int) (rune, int) {
336 func (i *inputBytes) canCheckPrefix() bool {
340 func (i *inputBytes) hasPrefix(re *Regexp) bool {
344 func (i *inputBytes) index(re *Regexp, pos int) int {
348 func (i *inputBytes) context(pos int) syntax.EmptyOp {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/regexp/
H A Dregexp.go337 type inputBytes struct { struct
338 str []byte
341 func (i *inputBytes) step(pos int) (rune, int) {
352 func (i *inputBytes) canCheckPrefix() bool {
356 func (i *inputBytes) hasPrefix(re *Regexp) bool {
360 func (i *inputBytes) index(re *Regexp, pos int) int {
364 func (i *inputBytes) context(pos int) syntax.EmptyOp {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/regexp/
H A Dregexp.go337 type inputBytes struct { struct
338 str []byte
341 func (i *inputBytes) step(pos int) (rune, int) {
352 func (i *inputBytes) canCheckPrefix() bool {
356 func (i *inputBytes) hasPrefix(re *Regexp) bool {
360 func (i *inputBytes) index(re *Regexp, pos int) int {
364 func (i *inputBytes) context(pos int) syntax.EmptyOp {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/regexp/
H A Dregexp.go337 type inputBytes struct { struct
338 str []byte
341 func (i *inputBytes) step(pos int) (rune, int) {
352 func (i *inputBytes) canCheckPrefix() bool {
356 func (i *inputBytes) hasPrefix(re *Regexp) bool {
360 func (i *inputBytes) index(re *Regexp, pos int) int {
364 func (i *inputBytes) context(pos int) syntax.EmptyOp {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/regexp/
H A Dregexp.go432 type inputBytes struct { struct
433 str []byte
436 func (i *inputBytes) step(pos int) (rune, int) {
447 func (i *inputBytes) canCheckPrefix() bool {
451 func (i *inputBytes) hasPrefix(re *Regexp) bool {
455 func (i *inputBytes) index(re *Regexp, pos int) int {
459 func (i *inputBytes) context(pos int) lazyFlag {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/regexp/
H A Dregexp.go408 type inputBytes struct { struct
409 str []byte
412 func (i *inputBytes) step(pos int) (rune, int) {
423 func (i *inputBytes) canCheckPrefix() bool {
427 func (i *inputBytes) hasPrefix(re *Regexp) bool {
431 func (i *inputBytes) index(re *Regexp, pos int) int {
435 func (i *inputBytes) context(pos int) lazyFlag {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/regexp/
H A Dregexp.go426 type inputBytes struct { struct
427 str []byte
430 func (i *inputBytes) step(pos int) (rune, int) {
441 func (i *inputBytes) canCheckPrefix() bool {
445 func (i *inputBytes) hasPrefix(re *Regexp) bool {
449 func (i *inputBytes) index(re *Regexp, pos int) int {
453 func (i *inputBytes) context(pos int) lazyFlag {

12345678910>>...24