Home
last modified time | relevance | path

Searched refs:os (Results 1 – 25 of 26) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
Dget_files.py18 import os.path
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/tests/
Dcheck_samplenames.py4 import re, fnmatch, os, sys
28 for file in os.listdir(cSamplesDir):
38 for file in os.listdir(cppSamplesDir):
49 for file in os.listdir(javaSamplesDir):
Dcheck_clean.py4 import re, fnmatch, os
14 for fileName in os.listdir(rootDir):
Dgpio_checks.py29 import os, re, sys
50 self.assertTrue(os.path.exists(self.gpio_path))
/hardware/libhardware/tests/camera2/
DCameraStreamFixture.h45 void PrintTo(const CameraStreamParams& p, ::std::ostream* os);
53 inline ::std::ostream& operator<<(::std::ostream& os, const CameraStreamParams &p) {
54 PrintTo(p, &os);
55 return os;
58 inline void PrintTo(const CameraStreamParams& p, ::std::ostream* os) { in PrintTo() argument
63 *os << "{ "; in PrintTo()
64 *os << "Format: 0x" << std::hex << p.mFormat << ", "; in PrintTo()
65 *os << "Format name: " << fmt << ", "; in PrintTo()
66 *os << "HeapCount: " << p.mHeapCount; in PrintTo()
67 *os << " }"; in PrintTo()
/hardware/ti/omap4xxx/security/tee_client_api/
Dschannel6_logins.h45 #define SCX_LOGIN_VARIANT(mainType, os, variant) \ argument
46 ((mainType) | (1 << 27) | ((os) << 16) | ((variant) << 8))
/hardware/ti/omap4-aah/security/tee_client_api/
Dschannel6_logins.h45 #define SCX_LOGIN_VARIANT(mainType, os, variant) \ argument
46 ((mainType) | (1 << 27) | ((os) << 16) | ((variant) << 8))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dlint-hunks.py12 import os
90 cpplint_cmd = [os.path.join(tl, "tools", "cpplint.py"),
121 stdin = open(os.path.join(tl, filename)).read()
Dcpplint.py48 import os
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.path.dirname(root_dir)
896 one_up_dir = os.path.dirname(one_up_dir)
898 prefix = os.path.commonprefix([root_dir, project_dir])
[all …]
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalService.java28 import android.os.Handler;
29 import android.os.IBinder;
30 import android.os.Looper;
31 import android.os.Message;
32 import android.os.Process;
33 import android.os.SystemProperties;
34 import android.os.UserHandle;
DituxdApp.java21 import android.os.SystemProperties;
DThermalUtils.java20 import android.os.SystemProperties;
DVirtualThermalZone.java19 import android.os.UEventObserver;
DThermalManager.java21 import android.os.SystemProperties;
22 import android.os.UserHandle;
DThermalZone.java19 import android.os.UEventObserver;
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/
Dconf.py.in17 import os
/hardware/bsp/intel/peripheral/libupm/src/
Ddoxy2swig.py36 import os.path
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/libmraa/src/
Ddoxy2swig.py36 import os.path
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/doxy/
Dconf.py.in17 import os
/hardware/intel/common/libwsbm/
Dconfigure.ac21 [AC_DEFINE(HAVE_PTHREADS, 1, "os has pthreads")],,,)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_tapify.py11 import sys,string,os,re,math,numpy
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h3304 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
3305 return os << sb.GetString();
9307 ::std::ostream* os);
9326 static void PrintValue(const T& value, ::std::ostream* os) {
9328 sizeof(value), os);
9340 static void PrintValue(const T& value, ::std::ostream* os) {
9345 *os << ("<" + pretty_str + ">");
9359 static void PrintValue(const T& value, ::std::ostream* os) {
9361 *os << kBigInt;
9391 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dgen_msvs_sln.sh29 --target=isa-os-cc Target specifier
Dgen_msvs_proj.sh31 --target=isa-os-cc Target specifier (required)
Dgen_msvs_vcxproj.sh32 --target=isa-os-cc Target specifier (required)

12