Home
last modified time | relevance | path

Searched refs:FLAGS (Results 1 – 25 of 217) sorted by relevance

123456789

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
Dstorage_v1.py25 if 'api_endpoint' in flags.FLAGS:
85 FLAGS = flags.FLAGS variable
93 if FLAGS['alt'].present:
94 result.alt = messages.StandardQueryParameters.AltValueValuesEnum(FLAGS.alt)
95 if FLAGS['fields'].present:
96 result.fields = FLAGS.fields.decode('utf8')
97 if FLAGS['key'].present:
98 result.key = FLAGS.key.decode('utf8')
99 if FLAGS['oauth_token'].present:
100 result.oauth_token = FLAGS.oauth_token.decode('utf8')
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dgen_client.py86 FLAGS = flags.FLAGS variable
89 'infile', lambda i: not (i and FLAGS.discovery_url),
92 'discovery_url', lambda i: not (i and FLAGS.infile),
113 if FLAGS.discovery_url:
115 discovery_doc = util.FetchDiscoveryDoc(FLAGS.discovery_url)
120 infile = os.path.expanduser(FLAGS.infile) or '/dev/stdin'
130 FLAGS.strip_prefix,
131 FLAGS.experimental_name_convention,
132 FLAGS.experimental_capitalize_enums)
134 if FLAGS.client_json:
[all …]
/external/avahi/
Dbootstrap.sh20 FLAGS="--sysconfdir=/etc --localstatedir=/var --enable-tests --enable-compat-howl --enable-compat-l…
30 FLAGS="$FLAGS --prefix=/opt/local --disable-pygtk"
39FLAGS="$FLAGS --prefix=/opt/ --with-distro=none --disable-python --disable-dbus --disable-glib --d…
46FLAGS="$FLAGS --disable-monodoc --disable-mono --disable-qt3 --disable-qt4 --disable-xmltoman --pr…
54 FLAGS="$FLAGS --disable-qt4"
57FLAGS="$FLAGS --disable-monodoc --enable-dbus=no --enable-mono=no --enable-qt3=no --enable-qt4=no …
61 CFLAGS="$CFLAGS -g -O0" exec ./autogen.sh $FLAGS "$@" --enable-qt3=no
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dgjslint.py60 FLAGS = flags.FLAGS variable
158 if FLAGS.additional_extensions:
159 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions]
160 if FLAGS.check_html:
199 if (error_count or new_error_count) and not FLAGS.quiet:
223 if not FLAGS.unix_mode:
253 argv = flags.FLAGS(sys.argv)
255 if FLAGS.time:
264 FLAGS.unix_mode = True
267 if FLAGS.additional_extensions:
[all …]
Derrorrules.py25 FLAGS = flags.FLAGS variable
43 return FLAGS.max_line_length
57 if FLAGS.disable:
58 for error_str in FLAGS.disable:
66 return ((FLAGS.jsdoc or error not in (
72 (not FLAGS.disable or error not in disabled_error_nums))
Dfixjsstyle.py30 FLAGS = flags.FLAGS variable
44 argv = flags.FLAGS(sys.argv)
47 if FLAGS.additional_extensions:
48 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions]
53 if FLAGS.dry_run:
61 if FLAGS.dry_run:
Derror_check.py24 FLAGS = flags.FLAGS variable
92 if 'no_' + rule in FLAGS.jslint_error:
94 if rule in FLAGS.jslint_error or Rule.ALL in FLAGS.jslint_error:
97 return FLAGS.strict and rule in Rule.CLOSURE_RULES
Dfull_test.py40 flags.FLAGS.strict = True
41 flags.FLAGS.custom_jsdoc_tags = ('customtag', 'requires')
42 flags.FLAGS.closurized_namespaces = ('goog', 'dummy')
43 flags.FLAGS.limited_doc_files = ('externs.js', 'dummy.js',
45 flags.FLAGS.jslint_error = error_check.Rule.ALL
Derrorrules_test.py30 flags.FLAGS.strict = True
31 flags.FLAGS.limited_doc_files = ('dummy.js', 'externs.js')
32 flags.FLAGS.closurized_namespaces = ('goog', 'dummy')
40 self.assertTrue('max_line_length' not in flags.FLAGS.FlagDict())
67 self.assertTrue('disable' not in flags.FLAGS.FlagDict())
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dold_run.py34 FLAGS = gflags.FLAGS variable
92 if FLAGS.auth_local_webserver:
95 for port in FLAGS.auth_host_port:
98 httpd = ClientRedirectServer((FLAGS.auth_host_name, port),
105 FLAGS.auth_local_webserver = success
115 if FLAGS.auth_local_webserver:
116 oauth_callback = 'http://%s:%s/' % (FLAGS.auth_host_name, port_number)
122 if FLAGS.auth_local_webserver:
140 if FLAGS.auth_local_webserver:
/external/libmicrohttpd/m4/
Dax_append_flag.m47 # AX_APPEND_FLAG(FLAG, [FLAGS-VARIABLE])
11 # FLAG is appended to the FLAGS-VARIABLE shell variable, with a space
14 # If FLAGS-VARIABLE is not specified, the current language's flags (e.g.
15 # CFLAGS) is used. FLAGS-VARIABLE is not changed if it already contains
16 # FLAG. If FLAGS-VARIABLE is unset in the shell, it is set to exactly
56 AS_VAR_PUSHDEF([FLAGS], [m4_default($2,_AC_LANG_PREFIX[FLAGS])])dnl
57 AS_VAR_SET_IF(FLAGS,
58 [case " AS_VAR_GET(FLAGS) " in
60 AC_RUN_LOG([: FLAGS already contains $1])
63 AC_RUN_LOG([: FLAGS="$FLAGS $1"])
[all …]
/external/tlsdate/m4/
Dax_append_flag.m47 # AX_APPEND_FLAG(FLAG, [FLAGS-VARIABLE])
11 # FLAG is appended to the FLAGS-VARIABLE shell variable, with a space
14 # If FLAGS-VARIABLE is not specified, the current language's flags (e.g.
15 # CFLAGS) is used. FLAGS-VARIABLE is not changed if it already contains
16 # FLAG. If FLAGS-VARIABLE is unset in the shell, it is set to exactly
56 AS_VAR_PUSHDEF([FLAGS], [m4_default($2,_AC_LANG_PREFIX[FLAGS])])dnl
57 AS_VAR_SET_IF(FLAGS,
58 [case " AS_VAR_GET(FLAGS) " in
60 AC_RUN_LOG([: FLAGS already contains $1])
63 AC_RUN_LOG([: FLAGS="$FLAGS $1"])
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dbase_cli.py66 FLAGS = flags.FLAGS variable
70 if FLAGS.log_request or FLAGS.log_response or FLAGS.log_request_response:
77 output_format = output_format or FLAGS.output_format
78 formatter = _OUTPUT_FORMATTER_MAP.get(FLAGS.output_format)
137 for flag in FLAGS.FlagsByModuleDict().get(__name__, []):
138 FLAGS._RegisterFlagByModule(new_name, flag)
139 for key_flag in FLAGS.KeyFlagsByModuleDict().get(__name__, []):
140 FLAGS._RegisterKeyFlagForModule(new_name, key_flag)
/external/shflags/src/
Dshflags_test_parsing.sh50 FLAGS -b >"${stdoutF}" 2>"${stderrF}"
60 FLAGS >"${stdoutF}" 2>"${stderrF}"
69 FLAGS -B >"${stdoutF}" 2>"${stderrF}"
87 FLAGS --nobool >"${stdoutF}" 2>"${stderrF}"
95 FLAGS --bool >"${stdoutF}" 2>"${stderrF}"
103 FLAGS --nobool >"${stdoutF}" 2>"${stderrF}"
122 FLAGS ${flag} ${value} >"${stdoutF}" 2>"${stderrF}"
145 FLAGS ${flag} ${value} >"${stdoutF}" 2>"${stderrF}"
166 FLAGS ${flag} ${value} >"${stdoutF}" 2>"${stderrF}"
188 FLAGS ${flag} ${value} >"${stdoutF}" 2>"${stderrF}"
[all …]
Dshflags_test_public.sh27 FLAGS ${flag} >"${stdoutF}" 2>"${stderrF}"
44 FLAGS ${flag} >"${stdoutF}" 2>"${stderrF}"
54 FLAGS ${flag} >"${stdoutF}" 2>"${stderrF}"
96 FLAGS -h >"${stdoutF}" 2>"${stderrF}"
136 FLAGS -h >"${stdoutF}" 2>"${stderrF}"
151 ( FLAGS --nohelp >"${stdoutF}" 2>"${stderrF}" )
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/scripts/
Doauth2l.py52 FLAGS = flags.FLAGS variable
88 if FLAGS.client_secrets:
89 client_secrets_path = os.path.expanduser(FLAGS.client_secrets)
91 raise ValueError('Cannot find file: %s' % FLAGS.client_secrets)
167 credentials_filename = credentials_filename or FLAGS.credentials_filename
174 service_account_json_keyfile=FLAGS.service_account_json_keyfile,
214 print _Format(FLAGS.credentials_format.lower(), credentials)
261 if FLAGS.format == 'json':
286 for flag in FLAGS.FlagsByModuleDict().get(__name__, []):
287 FLAGS._RegisterFlagByModule(new_name, flag)
[all …]
/external/compiler-rt/lib/tsan/go/
Dbuildgo.sh113 FLAGS=" -I../rtl -I../.. -I../../sanitizer_common -I../../../include -std=c++11 -m64 -Wall -fno-exc…
115 FLAGS="$FLAGS -DSANITIZER_DEBUG=0 -O3 -msse3 -fomit-frame-pointer"
117 FLAGS="$FLAGS -DSANITIZER_DEBUG=1 -g"
121 echo $CC gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS
123 $CC $DIR/gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
Dsimplefileflags.py29 FLAGS = flags.FLAGS variable
105 if FLAGS.recurse:
106 for start in FLAGS.recurse:
128 if FLAGS.recurse:
148 for ignore in FLAGS.exclude_directories:
154 for exclude in FLAGS.exclude_files:
190 return not (len(argv[1:]) or FLAGS.recurse)
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_post_vs.c72 #define FLAGS (0) macro
76 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT) macro
80 #define FLAGS (DO_CLIP_XY | DO_CLIP_HALF_Z | DO_VIEWPORT) macro
84 #define FLAGS (DO_CLIP_XY_GUARD_BAND | DO_CLIP_HALF_Z | DO_VIEWPORT) macro
88 #define FLAGS (DO_CLIP_FULL_Z | DO_VIEWPORT) macro
92 #define FLAGS (DO_CLIP_HALF_Z | DO_VIEWPORT) macro
96 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT) macro
100 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT | DO_EDGEFLAG) macro
111 #define FLAGS (pvs->flags) macro
/external/llvm/test/CodeGen/X86/
Dcmpxchg-clobber-flags.ll19 ; i386-NEXT: movl %eax, [[FLAGS:%.*]]
24 ; i386-NEXT: movl [[FLAGS]], %eax
35 ; i386f-NEXT: movl %eax, [[FLAGS:%.*]]
37 ; i386f-NEXT: movl [[FLAGS]], %eax
45 ; x8664-NEXT: popq [[FLAGS:%.*]]
48 ; x8664-NEXT: pushq [[FLAGS]]
57 ; x8664-sahf-NEXT: movq %rax, [[FLAGS:%.*]]
61 ; x8664-sahf-NEXT: movq [[FLAGS]], %rax
134 ; i386-NEXT: movl %eax, [[FLAGS:%.*]]
137 ; i386-NEXT: movl [[FLAGS]], %eax
[all …]
/external/libxml2/VxWorks/
DMakefile16 FLAGS = -Wall -g -Isrc -Isrc/include -D_REENTRANT=1 macro
19 FLAGS += $(DEFINE_CC) $(CC_ARCH_SPEC) -MD -MP -D_VX_CPU=_VX_$(CPU) -D_VX_TOOL_FAMILY=gnu -D_VX_TOOL…
21 FLAGS += -mrtp -fpic -I$(WIND_USR)/h -I$(WIND_USR)/h/wrn/coreip
23 FLAGS += -D_WRS_KERNEL -I$(WIND_BASE)/target/h -I$(WIND_BASE)/target/h/wrn/coreip
59 $(CC) $(FLAGS) $(LIB_LDFLAGS) -shared -o $@ $(patsubst %.o, objs/%.o, $(OBJS))
62 $(CC) $(FLAGS) -o $@ $(patsubst %.o, objs/%.o, $(OBJS))
65 $(CC) $(FLAGS) -o $@ -c $<
/external/lz4/examples/
DMakefile36 FLAGS = -I../lib $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) macro
64 $(CC) $(FLAGS) $^ -o $@$(EXT)
67 $(CC) $(FLAGS) $^ -o $@$(EXT)
70 $(CC) $(FLAGS) $^ -o $@$(EXT)
73 $(CC) $(FLAGS) $^ -o $@$(EXT)
76 $(CC) $(FLAGS) $^ -o $@$(EXT)
/external/autotest/client/site_tests/graphics_SanAngeles/src/
DMakefile9 FLAGS = -D SUPERSHAPE_HIGH_RES macro
20 FLAGS += -D SAN_ANGELES_OBSERVATION_GLES
24 FLAGS += -D DISABLE_IMPORTGL
35 FLAGS += $(shell $(PKG_CONFIG) --cflags waffle-1)
42 $(CC) $(FLAGS) -o $@ $^ $(LDFLAGS) $(OPTIONS)
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHttp2.java694 String result = flags < FLAGS.length ? FLAGS[flags] : BINARY[flags];
722 private static final String[] FLAGS = new String[0x40]; // Highest bit flag is 0x20.
730 FLAGS[FLAG_NONE] = "";
731 FLAGS[FLAG_END_STREAM] = "END_STREAM";
735 FLAGS[FLAG_PADDED] = "PADDED";
737 FLAGS[prefixFlag | FLAG_PADDED] = FLAGS[prefixFlag] + "|PADDED";
740 FLAGS[FLAG_END_HEADERS] = "END_HEADERS"; // Same as END_PUSH_PROMISE.
741 FLAGS[FLAG_PRIORITY] = "PRIORITY"; // Same as FLAG_COMPRESSED.
742 FLAGS[FLAG_END_HEADERS | FLAG_PRIORITY] = "END_HEADERS|PRIORITY"; // Only valid on HEADERS.
748 FLAGS[prefixFlag | frameFlag] = FLAGS[prefixFlag] + '|' + FLAGS[frameFlag];
[all …]
/external/v8/tools/gcmole/
Dgcmole.lua33 local FLAGS = {
62 if FLAGS[flag] ~= nil then
63 FLAGS[flag] = (no ~= "no")
159 if FLAGS.sequential then
164 if FLAGS.verbose then print('popen ', action) end
174 if FLAGS.verbose then print('popen ', action) end
320 if FLAGS.whitelist then
399 if not FLAGS.reuse_gcsuspects then
417 FLAGS.dead_vars and " and dead variables" or "",
420 if FLAGS.dead_vars then plugin_args = { "--dead-vars" } end

123456789