HomeSort by relevance Sort by last modified time
    Searched refs:concatenated (Results 1 - 25 of 49) sorted by null

1 2

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
RopeByteStringTest.java 77 ByteString concatenated = ByteString.EMPTY; local
79 concatenated = concatenated.concat(ByteString.copyFrom(testBytes, i * pieceSize, pieceSize));
83 classUnderTest, getActualClassName(concatenated));
85 Arrays.equals(testBytes, concatenated.toByteArray()));
88 concatenated.equals(testString));
90 testString.equals(concatenated));
92 testString.hashCode(), concatenated.hashCode());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax2.s 4 # it's concatenated with the parameter macro name and parsed as "\x:".
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-8m.d 12 # to be concatenated with the next chunk. If it was followed by a chunk
14 # would be omitted, and the "saved" bytes would be concatenated with the
  /prebuilts/go/darwin-x86/misc/cgo/test/
buildid_linux.go 9 // linker concatenated them all. We don't want that--we only want
  /prebuilts/go/darwin-x86/src/go/ast/
print_test.go 72 // the concatenated non-empty lines.
filter.go 308 // different comment groups when they are concatenated into a single group
  /prebuilts/go/linux-x86/misc/cgo/test/
buildid_linux.go 9 // linker concatenated them all. We don't want that--we only want
  /prebuilts/go/linux-x86/src/go/ast/
print_test.go 72 // the concatenated non-empty lines.
  /external/guava/guava-tests/test/com/google/common/io/
ByteSourceTest.java 305 ByteSource concatenated = ByteSource.concat(cycle); local
308 assertArrayEquals(expected, concatenated.slice(0, 8).read());
CharSourceTest.java 227 CharSource concatenated = CharSource.concat(cycle); local
234 Reader reader = concatenated.openStream(); // no need to worry about closing
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Http2xStream.java 157 * values, they are concatenated using "\0" as a delimiter.
186 String concatenated = joinOnNull(result.get(j).value.utf8(), value); local
187 result.set(j, new Header(name, concatenated));
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2_test.go 54 desc: "concatenated files",
bzip2.go 202 // Is there a file concatenated to this one?
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip_test.go 205 // Multiple gzip files concatenated form a valid gzip file.
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2_test.go 54 desc: "concatenated files",
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip_test.go 205 // Multiple gzip files concatenated form a valid gzip file.
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 36 or Fortran compiler. Values defined in multiple directives are concatenated
64 All the cgo CPPFLAGS and CFLAGS directives in a package are concatenated and
66 directives in a package are concatenated and used to compile C++ files in that
67 package. All the CPPFLAGS and FFLAGS directives in a package are concatenated
69 in any package in the program are concatenated and used at link time. All the
70 pkg-config directives are concatenated and sent to pkg-config simultaneously
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 36 or Fortran compiler. Values defined in multiple directives are concatenated
64 All the cgo CPPFLAGS and CFLAGS directives in a package are concatenated and
66 directives in a package are concatenated and used to compile C++ files in that
67 package. All the CPPFLAGS and FFLAGS directives in a package are concatenated
69 in any package in the program are concatenated and used at link time. All the
70 pkg-config directives are concatenated and sent to pkg-config simultaneously
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer.go 197 // the literal and offset lengths arrays (which are concatenated into a single
217 // Copy the concatenated code sizes to codegen. Put a marker at the end.
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer.go 197 // the literal and offset lengths arrays (which are concatenated into a single
217 // Copy the concatenated code sizes to codegen. Put a marker at the end.
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 399 # concatenated. Count trailing backslashes; if they are odd,
  /prebuilts/go/darwin-x86/src/net/http/
response.go 38 // headers with the same key, they may be concatenated, with comma
  /prebuilts/go/darwin-x86/src/net/textproto/
reader_test.go 217 // We expect each line to be trimmed (prefix and suffix) before being concatenated.
  /prebuilts/go/linux-x86/src/net/http/
response.go 38 // headers with the same key, they may be concatenated, with comma
  /prebuilts/go/linux-x86/src/net/textproto/
reader_test.go 217 // We expect each line to be trimmed (prefix and suffix) before being concatenated.

Completed in 3473 milliseconds

1 2