HomeSort by relevance Sort by last modified time
    Searched refs:option (Results 126 - 150 of 3470) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/proto/android/server/
animationadapter.proto 24 option java_multiple_files = true;
27 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
35 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
42 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
48 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
57 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
64 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
73 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
appwindowthumbnail.proto 23 option java_multiple_files = true;
29 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
surfaceanimator.proto 24 option java_multiple_files = true;
30 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
  /frameworks/base/core/proto/android/service/
enums.proto 20 option java_outer_classname = "ServiceProtoEnums";
21 option java_multiple_files = true;
  /frameworks/base/core/proto/android/view/
displaycutout.proto 23 option java_multiple_files = true;
26 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
surfacecontrol.proto 20 option java_multiple_files = true;
28 option (android.msg_privacy).dest = DEST_AUTOMATIC;
  /toolchain/binutils/binutils-2.27/include/
getopt.h 9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option is found, bu
81 struct option struct
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
pic-and-nonpic-2a.s 2 .option pic0
  /frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
trace_creator.py 14 option = main_menu()
16 if option == 0:
22 if option == 1:
24 elif option == 2:
26 elif option == 3:
28 elif option == 4:
30 elif option == 5:
32 elif option == 6:
34 elif option == 7:
36 elif option == 8
    [all...]
  /art/test/147-stripped-dex-fallback/
run 24 ${RUN} ${flags} --strip-dex --runtime-option -Xnodex2oat
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
cmd_opt.h 14 /* Supported long command line option types */
21 /* Structure to define a command line option */
23 struct option long_opt;
29 const struct option *cmd_opt_get_array(void);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getopt.c 53 int option; local
89 if ((option = *opt_ptr++) == '\0')
92 if (option == 'J') {
98 if (option == 'X') {
105 if ((ptr = strchr(optstring, option)) == NULL) {
107 fprintf(stderr, "Unknown option: -%c\n", option);
122 "Argument expected for the -%c option\n", option);
130 return option;
    [all...]
  /external/guice/core/src/com/google/inject/spi/
DefaultElementVisitor.java 90 public V visit(DisableCircularProxiesOption option) {
91 return visitOther(option);
94 public V visit(RequireExplicitBindingsOption option) {
95 return visitOther(option);
98 public V visit(RequireAtInjectOnConstructorsOption option) {
99 return visitOther(option);
102 public V visit(RequireExactBindingAnnotationsOption option) {
103 return visitOther(option);
  /external/mesa3d/src/mesa/main/
objectpurge.h 32 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
35 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
  /external/perfetto/protos/perfetto/config/chrome/
chrome_config.proto 18 option optimize_for = LITE_RUNTIME;
  /external/perfetto/protos/perfetto/config/
data_source_descriptor.proto 18 option optimize_for = LITE_RUNTIME;
  /external/perfetto/protos/perfetto/trace/
test_event.proto 18 option optimize_for = LITE_RUNTIME;
trace.proto 18 option optimize_for = LITE_RUNTIME;
  /external/perfetto/src/ipc/test/
client_unittest_messages.proto 18 option optimize_for = LITE_RUNTIME;
deferred_unittest_messages.proto 18 option optimize_for = LITE_RUNTIME;
  /external/perfetto/src/perfetto_cmd/
perfetto_cmd_state.proto 18 option optimize_for = LITE_RUNTIME;
  /external/python/cpython2/Python/
getopt.c 53 int option; local
89 if ((option = *opt_ptr++) == '\0')
92 if (option == 'J') {
98 if (option == 'X') {
105 if ((ptr = strchr(optstring, option)) == NULL) {
107 fprintf(stderr, "Unknown option: -%c\n", option);
122 "Argument expected for the -%c option\n", option);
130 return option;
    [all...]
  /external/skia/debugger/QT/
SkListWidget.h 33 void paint(QPainter* painter, const QStyleOptionViewItem& option,
39 QSize sizeHint(const QStyleOptionViewItem& option,
  /external/skqp/debugger/QT/
SkListWidget.h 33 void paint(QPainter* painter, const QStyleOptionViewItem& option,
39 QSize sizeHint(const QStyleOptionViewItem& option,
  /external/tensorflow/tensorflow/core/util/
memmapped_file_system.proto 18 option cc_enable_arenas = true;

Completed in 360 milliseconds

1 2 3 4 56 7 8 91011>>