/hardware/ril/rild/ |
D | radiooptions.c | 68 const int option = atoi(argv[1]); in error_check() local 69 if (option < 0 || option > 10) { in error_check() 71 } else if ((option == DIAL_CALL || option == SETUP_PDP) && argc == 5) { in error_check() 73 } else if ((option != DIAL_CALL && option != SETUP_PDP) && argc == 4) { in error_check() 80 const int option = atoi(argv[1]); in get_number_args() local 81 if (option != DIAL_CALL && option != SETUP_PDP) { in get_number_args()
|
/hardware/bsp/intel/peripheral/libmraa/ |
D | CMakeLists.txt | 59 option (BUILDDOC "Build all doc." OFF) 60 option (BUILDSWIG "Build swig modules." ON) 61 option (BUILDSWIGPYTHON "Build swig python modules." ON) 62 option (BUILDSWIGNODE "Build swig node modules." ON) 63 option (BUILDSWIGJAVA "Build Java API." OFF) 64 option (USBPLAT "Detection USB platform." OFF) 65 option (FTDI4222 "Build with FTDI FT4222 subplatform support." OFF) 66 option (IPK "Generate IPK using CPack" OFF) 67 option (RPM "Generate RPM using CPack" OFF) 68 option (BUILDPYTHON3 "Use python3 for building/installing/testing" OFF) [all …]
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/ |
D | docgen.js | 37 .option('-m, --module [module]', 'module name for which to build documentation', 'mraa') 38 .option('-f, --formats [formats]', 'format for js comments', 'yuidoc,ternjs') 39 .option('-o, --outdir [directory]', 'top directory to build documentation', __dirname + '/jsdoc')
|
D | tolower.js | 32 ….option('-i, --inputdir [directory]', 'product documents directory', __dirname + '/docs/yuidoc/upm…
|
D | xml2js.js | 130 .option('-i, --inputdir [directory]', 'directory for xml files', __dirname + '/xml/mraa') 131 .option('-c, --custom [file]', 'json for customizations') 132 .option('-t, --typemaps [directory]', 'directory for custom pointer type maps') 133 … .option('-g, --imagedir [directory]', 'directory to link to where the images will be kept', '') 134 .option('-s, --strict', 'leave out methods/variables if unknown type')
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | keywords.dox | 42 An implementation which does not include a particular option \ref MUST be 44 include the option, though perhaps with reduced functionality. In the 45 same vein an implementation which does include a particular option 47 does not include the option (except, of course, for the feature the 48 option provides.)
|
D | README | 43 The 'configure' script supports a number of options. The --help option can be 48 For cross development, the most notable option is the --target option. The
|
D | CHANGELOG | 21 Add option to disable documentation 38 Add encoding option --static-thresh 63 vpxenc: add -quiet option 129 5 seconds by default. Use the --kf-max-dist option to override. 342 --tune=ssim option to enable activity masking 377 the --tune=ssim option. Further experimentation in this area 417 * the -q (quiet) option has been removed, and replaced with 422 instead of individual frames. The -y option has been removed. 440 replaces the -p option. To get the equivalent: 453 option.
|
/hardware/bsp/intel/peripheral/libupm/ |
D | CMakeLists.txt | 56 option (BUILDDOC "Build all doc." OFF) 57 option (BUILDSWIG "Build swig modules." ON) 58 option (BUILDSWIGPYTHON "Build swig python modules." ON) 59 option (BUILDSWIGNODE "Build swig node modules." ON) 60 option (BUILDEXAMPLES "Build C++ example binaries" OFF) 61 option (BUILDSWIGJAVA "Build swig java modules" OFF) 62 option (IPK "Generate IPK using CPack" OFF) 63 option (RPM "Generate RPM using CPack" OFF)
|
/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | ftfy.sh | 7 Usage: $self [option] 16 This option will also reformat the commit message.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/include/ |
D | vpx_mem_tracker.h | 133 int vpx_memory_tracker_set_log_type(int type, char *option);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | configure.sh | 112 of that shown above. If the option --disable-foo is listed, then 520 if echo "${ARCH_EXT_LIST}" | grep "^ *$option\$" >/dev/null; then 522 elif [ $action = "disable" ] && ! disabled $option ; then 523 echo "${CMDLINE_SELECT}" | grep "^ *$option\$" >/dev/null || 525 elif [ $action = "enable" ] && ! enabled $option ; then 526 echo "${CMDLINE_SELECT}" | grep "^ *$option\$" >/dev/null || 529 ${action}_feature $option 533 if echo "${ARCH_EXT_LIST}" none | grep "^ *$option\$" >/dev/null; then 541 ${action}_feature $option
|
/hardware/bsp/intel/peripheral/displays/SparkFun_OLED/ |
D | SparkFunOLED.cpp | 41 static struct option longopts[] = {
|
/hardware/bsp/intel/peripheral/examples/mraa/gpio_output/ |
D | OutputGPIO.cpp | 46 static struct option longopts[] = {
|
/hardware/intel/common/libmix/mix_common/ |
D | INSTALL | 106 compiler but only a single `-arch' option to the preprocessor. Like 123 `configure' the option `--prefix=PREFIX'. 127 pass the option `--exec-prefix=PREFIX' to `configure', the package uses 138 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. 167 parse its `<wchar.h>' header file. The option `-nodtk' can be used as 185 `--build=TYPE' option. TYPE can either be a short name for the system 199 use the option `--target=TYPE' to select the type of system they will
|
/hardware/bsp/intel/peripheral/displays/Grove_LCD_RGB/ |
D | groveLCD.cpp | 44 static struct option longopts[] = {
|
/hardware/libhardware/tests/camera2/ |
D | TestSettings.cpp | 72 static struct option long_options[] = { in ParseArgs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/ |
D | vpx_mem_tracker.c | 327 int vpx_memory_tracker_set_log_type(int type, char *option) { in vpx_memory_tracker_set_log_type() argument 334 if (!option) { in vpx_memory_tracker_set_log_type() 338 if ((g_logging.file = fopen((char *)option, "w"))) in vpx_memory_tracker_set_log_type()
|
D | vpx_mem.h | 124 extern int vpx_memory_tracker_set_log_type(int type, char *option);
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_socket.c | 554 int option; in tunning_server_socket_listen() local 579 option = 1; in tunning_server_socket_listen() 581 &option, sizeof(option)); in tunning_server_socket_listen()
|
/hardware/ril/librilutils/proto/ |
D | sap-api.proto | 1 option java_package = "org.android.btsap"; 2 option java_outer_classname = "SapApi";
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 57 # Enabling this option can be useful when feeding doxygen a huge amount of 242 # If you use Microsoft's C++/CLI language, you should set this option to YES to 254 # and setter methods for a property. Setting this option to YES (the default) 258 # methods anyway, you should set this option to NO. 349 # This option has no effect if EXTRACT_ALL is enabled. 356 # overviews. This option has no effect if EXTRACT_ALL is enabled. 385 # and Mac users are advised to set this option to NO. 446 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. 447 # Note: This option applies only to the class list, not to the 452 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper type resolution of … [all …]
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | building.md | 69 ones are listed below. Note that when the option starts with `CMAKE_` it's an 70 option that is made available by CMake and will be similar in all CMake 179 To use RPM simply enable the RPM option. You'll need `rpmbuild` installed on your
|
/hardware/intel/common/libmix/mix_vbp/ |
D | configure.ac | 7 dnl AM_MAINTAINER_MODE provides the option to enable maintainer mode
|