Home
last modified time | relevance | path

Searched refs:Read (Results 1 – 25 of 66) 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/base/core/java/android/annotation/
DRequiresPermission.java121 @interface Read { annotation
/frameworks/support/annotations/src/android/support/annotation/
DRequiresPermission.java117 @interface Read { annotation
/frameworks/native/include/media/openmax/
DOMX_ContentPipe.h174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member
/frameworks/base/docs/html/topic/performance/
Dindex.jd23 your apps not only cool, but also performant. Read on to discover how to
/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.cpp2335 if (Stream.Read(8) != 'B' || in ParseBitcodeInto()
2336 Stream.Read(8) != 'C' || in ParseBitcodeInto()
2337 Stream.Read(4) != 0x0 || in ParseBitcodeInto()
2338 Stream.Read(4) != 0xC || in ParseBitcodeInto()
2339 Stream.Read(4) != 0xE || in ParseBitcodeInto()
2340 Stream.Read(4) != 0xD) in ParseBitcodeInto()
2387 Stream.Read(6) == 2 && Stream.Read(24) == 0xa0a0a && in ParseBitcodeInto()
2447 if (Stream.Read(8) != 'B' || in parseTriple()
2448 Stream.Read(8) != 'C' || in parseTriple()
2449 Stream.Read(4) != 0x0 || in parseTriple()
[all …]
/frameworks/base/docs/html/training/basics/data-storage/
Dshared-preferences.jd17 <li><a href="#ReadSharedPreference">Read from Shared Preferences</a></li>
108 <h2 id="ReadSharedPreference">Read from Shared Preferences</h2>
/frameworks/base/docs/html/google/play/billing/
Dindex.jd81 <dd>Read this document for a description of the underlying concepts in In-app Billing.</dd>
83 <dd>Read the documents in this section for an overview of the latest version of In-app Billing,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2600 if (Stream.Read(8) != 'B' || in ParseBitcodeInto()
2601 Stream.Read(8) != 'C' || in ParseBitcodeInto()
2602 Stream.Read(4) != 0x0 || in ParseBitcodeInto()
2603 Stream.Read(4) != 0xC || in ParseBitcodeInto()
2604 Stream.Read(4) != 0xE || in ParseBitcodeInto()
2605 Stream.Read(4) != 0xD) in ParseBitcodeInto()
2652 Stream.Read(6) == 2 && Stream.Read(24) == 0xa0a0a && in ParseBitcodeInto()
2712 if (Stream.Read(8) != 'B' || in parseTriple()
2713 Stream.Read(8) != 'C' || in parseTriple()
2714 Stream.Read(4) != 0x0 || in parseTriple()
[all …]
/frameworks/opt/setupwizard/library/
Drules.gradle34 // Read the dependencies from the "deps" map in the extra properties.
/frameworks/base/docs/html/tv/adt-1/
Dsafety.jd14 <strong>WARNING:</strong> Read all safety information below before using this device to avoid
29 users. Read all safety and health information below before using the gamepad to avoid possible
/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/base/docs/html/training/safebrowsing/
Dindex.jd43 <a href="#url-check-response">Read the URL check response</a>
295 Read the URL check response
/frameworks/base/docs/html/training/app-indexing/
Ddeep-linking.jd13 <li><a href="#handling-intents">Read Data from Incoming Intents</a></li>
88 <h2 id="handling-intents">Read Data from Incoming Intents</h2>
Dindex.jd18 <h2>You Should Also Read</h2>
/frameworks/base/docs/html/design/patterns/
Daccessibility.jd45 <p>48 dp is the recommended touch target size for on screen elements. Read about <a href="{@docRoot…
81 …an you, their type might be larger than the space you've allotted for it. Read <a href="{@docRoot}…

123