/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | RopeByteStringTest.java | 72 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/ |
D | objc-array-literal.m | 60 …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/ |
D | SpdyTransport.java | 157 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/ |
D | README.md | 19 …ions](https://github.com/Polymer/polymer/releases) of Polymer include concatenated and minified so…
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CharSourceTest.java | 227 CharSource concatenated = CharSource.concat(cycle); in testConcat_infiniteIterable() local 234 Reader reader = concatenated.openStream(); // no need to worry about closing in testConcat_infiniteIterable()
|
D | ByteSourceTest.java | 305 ByteSource concatenated = ByteSource.concat(cycle); in testConcat_infiniteIterable() local 308 assertArrayEquals(expected, concatenated.slice(0, 8).read()); in testConcat_infiniteIterable()
|
/external/openssh/ |
D | PROTOCOL.key | 28 are concatenated and represented as a string.
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | README.md | 19 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/ |
D | AbstractGroovyTest.groovy | 70 * Return the specified paths concatenated with the path separator in between
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 70 * Return the specified paths concatenated with the path separator in between
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 70 * Return the specified paths concatenated with the path separator in between
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 70 * Return the specified paths concatenated with the path separator in between
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 70 * Return the specified paths concatenated with the path separator in between
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 70 * Return the specified paths concatenated with the path separator in between
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 70 * Return the specified paths concatenated with the path separator in between
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTestCase.groovy | 84 * Return the specified paths concatenated with the path separator in between
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTestCase.groovy | 85 * Return the specified paths concatenated with the path separator in between
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTestCase.groovy | 85 * Return the specified paths concatenated with the path separator in between
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTestCase.groovy | 84 * Return the specified paths concatenated with the path separator in between
|
/external/llvm/test/Transforms/Inline/ |
D | noalias2.ll | 44 ; foo2(), the noalias scopes are properly concatenated.
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTestCase.groovy | 85 * Return the specified paths concatenated with the path separator in between
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | WindowsFakeFileSystemTest.groovy | 185 * 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/ |
D | FakeWindowsFileSystemTest.groovy | 171 * 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/ |
D | WindowsFakeFileSystemTest.groovy | 181 * 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/ |
D | WindowsFakeFileSystemTest.groovy | 185 * Return the specified paths concatenated with the system-dependent separator in between
|