Searched refs:os (Results 76 - 100 of 1953) sorted by relevance

1234567891011>>

/external/libvncserver/libvncserver/
H A Dzrleoutstream.h44 void zrleOutStreamFree (zrleOutStream *os);
45 rfbBool zrleOutStreamFlush (zrleOutStream *os);
46 void zrleOutStreamWriteBytes (zrleOutStream *os,
49 void zrleOutStreamWriteU8 (zrleOutStream *os,
51 void zrleOutStreamWriteOpaque8 (zrleOutStream *os,
53 void zrleOutStreamWriteOpaque16 (zrleOutStream *os,
55 void zrleOutStreamWriteOpaque32 (zrleOutStream *os,
57 void zrleOutStreamWriteOpaque24A(zrleOutStream *os,
59 void zrleOutStreamWriteOpaque24B(zrleOutStream *os,
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/
H A Dconf.py13 import os namespace
16 on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
20 # documentation root, use os.path.abspath to make it absolute, like shown here.
23 current_path = os.path.abspath(os.path.dirname(__file__))
24 path = os.path.join(current_path, '..')
25 theme_path = os.path.join(current_path, '_themes', 'webapp2')
31 os.path.join(path, 'lib', 'babel'),
32 os.path.join(path, 'lib', 'Jinja2-2.6'),
33 os
[all...]
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Drun_tests.py1 import os namespace
7 current_path = os.path.abspath(os.path.dirname(__file__))
8 tests_path = os.path.join(current_path, 'tests')
14 os.path.join(current_path, 'lib', 'babel'),
15 os.path.join(current_path, 'lib', 'Jinja2-2.6'),
16 os.path.join(current_path, 'lib', 'Mako-0.4.1'),
17 os.path.join(current_path, 'lib', 'gaepytz-2011h'),
18 os.path.join(current_path, 'lib', 'WebOb-1.0.8'),
20 os
[all...]
/external/gtest/include/gtest/
H A Dgtest-printers.h116 ::std::ostream* os);
127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { argument
137 sizeof(value), os); local
149 static void PrintValue(const T& value, ::std::ostream* os) { argument
154 *os << ("<" + pretty_str + ">");
168 static void PrintValue(const T& value, ::std::ostream* os) { argument
170 *os << kBigInt;
200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
199 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) argument
218 DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) argument
269 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
303 DefaultPrintTo(IsNotContainer , true_type , T* p, ::std::ostream* os) argument
335 DefaultPrintTo(IsNotContainer , false_type , const T& value, ::std::ostream* os) argument
353 PrintTo(const T& value, ::std::ostream* os) argument
386 PrintTo(char c, ::std::ostream* os) argument
390 PrintTo(static_cast<unsigned char>(c), os); local
394 PrintTo(bool x, ::std::ostream* os) argument
409 PrintTo(char* s, ::std::ostream* os) argument
410 PrintTo(ImplicitCast_<const char*>(s), os); local
415 PrintTo(const signed char* s, ::std::ostream* os) argument
416 PrintTo(ImplicitCast_<const void*>(s), os); local
418 PrintTo(signed char* s, ::std::ostream* os) argument
419 PrintTo(ImplicitCast_<const void*>(s), os); local
421 PrintTo(const unsigned char* s, ::std::ostream* os) argument
422 PrintTo(ImplicitCast_<const void*>(s), os); local
424 PrintTo(unsigned char* s, ::std::ostream* os) argument
425 PrintTo(ImplicitCast_<const void*>(s), os); local
436 PrintTo(wchar_t* s, ::std::ostream* os) argument
437 PrintTo(ImplicitCast_<const wchar_t*>(s), os); local
447 PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) argument
458 PrintTo(const ::string& s, ::std::ostream* os) argument
464 PrintTo(const ::std::string& s, ::std::ostream* os) argument
471 PrintTo(const ::wstring& s, ::std::ostream* os) argument
478 PrintTo(const ::std::wstring& s, ::std::ostream* os) argument
497 PrintTo(const ::std::tr1::tuple<& t, ::std::ostream* os) argument
502 PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) argument
507 PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) argument
512 PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) argument
517 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) argument
522 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, ::std::ostream* os) argument
529 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, ::std::ostream* os) argument
536 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, ::std::ostream* os) argument
543 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, ::std::ostream* os) argument
550 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, ::std::ostream* os) argument
557 PrintTo( const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, ::std::ostream* os) argument
566 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument
591 Print(const T& value, ::std::ostream* os) argument
611 UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) argument
662 Print(const T& value, ::std::ostream* os) argument
683 Print(const T& value, ::std::ostream* os) argument
690 Print(const T& value, ::std::ostream* os) argument
704 Print(const char* str, ::std::ostream* os) argument
708 UniversalPrint(string(str), os); local
715 Print(char* str, ::std::ostream* os) argument
724 Print(const wchar_t* str, ::std::ostream* os) argument
728 UniversalPrint(::std::wstring(str), os); local
737 Print(wchar_t* str, ::std::ostream* os) argument
743 UniversalTersePrint(const T& value, ::std::ostream* os) argument
752 UniversalPrint(const T& value, ::std::ostream* os) argument
774 PrintPrefixTo(const Tuple& t, ::std::ostream* os) argument
778 ::Print(::std::tr1::get<N - 1>(t), os); local
809 PrintPrefixTo(const Tuple& t, ::std::ostream* os) argument
811 Print(::std::tr1::get<0>(t), os); local
825 PrintTupleTo(const T& t, ::std::ostream* os) argument
[all...]
/external/boringssl/src/crypto/evp/
H A Dp_hmac_asn1.c69 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
70 if (os) {
71 if (os->data) {
72 OPENSSL_cleanse(os->data, os->length);
74 ASN1_OCTET_STRING_free(os);
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dctor_sseq.pass.cpp31 std::ostringstream os; local
32 os << e1;
33 assert(os.str() == a);
46 std::ostringstream os; local
47 os << e1;
48 assert(os.str() == a);
H A Dio.pass.cpp18 // operator<<(basic_ostream<charT, traits>& os,
37 std::ostringstream os; local
38 os << e1;
39 std::istringstream is(os.str());
51 std::ostringstream os; local
52 os << e1;
53 std::istringstream is(os.str());
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dctor_sseq.pass.cpp31 std::ostringstream os; local
32 os << e1;
33 assert(os.str() == a);
46 std::ostringstream os; local
47 os << e1;
48 assert(os.str() == a);
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
H A Dctor_sseq.pass.cpp185 std::ostringstream os; local
186 os << e1;
187 assert(os.str() == a);
300 std::ostringstream os; local
301 os << e1;
302 assert(os.str() == a);
H A Dio.pass.cpp22 // operator<<(basic_ostream<charT, traits>& os,
43 std::ostringstream os; local
44 os << e1;
45 std::istringstream is(os.str());
57 std::ostringstream os; local
58 os << e1;
59 std::istringstream is(os.str());
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
H A Dctor_sseq.pass.cpp31 std::ostringstream os; local
32 os << e1;
33 assert(os.str() == a);
46 std::ostringstream os; local
47 os << e1;
48 assert(os.str() == a);
H A Dio.pass.cpp18 // operator<<(basic_ostream<charT, traits>& os,
37 std::ostringstream os; local
38 os << e1;
39 std::istringstream is(os.str());
51 std::ostringstream os; local
52 os << e1;
53 std::istringstream is(os.str());
/external/libexif/
H A Dconfig.sub130 os=-$maybe_os
136 then os=`echo $1 | sed 's/.*-/-/'`
137 else os=; fi
145 case $os in
146 -sun*os*)
156 os=
160 os=-cnk
163 os=
169 os=-vxworks
173 os
[all...]
/external/libpcap/
H A Dconfig.sub131 os=-$maybe_os
137 then os=`echo $1 | sed 's/.*-/-/'`
138 else os=; fi
146 case $os in
147 -sun*os*)
157 os=
161 os=-cnk
164 os=
170 os=-vxworks
174 os
[all...]
/external/tcpdump/
H A Dconfig.sub131 os=-$maybe_os
137 then os=`echo $1 | sed 's/.*-/-/'`
138 else os=; fi
146 case $os in
147 -sun*os*)
157 os=
161 os=-cnk
164 os=
170 os=-vxworks
174 os
[all...]
/external/google-tv-pairing-protocol/cpp/
H A Dconfig.sub127 os=-$maybe_os
133 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi
142 case $os in
143 -sun*os*)
153 os=
157 os=-cnk
160 os=
166 os=-vxworks
170 os
[all...]
/external/pdfium/testing/tools/
H A Dcommon.py6 import os namespace
26 self.my_dir = os.path.dirname(os.path.realpath(__file__))
27 self.testing_dir = os.path.dirname(self.my_dir)
28 if (os.path.basename(self.my_dir) != 'tools' or
29 os.path.basename(self.testing_dir) != 'testing'):
31 self.pdfium_dir = os.path.dirname(self.testing_dir)
39 one_up_dir = os.path.dirname(self.base_dir)
40 two_up_dir = os.path.dirname(one_up_dir)
41 if (os
[all...]
/external/libusb/
H A Dconfig.sub126 os=-$maybe_os
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=
162 os=-vxworks
166 os=-chorusos
170 os
[all...]
/external/libusb-compat/
H A Dconfig.sub126 os=-$maybe_os
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=
162 os=-vxworks
166 os=-chorusos
170 os
[all...]
/external/libmtp/
H A Dconfig.sub126 os=-$maybe_os
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=
162 os=-vxworks
166 os=-chorusos
170 os
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-printers.h116 ::std::ostream* os);
127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { argument
137 sizeof(value), os); local
149 static void PrintValue(const T& value, ::std::ostream* os) { argument
154 *os << ("<" + pretty_str + ">");
168 static void PrintValue(const T& value, ::std::ostream* os) { argument
170 *os << kBigInt;
200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
199 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) argument
218 DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) argument
269 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
303 DefaultPrintTo(IsNotContainer , true_type , T* p, ::std::ostream* os) argument
335 DefaultPrintTo(IsNotContainer , false_type , const T& value, ::std::ostream* os) argument
353 PrintTo(const T& value, ::std::ostream* os) argument
386 PrintTo(char c, ::std::ostream* os) argument
390 PrintTo(static_cast<unsigned char>(c), os); local
394 PrintTo(bool x, ::std::ostream* os) argument
409 PrintTo(char* s, ::std::ostream* os) argument
410 PrintTo(ImplicitCast_<const char*>(s), os); local
415 PrintTo(const signed char* s, ::std::ostream* os) argument
416 PrintTo(ImplicitCast_<const void*>(s), os); local
418 PrintTo(signed char* s, ::std::ostream* os) argument
419 PrintTo(ImplicitCast_<const void*>(s), os); local
421 PrintTo(const unsigned char* s, ::std::ostream* os) argument
422 PrintTo(ImplicitCast_<const void*>(s), os); local
424 PrintTo(unsigned char* s, ::std::ostream* os) argument
425 PrintTo(ImplicitCast_<const void*>(s), os); local
436 PrintTo(wchar_t* s, ::std::ostream* os) argument
437 PrintTo(ImplicitCast_<const wchar_t*>(s), os); local
447 PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) argument
458 PrintTo(const ::string& s, ::std::ostream* os) argument
464 PrintTo(const ::std::string& s, ::std::ostream* os) argument
471 PrintTo(const ::wstring& s, ::std::ostream* os) argument
478 PrintTo(const ::std::wstring& s, ::std::ostream* os) argument
497 PrintTo(const ::std::tr1::tuple<& t, ::std::ostream* os) argument
502 PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) argument
507 PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) argument
512 PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) argument
517 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) argument
522 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, ::std::ostream* os) argument
529 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, ::std::ostream* os) argument
536 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, ::std::ostream* os) argument
543 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, ::std::ostream* os) argument
550 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, ::std::ostream* os) argument
557 PrintTo( const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, ::std::ostream* os) argument
566 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument
591 Print(const T& value, ::std::ostream* os) argument
611 UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) argument
659 Print(const T& value, ::std::ostream* os) argument
677 UniversalTersePrint(const T& value, ::std::ostream* os) argument
680 UniversalTersePrint(const char* str, ::std::ostream* os) argument
684 UniversalPrint(string(str), os); local
687 UniversalTersePrint(char* str, ::std::ostream* os) argument
688 UniversalTersePrint(static_cast<const char*>(str), os); local
696 UniversalPrint(const T& value, ::std::ostream* os) argument
718 PrintPrefixTo(const Tuple& t, ::std::ostream* os) argument
722 ::Print(::std::tr1::get<N - 1>(t), os); local
753 PrintPrefixTo(const Tuple& t, ::std::ostream* os) argument
755 Print(::std::tr1::get<0>(t), os); local
769 PrintTupleTo(const T& t, ::std::ostream* os) argument
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h116 ::std::ostream* os);
127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { argument
137 sizeof(value), os); local
149 static void PrintValue(const T& value, ::std::ostream* os) { argument
154 *os << ("<" + pretty_str + ">");
168 static void PrintValue(const T& value, ::std::ostream* os) { argument
170 *os << kBigInt;
200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
199 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) argument
218 DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) argument
269 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
303 DefaultPrintTo(IsNotContainer , true_type , T* p, ::std::ostream* os) argument
335 DefaultPrintTo(IsNotContainer , false_type , const T& value, ::std::ostream* os) argument
353 PrintTo(const T& value, ::std::ostream* os) argument
386 PrintTo(char c, ::std::ostream* os) argument
390 PrintTo(static_cast<unsigned char>(c), os); local
394 PrintTo(bool x, ::std::ostream* os) argument
409 PrintTo(char* s, ::std::ostream* os) argument
410 PrintTo(ImplicitCast_<const char*>(s), os); local
415 PrintTo(const signed char* s, ::std::ostream* os) argument
416 PrintTo(ImplicitCast_<const void*>(s), os); local
418 PrintTo(signed char* s, ::std::ostream* os) argument
419 PrintTo(ImplicitCast_<const void*>(s), os); local
421 PrintTo(const unsigned char* s, ::std::ostream* os) argument
422 PrintTo(ImplicitCast_<const void*>(s), os); local
424 PrintTo(unsigned char* s, ::std::ostream* os) argument
425 PrintTo(ImplicitCast_<const void*>(s), os); local
436 PrintTo(wchar_t* s, ::std::ostream* os) argument
437 PrintTo(ImplicitCast_<const wchar_t*>(s), os); local
447 PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) argument
458 PrintTo(const ::string& s, ::std::ostream* os) argument
464 PrintTo(const ::std::string& s, ::std::ostream* os) argument
471 PrintTo(const ::wstring& s, ::std::ostream* os) argument
478 PrintTo(const ::std::wstring& s, ::std::ostream* os) argument
497 PrintTo(const ::std::tr1::tuple<& t, ::std::ostream* os) argument
502 PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) argument
507 PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) argument
512 PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) argument
517 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) argument
522 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, ::std::ostream* os) argument
529 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, ::std::ostream* os) argument
536 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, ::std::ostream* os) argument
543 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, ::std::ostream* os) argument
550 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, ::std::ostream* os) argument
557 PrintTo( const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, ::std::ostream* os) argument
566 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument
591 Print(const T& value, ::std::ostream* os) argument
611 UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) argument
659 Print(const T& value, ::std::ostream* os) argument
677 UniversalTersePrint(const T& value, ::std::ostream* os) argument
680 UniversalTersePrint(const char* str, ::std::ostream* os) argument
684 UniversalPrint(string(str), os); local
687 UniversalTersePrint(char* str, ::std::ostream* os) argument
688 UniversalTersePrint(static_cast<const char*>(str), os); local
696 UniversalPrint(const T& value, ::std::ostream* os) argument
715 PrintPrefixTo(const Tuple& t, ::std::ostream* os) argument
719 ::Print(::std::tr1::get<N - 1>(t), os); local
750 PrintPrefixTo(const Tuple& t, ::std::ostream* os) argument
752 Print(::std::tr1::get<0>(t), os); local
766 PrintTupleTo(const T& t, ::std::ostream* os) argument
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h116 ::std::ostream* os);
127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { argument
137 sizeof(value), os); local
149 static void PrintValue(const T& value, ::std::ostream* os) { argument
154 *os << ("<" + pretty_str + ">");
168 static void PrintValue(const T& value, ::std::ostream* os) { argument
170 *os << kBigInt;
200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
199 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) argument
218 DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) argument
269 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
303 DefaultPrintTo(IsNotContainer , true_type , T* p, ::std::ostream* os) argument
335 DefaultPrintTo(IsNotContainer , false_type , const T& value, ::std::ostream* os) argument
353 PrintTo(const T& value, ::std::ostream* os) argument
386 PrintTo(char c, ::std::ostream* os) argument
390 PrintTo(static_cast<unsigned char>(c), os); local
394 PrintTo(bool x, ::std::ostream* os) argument
409 PrintTo(char* s, ::std::ostream* os) argument
410 PrintTo(ImplicitCast_<const char*>(s), os); local
415 PrintTo(const signed char* s, ::std::ostream* os) argument
416 PrintTo(ImplicitCast_<const void*>(s), os); local
418 PrintTo(signed char* s, ::std::ostream* os) argument
419 PrintTo(ImplicitCast_<const void*>(s), os); local
421 PrintTo(const unsigned char* s, ::std::ostream* os) argument
422 PrintTo(ImplicitCast_<const void*>(s), os); local
424 PrintTo(unsigned char* s, ::std::ostream* os) argument
425 PrintTo(ImplicitCast_<const void*>(s), os); local
436 PrintTo(wchar_t* s, ::std::ostream* os) argument
437 PrintTo(ImplicitCast_<const wchar_t*>(s), os); local
447 PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) argument
458 PrintTo(const ::string& s, ::std::ostream* os) argument
464 PrintTo(const ::std::string& s, ::std::ostream* os) argument
471 PrintTo(const ::wstring& s, ::std::ostream* os) argument
478 PrintTo(const ::std::wstring& s, ::std::ostream* os) argument
497 PrintTo(const ::std::tr1::tuple<& t, ::std::ostream* os) argument
502 PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) argument
507 PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) argument
512 PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) argument
517 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) argument
522 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, ::std::ostream* os) argument
529 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, ::std::ostream* os) argument
536 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, ::std::ostream* os) argument
543 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, ::std::ostream* os) argument
550 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, ::std::ostream* os) argument
557 PrintTo( const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, ::std::ostream* os) argument
566 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument
591 Print(const T& value, ::std::ostream* os) argument
611 UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) argument
659 Print(const T& value, ::std::ostream* os) argument
677 UniversalTersePrint(const T& value, ::std::ostream* os) argument
680 UniversalTersePrint(const char* str, ::std::ostream* os) argument
684 UniversalPrint(string(str), os); local
687 UniversalTersePrint(char* str, ::std::ostream* os) argument
688 UniversalTersePrint(static_cast<const char*>(str), os); local
696 UniversalPrint(const T& value, ::std::ostream* os) argument
715 PrintPrefixTo(const Tuple& t, ::std::ostream* os) argument
719 ::Print(::std::tr1::get<N - 1>(t), os); local
750 PrintPrefixTo(const Tuple& t, ::std::ostream* os) argument
752 Print(::std::tr1::get<0>(t), os); local
766 PrintTupleTo(const T& t, ::std::ostream* os) argument
[all...]
/external/chromium-trace/trace-viewer/tracing/build/
H A Dcheck_gypi.py6 import os namespace
8 tracing_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
15 GYPI_FILE = os.path.abspath(os.path.join(os.path.dirname(__file__),
28 filenames = map(os.path.normpath, data['variables'][group])
H A Dtrace2html_unittest.py6 import os namespace
24 simple_trace_path = os.path.join(
25 os.path.dirname(__file__),
27 big_trace_path = os.path.join(
28 os.path.dirname(__file__),
30 non_json_trace_path = os.path.join(
31 os.path.dirname(__file__),
36 os.remove(raw_tmpfile.name)

Completed in 1030 milliseconds

1234567891011>>