OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WriteData
(Results
26 - 30
of
30
) sorted by null
1
2
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.cpp
659
@Function
WriteData
668
static bool
WriteData
(
737
@Function
WriteData
745
static bool
WriteData
(
752
bool bRet =
WriteData
(pFile, nName, (void*)&n, nSize);
782
case 1: if(!
WriteData
(pFile, ePODFileData, n.pData, nEntries * n.nStride)) return false; break;
929
if(!
WriteData
(pFile, ePODFileVersion, pszVersion, (unsigned int)strlen(pszVersion) + 1)) return false;
935
if(!
WriteData
(pFile, ePODFileExpOpt, pszExpOpt, (unsigned int)strlen(pszExpOpt) + 1)) return false;
941
if(!
WriteData
(pFile, ePODFileHistory, pszHistory, (unsigned int)strlen(pszHistory) + 1)) return false;
966
if(!
WriteData
(pFile, ePODFileUserData, s.pUserData, s.nUserDataSize)) return false
[
all
...]
/external/v8/src/
assembler.cc
431
void RelocInfoWriter::
WriteData
(intptr_t data_delta) {
477
WriteData
(rinfo->data());
[
all
...]
/external/dng_sdk/source/
dng_image_writer.cpp
[
all
...]
/prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go
1145
//
WriteData
writes a DATA frame.
1150
func (f *http2Framer)
WriteData
(streamID uint32, endStream bool, data []byte) error {
1154
//
WriteData
writes a DATA frame with optional padding.
[
all
...]
/prebuilts/go/linux-x86/src/net/http/
h2_bundle.go
1145
//
WriteData
writes a DATA frame.
1150
func (f *http2Framer)
WriteData
(streamID uint32, endStream bool, data []byte) error {
1154
//
WriteData
writes a DATA frame with optional padding.
[
all
...]
Completed in 530 milliseconds
1
2