Home
last modified time | relevance | path

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

123

/frameworks/base/docs/html/guide/google/gcm/
Dindex.jd12 …<dd>Read this document to learn the basic steps involved in developing Android applications based …
14 … <dd>Read this document for a description of the underlying concepts and architecture in GCM.</dd>
16 <dd>Read this document to walk through setting up and running the GCM demo app.</dd>
18 <dd>Read this document to get a more in-depth understanding of key GCM features.</dd>
20 <dd>Read this document if you are a C2DM developer moving to GCM.</dd>
/frameworks/base/docs/html/distribute/
Dindex.jd26 <a href="{@docRoot}distribute/googleplay/about/visibility.html">Read More ›</a>
28 <a href="{@docRoot}distribute/googleplay/about/monetizing.html">Read More ›</a></li>
30 <a href="{@docRoot}distribute/googleplay/about/distribution.html">Read More ›</a></li>
/frameworks/compile/libbcc/lib/ExecutionEngine/
DSha1Helper.cpp55 if (file.open(filename, OpenMode::Read) < 0) { in calcFileSHA1()
87 if (file.open(filename, OpenMode::Read) < 0) { in readSHA1()
DFileHandle.h28 Read = 0, enumerator
DScript.cpp274 if (objFile.open(objPath.c_str(), OpenMode::Read) < 0) { in internalLoadCache()
280 if (infoFile.open(infoPath.c_str(), OpenMode::Read) < 0) { in internalLoadCache()
/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/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1893 if (Stream.Read(8) != 'B' || in ParseBitcodeInto()
1894 Stream.Read(8) != 'C' || in ParseBitcodeInto()
1895 Stream.Read(4) != 0x0 || in ParseBitcodeInto()
1896 Stream.Read(4) != 0xC || in ParseBitcodeInto()
1897 Stream.Read(4) != 0xE || in ParseBitcodeInto()
1898 Stream.Read(4) != 0xD) in ParseBitcodeInto()
1912 Stream.Read(6) == 2 && Stream.Read(24) == 0xa0a0a && in ParseBitcodeInto()
2017 if (Stream.Read(8) != 'B' || in ParseTriple()
2018 Stream.Read(8) != 'C' || in ParseTriple()
2019 Stream.Read(4) != 0x0 || in ParseTriple()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2191 if (Stream.Read(8) != 'B' || in ParseBitcodeInto()
2192 Stream.Read(8) != 'C' || in ParseBitcodeInto()
2193 Stream.Read(4) != 0x0 || in ParseBitcodeInto()
2194 Stream.Read(4) != 0xC || in ParseBitcodeInto()
2195 Stream.Read(4) != 0xE || in ParseBitcodeInto()
2196 Stream.Read(4) != 0xD) in ParseBitcodeInto()
2210 Stream.Read(6) == 2 && Stream.Read(24) == 0xa0a0a && in ParseBitcodeInto()
2315 if (Stream.Read(8) != 'B' || in ParseTriple()
2316 Stream.Read(8) != 'C' || in ParseTriple()
2317 Stream.Read(4) != 0x0 || in ParseTriple()
[all …]
/frameworks/base/docs/html/sdk/installing/
Dnext.jd30 <h3>Read up on the API framework</h3>
Dinstalling-adt.jd55 <li>Read and accept the license agreements, then click <strong>Finish</strong>.
115 <li>Read and accept the license agreement and then click <strong>Finish</strong>.
/frameworks/base/docs/html/design/patterns/
Dnew-4-0.jd9 virtual navigation bar that houses the Back, Home and Recents buttons. Read the
/frameworks/base/docs/html/training/displaying-bitmaps/
Dload-bitmap.jd16 <li><a href="#read-bitmap">Read Bitmap Dimensions and Type</a></li>
44 <h2 id="read-bitmap">Read Bitmap Dimensions and Type</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/distribute/googleplay/publish/
Dregister.jd51 <li>Read and accept the <strong>Developer Distribution Agreement</strong> that applies to your coun…
/frameworks/av/media/libstagefright/chromium_http/
Dsupport.cpp378 if (request->Read(mReadBuffer, copy, &n)) { in readMore()
/frameworks/base/docs/html/tools/help/
Dgltracer.jd81 drawing call, enable the <strong>Read back currently bound framebuffer on glDraw*()</strong> option.
/frameworks/base/docs/html/develop/
Dindex.jd48 href="http://android-developers.blogspot.com/2012/05/using-dialogfragments.html" class="button">Read
63 href="http://android-developers.blogspot.com/2012/05/in-app-subscriptions-in-google-play.html">Read

123