/frameworks/base/docs/html/ |
D | offline.jd | 29 <li>Read <a href="{@docRoot}resources/browser.html?tag=sample">Sample Code</a>, 31 <li>Read the <a href="{@docRoot}guide/components/index.html">Application 33 <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 | plus.jd | 78 <h4>3. Read the documentation</h4> 79 <p>Read the <a href="https://developers.google.com/+/terms">Google+ Platform
|
D | games.jd | 83 <h4>3. Read the documentation</h4> 85 <p>Read the <a class="external-link" href="https://developers.google.com/games/services/terms">
|
D | maps.jd | 82 <h4>3. Read the documentation</h4> 84 <p>Read the <a href="https://developers.google.com/maps/terms">Google Maps
|
D | ads.jd | 100 <h4>3. Read the documentation</h4> 101 … <p>Read the <a class="external-link" href="https://www.google.com/adsense/localized-terms">AdSense
|
/frameworks/base/docs/html/distribute/users/ |
D | know-your-user.jd | 19 Read Ratings Comments 110 Read more about <a href=
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1968 if (Stream.Read(8) != 'B' || in ParseBitcodeInto() 1969 Stream.Read(8) != 'C' || in ParseBitcodeInto() 1970 Stream.Read(4) != 0x0 || in ParseBitcodeInto() 1971 Stream.Read(4) != 0xC || in ParseBitcodeInto() 1972 Stream.Read(4) != 0xE || in ParseBitcodeInto() 1973 Stream.Read(4) != 0xD) in ParseBitcodeInto() 2020 Stream.Read(6) == 2 && Stream.Read(24) == 0xa0a0a && in ParseBitcodeInto() 2079 if (Stream.Read(8) != 'B' || in ParseTriple() 2080 Stream.Read(8) != 'C' || in ParseTriple() 2081 Stream.Read(4) != 0x0 || in ParseTriple() [all …]
|
/frameworks/base/docs/html/develop/ |
D | index.jd | 55 href="{@docRoot}distribute/essentials/quality/tv.html" class="button">Read 70 …d-developers.blogspot.com/2012/11/designing-for-tablets-were-here-to-help.html" class="button">Read 86 href="{@docRoot}google/play-services/location.html" class="button">Read more</a></p> 103 href="{@docRoot}google/play-services/plus.html" class="button">Read more</a></p> 122 href="{@docRoot}google/play-services/maps.html" class="button">Read more</a></p>
|
/frameworks/base/docs/html/google/play/billing/ |
D | index.jd | 68 <dd>Read this document for a description of the underlying concepts in In-app Billing.</dd> 70 …<dd>Read the documents in this section for an overview of the latest version of In-app Billing, as…
|
/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 | 2239 if (Stream.Read(8) != 'B' || in ParseBitcodeInto() 2240 Stream.Read(8) != 'C' || in ParseBitcodeInto() 2241 Stream.Read(4) != 0x0 || in ParseBitcodeInto() 2242 Stream.Read(4) != 0xC || in ParseBitcodeInto() 2243 Stream.Read(4) != 0xE || in ParseBitcodeInto() 2244 Stream.Read(4) != 0xD) in ParseBitcodeInto() 2291 Stream.Read(6) == 2 && Stream.Read(24) == 0xa0a0a && in ParseBitcodeInto() 2341 if (Stream.Read(8) != 'B' || in ParseTriple() 2342 Stream.Read(8) != 'C' || in ParseTriple() 2343 Stream.Read(4) != 0x0 || in ParseTriple() [all …]
|
/frameworks/base/docs/html/training/activity-testing/ |
D | index.jd | 18 <h2>You Should Also Read</h2>
|
/frameworks/base/docs/html/sdk/installing/ |
D | installing-adt.jd | 54 <li>Read and accept the license agreements, then click <strong>Finish</strong>. 126 <li>Read and accept the license agreements, then click <strong>Finish</strong>.
|
/frameworks/base/docs/html/tv/adt-1/ |
D | safety.jd | 13 <strong>WARNING:</strong> Read all safety information below before using this device to avoid 28 users. Read all safety and health information below before using the gamepad to avoid possible
|
/frameworks/base/docs/html/training/app-indexing/ |
D | deep-linking.jd | 13 <li><a href="#handling-intents">Read Data from Incoming Intents</a></li> 81 <h2 id="handling-intents">Read Data from Incoming Intents</h2>
|
/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/wearables/data-layer/ |
D | messages.jd | 40 <p class="note"><b>Note:</b> Read more about asynchronous and synchronous calls
|