Home
last modified time | relevance | path

Searched refs:srcfile (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dgen_asm_deps.sh38 *) [ -f "$opt" ] && srcfile="$opt"
43 [ -n "$srcfile" ] || show_help
45 includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
53 if [ -f `dirname $srcfile`/$inc ]; then
55 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `dirname $srcfile`/$inc
64 echo ${out} ${out%d}o: $srcfile
/hardware/bsp/intel/peripheral/libmraa/src/javascript/
DCMakeLists.txt54 foreach (srcfile ${mraa_NPM_SRCS})
55 file (RELATIVE_PATH rel ${CMAKE_SOURCE_DIR} ${srcfile})
57 endforeach (srcfile)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h19156 const char* srcfile,
19159 : type(t), file(srcfile), line(line_num), message(msg) { }