/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/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.
|
D | libs.doxy_template | 51 # Enabling this option can be useful when feeding doxygen a huge amount of 211 # If you use Microsoft's C++/CLI language, you should set this option to YES to 292 # This option has no effect if EXTRACT_ALL is enabled. 299 # overviews. This option has no effect if EXTRACT_ALL is enabled. 328 # and Mac users are advised to set this option to NO. 367 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. 368 # Note: This option applies only to the class list, not to the 462 # This WARN_NO_PARAMDOC option can be abled to get warnings for 604 # then you must also enable this option. If you don't then doxygen will produce 854 # plain latex in the generated Makefile. Set this option to YES to get a [all …]
|
D | configure | 384 if echo "${EXPERIMENT_LIST}" | grep "^ *$option\$" >/dev/null; then 386 ${action}_feature $option
|
/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/broadcom/wlan/bcmdhd/config/ |
D | android_dhcpcd.conf | 9 option subnet_mask, routers, domain_name_servers, interface_mtu
|
/hardware/qcom/wlan/qcwcn/config/ |
D | android_dhcpcd.conf | 9 option subnet_mask, routers, domain_name_servers, interface_mtu
|
/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/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/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/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/libhardware/tests/camera2/ |
D | TestSettings.cpp | 72 static struct option long_options[] = { in ParseArgs()
|
/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/intel/img/libdrm/ |
D | configure.ac | 112 # here. Specifically, an option that disables a warning will 113 # have no net effect if a later option then enables that
|
D | aclocal.m4 | 42 # the License, or (at your option) any later version. 635 -*) AC_MSG_ERROR([unrecognized option: $[1] 770 # --tag option, using: 1416 # Check whether the given compiler option works 1425 # Insert the option either (1) after the last *FLAGS variable, or 1429 # The option is referenced via a variable to avoid confusing sed. 1440 # The compiler can only warn and ignore the option if not recognized 1467 # Check whether the given linker option works 1477 # The linker can only warn and ignore the option if not recognized 1879 # Insert the option either (1) after the last *FLAGS variable, or [all …]
|
/hardware/samsung_slsi/exynos5/mobicore/ |
D | README.android | 6 The MobiCore Daemon supports 4 command line options. It also displays them with the help option:
|
/hardware/ti/omap4-aah/ion/ |
D | ion_test.c | 235 static struct option opts[] = { in main()
|
D | ion_test_2.c | 362 static struct option opts[] = { in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | README | 202 option). Files without that suffix use static versions of the runtime 203 libraries (the /MT or the /MTd option). Please note that one must use 204 the same option to compile both gtest and the test code. If you use
|
D | CHANGES | 36 * A gtest_disable_pthreads CMake option.
|
/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_common.c | 523 static struct option long_options[] = in main()
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 159 and you may at your option offer warranty protection in exchange for a 224 This option is useful when you wish to copy part of the code of 420 "any later version", you have the option of following the terms and 479 version 2.1 of the License, or (at your option) any later version.
|