Home
last modified time | relevance | path

Searched refs:concatenated (Results 1 – 25 of 75) sorted by relevance

123

/external/protobuf/java/src/test/java/com/google/protobuf/
DRopeByteStringTest.java72 ByteString concatenated = ByteString.EMPTY; in testBalance() local
74 concatenated = concatenated.concat(ByteString.copyFrom(testBytes, i * pieceSize, pieceSize)); in testBalance()
78 classUnderTest, getActualClassName(concatenated)); in testBalance()
80 Arrays.equals(testBytes, concatenated.toByteArray())); in testBalance()
83 concatenated.equals(testString)); in testBalance()
85 testString.equals(concatenated)); in testBalance()
87 testString.hashCode(), concatenated.hashCode()); in testBalance()
/external/clang/test/SemaObjC/
Dobjc-array-literal.m60 …return @[ @"A", @"B" @"C"]; // expected-warning {{concatenated NSString literal for an NSArray exp…
67 …x = @[ @"stuff", @"hello" "world"]; // expected-warning {{concatenated NSString literal for an NSA…
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DSpdyTransport.java157 String concatenated = joinOnNull(result.get(j).value.utf8(), value); in writeNameValueBlock() local
158 result.set(j, new Header(name, concatenated)); in writeNameValueBlock()
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
DREADME.md19 …ions](https://github.com/Polymer/polymer/releases) of Polymer include concatenated and minified so…
/external/guava/guava-tests/test/com/google/common/io/
DCharSourceTest.java227 CharSource concatenated = CharSource.concat(cycle); in testConcat_infiniteIterable() local
234 Reader reader = concatenated.openStream(); // no need to worry about closing in testConcat_infiniteIterable()
DByteSourceTest.java305 ByteSource concatenated = ByteSource.concat(cycle); in testConcat_infiniteIterable() local
308 assertArrayEquals(expected, concatenated.slice(0, 8).read()); in testConcat_infiniteIterable()
/external/openssh/
DPROTOCOL.key28 are concatenated and represented as a string.
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
DREADME.md19 Pre-built (concatenated & minified) versions of the polyfills are maintained in the [tagged version…
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy70 * Return the specified paths concatenated with the path separator in between
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy70 * Return the specified paths concatenated with the path separator in between
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy70 * Return the specified paths concatenated with the path separator in between
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy70 * Return the specified paths concatenated with the path separator in between
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy70 * Return the specified paths concatenated with the path separator in between
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy70 * Return the specified paths concatenated with the path separator in between
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy70 * Return the specified paths concatenated with the path separator in between
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy84 * Return the specified paths concatenated with the path separator in between
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy85 * Return the specified paths concatenated with the path separator in between
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy85 * Return the specified paths concatenated with the path separator in between
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy84 * Return the specified paths concatenated with the path separator in between
/external/llvm/test/Transforms/Inline/
Dnoalias2.ll44 ; foo2(), the noalias scopes are properly concatenated.
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy85 * Return the specified paths concatenated with the path separator in between
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy185 * Return the specified paths concatenated with the system-dependent separator in between
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/
DFakeWindowsFileSystemTest.groovy171 * Return the specified paths concatenated with the system-dependent separator in between
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy181 * Return the specified paths concatenated with the system-dependent separator in between
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy185 * Return the specified paths concatenated with the system-dependent separator in between

123