/hardware/intel/img/libdrm/ |
D | config.sub | 122 os=-$maybe_os 128 then os=`echo $1 | sed 's/.*-/-/'` 129 else os=; fi 137 case $os in 138 -sun*os*) 148 os= 152 os= 158 os=-vxworks 162 os=-chorusos 166 os=-chorusrdb [all …]
|
D | config.guess | 173 os=netbsd 175 os=netbsdelf 179 os=netbsd 198 echo "${machine}-${os}${release}"
|
D | aclocal.m4 | 2076 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
D | get_files.py | 18 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/libhardware/tests/camera2/ |
D | CameraStreamFixture.h | 45 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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | cpplint.py | 48 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 …]
|
D | lint-hunks.py | 12 import os 90 cpplint_cmd = [os.path.join(tl, "tools", "cpplint.py"), 121 stdin = open(os.path.join(tl, filename)).read()
|
/hardware/ti/omap4-aah/security/tee_client_api/ |
D | schannel6_logins.h | 45 #define SCX_LOGIN_VARIANT(mainType, os, variant) \ argument 46 ((mainType) | (1 << 27) | ((os) << 16) | ((variant) << 8))
|
/hardware/ti/omap4xxx/security/tee_client_api/ |
D | schannel6_logins.h | 45 #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/third_party/googletest/src/src/ |
D | gtest-all.cc | 9073 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument 9081 *os << ' '; in PrintByteSegmentInObjectTo() 9083 *os << '-'; in PrintByteSegmentInObjectTo() 9086 *os << text; in PrintByteSegmentInObjectTo() 9092 ostream* os) { in PrintBytesInObjectToImpl() argument 9094 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() 9103 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 9105 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 9106 *os << " ... "; in PrintBytesInObjectToImpl() 9109 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() [all …]
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
D | ThermalService.java | 28 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;
|
D | ituxdApp.java | 21 import android.os.SystemProperties;
|
D | ThermalUtils.java | 20 import android.os.SystemProperties;
|
D | VirtualThermalZone.java | 19 import android.os.UEventObserver;
|
D | ThermalManager.java | 21 import android.os.SystemProperties; 22 import android.os.UserHandle;
|
D | ThermalZone.java | 19 import android.os.UEventObserver;
|
D | ThermalCooling.java | 27 import android.os.SystemProperties;
|
/hardware/intel/common/libwsbm/ |
D | configure.ac | 21 [AC_DEFINE(HAVE_PTHREADS, 1, "os has pthreads")],,,)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_tapify.py | 11 import sys,string,os,re,math,numpy
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 3304 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/ |
D | gen_msvs_sln.sh | 29 --target=isa-os-cc Target specifier
|
D | gen_msvs_proj.sh | 31 --target=isa-os-cc Target specifier (required)
|
D | gen_msvs_vcxproj.sh | 32 --target=isa-os-cc Target specifier (required)
|