Searched defs:ow (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectsource.cc | 312 StringPiece field_name, ObjectWriter* ow) { in RenderTimestamp() 336 StringPiece field_name, ObjectWriter* ow) { in RenderDuration() 376 ObjectWriter* ow) { in RenderDouble() 390 ObjectWriter* ow) { in RenderFloat() 404 ObjectWriter* ow) { in RenderInt64() 418 ObjectWriter* ow) { in RenderUInt64() 432 ObjectWriter* ow) { in RenderInt32() 446 ObjectWriter* ow) { in RenderUInt32() 460 ObjectWriter* ow) { in RenderBool() 475 ObjectWriter* ow) { in RenderString() [all …]
|
D | protostream_objectwriter.cc | 799 Status ProtoStreamObjectWriter::RenderStructValue(ProtoStreamObjectWriter* ow, in RenderStructValue() 860 Status ProtoStreamObjectWriter::RenderTimestamp(ProtoStreamObjectWriter* ow, in RenderTimestamp() 883 static inline util::Status RenderOneFieldPath(ProtoStreamObjectWriter* ow, in RenderOneFieldPath() 890 Status ProtoStreamObjectWriter::RenderFieldMask(ProtoStreamObjectWriter* ow, in RenderFieldMask() 906 Status ProtoStreamObjectWriter::RenderDuration(ProtoStreamObjectWriter* ow, in RenderDuration() 955 Status ProtoStreamObjectWriter::RenderWrapperType(ProtoStreamObjectWriter* ow, in RenderWrapperType()
|
D | object_source.h | 56 virtual util::Status WriteTo(ObjectWriter* ow) const { in WriteTo()
|
D | object_writer.cc | 42 ObjectWriter* ow) { in RenderDataPieceTo()
|
D | default_value_objectwriter.cc | 61 ObjectWriter* ow) in DefaultValueObjectWriter() 216 void DefaultValueObjectWriter::Node::WriteTo(ObjectWriter* ow) { in WriteTo() 248 void DefaultValueObjectWriter::Node::WriteChildren(ObjectWriter* ow) { in WriteChildren()
|
D | json_stream_parser.cc | 97 JsonStreamParser::JsonStreamParser(ObjectWriter* ow) in JsonStreamParser()
|
/external/webrtc/talk/session/media/ |
D | yuvscaler_unittest.cc | 98 bool TestScale(int iw, int ih, int ow, int oh, int offset, bool usefile, in TestScale() 194 const int ow = 640, oh = 360; in TEST_F() local 210 const int ow = 640, oh = 480; in TEST_F() local
|
/external/mesa3d/src/mesa/math/ |
D | m_xform_tmp.h | 593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local 640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local 663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local 688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local 712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local 736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local
|
/external/lua/src/ |
D | lgc.h | 95 #define isdeadm(ow,m) (!(((m) ^ WHITEBITS) & (ow))) argument
|
D | lgc.c | 737 int ow = otherwhite(g); in sweeplist() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileInfo.cpp | 816 double ow = getExecutionCount(Dest); in repair() local
|