OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abuffer
(Results
26 - 27
of
27
) sorted by null
1
2
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_node_download_common.cpp
384
OSCL_EXPORT_REF bool pvHttpDownloadOutput::writeToDataStream(uint8 *
aBuffer
, uint32 aBufferLen)
386
if (iDataStream->Write(iSessionID,
aBuffer
, sizeof(uint8), aBufferLen) != PVDS_SUCCESS) return false;
[
all
...]
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
CharBufferTest.java
[
all
...]
Completed in 117 milliseconds
1
2