HomeSort by relevance Sort by last modified time
    Searched refs:NewBuffer (Results 51 - 75 of 139) sorted by null

1 23 4 5 6

  /prebuilts/go/darwin-x86/src/net/http/fcgi/
fcgi_test.go 80 buf := bytes.NewBuffer(test.raw)
238 rc := nopWriteCloser{bytes.NewBuffer(input)}
328 rc := nopWriteCloser{bytes.NewBuffer(input)}
  /prebuilts/go/linux-x86/src/net/http/fcgi/
fcgi_test.go 80 buf := bytes.NewBuffer(test.raw)
238 rc := nopWriteCloser{bytes.NewBuffer(input)}
328 rc := nopWriteCloser{bytes.NewBuffer(input)}
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaPassThruExecute.c     [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 460 char *NewBuffer = static_cast<char *>(malloc(NewCapacity));
462 memcpy(NewBuffer, Buffer, BufferSize);
465 Buffer = NewBuffer;
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue18146.go 92 buf := bytes.NewBuffer(nil)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue18146.go 92 buf := bytes.NewBuffer(nil)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 692 CHAR16 *NewBuffer;
730 NewBuffer = CatSPrint (Buffer, L"%02x", *((UINT8*)Vendor + sizeof (VENDOR_DEVICE_PATH) + Index));
731 if (NewBuffer == NULL) {
735 Buffer = NewBuffer;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm_test.go 133 scanner := bufio.NewScanner(bytes.NewBuffer(out))
233 scanner := bufio.NewScanner(bytes.NewBuffer(out))
  /prebuilts/go/linux-x86/src/cmd/nm/
nm_test.go 133 scanner := bufio.NewScanner(bytes.NewBuffer(out))
233 scanner := bufio.NewScanner(bytes.NewBuffer(out))
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGen.c 453 VOID *NewBuffer;
455 NewBuffer = InternalVarCheckAllocateZeroPool (NewSize);
456 if (NewBuffer != NULL && OldBuffer != NULL) {
457 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize));
460 return NewBuffer;
    [all...]
  /build/blueprint/bootstrap/
command.go 170 buf := bytes.NewBuffer(nil)
  /build/blueprint/bpfmt/
bpfmt.go 66 r := bytes.NewBuffer(src)
  /build/soong/bpfix/cmd/
bpfix.go 68 r := bytes.NewBuffer(src)
  /external/golang-protobuf/_conformance/
conformance.go 50 outbuf := proto.NewBuffer(nil)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report_test.go 71 b := bytes.NewBuffer(nil)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolz/
symbolz.go 111 buf := bytes.NewBuffer(b)
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip_test.go 101 buf := bytes.NewBuffer(make([]byte, 0, len(latin1)))
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report_test.go 71 b := bytes.NewBuffer(nil)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolz/
symbolz.go 111 buf := bytes.NewBuffer(b)
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip_test.go 101 buf := bytes.NewBuffer(make([]byte, 0, len(latin1)))
  /external/clang/lib/Lex/
Preprocessor.cpp 419 std::unique_ptr<MemoryBuffer> NewBuffer =
422 char *NewBuf = const_cast<char*>(NewBuffer->getBufferStart());
426 SourceMgr.overrideFileContents(File, std::move(NewBuffer));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_rematerialization.cc 399 return NewBuffer(instruction_list_.GetItem(logical_buffer->instruction()),
414 return NewBuffer(remat_item, original_buffer.size,
459 Buffer& NewBuffer(Item* defining_instruction, int64 size, ItemList&& users,
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
legacy_profile.go 58 r := bytes.NewBuffer(b)
261 r := bytes.NewBuffer(b)
402 if err := p.ParseMemoryMap(bytes.NewBuffer(b)); err != nil {
472 r := bytes.NewBuffer(b)
688 r := bytes.NewBuffer(b)
870 r := bytes.NewBuffer(b)
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
legacy_profile.go 58 r := bytes.NewBuffer(b)
261 r := bytes.NewBuffer(b)
402 if err := p.ParseMemoryMap(bytes.NewBuffer(b)); err != nil {
472 r := bytes.NewBuffer(b)
688 r := bytes.NewBuffer(b)
870 r := bytes.NewBuffer(b)

Completed in 1188 milliseconds

1 23 4 5 6