Searched defs:Write (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dwrapper_output.cpp19 bool WrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) { function in class:WrapperOutput
22 if (!Write(buffer[i])) return false;
H A Dfile_wrapper_output.cpp34 bool FileWrapperOutput::Write(uint8_t byte) { function in class:FileWrapperOutput
38 bool FileWrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) { function in class:FileWrapperOutput
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A DBCHeaderField.h48 bool Write(uint8_t* buf, size_t buf_len) { function in class:BCHeaderField
/frameworks/ex/variablespeed/jni/
H A Dring_buffer.cc82 void RingBuffer::Write(const float* samples, int num_frames) { function in class:video_editing::RingBuffer
/frameworks/native/include/media/openmax/
H A DOMX_ContentPipe.h193 /** Write data of the specified size to the content (advance content pointer by size of data).
195 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize); member in struct:CP_PIPETYPE
/frameworks/base/tools/aidl/
H A DAST.cpp41 arguments[i]->Write(to);
81 Field::Write(FILE* to) function in class:Field
109 LiteralExpression::Write(FILE* to) function in class:LiteralExpression
124 StringLiteralExpression::Write(FILE* to) function in class:StringLiteralExpression
172 Variable::Write(FILE* to) function in class:Variable
196 FieldVariable::Write(FILE* to) function in class:FieldVariable
199 this->object->Write(to);
221 StatementBlock::Write(FILE* to) function in class:StatementBlock
226 this->statements[i]->Write(to);
253 ExpressionStatement::Write(FIL function in class:ExpressionStatement
278 Assignment::Write(FILE* to) function in class:Assignment
356 MethodCall::Write(FILE* to) function in class:MethodCall
382 Comparison::Write(FILE* to) function in class:Comparison
419 NewExpression::Write(FILE* to) function in class:NewExpression
437 NewArrayExpression::Write(FILE* to) function in class:NewArrayExpression
463 Ternary::Write(FILE* to) function in class:Ternary
491 Cast::Write(FILE* to) function in class:Cast
517 VariableDeclaration::Write(FILE* to) function in class:VariableDeclaration
542 IfStatement::Write(FILE* to) function in class:IfStatement
566 ReturnStatement::Write(FILE* to) function in class:ReturnStatement
583 TryStatement::Write(FILE* to) function in class:TryStatement
600 CatchStatement::Write(FILE* to) function in class:CatchStatement
621 FinallyStatement::Write(FILE* to) function in class:FinallyStatement
643 Case::Write(FILE* to) function in class:Case
671 SwitchStatement::Write(FILE* to) function in class:SwitchStatement
692 Break::Write(FILE* to) function in class:Break
731 Method::Write(FILE* to) function in class:Method
814 Class::Write(FILE* to) function in class:Class
891 Document::Write(FILE* to) function in class:Document
[all...]

Completed in 145 milliseconds