/frameworks/base/docs/html/distribute/ |
D | index.jd | 24 <a href="{@docRoot}distribute/googleplay/about/visibility.html">Read More ›</a> 26 <a href="{@docRoot}distribute/googleplay/about/monetizing.html">Read More ›</a></li> 28 <a href="{@docRoot}distribute/googleplay/about/distribution.html">Read More ›</a></li>
|
/frameworks/base/docs/html/ |
D | offline.jd | 28 <li>Read <a href="{@docRoot}resources/browser.html?tag=sample">Sample Code</a>, 30 <li>Read the <a href="{@docRoot}guide/components/index.html">Application 32 <li>Read the <a href="{@docRoot}tools/workflow/index.html">Introduction</a> for using the SDK
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
D | wrapper_input.h | 36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
|
D | file_wrapper_input.h | 34 virtual size_t Read(uint8_t* buffer, size_t wanted);
|
D | in_memory_wrapper_input.h | 34 virtual size_t Read(uint8_t* buffer, size_t wanted);
|
D | BCHeaderField.h | 68 bool Read(const uint8_t* buf, size_t buf_len) { in Read() function
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | in_memory_wrapper_input.cpp | 29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in InMemoryWrapperInput
|
D | file_wrapper_input.cpp | 35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in FileWrapperInput
|
D | bitcode_wrapperer.cpp | 143 int actually_read = infile_->Read(&buffer_[buffer_size_], needed); in FillBuffer() 220 field.Read(&buffer_[cursor_], buffer_size_); in ParseWrapperHeader()
|
/frameworks/native/include/media/openmax/ |
D | OMX_ContentPipe.h | 174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member
|
/frameworks/base/docs/html/google/play-services/ |
D | games.jd | 78 <h4>3. Read the documentation</h4> 80 <p>Read the <a class="external-link" href="https://developers.google.com/games/services/terms">
|
D | plus.jd | 78 <h4>3. Read the documentation</h4> 79 <p>Read the <a href="https://developers.google.com/+/terms">Google+ Platform
|
D | maps.jd | 76 <h4>3. Read the documentation</h4> 78 <p>Read the <a href="https://developers.google.com/maps/terms">Google Maps
|
/frameworks/base/docs/html/google/play/billing/ |
D | index.jd | 47 <dd>Read this document for a description of the underlying concepts in In-app Billing.</dd> 49 …<dd>Read the documents in this section for an overview of the latest version of In-app Billing, as…
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1917 if (Stream.Read(8) != 'B' || in ParseBitcodeInto() 1918 Stream.Read(8) != 'C' || in ParseBitcodeInto() 1919 Stream.Read(4) != 0x0 || in ParseBitcodeInto() 1920 Stream.Read(4) != 0xC || in ParseBitcodeInto() 1921 Stream.Read(4) != 0xE || in ParseBitcodeInto() 1922 Stream.Read(4) != 0xD) in ParseBitcodeInto() 1969 Stream.Read(6) == 2 && Stream.Read(24) == 0xa0a0a && in ParseBitcodeInto() 2027 if (Stream.Read(8) != 'B' || in ParseTriple() 2028 Stream.Read(8) != 'C' || in ParseTriple() 2029 Stream.Read(4) != 0x0 || in ParseTriple() [all …]
|
/frameworks/base/docs/html/develop/ |
D | index.jd | 46 href="{@docRoot}google/play-services/location.html" class="button">Read more</a></p> 63 href="{@docRoot}google/play-services/plus.html" class="button">Read more</a></p> 82 href="{@docRoot}google/play-services/maps.html" class="button">Read more</a></p> 95 href="/distribute/googleplay/quality/tablet.html" class="button">Read 107 href="{@docRoot}google/play/billing/v2/billing_subscriptions.html#trials">Read
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
D | index.jd | 22 >Read More</a></p>
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | shared-preferences.jd | 15 <li><a href="#ReadSharedPreference">Read from Shared Preferences</a></li> 106 <h2 id="ReadSharedPreference">Read from Shared Preferences</h2>
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2190 if (Stream.Read(8) != 'B' || in ParseBitcodeInto() 2191 Stream.Read(8) != 'C' || in ParseBitcodeInto() 2192 Stream.Read(4) != 0x0 || in ParseBitcodeInto() 2193 Stream.Read(4) != 0xC || in ParseBitcodeInto() 2194 Stream.Read(4) != 0xE || in ParseBitcodeInto() 2195 Stream.Read(4) != 0xD) in ParseBitcodeInto() 2242 Stream.Read(6) == 2 && Stream.Read(24) == 0xa0a0a && in ParseBitcodeInto() 2291 if (Stream.Read(8) != 'B' || in ParseTriple() 2292 Stream.Read(8) != 'C' || in ParseTriple() 2293 Stream.Read(4) != 0x0 || in ParseTriple() [all …]
|
/frameworks/base/docs/html/sdk/installing/ |
D | installing-adt.jd | 46 <li>Read and accept the license agreements, then click <strong>Finish</strong>. 118 <li>Read and accept the license agreements, then click <strong>Finish</strong>. 189 <li>Read and accept the license agreements, then click <strong>Finish</strong>.
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | load-bitmap.jd | 14 <li><a href="#read-bitmap">Read Bitmap Dimensions and Type</a></li> 42 <h2 id="read-bitmap">Read Bitmap Dimensions and Type</h2>
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | index.jd | 20 <h2>You Should Also Read</h2>
|
/frameworks/av/media/libstagefright/matroska/ |
D | MatroskaExtractor.cpp | 43 virtual int Read(long long position, long length, unsigned char* buffer) { in Read() function 474 long n = frame.Read(mExtractor->mReader, (unsigned char *)mbuf->data()); in readBlock()
|
/frameworks/base/docs/html/design/patterns/ |
D | accessibility.jd | 36 <p>48 dp is the recommended touch target size for on screen elements. Read about <a href="{@docRoot… 73 …an you, their type might be larger than the space you've allotted for it. Read <a href="{@docRoot}…
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
D | register.jd | 53 <li>Read and accept the <strong>Developer Distribution Agreement</strong> that applies to your
|