/third_party/mbedtls/ |
H A D | Makefile | 133 CTR_DRBG_128_BIT_KEY_WARN_L1=**** WARNING! MBEDTLS_CTR_DRBG_USE_128_BIT_KEY defined! ****\n
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | cgcc | 106 $multiarch_dir = qx($ccom -print-multiarch) if ! defined $multiarch_dir;
|
/third_party/lzma/Asm/x86/ |
H A D | Sha256Opt.asm | 11 ; we can use external SHA256_K_ARRAY defined in Sha256.c
|
/third_party/vulkan-loader/loader/ |
H A D | unknown_ext_chain_masm.asm | 28 ; Struct member offsets are defined in the format "XX_OFFSET_YY" where XX indicates the member within the struct and YY indicates 29 ; the struct type that it is a member of. Data type sizes are defined in the format "XX_SIZE" where XX indicates the data type.
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 236 ; If PIC is defined, load the address of a symbol defined in this file into a 248 ; If PIC is not defined, then %3 and %4 are executed in order. 307 ; an input dependency (although the behavior is not formally defined, Intel
|
/kernel/linux/linux-5.10/scripts/ |
H A D | sphinx-pre-install | 109 if (defined($map{$prog})) { 915 if (defined($os_var{"VERSION_ID"})) { 916 $system_release .= " " . $os_var{"VERSION_ID"} if (defined($os_var{"VERSION_ID"}));
|
/kernel/linux/linux-5.10/tools/scripts/ |
H A D | utilities.mak | 163 # the `command -v' is defined by POSIX, but it's not
|
/kernel/linux/linux-6.6/tools/scripts/ |
H A D | utilities.mak | 163 # the `command -v' is defined by POSIX, but it's not
|
/third_party/curl/projects/ |
H A D | checksrc.bat | 70 if not defined SRC_DIR (
|
H A D | generate.bat | 413 if not defined EXITCODE set EXITCODE=0
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 438 * Call process.exit, and _exitCallback if defined. 515 // --no-foo is special and defaults foo to true, unless a --foo option is already defined 630 * // simple boolean defaulting to true (unless non-negated option is also defined) 891 * Parse `argv`, setting options and invoking commands when defined. 915 * Parse `argv`, setting options and invoking commands when defined. 1030 // Suppressing the exit if exitCallback defined is a bit messy and of limited use, but does allow process to stay running! 1381 const conflictingAndDefined = definedNonDefaultOptions.find((defined) => 1382 option.conflictsWith.includes(defined.attributeName()) 1610 // keep very simple, only care that envVar defined and not the value
|
/kernel/linux/linux-6.6/scripts/ |
H A D | sphinx-pre-install | 114 if (defined($map{$prog})) { 1053 if (defined($os_var{"VERSION_ID"})) { 1054 $system_release .= " " . $os_var{"VERSION_ID"} if (defined($os_var{"VERSION_ID"}));
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 332 % take effect in \write's, yet the group defined by the \vbox ends 539 % ... but they get defined via ``\envdef\foo{...}'': 1094 % when pdftex is run in dvi mode, \pdfoutput is defined (so \pdfoutput=1 1480 % used as factors; they just match (closely enough) what Knuth defined. 2918 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H. 3470 % Only define if not already defined, in case a txi-??.tex file has set 4011 % Compute \multitablelinespace (if not defined by user) for use in 4212 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined 4232 % defined with @set, or has been undefined with @clear. 4243 % without the @) is in fact defined [all...] |
/kernel/linux/linux-6.6/rust/ |
H A D | Makefile | 366 $(NM) -p --defined-only $< \ 421 # These intrinsics are defined for ARM64 and RISCV64
|
/third_party/ltp/ |
H A D | runltp | 131 -f CMDFILES Execute user defined list of testcases (separate with ',') 302 f) # Execute user defined set of testcases. 311 echo "Loops not properly defined. Resorting to default 5..." 315 echo "Fault Persentage not properly defined. Resorting to default 10..."
|
/third_party/node/lib/internal/modules/esm/ |
H A D | resolve.js | 134 `No "main" or "exports" field defined in the package.json for ${pkgPath 346 * Returns an error object indicating that the specified import is not defined. 347 * @param {string} specifier - The import specifier that is not defined.
|
/third_party/node/lib/internal/ |
H A D | errors.js | 1339 return `Invalid "exports" main target ${JSONStringify(target)} defined ` + 1345 JSONStringify(target)} defined for '${key}' in the package config ${ 1510 return `Package import specifier "${specifier}" is not defined${packagePath ? 1515 return `No "exports" main defined in ${pkgPath}package.json${base ? 1517 return `Package subpath '${subpath}' is not defined by "exports" in ${
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest.bat | 47 if NOT defined cf (
56 if NOT defined srcdir set srcdir=.
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 294 * Tests for defined and undefined characters 300 int defined[] = {0x523E, 0x004f88, 0x00fffd}; in TestDefined() 308 " expected not to be defined"); in TestDefined() 311 if (!UCharacter.isDefined(defined[i])) in TestDefined() 313 errln("FAIL \\u" + hex(defined[i]) + " expected defined"); in TestDefined()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 291 * Tests for defined and undefined characters 297 int defined[] = {0x523E, 0x004f88, 0x00fffd}; in TestDefined() 305 " expected not to be defined"); in TestDefined() 308 if (!UCharacter.isDefined(defined[i])) in TestDefined() 310 errln("FAIL \\u" + hex(defined[i]) + " expected defined"); in TestDefined()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | idlharness.js | 36 * The members and methods of the classes defined by this file are all at least 719 // Assert B defined for A : B 787 assert_true(originalExists, `Original ${parsed_idl.type} should be defined`); 801 }.bind(this), `Partial ${parsed_idl.type} ${partialTestName}: original ${parsed_idl.type} defined`); 1484 // "If an object is defined to be a function object, then it has 1783 // operations defined on the interface, and is described in more detail 1806 // properties object for A, as defined in ยง3.6.4 Named properties 2111 // "For each constant defined on an interface A, there must be 2279 // "For each unique identifier of an exposed operation defined on the 2783 // attribute must execute the same algorithm as is defined fo [all...] |
/third_party/glslang/Test/ |
H A D | runtests | 98 # Testing ill-defined uncalled function 100 echo Running ill-defined uncalled function
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 25 \Var{byteorder} can be set to any constant defined by
|
H A D | libunwind.tex | 138 \Const{UNW\_LOCAL\_ONLY} is defined is a choice that each source-file
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | write.rs | 1012 // We've already defined this inside the struct. in write_rust_function_shim_impl()
|