Home
last modified time | relevance | path

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

123

/frameworks/base/docs/html/
Doffline.jd29 <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/
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/
Dplus.jd78 <h4>3. Read the documentation</h4>
79 <p>Read the <a href="https://developers.google.com/+/terms">Google+ Platform
Dgames.jd83 <h4>3. Read the documentation</h4>
85 <p>Read the <a class="external-link" href="https://developers.google.com/games/services/terms">
Dmaps.jd82 <h4>3. Read the documentation</h4>
84 <p>Read the <a href="https://developers.google.com/maps/terms">Google Maps
Dads.jd100 <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/
Dknow-your-user.jd19 Read Ratings Comments
110 Read more about <a href=
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1968 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/
Dindex.jd55 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/
Dindex.jd68 <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/
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.cpp2239 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/
Dindex.jd18 <h2>You Should Also Read</h2>
/frameworks/base/docs/html/sdk/installing/
Dinstalling-adt.jd54 <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/
Dsafety.jd13 <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/
Ddeep-linking.jd13 <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/
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/wearables/data-layer/
Dmessages.jd40 <p class="note"><b>Note:</b> Read more about asynchronous and synchronous calls

123