Searched refs:that (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/nvi/
H A DLICENSE5 The following are the copyrights and redistribution conditions that apply
19 * modification, are permitted provided that the following conditions
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DTimeValue.h106 /// This is a static constructor that returns a TimeValue that represents
115 /// Add \p that to \p this.
118 TimeValue& operator += (const TimeValue& that ) {
119 this->seconds_ += that.seconds_ ;
120 this->nanos_ += that.nanos_ ;
125 /// Subtract \p that from \p this.
128 TimeValue& operator -= (const TimeValue &that ) {
129 this->seconds_ -= that.seconds_ ;
130 this->nanos_ -= that
[all...]
/freebsd-10-stable/contrib/dialog/samples/
H A Dchecklist1219 Dog:No, that's not my dog.:ON
20 Orange:Yeah, that's juicy.:off
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h49 bool operator==(const KeyTy& that) const {
50 return type == that.type && this->val == that.val;
52 bool operator!=(const KeyTy& that) const {
53 return !this->operator==(that);
73 bool operator==(const KeyTy& that) const {
74 return this->val.bitwiseIsEqual(that.val);
76 bool operator!=(const KeyTy& that) const {
77 return !this->operator==(that);
106 bool operator==(const KeyTy& that) cons
[all...]
H A DConstantsContext.h329 bool operator==(const ExprMapKeyType& that) const {
330 return this->opcode == that.opcode &&
331 this->subclassdata == that.subclassdata &&
332 this->subclassoptionaldata == that.subclassoptionaldata &&
333 this->operands == that.operands &&
334 this->indices == that.indices;
336 bool operator<(const ExprMapKeyType & that) const {
337 if (this->opcode != that.opcode) return this->opcode < that.opcode;
338 if (this->operands != that
[all...]
/freebsd-10-stable/contrib/bmake/mk/
H A Dtarget-flags.mk31 # It is important that target-flags.mk is included after other
32 # macro files and that target specific flags that may reference
33 # _$v are set after that.
35 # Only works with a make(1) that does nested evaluation correctly.
44 # This file is provided in the hope that it will
47 # use this file is hereby granted provided that
H A Dlibnames.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dhost.libnames.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dwhats.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
19 # so that the build location can be seen from a core file.
38 # a unique name that won't conflict with anything
H A Dsys.clean-env.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
21 # The actuall list of variables from the environment that will be
31 # We save any env var that starts with the words in MAKE_ENV_SAVE_PREFIX_LIST.
57 # This is the actual list that we will save
85 # This is a list of vars that we handle specially below
H A Ddpadd.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
80 # in reverse order so that libs end up listed after all that needed them.
113 # so that the correct INCLUDES_* will be picked up automatically.
119 # This little bit of magic, assumes that SRC_libfoo will be
121 # Note that SRC_libfoo and INCLUDES_libfoo should be named for the
122 # actual library name not the variable name that might refer to it.
124 # only has the library name available, so stick to that.
135 # if SRC_libfoo is not set, then we assume that th
[all...]
H A Dlinks.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dsys.debug.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dforloop.mk17 CFL = -I/this -I"This or that" -Ithat "-DTHIS=\"this and that\""
45 { echo "Oops that should have failed!"; exit 1; } || echo OK
H A Dcomment.mk13 that keeps going until the end of this line
16 that \
H A Ddotwait.mk9 # that the tests are run one by one, with parallelism
20 # * If it's expected that two or more targets may be made in parallel,
23 # * If it's expected that two or more targets should be made in sequence
24 # then the target names will differ in numeric components, such that
30 # are converted to ".*". Two targets that are expected to
31 # be made in parallel will thus print the same strings, so that the
H A Dmodmisc.mk10 # and decorate, note that $'s need to be doubled. Also note that
H A Dmodorder.mk13 # Note that 1 in every 10! trials two independently generated
15 # support checking probabilistic output, so we accept that the test
/freebsd-10-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgentest.sh10 excludes: A shell script which defines test cases that are to be skipped,
/freebsd-10-stable/share/mk/
H A Dbsd.test.mk5 # This is the only public file that should be included by Makefiles when
21 # get registered into the run-time test suite definitions so that the test
24 # In other words: list here any directories that contain test programs but use
25 # SUBDIR for directories that may contain helper binaries and/or data files.
28 # If defined, indicates that the tests built by the Makefile are not part of
29 # the FreeBSD Test Suite. The implication of this is that the tests won't be
30 # installed under /usr/tests/ and that Kyua won't be able to run them.
41 # themselves have all the necessary logic to detect that the games are not
H A Dbsd.port.subdir.mk4 # Autodetect if the command is being run in a ports tree that's not rooted
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh51 * Use two enablings of the same probe, so that cpu 0 will always
54 * that we record the timestamp, because chill() causes the
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DSmallPtrSet.cpp57 // If fewer of 1/8 of the array is empty (meaning that many are filled with
119 // prefer to return it than something that would require more probing.
167 const SmallPtrSetImpl& that) {
171 if (that.isSmall()) {
175 CurArray = (const void**)malloc(sizeof(void*) * that.CurArraySize);
180 CurArraySize = that.CurArraySize;
183 memcpy(CurArray, that.CurArray, sizeof(void*)*CurArraySize);
185 NumElements = that.NumElements;
186 NumTombstones = that.NumTombstones;
189 /// CopyFrom - implement operator= from a smallptrset that ha
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DSetVector.h10 // This file implements a set that has insertion order iteration
11 // characteristics. This is useful for keeping a set of things that need to be
30 /// \brief A vector that has set insertion semantics.
32 /// This adapter class provides a way to keep a set of things that also has the
179 bool operator==(const SetVector &that) const {
180 return vector_ == that.vector_;
183 bool operator!=(const SetVector &that) const {
184 return vector_ != that.vector_;
215 /// \brief A SetVector that performs no allocations if smaller than
/freebsd-10-stable/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj-opts.def48 means the following. If tick on that box is 10,000, by making the value 9999
53 If 'tick' on that box is 10,000,000 then by setting it to 9999779 the drift

Completed in 118 milliseconds

1234567891011>>