/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ |
D | RoundtripTest.java | 38 assertNotNull(output.getContent()); in testMedaItemRoundtrip() 39 assertEquals(input.getContent().getTitle(), output.getContent().getTitle()); in testMedaItemRoundtrip() 40 assertEquals(input.getContent().getUri(), output.getContent().getUri()); in testMedaItemRoundtrip()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkGeneric.h | 194 << B->getContent().size() << " bytes, from " in copyAndFixUpBlocks() 195 << (const void *)B->getContent().data() << " to " in copyAndFixUpBlocks() 198 memcpy(BlockDataPtr, B->getContent().data(), B->getContent().size()); in copyAndFixUpBlocks() 214 B->setContent(StringRef(BlockDataPtr, B->getContent().size())); in copyAndFixUpBlocks() 217 LastBlockEnd = BlockDataPtr + B->getContent().size(); in copyAndFixUpBlocks()
|
/external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/steps/ |
D | CommentParsingSteps.java | 131 assertThat(lineCommentUnderTest.getContent(), is(expectedContent)); in thenLineCommentIs() 138 … assertThat(lineCommentUnderTest.getContent(), is(equalToIgnoringWhiteSpace(expectedContent))); in thenBlockCommentIs() 145 assertThat(commentUnderTest.getContent(), is(equalToIgnoringWhiteSpace(expectedContent))); in thenJavadocCommentIs() 214 assertThat(compilationUnit.getComment().get().getContent(), is(expectedContent)); in thenTheCompilationIsCommentedCompilationUnitComment() 230 assertThat(commentUnderTest.getContent(), is(equalToIgnoringWhiteSpace(expectedContent))); in thenTheCompilationUnitOrphanCommentIs() 248 assertThat(commentUnderTest.getContent(), is(equalToIgnoringWhiteSpace(expectedContent))); in thenCommentInCompilationUnitIs() 260 assertThat(classUnderTest.getComment().get().getContent(), is(expectedContent)); in thenClassIsCommented() 280 assertThat(commentUnderTest.getContent(), is(equalToIgnoringWhiteSpace(expectedContent))); in thenClassOrphanCommentIs() 288 …assertThat(methodUnderTest.getComment().get().getContent(), equalToIgnoringWhiteSpace(expectedCont… in thenMethodInClassIsCommented() 305 assertThat(commentUnderTest.getContent(), is(equalToIgnoringWhiteSpace(expectedContent))); in thenCommentInMethodInClassIs() [all …]
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
D | StringPart.java | 112 private byte[] getContent() { in getContent() method in StringPart 127 out.write(getContent()); in sendData() 138 return getContent().length; in lengthOfData()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | TextSampleEntry.java | 92 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in TextSampleEntry 101 boxRecord.getContent(byteBuffer); in getContent() 102 styleRecord.getContent(byteBuffer); in getContent() 234 public void getContent(ByteBuffer bb) { in getContent() method in TextSampleEntry.BoxRecord 287 public void getContent(ByteBuffer bb) { in getContent() method in TextSampleEntry.StyleRecord
|
/external/volley/src/test/java/com/android/volley/toolbox/ |
D | AdaptedHttpStackTest.java | 69 assertNull(response.getContent()); in emptyResponse() 79 when(mHttpEntity.getContent()).thenReturn(mContent); in nonEmptyResponse() 87 assertSame(mContent, response.getContent()); in nonEmptyResponse() 97 when(mHttpEntity.getContent()).thenReturn(mContent); in responseTooBig() 119 assertNull(response.getContent()); in responseWithHeaders()
|
/external/opencensus-java/contrib/agent/src/integration-test/java/io/opencensus/contrib/agent/instrumentation/ |
D | UrlInstrumentationIT.java | 61 public void getContent() throws Exception { in getContent() method in UrlInstrumentationIT 63 Object content = url.getContent(); in getContent() 79 url.getContent(); in getContent_fails()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/ |
D | FontTableBox.java | 44 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in FontTableBox 47 record.getContent(byteBuffer); in getContent() 77 public void getContent(ByteBuffer bb) { in getContent() method in FontTableBox.FontRecord
|
/external/dokka/core/src/main/kotlin/Kotlin/ |
D | DescriptorDocumentationParser.kt | 78 var kdocText = kdoc.getContent() in <lambda>() 93 val tagSubContent = it.getContent() in <lambda>() 109 val sectionContent = it.getContent() in <lambda>() 115 val sectionContent = it.getContent() in <lambda>() 143 val apiLevel = DocumentationNode(it.getContent(), Content.Empty, NodeKind.ApiLevel) in <lambda>() 146 … val deprecatedLevel = DocumentationNode(it.getContent(), Content.Empty, NodeKind.DeprecatedLevel) in <lambda>() 149 … val artifactId = DocumentationNode(it.getContent(), Content.Empty, NodeKind.ArtifactId) in <lambda>() 265 val matcher = TEXT.matcher(getContent()) in <lambda>()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSSignedData.java | 163 public Object getContent() in CMSSignedData() 165 return signedContent.getContent(); in CMSSignedData() 195 ASN1Encodable content = signedData.getEncapContentInfo().getContent(); in CMSSignedData() 219 return SignedData.getInstance(contentInfo.getContent()); in getSignedData() 281 …return signedData.getEncapContentInfo().getContent() == null && signedData.getSignerInfos().size()… in isDetachedSignature() 291 …return signedData.getEncapContentInfo().getContent() == null && signedData.getSignerInfos().size()… in isCertificateManagementMessage()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | ItemLocationBox.java | 84 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in ItemLocationBox 94 item.getContent(byteBuffer); in getContent() 225 public void getContent(ByteBuffer bb) { in getContent() method in ItemLocationBox.Item 240 extent.getContent(bb); in getContent() 312 public void getContent(ByteBuffer os) { in getContent() method in ItemLocationBox.Extent
|
D | UserDataBox.java | 51 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in UserDataBox 52 …super.getContent(byteBuffer); //To change body of overridden methods use File | Settings | File… in getContent()
|
D | EditListBox.java | 96 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in EditListBox 100 entry.getContent(byteBuffer); in getContent() 228 public void getContent(ByteBuffer bb) { in getContent() method in EditListBox.Entry
|
/external/testng/src/main/resources/ |
D | testng-reports.js | 40 function getContent(t) { function 60 var w = getContent($(this)); 68 var w = getContent($(this));
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
D | CharacterRecorder.java | 82 sb.append(aCharacterRecorder.getContent()); in CharacterRecorder() 138 public String getContent() { in getContent() method in CharacterRecorder
|
/external/apache-http/src/org/apache/http/entity/ |
D | HttpEntityWrapper.java | 99 public InputStream getContent() in getContent() method in HttpEntityWrapper 101 return wrappedEntity.getContent(); in getContent()
|
D | BasicHttpEntity.java | 83 public InputStream getContent() in getContent() method in BasicHttpEntity 131 InputStream instream = getContent(); in writeTo()
|
D | BufferedHttpEntity.java | 81 public InputStream getContent() throws IOException { in getContent() method in BufferedHttpEntity 85 return wrappedEntity.getContent(); in getContent()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
D | LexicalPreservingPrinter.java | 163 …hByRange()), new TokenTextElement(JAVADOC_COMMENT, "/**" + newJavadocComment.getContent() + "*/")); in concretePropertyChange() 202 .filter(c -> ((Comment)c.getChild()).getContent().equals(oldValue.getContent())) in findChildTextElementForComment() 226 .filter(t -> t.getText().equals("/**" + oldValue.getContent() + "*/")) in findTokenTextElementForComment() 232 .filter(t -> t.getText().equals("/*" + oldValue.getContent() + "*/")) in findTokenTextElementForComment() 238 .filter(t -> t.getText().trim().equals(("//" + oldValue.getContent()).trim())) in findTokenTextElementForComment() 447 nodeText.addToken(JAVADOC_COMMENT, "/**" + ((JavadocComment) node).getContent() + "*/"); in prettyPrintingTextNode() 451 nodeText.addToken(MULTI_LINE_COMMENT, "/*" + ((BlockComment) node).getContent() + "*/"); in prettyPrintingTextNode() 455 nodeText.addToken(SINGLE_LINE_COMMENT, "//" + ((LineComment) node).getContent()); in prettyPrintingTextNode() 485 nodeText.addToken(csmToken.getTokenType(), csmToken.getContent(node)); in interpret()
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
D | BaseMultiSuitePanel.java | 9 abstract String getContent(ISuite suite, XMLStringBuffer xsb); in getContent() method in BaseMultiSuitePanel 24 xsb.addString(getContent(s, xsb)); in generate()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/basemediaformat/ |
D | AvcNalUnitStorageBox.java | 85 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in AvcNalUnitStorageBox 86 this.avcDecoderConfigurationRecord.getContent(byteBuffer); in getContent()
|
/external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/ |
D | DelegatingHttpsURLConnection.java | 133 @Override public Object getContent() throws IOException { in getContent() method in DelegatingHttpsURLConnection 134 return delegate.getContent(); in getContent() 138 @Override public Object getContent(Class[] types) throws IOException { in getContent() method in DelegatingHttpsURLConnection 139 return delegate.getContent(types); in getContent()
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
D | DelegatingHttpsURLConnection.java | 132 @Override public Object getContent() throws IOException { in getContent() method in DelegatingHttpsURLConnection 133 return delegate.getContent(); in getContent() 137 @Override public Object getContent(Class[] types) throws IOException { in getContent() method in DelegatingHttpsURLConnection 138 return delegate.getContent(types); in getContent()
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkGeneric.cpp | 388 << B->getContent().size() << " bytes, from " in copyBlockContentToWorkingMemory() 389 << (const void *)B->getContent().data() << " to " in copyBlockContentToWorkingMemory() 392 memcpy(BlockDataPtr, B->getContent().data(), B->getContent().size()); in copyBlockContentToWorkingMemory() 395 B->setContent(StringRef(BlockDataPtr, B->getContent().size())); in copyBlockContentToWorkingMemory() 398 LastBlockEnd = BlockDataPtr + B->getContent().size(); in copyBlockContentToWorkingMemory()
|
/external/apache-http/src/org/apache/http/conn/ |
D | BasicManagedEntity.java | 103 public InputStream getContent() throws IOException { in getContent() method in BasicManagedEntity 105 return new EofSensorInputStream(wrappedEntity.getContent(), this); in getContent()
|