Searched defs:os (Results 1 - 11 of 11) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/tests/
H A Dcheck_clean.py4 import re, fnmatch, os namespace
14 for fileName in os.listdir(rootDir):
H A Dcheck_samplenames.py4 import re, fnmatch, os, sys namespace
28 for file in os.listdir(cSamplesDir):
38 for file in os.listdir(cppSamplesDir):
49 for file in os.listdir(javaSamplesDir):
H A Dgpio_checks.py29 import os, re, sys namespace
50 self.assertTrue(os.path.exists(self.gpio_path))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_tapify.py11 import sys,string,os,re,math,numpy namespace
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dlint-hunks.py12 import os namespace
90 cpplint_cmd = [os.path.join(tl, "tools", "cpplint.py"),
121 stdin = open(os.path.join(tl, filename)).read()
H A Dcpplint.py48 import os namespace
872 return os.path.abspath(self._filename).replace('\\', '/')
886 if os.path.exists(fullname):
887 project_dir = os.path.dirname(fullname)
889 if os.path.exists(os.path.join(project_dir, ".svn")):
893 one_up_dir = os.path.dirname(root_dir)
894 while os.path.exists(os.path.join(one_up_dir, ".svn")):
895 root_dir = os
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A Dget_files.py18 import os.path namespace
46 path = os.path.join(local_resource_path, filename)
77 file_list_path = os.path.join(arg)
79 local_resource_path = os.path.join(arg)
85 if not os.path.isdir(local_resource_path):
86 os.makedirs(local_resource_path)
108 path = os.path.join(local_resource_path, filename)
109 if os.path.isfile(path) \
/hardware/bsp/intel/peripheral/libmraa/src/
H A Ddoxy2swig.py36 import os.path namespace
73 self.my_dir = os.path.dirname(f.name)
79 os.path.basename(f.name))
377 if not os.path.exists(fname):
378 fname = os.path.join(self.my_dir, fname)
/hardware/bsp/intel/peripheral/libupm/src/
H A Ddoxy2swig.py36 import os.path namespace
73 self.my_dir = os.path.dirname(f.name)
79 os.path.basename(f.name))
377 if not os.path.exists(fname):
378 fname = os.path.join(self.my_dir, fname)
/hardware/libhardware/tests/camera2/
H A DCameraStreamFixture.h45 void PrintTo(const CameraStreamParams& p, ::std::ostream* os);
53 inline ::std::ostream& operator<<(::std::ostream& os, const CameraStreamParams &p) { argument
54 PrintTo(p, &os);
55 return os;
58 inline void PrintTo(const CameraStreamParams& p, ::std::ostream* os) { argument
63 *os << "{ ";
64 *os << "Format: 0x" << std::hex << p.mFormat << ", ";
65 *os << "Format name: " << fmt << ", ";
66 *os << "HeapCount: " << p.mHeapCount;
67 *os << " }";
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3304 inline std::ostream& operator <<(std::ostream& os, const Message& sb) { argument
3305 return os << sb.GetString();
9307 ::std::ostream* os);
9318 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
9326 static void PrintValue(const T& value, ::std::ostream* os) { argument
9328 sizeof(value), os); local
9340 static void PrintValue(const T& value, ::std::ostream* os) { argument
9345 *os << ("<" + pretty_str + ">");
9359 static void PrintValue(const T& value, ::std::ostream* os) { argument
9361 *os << kBigIn
9390 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) argument
9409 DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) argument
9460 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
9494 DefaultPrintTo(IsNotContainer , true_type , T* p, ::std::ostream* os) argument
9526 DefaultPrintTo(IsNotContainer , false_type , const T& value, ::std::ostream* os) argument
9544 PrintTo(const T& value, ::std::ostream* os) argument
9577 PrintTo(char c, ::std::ostream* os) argument
9581 PrintTo(static_cast<unsigned char>(c), os); local
9585 PrintTo(bool x, ::std::ostream* os) argument
9600 PrintTo(char* s, ::std::ostream* os) argument
9601 PrintTo(ImplicitCast_<const char*>(s), os); local
9606 PrintTo(const signed char* s, ::std::ostream* os) argument
9607 PrintTo(ImplicitCast_<const void*>(s), os); local
9609 PrintTo(signed char* s, ::std::ostream* os) argument
9610 PrintTo(ImplicitCast_<const void*>(s), os); local
9612 PrintTo(const unsigned char* s, ::std::ostream* os) argument
9613 PrintTo(ImplicitCast_<const void*>(s), os); local
9615 PrintTo(unsigned char* s, ::std::ostream* os) argument
9616 PrintTo(ImplicitCast_<const void*>(s), os); local
9627 PrintTo(wchar_t* s, ::std::ostream* os) argument
9628 PrintTo(ImplicitCast_<const wchar_t*>(s), os); local
9638 PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) argument
9649 PrintTo(const ::string& s, ::std::ostream* os) argument
9655 PrintTo(const ::std::string& s, ::std::ostream* os) argument
9662 PrintTo(const ::wstring& s, ::std::ostream* os) argument
9669 PrintTo(const ::std::wstring& s, ::std::ostream* os) argument
9688 PrintTo(const ::std::tr1::tuple<& t, ::std::ostream* os) argument
9693 PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) argument
9698 PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) argument
9703 PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) argument
9708 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) argument
9713 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, ::std::ostream* os) argument
9720 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, ::std::ostream* os) argument
9727 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, ::std::ostream* os) argument
9734 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, ::std::ostream* os) argument
9741 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, ::std::ostream* os) argument
9748 PrintTo( const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, ::std::ostream* os) argument
9757 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument
9782 Print(const T& value, ::std::ostream* os) argument
9802 UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) argument
9853 Print(const T& value, ::std::ostream* os) argument
9874 Print(const T& value, ::std::ostream* os) argument
9881 Print(const T& value, ::std::ostream* os) argument
9895 Print(const char* str, ::std::ostream* os) argument
9899 UniversalPrint(string(str), os); local
9906 Print(char* str, ::std::ostream* os) argument
9915 Print(const wchar_t* str, ::std::ostream* os) argument
9919 UniversalPrint(::std::wstring(str), os); local
9928 Print(wchar_t* str, ::std::ostream* os) argument
9934 UniversalTersePrint(const T& value, ::std::ostream* os) argument
9943 UniversalPrint(const T& value, ::std::ostream* os) argument
9965 PrintPrefixTo(const Tuple& t, ::std::ostream* os) argument
9969 ::Print(::std::tr1::get<N - 1>(t), os); local
10000 PrintPrefixTo(const Tuple& t, ::std::ostream* os) argument
10002 Print(::std::tr1::get<0>(t), os); local
10016 PrintTupleTo(const T& t, ::std::ostream* os) argument
[all...]

Completed in 759 milliseconds