/frameworks/base/core/java/com/android/internal/http/multipart/ |
D | StringPart.java | 118 private byte[] getContent() { in getContent() method in StringPart 133 out.write(getContent()); in sendData() 144 return getContent().length; in lengthOfData()
|
D | MultipartEntity.java | 221 public InputStream getContent() throws IOException, IllegalStateException { in getContent() method in MultipartEntity
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardWidgetFrame.java | 256 View widget = getContent(); in enableHardwareLayersForContent() 268 View widget = getContent(); in disableHardwareLayersForContent() 274 public View getContent() { in getContent() method in KeyguardWidgetFrame 279 View content = getContent(); in getContentAppWidgetId() 317 View content = getContent(); in setContentAlpha() 330 View widget = getContent(); in setWidgetHeight() 464 View content = getContent(); in performAppWidgetSizeCallbacksIfNecessary()
|
/frameworks/base/media/lib/signer/java/com/android/mediadrm/signer/ |
D | MediaDrmSigner.java | 83 public byte[] getContent() { in getContent() method in MediaDrmSigner.Certificate 84 return mCertificate.getContent(); in getContent()
|
/frameworks/av/include/media/stagefright/foundation/ |
D | ParsedMessage.h | 33 const char *getContent() const;
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMToTHMStub.h | 43 const uint8_t* getContent() const;
|
D | ARMToARMStub.h | 43 const uint8_t* getContent() const;
|
D | THMToTHMStub.h | 42 const uint8_t* getContent() const;
|
D | THMToARMStub.h | 42 const uint8_t* getContent() const;
|
D | ARMToARMStub.cpp | 97 const uint8_t* ARMToARMStub::getContent() const in getContent() function in ARMToARMStub
|
D | ARMToTHMStub.cpp | 105 const uint8_t* ARMToTHMStub::getContent() const in getContent() function in ARMToTHMStub
|
D | THMToTHMStub.cpp | 114 const uint8_t* THMToTHMStub::getContent() const in getContent() function in THMToTHMStub
|
D | THMToARMStub.cpp | 117 const uint8_t* THMToARMStub::getContent() const in getContent() function in THMToARMStub
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLA25Stub.h | 38 const uint8_t* getContent() const;
|
D | MipsLA25Stub.cpp | 88 const uint8_t* MipsLA25Stub::getContent() const in getContent() function in mcld::MipsLA25Stub
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonAbsoluteStub.h | 43 const uint8_t* getContent() const;
|
D | HexagonAbsoluteStub.cpp | 100 const uint8_t* HexagonAbsoluteStub::getContent() const in getContent() function in HexagonAbsoluteStub
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Stub.h | 77 virtual const uint8_t* getContent() const = 0;
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
D | DefaultHttpClientTest.java | 90 Reader reader = new InputStreamReader(response.getEntity().getContent()); in contentToString()
|
/frameworks/compile/mclinker/lib/Fragment/ |
D | FragmentRef.cpp | 147 std::memcpy(pDest, stub_frag->getContent() + total_offset, pNBytes); in memcpy()
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
D | BandwidthTestUtil.java | 146 res.getEntity().getContent().close(); in postFileToServer()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GpsXtraDownloader.java | 155 DataInputStream dis = new DataInputStream(entity.getContent()); in doDownload()
|
/frameworks/av/media/libstagefright/foundation/ |
D | ParsedMessage.cpp | 81 const char *ParsedMessage::getContent() const { in getContent() function in android::ParsedMessage
|
/frameworks/base/keystore/java/android/security/ |
D | Credentials.java | 153 Certificate c = cf.generateCertificate(new ByteArrayInputStream(o.getContent())); in convertFromPem()
|
/frameworks/volley/src/com/android/volley/toolbox/ |
D | BasicNetwork.java | 215 InputStream in = entity.getContent(); in entityToBytes()
|