/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test_script.cpp | 101 int execute_functional_script(char *script) { in execute_functional_script() argument 117 cmd = strtok_r((char *) script, DELIMITER, &ctx); in execute_functional_script() 1057 char *script; in load_script() local 1106 script = (char *) malloc(fileSize); in load_script() 1108 if ( NULL == script ) { in load_script() 1114 if ((nRead = fread(script, 1, fileSize, infile)) != fileSize) { in load_script() 1117 free(script); in load_script() 1124 return script; in load_script() 1199 int execute_error_script(char *script) { in execute_error_script() argument 1206 cmd = strtok_r((char *) script, DELIMITER, &ctx); in execute_error_script()
|
D | camera_test.h | 82 int execute_functional_script(char *script); 98 int execute_error_script(char *script);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | tools_common.sh | 341 When the --bin-path option is not specified the script attempts to use 344 When the --config-path option is not specified the script attempts to use 347 When the -test-data-path option is not specified the script attempts to use
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_script.cpp | 203 int execute_functional_script(char *script) { in execute_functional_script() argument 224 cmd = strtok_r((char *) script, DELIMITER, &ctx); in execute_functional_script() 1590 char *script; in load_script() local 1610 script = (char *) malloc(fileSize + 1); in load_script() 1612 if ( NULL == script ) { in load_script() 1618 memset(script, 0, fileSize + 1); in load_script() 1620 if ((nRead = fread(script, 1, fileSize, infile)) != fileSize) { in load_script() 1623 free(script); in load_script() 1630 return script; in load_script() 1707 int execute_error_script(char *script) { in execute_error_script() argument [all …]
|
D | camera_test.h | 237 int execute_functional_script(char *script); 261 int execute_error_script(char *script);
|
/hardware/qcom/gps/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps loc_api 3 # Process this file with autoconf to produce a configure script
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | README | 57 samples using the provided CMake script, regardless of the platform. 144 script. 159 Google Test comes with a CMake build script (CMakeLists.txt) that can 291 link errors. If you use the CMake script or the deprecated Autotools 292 script, this is taken care of for you. If you use your own build 293 script, you'll need to read your compiler and linker's manual to 322 your build script. 365 The Autotools build script (configure + make) is no longer officially 372 for what this means to your build script. 413 in the C++ sense) using a script. A template file is named FOO.pump, [all …]
|
D | CHANGES | 69 * Experimental feature: CMake build script (requires CMake 2.6.4+). 70 * Experimental feature: the Pump script for meta programming. 74 * Build and test script improvements. 110 * New feature: a script that packs Google Test into one .h and one
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | README | 17 configure script. 43 The 'configure' script supports a number of options. The --help option can be 50 --help output of the configure script. As of this writing, the list of
|
D | CHANGELOG | 33 Add a new script for producing vcxproj files 563 Fix DSO link errors on x86-64 when not using a version script
|
D | libs.doxy_template | 424 # The FILE_VERSION_FILTER tag can be used to specify a program or script that 1126 # The PERL_PATH should be the absolute path and name of the perl script
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | gen_msvs_def.sh | 21 This script generates a MSVC module definition file containing a list of symbols
|
D | gen_msvs_sln.sh | 22 This script generates a Visual Studio 2005 solution file from a list of project
|
D | gen_msvs_proj.sh | 22 This script generates a Visual Studio project file from a list of source
|
D | gen_msvs_vcxproj.sh | 22 This script generates a Visual Studio project file from a list of source
|
D | Makefile | 282 -Wl,--version-script,$$(EXPORTS_FILE) -o $$@ \
|
/hardware/intel/common/libva/va/ |
D | Makefile.am | 71 -Wl,-version-script,libva.syms \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | ftfy.sh | 9 This script applies a whitespace transformation to the commit at HEAD. If no
|
/hardware/intel/img/libdrm/ |
D | aclocal.m4 | 266 # Use C for the default configuration in the libtool script 288 # So that we can recreate a full libtool script including additional 344 # CONFIGNAME is the name given to the value in the libtool script. 345 # VARNAME is the (base) name used in the configure script. 444 # Output comment and list of tags supported by the script 446 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl 476 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG 574 # This macro allows early generation of the libtool script (before 620 This config.lt script is free software; the Free Software Foundation 678 # If TAG is the built-in tag, create an initial libtool script with a [all …]
|
D | ltmain.sh | 3145 Currently, it simply execs the wrapper *script* "$SHELL $output", 7152 func_verbose "creating GNU ld script: $output" 7861 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
|
D | configure | 2256 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2257 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 12467 This config.status script is free software; the Free Software Foundation
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 522 # The FILE_VERSION_FILTER tag can be used to specify a program or script that 1099 # directory should contain the MathJax.js script. For instance, if the mathjax 1119 # using Javascript. Doxygen will generate the search PHP script and index 1470 # The PERL_PATH should be the absolute path and name of the perl script
|