/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/base/core/java/android/annotation/ |
D | RequiresPermission.java | 121 @interface Read { annotation
|
/frameworks/support/annotations/src/android/support/annotation/ |
D | RequiresPermission.java | 117 @interface Read { annotation
|
/frameworks/native/include/media/openmax/ |
D | OMX_ContentPipe.h | 174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member
|
/frameworks/base/docs/html/topic/performance/ |
D | index.jd | 23 your apps not only cool, but also performant. Read on to discover how to
|
/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 | 2335 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/ |
D | shared-preferences.jd | 17 <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/ |
D | index.jd | 81 <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/ |
D | BitcodeReader.cpp | 2600 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/ |
D | rules.gradle | 34 // Read the dependencies from the "deps" map in the extra properties.
|
/frameworks/base/docs/html/tv/adt-1/ |
D | safety.jd | 14 <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/ |
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/base/docs/html/training/safebrowsing/ |
D | index.jd | 43 <a href="#url-check-response">Read the URL check response</a> 295 Read the URL check response
|
/frameworks/base/docs/html/training/app-indexing/ |
D | deep-linking.jd | 13 <li><a href="#handling-intents">Read Data from Incoming Intents</a></li> 88 <h2 id="handling-intents">Read Data from Incoming Intents</h2>
|
D | index.jd | 18 <h2>You Should Also Read</h2>
|
/frameworks/base/docs/html/design/patterns/ |
D | accessibility.jd | 45 <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}…
|