Home
last modified time | relevance | path

Searched refs:Read (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/base/docs/html/distribute/
Dindex.jd24 <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/
Doffline.jd28 <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/
Dwrapper_input.h36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
Dfile_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
Din_memory_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
DBCHeaderField.h68 bool Read(const uint8_t* buf, size_t buf_len) { in Read() function
/frameworks/compile/libbcc/bcinfo/Wrap/
Din_memory_wrapper_input.cpp29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in InMemoryWrapperInput
Dfile_wrapper_input.cpp35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in FileWrapperInput
Dbitcode_wrapperer.cpp143 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/
DOMX_ContentPipe.h174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member
/frameworks/base/docs/html/google/play-services/
Dgames.jd78 <h4>3. Read the documentation</h4>
80 <p>Read the <a class="external-link" href="https://developers.google.com/games/services/terms">
Dplus.jd78 <h4>3. Read the documentation</h4>
79 <p>Read the <a href="https://developers.google.com/+/terms">Google+ Platform
Dmaps.jd76 <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/
Dindex.jd47 <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/
DBitcodeReader.cpp1917 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/
Dindex.jd46 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/
Dindex.jd22 >Read More</a></p>
/frameworks/base/docs/html/training/basics/data-storage/
Dshared-preferences.jd15 <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/
DBitcodeReader.cpp2190 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/
Dinstalling-adt.jd46 <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/
Dload-bitmap.jd14 <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/
Dindex.jd20 <h2>You Should Also Read</h2>
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp43 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/
Daccessibility.jd36 <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/
Dregister.jd53 <li>Read and accept the <strong>Developer Distribution Agreement</strong> that applies to your

123