Home
last modified time | relevance | path

Searched refs:That (Results 1 – 25 of 243) sorted by relevance

12345678910

/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h474 bool operator==(const SampleContextFrame &That) const {
475 return Location == That.Location && Func == That.Func;
478 bool operator!=(const SampleContextFrame &That) const {
479 return !(*this == That);
660 bool operator==(const SampleContext &That) const {
661 return State == That.State && Func == That.Func &&
662 FullContext == That.FullContext;
665 bool operator!=(const SampleContext &That) const { return !(*this == That); }
667 bool operator<(const SampleContext &That) const {
668 if (State != That.State)
[all …]
/src/contrib/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc117 MOCK_METHOD2(That, std::string(int, bool));
280 nice_bar.That(5, true); in TEST()
291 nice_bar.That(5, true); in TEST()
390 naggy_bar.That(5, true); in TEST()
401 naggy_bar.That(5, true); in TEST()
489 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), in TEST()
500 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), in TEST()
/src/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h327 bool operator==(const BlockDataT &That) const { return Body == That.Body; }
328 bool operator!=(const BlockDataT &That) const { return Body != That.Body; }
356 bool operator==(const OrderedChangedData<T> &That) const {
357 return Data == That.getData();
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegistry.h91 bool operator==(const iterator &That) const { return Cur == That.Cur; }
/src/sys/contrib/device-tree/Bindings/
H A DABI.rst10 "That still leaves the question of, what does a stable binding look
34 4) Don't submit bindings for staging or unstable. That will be decided by
/src/contrib/sqlite3/autosetup/
H A DREADME.md35 That will include any docs from any TCL files in the `./autosetup` dir
181 TCL shell](/file/autosetup/autosetup-find-tclsh). That will first
280 (That first one is defined by autosetup, and thus applies "LDFLAGS" as
290 such as `LIBS`, `LDFLAGS`, and `CFLAGS`[^as-cflags]. That's
334 that, will have no unintended side-effects on any targets. That said:
382 `--autosetup-debug` in place of `--debug`. That requires (as of this
402 That file should contain the following content...
415 # ^^^ That will replace the default value but will not update
428 That function must return either an empty string or a list in the form
440 That function, if defined, will be called relatively late in the
/src/contrib/netbsd-tests/usr.bin/config/
H A Dd_postponed_orphan11 # Here, parenti is negated before the child* instance is declared. That
/src/share/examples/printing/
H A Dmake-ps-header75 % That is it
/src/contrib/libcbor/doc/source/api/
H A Ddecoding.rst38 This section will deal with the API that is labeled as the "Default driver" in the diagram. That is…
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td525 // superslice. That includes both exec pipelines (EXECO, EXECE) and one
635 // superslice. That includes both exec pipelines (EXECO, EXECE) and one
659 // superslice. That includes both exec pipelines (EXECO, EXECE) and one
667 // superslice. That includes both exec pipelines (EXECO, EXECE) and one
684 // superslice. That includes both exec pipelines (EXECO, EXECE) and one
692 // superslice. That includes both exec pipelines (EXECO, EXECE) and one
701 // superslice. That includes both exec pipelines (EXECO, EXECE) and all three
921 // superslice. That includes both exec pipelines (EXECO, EXECE) and two
930 // superslice. That includes both exec pipelines (EXECO, EXECE) and two
944 // superslice. That includes both exec pipelines (EXECO, EXECE) and two
[all …]
/src/crypto/krb5/src/plugins/preauth/securid_sam2/
H A DREADME16 as a new principal with a random key. That principal will now require
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp266 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =() argument
267 if (That.isInt()) in operator =()
268 set(That.IntVal); in operator =()
270 set(That.getFpVal()); in operator =()
273 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=() argument
275 if (isInt() == That.isInt()) { in operator +=()
277 IntVal += That.IntVal; in operator +=()
279 getFpVal().add(That.getFpVal(), RndMode); in operator +=()
284 const APFloat &T = That.getFpVal(); in operator +=()
291 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode); in operator +=()
[all …]
/src/crypto/openssl/doc/man1/
H A Dopenssl-namedisplay-options.pod62 That is, any of the characters C<,+"E<lt>E<gt>;>, C<#> at the beginning of
68 That is, the B<NUL> character and of C<()*>.
101 way. That is, the content octets are merely dumped as though one octet
/src/tools/tools/sortbench/
H A DREADME15 5 trials of the sort time as it's output. That output is saved in the data folder and then passed i…
/src/sys/contrib/device-tree/Bindings/clock/
H A Dexynos5410-clock.txt18 That clock is being passed internally to the 9 PLLs.
/src/tools/regression/
H A DTODO8 That way if a test starts failing we'll know exactly which one failed, and
/src/sys/contrib/device-tree/Bindings/sound/
H A Dcs4271.txt25 line is de-asserted. That also means that clocks cannot be changed
/src/crypto/openssl/crypto/property/
H A DREADME.md32 * That definition is uncommon and queries are very common, we can treat
36 * That definition is uncommon and needs to be space efficient, it will
/src/sys/contrib/openzfs/contrib/pyzfs/
H A DREADME20 do reach stable storage. That means that the operations are done
/src/contrib/pam-krb5/tests/
H A DREADME21 separate program. That program, when run, must produce output in the
166 That way, you can update tap/basic.c and tap/basic.h from subsequent
187 to write TAP tests in shell. That library includes much of the same
228 rest of its arguments as the program to run. That program is run with
/src/share/examples/ipfilter/rules/
H A Dfirewall30 * "int-a" is the internal interface of the firewall. That is, it is the
/src/sys/contrib/device-tree/Bindings/phy/
H A Dphy-bindings.txt29 That node describes an IP block (PHY provider) that implements 2 different PHYs.
/src/sys/contrib/device-tree/src/arm/qcom/
H A Dpm8921.dtsi124 * That is why the ADC is referred to as "HKADC" - HouseKeeping
/src/crypto/openssl/doc/man3/
H A DSSL_get_peer_certificate.pod35 That a certificate is returned does not indicate information about the
/src/crypto/openssl/external/perl/Text-Template-1.56/
H A DREADME42 parts of the program into the template. That prevents code bloat and

12345678910