Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 49 of 49 for testbuffer (0.18 sec)

  1. src/main/java/jcifs/internal/smb1/trans/SmbComTransactionResponse.java

         *            the dataCount to set
         */
        public final void setDataCount ( int dataCount ) {
            this.dataCount = dataCount;
        }
    
    
        /**
         * @param buffer
         */
        public void setBuffer ( byte[] buffer ) {
            this.txn_buf = buffer;
        }
    
    
        /**
         * @return the txn_buf
         */
        public byte[] releaseBuffer () {
            byte[] buf = this.txn_buf;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 9.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tf_to_tfl_flatbuffer.cc

      if (use_splatted_constant) {
        return GraphdefToSplattedMlirTranslateFunction(
            file->getBuffer(), input_arrays, input_dtypes, input_shapes,
            output_arrays, control_output_arrays, graphdef_conversion_options,
            context);
      }
      return GraphdefToMlirTranslateFunction(file->getBuffer(), input_arrays,
                                             input_dtypes, input_shapes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  3. src/main/java/jcifs/internal/smb1/trans/SmbComTransaction.java

         */
        public final void setMaxDataCount ( int maxDataCount ) {
            this.maxDataCount = maxDataCount;
        }
    
    
        /**
         * @param buffer
         */
        public void setBuffer ( byte[] buffer ) {
            this.txn_buf = buffer;
        }
    
    
        /**
         * @return the txn_buf
         */
        public byte[] releaseBuffer () {
            byte[] buf = this.txn_buf;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun May 17 13:43:42 UTC 2020
    - 13.2K bytes
    - Viewed (0)
  4. platforms/core-execution/build-cache-packaging/src/main/java/org/gradle/caching/internal/packaging/impl/TarBuildCacheEntryPacker.java

                    try (FileInputStream input = new FileInputStream(inputFile)) {
                        IOUtils.copyLarge(input, tarOutput, bufferProvider.getBuffer());
                    }
                    tarOutput.closeArchiveEntry();
                } catch (IOException e) {
                    throw new UncheckedIOException(e);
                }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 07:31:19 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  5. pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux_test.go

    			}
    
    			underlier, ok := logger.GetSink().(ktesting.Underlier)
    			if !ok {
    				t.Fatalf("Should have had a ktesting LogSink, got %T", logger.GetSink())
    			}
    
    			log := underlier.GetBuffer().String()
    			if !strings.Contains(log, tt.expectedOutputContains) {
    				// Log will be shown on failure. To see it
    				// during a successful run use "go test -v".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      }
      return builder_.CreateVector(flex_builder->GetBuffer());
    }
    
    std::optional<CustomOptionsOffset> Translator::CreateCustomOpCustomOptions(
        const ::tensorflow::NodeDef& node_def, const mlir::Location& loc) {
      auto flex_builder = CreateFlexBuilderWithNodeAttrs(node_def, loc);
      return builder_.CreateVector(flex_builder->GetBuffer());
    }
    
    std::unique_ptr<flexbuffers::Builder>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  7. test-site/activator-launch-1.3.2.jar

    scala.collection.Iterator iterator(); private void copy(); public final boolean equals(Object); private ListBuffer clone(); public final String stringPrefix(); public void ListBuffer(); } scala/collection/mutable/ListBuffer$.class package scala.collection.mutable; public final synchronized class ListBuffer$ extends scala.collection.generic.SeqFactory implements scala.Serializable { public static final ListBuffer$ MODULE$; public static void <clinit>(); public final Builder newBuilder(); private void ListBuffer$();...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  8. src/net/http/h2_bundle.go

    }
    
    type http2pipeBuffer interface {
    	Len() int
    	io.Writer
    	io.Reader
    }
    
    // setBuffer initializes the pipe buffer.
    // It has no effect if the pipe is already closed.
    func (p *http2pipe) setBuffer(b http2pipeBuffer) {
    	p.mu.Lock()
    	defer p.mu.Unlock()
    	if p.err != nil || p.breakErr != nil {
    		return
    	}
    	p.b = b
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  9. okhttp-android/src/main/baseline-prof.txt

    HSPLokio/RealBufferedSink;->writeShort(I)Lokio/BufferedSink;
    HSPLokio/RealBufferedSource;-><init>(Lokio/Source;)V
    HSPLokio/RealBufferedSource;->close()V
    HSPLokio/RealBufferedSource;->exhausted()Z
    HSPLokio/RealBufferedSource;->getBuffer()Lokio/Buffer;
    HSPLokio/RealBufferedSource;->read(Lokio/Buffer;J)J
    HSPLokio/RealBufferedSource;->readByte()B
    HSPLokio/RealBufferedSource;->readByteString(J)Lokio/ByteString;
    HSPLokio/RealBufferedSource;->readInt()I
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
Back to top