HomeSort by relevance Sort by last modified time
    Searched refs:WriteData (Results 1 - 9 of 9) sorted by null

  /external/v8/test/cctest/
test-log-utils.cc 23 static void WriteData(LogDynamicBuffer* dynabuf, Vector<char>* ref_buffer) {
78 WriteData(&dynabuf, &ref_buf);
93 WriteData(&dynabuf, &ref_buf);
109 WriteData(&dynabuf, &ref_buf);
125 WriteData(&dynabuf, &ref_buf);
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_node.cpp 806 status = WriteData((OsclAny*)(textmediadata->iTextSampleEntry.GetRep()), sizeof(PVMFTimedTextSampleEntry));
810 (0, "PVMFFileOutputNode::ProcessIncomingData: Error - WriteData failed for text sample entry"));
815 status = WriteData((OsclAny*)(textmediadata->iTextSample), textmediadata->iTextSampleLength);
819 (0, "PVMFFileOutputNode::ProcessIncomingData: Error - WriteData failed for text sample entry"));
826 status = WriteData(frag, aMediaData->getTimestamp());
830 (0, "PVMFFileOutputNode::ProcessIncomingData: Error - WriteData failed"));
890 status = WriteData((OsclAny*)AMR_HEADER, AMR_HEADER_SIZE);
894 (0, "PVMFFileOutputNode::WriteFormatSpecificInfo: Error - WriteData failed"));
    [all...]
pvmf_fileoutput_node.h 353 PVMFStatus WriteData(OsclAny* aData, uint32 aSize);
362 PVMFStatus WriteData(OsclRefCounterMemFrag aMemFrag, uint32 aTimestamp);
  /external/bluetooth/glib/gio/
gbufferedoutputstream.c 598 } WriteData;
603 g_slice_free (WriteData, data);
618 WriteData *wdata;
623 wdata = g_slice_new (WriteData);
664 WriteData *wdata;
goutputstream.c     [all...]
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_node.h 370 PVMFStatus WriteData(OsclAny* aData, uint32 aSize);
379 PVMFStatus WriteData(OsclRefCounterMemFrag aMemFrag, uint32 aTimestamp);
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 288 $object->WriteData("DOM" . $name);
    [all...]
CodeGeneratorJS.pm 87 $object->WriteData();
    [all...]
CodeGeneratorV8.pm 84 $object->WriteData();
    [all...]

Completed in 281 milliseconds