Searched refs:omit (Results 1 - 25 of 50) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A Doutput_unknown.properties31 omit-xml-declaration=no
H A Doutput_html.properties44 {http\u003a//xml.apache.org/xalan}omit-meta-tag=no
H A Doutput_xml.properties30 omit-xml-declaration=no
/external/chromium_org/third_party/brotli/src/
H A Dshared.mk4 GFLAGS=-no-canonical-prefixes -fno-omit-frame-pointer -m64
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcontrol.py35 source=None, omit=None, include=None):
66 `include` and `omit` are lists of filename patterns. Files that match
67 `include` will be measured, files that match `omit` will not. Each
99 if isinstance(omit, string_class):
100 omit = [omit]
106 source=source, omit=omit, include=include
128 self.omit = self._prep_patterns(self.config.omit)
[all...]
H A Dcmdline.py52 '-o', '--omit', action='store',
57 omit = optparse.make_option( variable in class:Opts
58 '', '--omit', action='store',
117 omit=None,
239 Opts.omit,
277 Opts.omit,
289 Opts.omit,
306 Opts.omit,
318 Opts.omit,
457 omit
[all...]
H A Dreport.py48 if config.omit:
49 patterns = [file_locator.abs_file(p) for p in config.omit]
H A Dconfig.py47 self.omit = None
94 if cp.has_option('run', 'omit'):
95 self.omit = self.get_list(cp, 'run', 'omit')
111 if cp.has_option('report', 'omit'):
112 self.omit = self.get_list(cp, 'report', 'omit')
/external/dnsmasq/bld/
H A DMakefile14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
/external/chromium_org/tools/android/
H A Dadb_remote_setup.sh44 REMOTE_ADB path to adb on the remote machine (you can omit this if adb is in
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_tclvar.c236 pUsage->omit = 0;
248 pUsage->omit = 1;
H A Dtest_wholenumber.c209 pIdxInfo->aConstraintUsage[ltIdx].omit = 1;
213 pIdxInfo->aConstraintUsage[gtIdx].omit = 1;
H A Dtest_fuzzer.c765 pIdxInfo->aConstraintUsage[i].omit = 1;
H A Dsqlite.h.in4645 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
4680 unsigned char omit; /* Do not code a test for this constraint */
/external/fio/
H A DAndroid.mk95 -fno-omit-frame-pointer \
/external/compiler-rt/make/
H A DAppleBI.mk27 # Log full compile lines in B&I logs and omit summary lines.
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp18 --child-silent-after-fork=no|yes omit child output between fork & exec? [no]
153 --trace-flags and --profile-flags values (omit the middle space):
H A Dcmdline1.stdout.exp18 --child-silent-after-fork=no|yes omit child output between fork & exec? [no]
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dconfigure.ac218 # (This isn't needed on i386, where -fno-omit-frame-pointer is the default).
221 [On x86_64 systems, compile with -fno-omit-frame-pointer (see INSTALL)]),
/external/lldb/utils/vim-lldb/plugin/
H A Dlldb.vim54 " characters in command names, we omit them when creating the :L<cmd>
/external/mksh/src/
H A DBuild.sh1609 # mksh: flavours (full/small mksh, omit certain stuff)
2626 MKSH_DONT_EMIT_IDSTRING omit RCS IDs from binary
2631 MKSH_NO_DEPRECATED_WARNING omit warning when deprecated stuff is run
2632 MKSH_NO_EXTERNAL_CAT omit hack to skip cat builtin when flags passed
2633 MKSH_NO_LIMITS omit ulimit code
2636 MKSH_SMALL omit some code, optimise hard for size (slower)
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1372 pIdxInfo->aConstraintUsage[jj].omit = 0;
1376 pIdxInfo->aConstraintUsage[jj].omit = 1;
1403 pIdxInfo->aConstraintUsage[ii].omit = 1;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4650 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
4685 unsigned char omit; /* Do not code a test for this constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A DMakefile83 CFLAGS += -fno-omit-frame-pointer
/external/sqlite/dist/orig/
H A Dsqlite3.h5374 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
5421 unsigned char omit; /* Do not code a test for this constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage

Completed in 3900 milliseconds

12