Home
last modified time | relevance | path

Searched refs:pat (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dgen_msvs_vcxproj.sh153 for pat in ${pats//;/$IFS}; do
154 if [ "${f##*.}" == "$pat" ]; then
159 if ([ "$pat" == "asm" ] || [ "$pat" == "s" ]) && $asm_use_custom_step; then
177 elif [ "$pat" == "c" ] || \
178 [ "$pat" == "cc" ] || [ "$pat" == "cpp" ]; then
188 elif [ "$pat" == "h" ] ; then
191 elif [ "$pat" == "vcxproj" ] ; then
Dgen_msvs_proj.sh142 for pat in ${pats//;/$IFS}; do
143 if [ "${f##*.}" == "$pat" ]; then
149 if [ "$pat" == "asm" ] && $asm_use_custom_step; then
165 if [ "$pat" == "c" ] || \
166 [ "$pat" == "cc" ] || [ "$pat" == "cpp" ]; then
/hardware/akm/AK8975_FS/akmdfs/
Dmain.c200 AKFS_PATNO pat; in main() local
219 if (OptParse(argc, argv, &pat) == 0) { in main()
239 if (AKFS_Init(pat, regs) != AKM_SUCCESS) { in main()
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_Device.c60 const AKFS_PATNO pat, in AKFS_Rotate() argument
65 switch(pat){ in AKFS_Rotate()
DAKFS_Device.h102 const AKFS_PATNO pat,
/hardware/intel/img/libdrm/
Dltmain.sh3273 char *strendzap (char *str, const char *pat);
3817 strendzap (char *str, const char *pat)
3822 assert (pat != NULL);
3825 patlen = strlen (pat);
3830 if (strcmp (str, pat) == 0)