/external/skia/src/pdf/ |
D | SkPDFUtils.cpp | 48 void SkPDFUtils::AppendTransform(const SkMatrix& matrix, SkWStream* content) { in AppendTransform() 61 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo() 69 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() 79 SkScalar dstX, SkScalar dstY, SkWStream* content) { in AppendCubic() 99 static void append_quad(const SkPoint quad[], SkWStream* content) { in append_quad() 107 void SkPDFUtils::AppendRectangle(const SkRect& rect, SkWStream* content) { in AppendRectangle() 123 bool doConsumeDegerates, SkWStream* content) { in EmitPath() 195 void SkPDFUtils::ClosePath(SkWStream* content) { in ClosePath() 201 SkWStream* content) { in PaintPath() 221 void SkPDFUtils::StrokePath(SkWStream* content) { in StrokePath() [all …]
|
/external/libexif/libexif/ |
D | exif-content.c | 46 ExifContent *content = exif_content_new_mem (mem); in exif_content_new() local 56 ExifContent *content; in exif_content_new_mem() local 79 exif_content_ref (ExifContent *content) in exif_content_ref() 85 exif_content_unref (ExifContent *content) in exif_content_unref() 93 exif_content_free (ExifContent *content) in exif_content_free() 114 exif_content_dump (ExifContent *content, unsigned int indent) in exif_content_dump() 196 exif_content_get_entry (ExifContent *content, ExifTag tag) in exif_content_get_entry() 210 exif_content_foreach_entry (ExifContent *content, in exif_content_foreach_entry() 223 exif_content_log (ExifContent *content, ExifLog *log) in exif_content_log()
|
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/ |
D | model.py | 70 def response(self, resp, content): argument 176 def _log_response(self, resp, content): argument 186 def response(self, resp, content): argument 223 def deserialize(self, content): argument 260 def deserialize(self, content): argument 286 def deserialize(self, content): argument 305 def deserialize(self, content): argument 338 def deserialize(self, content): argument
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | ElementList.java | 37 final IContent content = (IContent) c.next (); in emit() local 42 public IElementList add (final IContent content) in add() 52 public IElementList add (final int index, final IContent content) in add()
|
D | IElement.java | 64 final IContent content = (IContent) c.next (); in emit() local 74 public IElementList add (final IContent content) in add() 84 public IElementList add (final int index, final IContent content) in add()
|
D | IElementList.java | 20 IElementList add (IContent content); in add() 21 IElementList add (int index, IContent content); in add()
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | MultipartMimeContentImpl.java | 49 public boolean add(Content content) { in add() 91 ContentImpl content = new ContentImpl(body, delimiter); in createContentList() local 128 ContentImpl content = new ContentImpl(rest, boundary); in createContentList() local 177 public void addContent(Content content) { in addContent()
|
D | ContentImpl.java | 15 private Object content; field in ContentImpl 25 public ContentImpl( String content, String boundary ) { in ContentImpl() 36 public void setContent(Object content) { in setContent()
|
D | MessageFactoryImpl.java | 125 Object content) throws ParseException { in createRequest() 180 List via, MaxForwardsHeader maxForwards, byte[] content, in createRequest() 288 MaxForwardsHeader maxForwards, Object content, in createResponse() 345 MaxForwardsHeader maxForwards, byte[] content, in createResponse() 434 ContentTypeHeader contentType, Object content) in createResponse() 467 ContentTypeHeader contentType, byte[] content) in createResponse() 548 byte[] content) throws ParseException { in createRequest() 601 Object content) throws ParseException { in createResponse() 657 byte[] content) throws ParseException { in createResponse()
|
D | MultipartMimeContent.java | 10 public abstract boolean add(Content content); in add() 26 public abstract void addContent( Content content); in addContent()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
D | PemObject.java | 17 private byte[] content; field in PemObject 25 public PemObject(String type, byte[] content) in PemObject() 37 public PemObject(String type, List headers, byte[] content) in PemObject()
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar | ... java
package org.eclipse.core.runtime.content
org.eclipse.core.runtime.content. ... |
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
D | HttpPostRequestTest.java | 75 String content = in preparePostWithMultipartForm() local 119 String content = in testPostWithMultipleMultipartFormFields() local 138 String content = in testPostWithMultipleMultipartFormFieldsWhereContentTypeWasSeparatedByComma() local 157 String content = in testSimplePostWithSingleMultipartFormField() local 173 String content = HttpPostRequestTest.VALUE_TEST_SIMPLE_RAW_DATA_WITH_AMPHASIS + "\r\n"; in testSimpleRawPostData() local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar | ... .content
org.eclipse.core.internal.content.ContentType$InvalidDescriber extends java.lang.Object |
/external/snakeyaml/src/test/java/org/pyyaml/ |
D | PyErrorsTest.java | 79 String content = getResource(files[i].getName()); in testLoaderStringErrors() local 97 String content = getResource(files[i].getName()); in testLoaderSingleErrors() local 113 String content = getResource(files[i].getName()); in testEmitterErrors() local
|
/external/nist-sip/java/javax/sip/message/ |
D | MessageFactory.java | 19 Object content) throws ParseException; in createRequest() 24 byte[] content) throws ParseException; in createRequest() 35 Object content) throws ParseException; in createResponse() 40 byte[] content) throws ParseException; in createResponse() 47 ContentTypeHeader contentType, Object content) in createResponse() 51 ContentTypeHeader contentType, byte[] content) in createResponse()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/ |
D | __init__.py | 85 def __init__(self, desc, response, content): argument 359 def _updateCache(request_headers, response_headers, content, cache, cachekey): argument 417 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument 433 def request(self, method, request_uri, headers, content): argument 438 def response(self, response, content): argument 471 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument 474 def request(self, method, request_uri, headers, content): argument 483 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument 497 def request(self, method, request_uri, headers, content, cnonce = None): argument 522 def response(self, response, content): argument [all …]
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/ |
D | ProtectionSystemSpecificHeaderBox.java | 40 byte[] content; field in ProtectionSystemSpecificHeaderBox 57 public void setContent(byte[] content) { in setContent() 80 protected void _parseDetails(ByteBuffer content) { in _parseDetails()
|
/external/webrtc/webrtc/p2p/base/ |
D | sessiondescription.cc | 17 for (ContentInfos::iterator content = contents.begin(); in FindContentInfoByName() local 28 for (ContentInfos::const_iterator content = contents.begin(); in FindContentInfoByName() local 39 for (ContentInfos::const_iterator content = contents.begin(); in FindContentInfoByType() local 76 for (ContentInfos::iterator content = copy->contents_.begin(); in Copy() local 136 for (ContentInfos::iterator content = contents_.begin(); in RemoveContentByName() local
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/ |
D | AbstractBox.java | 56 private ByteBuffer content; field in AbstractBox 92 protected abstract void _parseDetails(ByteBuffer content); in _parseDetails() 147 ByteBuffer content = this.content; in parseDetails() local 224 private boolean verify(ByteBuffer content) { in verify()
|
/external/autotest/server/site_tests/telemetry_Benchmarks/ |
D | generate_controlfiles.py | 91 content = CONTROLFILE_TEMPLATE.format('crosbolt_perf_perbuild', test) variable 93 content = CONTROLFILE_TEMPLATE.format('crosbolt_perf_nightly', test) variable
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | ResponseBody.java | 99 public static ResponseBody create(MediaType contentType, String content) { in create() 113 public static ResponseBody create(final MediaType contentType, byte[] content) { in create() 120 final MediaType contentType, final long contentLength, final BufferedSource content) { in create()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/ |
D | __init__.py | 141 def __init__(self, desc, response, content): argument 413 def _updateCache(request_headers, response_headers, content, cache, cachekey): argument 467 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument 483 def request(self, method, request_uri, headers, content): argument 488 def response(self, response, content): argument 501 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument 504 def request(self, method, request_uri, headers, content): argument 513 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument 527 def request(self, method, request_uri, headers, content, cnonce = None): argument 552 def response(self, response, content): argument [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue203/ |
D | DataBean.java | 20 private ContentIdentifier content; field in DataBean 35 public void setContent(ContentIdentifier content) { in setContent()
|
/external/jarjar/lib/ |
D | maven-plugin-api.jar | ... void debug (java.lang.CharSequence)
CharSequence content
public void debug (java.lang.CharSequence, ... |