Home
last modified time | relevance | path

Searched refs:with (Results 401 - 425 of 2426) sorted by relevance

1...<<11121314151617181920>>...98

/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/
H A Dconfigdata.pm27850 # We allow extra arguments with --query. That allows constructs like
27870 print "\nCommand line (with current working directory = $here):\n\n";
27977 print 'Reconfiguring with: ', join(' ',@{$config{perlargv}}), "\n";
27993 # We may need a result class with a printing function at some point.
27995 # with scalar values and simply print them in some orderly fashion.
28031 If run with no arguments, it will rebuild the build file (Makefile or
28037 When loaded as a module, you get a few databanks with useful information to
28041 %target The OpenSSL config target with all inheritances
28045 %withargs All data given through --with-THING options.
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/
H A Dconfigdata.pm27819 # We allow extra arguments with --query. That allows constructs like
27839 print "\nCommand line (with current working directory = $here):\n\n";
27946 print 'Reconfiguring with: ', join(' ',@{$config{perlargv}}), "\n";
27962 # We may need a result class with a printing function at some point.
27964 # with scalar values and simply print them in some orderly fashion.
28000 If run with no arguments, it will rebuild the build file (Makefile or
28006 When loaded as a module, you get a few databanks with useful information to
28010 %target The OpenSSL config target with all inheritances
28014 %withargs All data given through --with-THING options.
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/
H A Dconfigdata.pm27965 # We allow extra arguments with --query. That allows constructs like
27985 print "\nCommand line (with current working directory = $here):\n\n";
28092 print 'Reconfiguring with: ', join(' ',@{$config{perlargv}}), "\n";
28108 # We may need a result class with a printing function at some point.
28110 # with scalar values and simply print them in some orderly fashion.
28146 If run with no arguments, it will rebuild the build file (Makefile or
28152 When loaded as a module, you get a few databanks with useful information to
28156 %target The OpenSSL config target with all inheritances
28160 %withargs All data given through --with-THING options.
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/
H A Dconfigdata.pm27924 # We allow extra arguments with --query. That allows constructs like
27944 print "\nCommand line (with current working directory = $here):\n\n";
28051 print 'Reconfiguring with: ', join(' ',@{$config{perlargv}}), "\n";
28067 # We may need a result class with a printing function at some point.
28069 # with scalar values and simply print them in some orderly fashion.
28105 If run with no arguments, it will rebuild the build file (Makefile or
28111 When loaded as a module, you get a few databanks with useful information to
28115 %target The OpenSSL config target with all inheritances
28119 %withargs All data given through --with-THING options.
/third_party/node/deps/openssl/openssl/util/
H A Dmkerr.pl5 # this file except in compliance with the License. You can obtain a copy
52 -module M Only useful with -internal!
139 my $statefile; # state file with assigned reason and function codes
165 die "Private header file may only be specified with -internal ($privhdr given)\n"
228 # We do nothing with the function codes, just let them go away
254 # with the value "X" as a place holder to give it a value later.
310 # it with a NULL backend.
335 * this file except in compliance with the License. You can obtain a copy
426 * this file except in compliance with the License. You can obtain a copy
532 * this file except in compliance with th
[all...]
/third_party/openssl/util/
H A Dmkerr.pl5 # this file except in compliance with the License. You can obtain a copy
52 -module M Only useful with -internal!
139 my $statefile; # state file with assigned reason and function codes
165 die "Private header file may only be specified with -internal ($privhdr given)\n"
228 # We do nothing with the function codes, just let them go away
254 # with the value "X" as a place holder to give it a value later.
310 # it with a NULL backend.
335 * this file except in compliance with the License. You can obtain a copy
426 * this file except in compliance with the License. You can obtain a copy
532 * this file except in compliance with th
[all...]
/third_party/skia/third_party/externals/libpng/projects/owatcom/
H A Dpngconfig.mak72 # Windows. This gives compatibility with MSVC and GCC. Unfortunately it
73 # does not work with OpenWatcom because OpenWatcom implements longjmp using
74 # the __watcall convention (compared with both MSVC and GCC which use __cdecl
78 # the result will not be compatible with applications built using other
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm132 // A number is NaN if its abs value is greater than or unordered with inf
143 // Other values with nonzero in exponent field should be inf
159 // non-0 denorms: multiply with 2^54 (the 0x36 in $r3), join with norms
165 // All numbers with -1 in $r3 have their result ready in $r0d, return them
256 // it with 1/2 or 1/4. 1/2 is used if the "exponent" $r3 is 0, otherwise
290 // with 2^54 if the exponent is smaller or equal. (will multiply 2^27
307 // For 0/inf/nan, make sure the sign bit agrees with input and return
317 // For others, do 4 Newton-Raphson steps with the formula:
H A Dgk110.asm117 // A number is NaN if its abs value is greater than or unordered with inf
125 // Other values with nonzero in exponent field should be inf
138 // non-0 denorms: multiply with 2^54 (the 0x36 in $r3), join with norms
143 // All numbers with -1 in $r3 have their result ready in $r0d, return them
226 // it with 1/2 or 1/4. 1/2 is used if the "exponent" $r3 is 0, otherwise
259 // with 2^54 if the exponent is smaller or equal. (will multiply 2^27
274 // For 0/inf/nan, make sure the sign bit agrees with input and return
280 // For others, do 4 Newton-Raphson steps with the formula:
/device/soc/rockchip/rk2206/sdk_liteos/image/
H A DMakefile4 # you may not use this file except in compliance with the License.
22 AS = $(PREFIX)gcc -x assembler-with-cpp
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Dutil.rs4 * you may not use this file except in compliance with the License.
49 RNG.with(|rng| {
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A Ddemo.bat12 REM with Bitstream Cyberbit installed.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberRangeFormatter.java16 * NumberRangeFormatter.with()
18 * .numberFormatterFirst(NumberFormatter.with().unit(MeasureUnit.METER))
19 * .numberFormatterSecond(NumberFormatter.with().unit(MeasureUnit.KILOMETER))
117 * same. Example (with RangeCollapse.NONE): "$5 – $5"
205 public static UnlocalizedNumberRangeFormatter with() { in with() method in NumberRangeFormatter
/third_party/libcoap/scripts/
H A Dmsbuild.sln.cmd11 REM Need to set OPENSSL_INSTALL_PATH so we can build with OpenSSL
/third_party/mesa3d/src/intel/tools/
H A Dintel_stub_gpu.in8 Run COMMAND with ARGUMENTS faking a particular device.
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dltpfsscsi.sh28 - These tests must be run after ssi_debug has been configured and built as a module so it can be loaded with
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex23 % along with this program. If not, see <http://www.gnu.org/licenses/>.
39 % complete document in each bug report with which we can reproduce the
42 % To process a Texinfo manual with TeX, it's most reliable to use the
43 % texi2dvi shell script that comes with the distribution. For a simple
44 % manual foo.texi, however, you can get away with this:
291 % the mark with the chapter defs, unless the user sneaks in, e.g.,
393 }% end of group with \indexdummies
449 % \argremovec might leave us with trailing space, e.g.,
473 % either the null string, or it ends with \^^M---thus there is no danger
496 % Several utility definitions with activ
[all...]
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex22 implementation has been tested only with IA-64 Linux.
51 call will fail with a return-value of \texttt{-}\Const{UNW\_EBADREG}.
147 \texttt{p63} in the ``broad-side'' format. Just like with the
150 predicate register \texttt{p}$N$ with $N$>=16 can be found
198 that it is possible to initialize a value of this type not just with
199 \Func{unw\_getcontext}(), but also with \Func{getcontext}(), for
/third_party/ltp/
H A Drunltp17 ## along with this program; if not, write to the Free Software ##
36 # - exit with error if ltp-pan is not found in pan directory
57 # - better ways to integrate "ltp/tools/genload/stress" with "ltp/runltp"
121 -C FAILCMDFILE Command file with all failed test cases.
122 -T TCONFCMDFILE Command file with all test cases that are not fully tested.
131 -f CMDFILES Execute user defined list of testcases (separate with ',')
303 # Can be more than one file, just separate it with ',', like:
622 echo "FATAL: error while getting the command file with wget (address $CMDFILEADDR)"
652 # Blacklist or skip tests if a SKIPFILE was specified with -S
684 echo "You can specify it with optio
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs154 SOURCE_MAP.with(|cm| { in get_cursor()
326 // Start with a single dummy file which all call_site() and def_site()
434 // with a dummy file. in next_start_pos()
468 unreachable!("Invalid span with no related FileInfo!"); in filepath()
477 unreachable!("Invalid span with no related FileInfo!"); in fileinfo()
486 unreachable!("Invalid span with no related FileInfo!"); in fileinfo_mut()
537 SOURCE_MAP.with(|cm| { in source_file()
550 SOURCE_MAP.with(|cm| { in start()
563 SOURCE_MAP.with(|cm| { in end()
584 SOURCE_MAP.with(|c in join()
[all...]
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h183 DOCTEST_MSVC_SUPPRESS_WARNING(26444) // Avoid unnamed objects with custom construction and dtr...
186 // 4548 - expression before comma has no effect; expected expression with side - effect
190 // 4668 - 'x' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
403 // to detect if libc++ is being used with clang (the _LIBCPP_VERSION identifier)
451 // A 24 byte string class (can be as small as 17 for x64 and 13 for x86) that can hold strings with length
749 bool no_run; // to not run the tests at all (can be done with an "*" exclude)
755 bool gnu_file_line; // if line numbers should be surrounded with :x: and not (x):
1850 // registers the test by initializing a dummy var with a function
1899 // for registering tests with a fixture
2184 #define DOCTEST_WARN_THROWS_WITH_MESSAGE(expr, with,
[all...]
/foundation/multimedia/media_foundation/test/unittest/
H A DTestHiPlayer.cpp4 * you may not use this file except in compliance with the License.
107 .with(mockcpp::any()) in HWTEST_F()
119 .with(eq(size)) in HWTEST_F()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_psnr.asm19 ;* License along with FFmpeg; if not, write to the Free Software
114 ; deal with cases where w % 32 != 0
H A Dvf_hqdn3d.asm17 ;* License along with FFmpeg; if not, write to the Free Software
90 shr t0d, 16-%1 ; could eliminate this by storing from t0h, but only with some contraints on register allocation
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DgenIndexFilters.bat85 # Look for lines that are aliases with NF*
114 # Get the source set (call out to Java), optionally with a closure.

Completed in 127 milliseconds

1...<<11121314151617181920>>...98