Home
last modified time | relevance | path

Searched refs:only (Results 1 - 25 of 432) sorted by relevance

12345678910>>...18

/third_party/ltp/
H A Dbuild.sh153 -c CC Define compiler (\$CC variable), needed only for configure step
154 -i Run 'make install', needed only for install step
163 -r RUN Run only certain step (usable for CI), default: all
164 -t TYPE Specify build type, default: $DEFAULT_BUILD, only for configure step
176 autotools run only 'make autotools'
177 configure run only 'configure'
178 build run only 'make'
179 test run only 'make test' (not supported for cross-compile build)
180 test-c run only 'make test-c' (not supported for cross-compile build)
181 test-shell run only 'mak
[all...]
/third_party/rust/crates/memchr/bench/src/memchr/
H A Dinputs.rs109 /// Return all of this input's "never" bytes only if there are at least
131 /// Return all of this input's "rare" bytes only if there are at least
153 /// Return all of this input's "uncommon" bytes only if there are at least
175 /// Return all of this input's "common" bytes only if there are at least
197 /// Return all of this input's "verycommon" bytes only if there are at
219 /// Return all of this input's "supercommon" bytes only if there are at
/third_party/node/deps/v8/src/base/
H A Dbuild_config.h154 #error Target architecture ia32 is only supported on ia32 host
158 #error Target architecture x64 is only supported on x64 and arm64 host
162 #error Target architecture x32 is only supported on x64 host with x32 support
165 #error Target architecture arm is only supported on arm and ia32 host
168 #error Target architecture arm64 is only supported on arm64 and x64 host
171 #error Target architecture mips is only supported on mips and ia32 host
174 #error Target architecture mips64 is only supported on mips64 and x64 host
177 #error Target architecture riscv64 is only supported on riscv64 and x64 host
180 #error Target architecture loong64 is only supported on loong64 and x64 host
224 // pthread_jit_write_protect is only availabl
[all...]
/third_party/ninja/src/
H A Dgetopt.c71 value of ordering. In the case of RETURN_IN_ORDER, only `--' can cause
138 is_option (char *argv_element, int only) in is_option() argument
141 || (argv_element[0] == '-') || (only && argv_element[0] == '+')); in is_option()
147 GETOPT_LONG_OPTION_T * longopts, int *longind, int only) in getopt_internal()
195 while (!is_option (argv[optind], only)) in getopt_internal()
215 if (!is_option (argv[optind], only)) in getopt_internal()
222 if (!is_option (argv[optind], only)) in getopt_internal()
232 || (only && argv[optind][0] == '+')) && optwhere == 1) in getopt_internal()
146 getopt_internal(int argc, char **argv, char *shortopts, GETOPT_LONG_OPTION_T * longopts, int *longind, int only) getopt_internal() argument
/third_party/node/test/parallel/
H A Dtest-console-table.js14 function test(data, only, expected) {
16 expected = only;
17 only = undefined;
19 console.table(data, only);
/third_party/node/deps/v8/include/v8-include/
H A Dv8config.h358 // register(s) in the epilogue of a preserve_most function, so we only use
529 // "preserve_most" is currently not handling the return value correctly, so only
678 // Helper macro to define no_sanitize attributes only with clang.
865 #error Target architecture ia32 is only supported on ia32 host
869 #error Target architecture x64 is only supported on x64 and arm64 host
873 #error Target architecture x32 is only supported on x64 host with x32 support
876 #error Target architecture arm is only supported on arm and ia32 host
879 #error Target architecture arm64 is only supported on arm64 and x64 host
882 #error Target architecture mips64 is only supported on mips64 and x64 host
885 #error Target architecture riscv64 is only supporte
[all...]
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc52 When you have a simple build with only one toolchain, the build config file
53 is loaded only once at the beginning of the build. It must call
118 of this toolchain as if the toolchain boundary wasn't there. This only
120 it accepts such configs, only whether it pushes them. The build is
135 of duplicate of rules) so should only be used when absolutely necessary.
166 dependency using data_deps (data deps are like deps that are only needed at
179 # Our helper library is only compiled in 32-bits.
385 exe_output_extension [string, optional, rust tools only]
386 rlib_output_extension [string, optional, rust tools only]
387 dylib_output_extension [string, optional, rust tools only]
[all...]
/third_party/musl/porting/linux/user/src/internal/
H A Dmalloc_config.h35 #error MALLOC_FREELIST_QUARANTINE can be only applied when MALLOC_FREELIST_HARDENED is set.
39 #error MALLOC_RED_ZONE can be only applied when MALLOC_FREELIST_QUARANTINE is set.
/third_party/musl/src/internal/linux/
H A Dmalloc_config.h35 #error MALLOC_FREELIST_QUARANTINE can be only applied when MALLOC_FREELIST_HARDENED is set.
39 #error MALLOC_RED_ZONE can be only applied when MALLOC_FREELIST_QUARANTINE is set.
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat28 # that the input files use only # comments
95 # Han_Latin_EDICT * 2.2 J only
101 # ThaiLogical_Latin * 2.2 J only
102 # Thai_ThaiLogical * 2.2 J only
103 # Thai_ThaiSemi * 2.2 J only
202 print STDERR "*** $id skipped: Java only ***\n";
261 // use have been commented out with the notation "Java only".
299 $prefix = '// Java only: ';
411 # Comment-only line
/third_party/node/tools/icu/
H A Dicutrim.py82 help="sets the 'locales.only' variable",
169 config["variables"]["locales"]["only"] = options.locales.split(',')
234 only = None
235 if "only" in myconfig:
236 only = set(myconfig["only"])
237 if (len(only)==0) and (mytree["treeprefix"] != ""):
247 if (only is not None) and not loc in only:
/third_party/libunwind/libunwind/tests/
H A Drun-coredump-unwind18 nm -D "$binary" --format=posix --defined-only | awk '{ print $1 }' | sort > "$dynsyms"
20 nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | sort > "$funcsyms"
23 # Copy the full debuginfo, keeping only a minumal set of symbols and removing some unnecessary sections
/third_party/python/Tools/msi/
H A Dget_externals.bat19 if "%~1"=="--clean-only" (set DO_FETCH=false) & goto clean
74 echo.Valid options: -c, --clean, --clean-only, --organization, --python,
86 echo.Use the --clean-only option to do the same cleaning, without pulling in
/third_party/node/lib/internal/test_runner/
H A Drunner.js159 function getRunArgs(path, { inspectPort, testNamePatterns, only }) {
167 if (only === true) {
168 ArrayPrototypePush(argv, '--test-only');
488 const { concurrency, timeout, signal, files, inspectPort, watch, setup, only } = options;
496 if (only != null) {
497 validateBoolean(only, 'options.only');
544 const opts = { __proto__: null, root, signal, inspectPort, testNamePatterns, only };
564 FileTest, // Exported for tests only
H A Dtest.js212 const { concurrency, loc, only, timeout, todo, signal } = options;
229 this.only = testOnlyFlag;
231 this.runOnlySubtests = this.only;
248 this.only = only ?? !parent.runOnlySubtests;
250 this.runOnlySubtests = !this.only;
295 if (testOnlyFlag && !this.only) {
296 skip = '\'only\' option not set';
338 if (!testOnlyFlag && (only || this.runOnlySubtests)) {
340 "'only' an
[all...]
/third_party/skia/third_party/externals/swiftshader/src/
H A Dclang-format-all.sh17 -a, --all Format all files (default is to format only files active in a git CL)
46 FILES=$(git diff --cached --name-only --diff-filter=ACM | grep '\.cpp$\|\.hpp\|\.c$\|\.h$')
/third_party/ffmpeg/tests/fate/
H A Dhap.mak22 FATE_HAP += fate-hap-alpha-only-nosnappy-128x72
23 fate-hap-alpha-only-nosnappy-128x72: CMD = framecrc -i $(TARGET_SAMPLES)/hap/HapAlphaOnly_NoSnappy_128x72.mov -pix_fmt gray8
25 FATE_HAP += fate-hap-alpha-only-snappy-127x71
26 fate-hap-alpha-only-snappy-127x71: CMD = framecrc -i $(TARGET_SAMPLES)/hap/HapAlphaOnly_snappy1chunk_127x71.mov -pix_fmt gray8
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm47 assigned number as well as other attributes to indicate if they only exist
74 Not only create a new instance, but immediately load it with data from the
111 contents and is treated as read-only. The other database is an exact copy of
861 =item B<< $item->version >> (read-only)
866 =item B<< $item->exists >> (read-only)
870 =item B<< $item->platforms >> (read-only)
877 =item B<< $item->type >> (read-only)
882 =item B<< $item->features >> (read-only)
886 If any feature is mentioned, this symbol is I<only> available when those
1026 Returns a filter that only let
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm47 assigned number as well as other attributes to indicate if they only exist
74 Not only create a new instance, but immediately load it with data from the
111 contents and is treated as read-only. The other database is an exact copy of
861 =item B<< $item->version >> (read-only)
866 =item B<< $item->exists >> (read-only)
870 =item B<< $item->platforms >> (read-only)
877 =item B<< $item->type >> (read-only)
882 =item B<< $item->features >> (read-only)
886 If any feature is mentioned, this symbol is I<only> available when those
1026 Returns a filter that only let
[all...]
/third_party/libunwind/libunwind/doc/
H A Dunw_set_reg.tex27 frames, it is normally possible to access only the preserved
33 Note that \Func{unw\_set\_reg}() can only write the contents of
56 read-only register.
H A Dunw_set_fpreg.tex27 frames, it is normally possible to access only the preserved
33 Note that \Func{unw\_set\_fpreg}() can only write the contents of
55 read-only register.
H A Dlibunwind-ptrace.tex59 only portions of the \Prog{\_UPT}-facility. For this reason, the
75 as the only argument. The returned void-pointer then needs to be
91 Since \Func{ptrace}(2) works within a single machine only, the
99 explicit locking is used. As long as only one thread uses
107 current implementation, the only reason this call may fail is when the
/third_party/ninja/misc/
H A Dninja.vim24 " Comments are only matched when the # is at the beginning of the line (with
40 " on the first line without indent. 'rule' allows only a
71 " order-only dependency ||
/third_party/skia/third_party/externals/brotli/
H A Dconfigure-cmake114 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
120 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
121 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
263 # This flag is the only one which may be a bit surprising to
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py137 def iter_fields(self, exclude=None, only=None):
140 it's possible to limit that to some fields by providing the `only`
146 (exclude is only is None)
148 or (only is not None and name in only)
155 def iter_child_nodes(self, exclude=None, only=None):
160 for _, item in self.iter_fields(exclude, only):
273 """Nodes that exist in a specific context only."""
753 """Get an attribute or item from an expression that is a ascii-only
773 """Represents a slice object. This must only b
[all...]

Completed in 13 milliseconds

12345678910>>...18