Home
last modified time | relevance | path

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

/device/google/fuchsia/bioniccompat/include/sys/
Dprctl.h25 inline int prctl(int option, in prctl() argument
/device/linaro/dragonboard/qcom/rmtfs/
Drmtfs.c497 int option; in main() local
500 while ((option = getopt(argc, argv, "o:Prsv")) != -1) { in main()
501 switch (option) { in main()
537 fprintf(stderr, "Unknown option: -%c\n", option); in main()
/device/sample/apps/tv/SetupCustomizationSample/
Dgradle.properties15 # This option should only be used with decoupled projects. More details, visit
/device/sample/apps/tv/SetupValidation/
Dgradle.properties15 # This option should only be used with decoupled projects. More details, visit
/device/generic/goldfish/
Dinit.goldfish.rc95 # -Q is a special logcat option that forces the
98 # named by the androidboot.console kernel option
Dinit.ranchu.rc150 # -Q is a special logcat option that forces the
153 # named by the androidboot.console kernel option
/device/generic/trusty/
Dinit.qemu_trusty.rc88 # -Q is a special logcat option that forces the
91 # named by the androidboot.console kernel option
/device/generic/goldfish/radio/librilutils/proto/
Dsap-api.proto3 option java_package = "org.android.btsap";
4 option java_outer_classname = "SapApi";
/device/common/
Dgenerate-blob-lists.sh40 echo This script must be run with the --force option
/device/google/contexthub/firmware/
DREADME8 lunch <your lunch option>
/device/generic/goldfish/radio/ril/
Dipv6_monitor.cpp414 const nd_opt_hdr* option = reinterpret_cast<const nd_opt_hdr*>(options); in onReadAvailable() local
418 for (const nd_opt_hdr* opt = option; opt; opt = nextOpt) { in onReadAvailable()
/device/google/bonito/json-c/
DDoxyfile38 # Enabling this option can be useful when feeding doxygen a huge amount of source
244 # This option has no effect if EXTRACT_ALL is enabled.
251 # overviews. This option has no effect if EXTRACT_ALL is enabled.
280 # and Mac users are advised to set this option to NO.
319 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
320 # Note: This option applies only to the class list, not to the
738 # plain latex in the generated Makefile. Set this option to YES to get a
746 # This option is also used when generating formulas in HTML.
948 # are defined before the preprocessor is started (similar to the -D option of
974 # The TAGFILES option can be used to specify one or more tagfiles.
[all …]
DChangeLog53 * Maximum recursion depth is now a runtime option.
/device/google/crosshatch/json-c/
DDoxyfile38 # Enabling this option can be useful when feeding doxygen a huge amount of source
244 # This option has no effect if EXTRACT_ALL is enabled.
251 # overviews. This option has no effect if EXTRACT_ALL is enabled.
280 # and Mac users are advised to set this option to NO.
319 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
320 # Note: This option applies only to the class list, not to the
738 # plain latex in the generated Makefile. Set this option to YES to get a
746 # This option is also used when generating formulas in HTML.
948 # are defined before the preprocessor is started (similar to the -D option of
974 # The TAGFILES option can be used to specify one or more tagfiles.
[all …]
DChangeLog53 * Maximum recursion depth is now a runtime option.
/device/google/coral/json-c/
DDoxyfile38 # Enabling this option can be useful when feeding doxygen a huge amount of source
244 # This option has no effect if EXTRACT_ALL is enabled.
251 # overviews. This option has no effect if EXTRACT_ALL is enabled.
280 # and Mac users are advised to set this option to NO.
319 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
320 # Note: This option applies only to the class list, not to the
738 # plain latex in the generated Makefile. Set this option to YES to get a
746 # This option is also used when generating formulas in HTML.
948 # are defined before the preprocessor is started (similar to the -D option of
974 # The TAGFILES option can be used to specify one or more tagfiles.
[all …]
DChangeLog53 * Maximum recursion depth is now a runtime option.
/device/google/contexthub/util/nanotool/
Dnanotool.cpp298 static const struct option long_opts[] = { in ParseArgs()