/third_party/ltp/ |
H A D | build.sh | 153 -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 D | inputs.rs | 109 /// 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 D | build_config.h | 154 #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 D | getopt.c | 71 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 D | test-console-table.js | 14 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 D | v8config.h | 358 // 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 D | function_toolchain.cc | 52 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 D | malloc_config.h | 35 #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 D | malloc_config.h | 35 #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 D | dumpICUrules.bat | 28 # 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 D | icutrim.py | 82 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 D | run-coredump-unwind | 18 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 D | get_externals.bat | 19 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 D | runner.js | 159 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 D | test.js | 212 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 D | clang-format-all.sh | 17 -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 D | hap.mak | 22 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 D | Ordinals.pm | 47 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 D | Ordinals.pm | 47 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 D | unw_set_reg.tex | 27 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 D | unw_set_fpreg.tex | 27 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 D | libunwind-ptrace.tex | 59 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 D | ninja.vim | 24 " 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 D | configure-cmake | 114 --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 D | nodes.py | 137 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...] |