Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dtools_common.sh333 --bin-path <path to libvpx binaries directory>
334 --config-path <path to libvpx config directory>
338 --test-data-path <path to libvpx test data directory>
342 \$LIBVPX_BIN_PATH and then the current directory.
345 \$LIBVPX_CONFIG_PATH and then the current directory.
348 \$LIBVPX_TEST_DATA_PATH and then the current directory.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DINSTALL4 0. Change directory into the source directory.
DREADME5 The source under the halloc/ directory is licensed under a BSD license. See
DREADME.webm7 The source under the halloc/ directory is licensed under a BSD license. See
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/x86-msvs/
Dobj_int_extract.bat11 REM %1 - Relative path to the directory containing the vp8 source directory.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
DREADME2 1) Configure libvpx from the parent directory:
8 2) From the parent directory, invoke ndk-build:
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/arm-msvs/
Dobj_int_extract.bat11 REM %1 - Relative path to the directory containing the vp8 and vpx_scale
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DREADME91 prefer for that type. This will result in a new directory with the
116 Suppose you put Google Test in directory ${GTEST_DIR}. To build it,
139 As an example, the make/ directory contains a Makefile that you can
168 mkdir mybuild # Create a directory to hold the build output.
178 current directory. Just type 'make' to build gtest.
210 end up in your selected build directory (selected in the Xcode
416 gtest-type-util.h in the same directory.
421 regenerate them. You can find pump.py in the scripts/ directory.
/hardware/intel/common/libva/doc/
DDoxyfile43 # Doxygen will copy the logo to the output directory.
50 # where doxygen was started. If left blank the current directory will be used.
55 # 4096 sub-directories (in 2 levels) under the output directory of each output
58 # source files, where putting all generated files in the same directory would
125 # If left blank the directory from which doxygen is run is used as the
504 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
629 # subdirectory from a directory tree whose root is specified with the INPUT tag.
833 # the style sheet file to the HTML output directory, so don't put your own
834 # stylesheet in the HTML output directory as well, or it will be erased!
887 # HTML output directory. Running make will produce the docset in that
[all …]
/hardware/intel/img/libdrm/libdrm/
Dconfig.h.in42 /* Define to the sub-directory in which libtool stores uninstalled libraries.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
DMakefile18 $(MAKE) --no-print-directory target=$$t $(MAKECMDGOALS) || exit $$?;\
38 $(MAKE) --no-print-directory target=$$t $(MAKECMDGOALS) || exit $$?;\
/hardware/intel/img/libdrm/
Ddepcomp47 DEPDIR directory where to store dependencies.
Daclocal.m477 # Complain if the absolute build directory name contains unusual characters
523 # The HP-UX ksh and POSIX shell print the target directory to stdout
1107 # The HP-UX ksh and POSIX shell print the target directory to stdout
1904 # SGI C++ compiler will create directory out/ii_files/ for
1962 [The name of the directory that contains temporary libtool files])dnl
1965 [Define to the sub-directory in which libtool stores uninstalled libraries.])
1986 # Linking always hardcodes the temporary library directory.
2076 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
2276 # FIXME: first we should search . and the directory the executable is in
2740 [Commands used to finish a libtool library installation in a directory])
[all …]
Dltmain.sh1465 Remove files from the build directory.
1524 Each LIBDIR is a directory that contains libtool libraries.
1805 $ECHO "in a given directory, LIBDIR, you must either use libtool, and"
3142 This wrapper executable should never be moved out of the build directory.
3720 /* empty path: current directory */
Dconfigure320 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
1546 nonstandard directory <lib dir>
1549 you have headers in a nonstandard directory <include dir>
12345 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
12893 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.doxy_template44 # where doxygen was started. If left blank the current directory will be used.
49 # 4096 sub-directories (in 2 levels) under the output directory of each output
52 # source files, where putting all generated files in the same directory would
118 # If left blank the directory from which doxygen is run is used as the
419 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
520 # subdirectory from a directory tree whose root is specified with the INPUT tag.
713 # the style sheet file to the HTML output directory, so don't put your own
714 # stylesheet in the HTML output directory as well, or it will be erased!
742 # written to the html output directory.
1104 # If a tag file is not located in the directory in which doxygen
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8012 FilePath FilePath::MakeFileName(const FilePath& directory, in MakeFileName() argument
8023 return ConcatPaths(directory, FilePath(file)); in MakeFileName()
8028 FilePath FilePath::ConcatPaths(const FilePath& directory, in ConcatPaths() argument
8030 if (directory.IsEmpty()) in ConcatPaths()
8032 const FilePath dir(directory.RemoveTrailingPathSeparator()); in ConcatPaths()
8115 FilePath FilePath::GenerateUniqueFileName(const FilePath& directory, in GenerateUniqueFileName() argument
8121 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h3574 static FilePath MakeFileName(const FilePath& directory,
3582 static FilePath ConcatPaths(const FilePath& directory,
3593 static FilePath GenerateUniqueFileName(const FilePath& directory,