HomeSort by relevance Sort by last modified time
    Searched refs:OStream (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/v8/src/
ostreams.h 19 class OStream {
21 OStream() : hex_(false) { }
22 virtual ~OStream() { }
25 OStream& operator<<(OStream& (*manipulator)(OStream& os)) {
30 OStream& operator<<(short x); // NOLINT(runtime/int)
31 OStream& operator<<(unsigned short x); // NOLINT(runtime/int)
32 OStream& operator<<(int x);
33 OStream& operator<<(unsigned int x)
    [all...]
ostreams.cc 21 OStream& OStream::print(const char* format, T x) {
28 OStream& OStream::operator<<(short x) { // NOLINT(runtime/int)
33 OStream& OStream::operator<<(unsigned short x) { // NOLINT(runtime/int)
38 OStream& OStream::operator<<(int x) {
43 OStream& OStream::operator<<(unsigned int x)
    [all...]
property.cc 23 OStream& operator<<(OStream& os, const LookupResult& r) {
34 OStream& operator<<(OStream& os, const Descriptor& d) {
objects-printer.cc 25 void Object::Print(OStream& os) { // NOLINT
34 void HeapObject::PrintHeader(OStream& os, const char* id) { // NOLINT
39 void HeapObject::HeapObjectPrint(OStream& os) { // NOLINT
196 void ByteArray::ByteArrayPrint(OStream& os) { // NOLINT
201 void FreeSpace::FreeSpacePrint(OStream& os) { // NOLINT
207 void External##Type##Array::External##Type##ArrayPrint(OStream& os) { \
217 void FixedTypedArray<Traits>::FixedTypedArrayPrint(OStream& os) { // NOLINT
222 void JSObject::PrintProperties(OStream& os) { // NOLINT
254 static void DoPrintElements(OStream& os, Object* object) { // NOLINT
262 void JSObject::PrintElements(OStream& os) { // NOLIN
    [all...]
hydrogen-types.h 18 class OStream;
68 friend OStream& operator<<(OStream& os, const HType& t);
87 OStream& operator<<(OStream& os, const HType& t);
hydrogen-gvn.h 16 class OStream;
73 friend OStream& operator<<(OStream& os, const TrackedEffects& f);
110 OStream& operator<<(OStream& os, const TrackedEffects& f);
  /external/chromium_org/v8/src/compiler/
graph-visualizer.h 13 class OStream;
24 OStream& operator<<(OStream& os, const AsDOT& ad);
instruction-codes.h 25 class OStream;
49 OStream& operator<<(OStream& os, const ArchOpcode& ao);
68 OStream& operator<<(OStream& os, const AddressingMode& am);
73 OStream& operator<<(OStream& os, const FlagsMode& fm);
97 OStream& operator<<(OStream& os, const FlagsCondition& fc);
operator.h 90 virtual OStream& PrintTo(OStream& os) const = 0; // NOLINT
91 friend OStream& operator<<(OStream& os, const Operator& op);
103 OStream& operator<<(OStream& os, const Operator& op);
122 virtual OStream& PrintTo(OStream& os) const FINAL { // NOLINT
136 static OStream& PrintTo(OStream& os, T val) { // NOLIN
    [all...]
machine-type.cc 20 OStream& operator<<(OStream& os, const MachineType& type) {
node.cc 45 OStream& operator<<(OStream& os, const Operator& op) { return op.PrintTo(os); }
48 OStream& operator<<(OStream& os, const Node& n) {
schedule.cc 15 OStream& operator<<(OStream& os, const BasicBlockData::Control& c) {
33 OStream& operator<<(OStream& os, const Schedule& s) {
simplified-operator.h 31 OStream& operator<<(OStream&, BaseTaggedness);
63 OStream& operator<<(OStream&, ElementAccess const&);
instruction.cc 13 OStream& operator<<(OStream& os, const InstructionOperand& op) {
98 OStream& operator<<(OStream& os, const MoveOperands& mo) {
113 OStream& operator<<(OStream& os, const ParallelMove& pm) {
155 OStream& operator<<(OStream& os, const PointerMap& pm) {
167 OStream& operator<<(OStream& os, const ArchOpcode& ao)
    [all...]
simplified-operator.cc 16 OStream& operator<<(OStream& os, BaseTaggedness base_taggedness) {
40 OStream& operator<<(OStream& os, ElementAccess const& access) {
67 static OStream& PrintTo(OStream& os, const FieldAccess& val) {
84 static OStream& PrintTo(OStream& os, const ElementAccess& access) {
  /frameworks/rs/
rsStream.cpp 54 OStream::OStream(uint64_t len, bool use64) {
61 OStream::~OStream() {
65 void OStream::addByteArray(const void *src, size_t numBytes) {
74 void OStream::addOffset(uint64_t v) {
93 void OStream::addString(const char *s, size_t len) {
103 void OStream::addString(const char *s) {
107 void OStream::growSize() {
rsAnimation.cpp 24 void Animation::serialize(Context *rsc, OStream *stream) const {
rsAnimation.h 39 virtual void serialize(Context *rsc, OStream *stream) const;
rsFileA3D.h 75 virtual void serialize(Context *rsc, OStream *stream) const {
90 OStream *mWriteStream;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsAnimation.h 39 virtual void serialize(Context *rsc, OStream *stream) const;
rsFileA3D.h 75 virtual void serialize(Context *rsc, OStream *stream) const {
90 OStream *mWriteStream;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsAnimation.h 39 virtual void serialize(Context *rsc, OStream *stream) const;
rsFileA3D.h 75 virtual void serialize(Context *rsc, OStream *stream) const {
90 OStream *mWriteStream;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsAnimation.h 39 virtual void serialize(Context *rsc, OStream *stream) const;
rsFileA3D.h 75 virtual void serialize(Context *rsc, OStream *stream) const {
90 OStream *mWriteStream;

Completed in 465 milliseconds

1 2 3 4 5 6 7