Searched refs:internal (Results 101 - 125 of 302) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h35 // This file is #included in gtest/internal/gtest-internal.h.
43 #include "gtest/internal/gtest-string.h"
49 namespace internal { namespace in namespace:testing
206 } // namespace internal
H A Dgtest-port.h32 // internal namespace are subject to change without notice. Code
215 // testing::internal::forward - portability wrapper for std::forward.
216 // testing::internal::move - portability wrapper for std::move.
290 #include "gtest/internal/gtest-port-arch.h"
291 #include "gtest/internal/custom/gtest-port.h"
420 // Brings in definitions for functions used in the testing::internal::posix
737 # include "gtest/internal/gtest-tuple.h" // IWYU pragma: export // NOLINT
983 // gtest/internal/custom/gtest-port.h
1074 namespace internal { namespace in namespace:testing
1104 typedef ::testing::internal
[all...]
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-shuffle-test_.cc44 using ::testing::internal::scoped_ptr;
H A Dgoogletest-printers-test.cc98 operator ::testing::internal::BiggestInt() const { return 42; }
222 using ::testing::internal::FormatForComparisonFailureMessage;
223 using ::testing::internal::ImplicitCast_;
224 using ::testing::internal::NativeArray;
225 using ::testing::internal::RE;
226 using ::testing::internal::RelationToSourceReference;
227 using ::testing::internal::Strings;
228 using ::testing::internal::UniversalPrint;
229 using ::testing::internal::UniversalPrinter;
230 using ::testing::internal
[all...]
H A Dgoogletest-port-test.cc30 // This file tests the internal cross-platform support utilities.
33 #include "gtest/internal/gtest-port.h"
45 #include "src/gtest-internal-inl.h"
51 namespace internal { namespace in namespace:testing
110 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
115 Base base = ::testing::internal::ImplicitCast_<Base>(derived);
134 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
153 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable);
179 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
186 base = ::testing::internal
[all...]
/freebsd-12-stable/lib/libc/db/btree/
H A Dbt_get.c69 t = dbp->internal;
/freebsd-12-stable/share/mk/
H A Dsrc.lua.mk14 # LUA_INSTALL_PATH and LUA_CMD describe where the internal lua has been
15 # installed to, along with the name of the internal command. The default
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h66 } internal; member in struct:sg_page_iter
380 piter->internal.pg_advance = 0;
381 piter->internal.nents = nents;
421 if (piter->internal.nents == 0)
426 piter->sg_pgoffset += piter->internal.pg_advance;
427 piter->internal.pg_advance = 1;
435 if (--piter->internal.nents == 0)
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h510 /// this binary. Many callers will be internal functions that
563 BreakpointList &GetBreakpointList(bool internal = false);
565 const BreakpointList &GetBreakpointList(bool internal = false) const;
579 LazyBool skip_prologue, bool internal,
590 RegularExpression source_regex, bool internal, bool request_hardware,
594 lldb::BreakpointSP CreateBreakpoint(lldb::addr_t load_addr, bool internal,
599 bool internal,
604 lldb::BreakpointSP CreateBreakpoint(const Address &addr, bool internal,
615 bool internal, bool request_hardware);
626 lldb::addr_t offset, LazyBool skip_prologue, bool internal,
[all...]
/freebsd-12-stable/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c184 &cfg->internal, &cfg->mask))
305 * source address back to internal prefix. The datagram in
307 * internal prefix.
326 nptv6_copy_addr(&cfg->internal, addr, &cfg->mask);
384 &cfg->internal, &cfg->mask)) {
387 * are from internal prefix.
390 &cfg->internal, &cfg->mask))
448 uc->internal = cfg->internal;
493 /* Calculate checksum of internal prefi
[all...]
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_internal.c109 SDT_PROBE_DEFINE2(fusefs, , internal, trace, "int", "char*");
161 SDT_PROBE_DEFINE0(fusefs, , internal, access_vadmin);
219 SDT_PROBE0(fusefs, , internal, access_vadmin);
389 SDT_PROBE_DEFINE3(fusefs, , internal, invalidate_entry,
419 SDT_PROBE3(fusefs, , internal, invalidate_entry, dvp, &fnieo, name);
448 SDT_PROBE_DEFINE2(fusefs, , internal, invalidate_inode,
465 SDT_PROBE2(fusefs, , internal, invalidate_inode, vp, &fniio);
874 SDT_PROBE_DEFINE2(fusefs, , internal, getattr_cache_incoherent,
926 SDT_PROBE2(fusefs, , internal, getattr_cache_incoherent, vp,
976 SDT_PROBE_DEFINE2(fusefs, , internal, init_don
[all...]
/freebsd-12-stable/contrib/xz/src/liblzma/common/
H A Dalone_decoder.c238 strm->internal->supported_actions[LZMA_RUN] = true;
239 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dauto_decoder.c191 strm->internal->supported_actions[LZMA_RUN] = true;
192 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dblock_encoder.c219 strm->internal->supported_actions[LZMA_RUN] = true;
220 strm->internal->supported_actions[LZMA_FINISH] = true;
/freebsd-12-stable/lib/libc/db/recno/
H A Drec_close.c67 t = dbp->internal;
118 t = dbp->internal;
H A Drec_seq.c69 t = dbp->internal;
/freebsd-12-stable/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h26 * - C++'s internal `true' and `false'; or
135 * Due to internal implementation reasons, the coding cannot
223 * invalid or the internal state of the decoder is corrupt.
255 * Encoder: Encode as much input as possible. Some internal
271 * available at output without resetting the internal
358 * Single-threaded mode only: liblzma doesn't make an internal copy of
451 * - holding a pointer to coder-specific internal data structures.
505 lzma_internal *internal; member in struct:__anon7540
538 * violates the C standard since NULL may have different internal
573 * After lzma_end(strm), strm->internal i
[all...]
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-test-part.h37 #include "gtest/internal/gtest-internal.h"
38 #include "gtest/internal/gtest-string.h"
159 namespace internal { namespace in namespace:testing
181 } // namespace internal
H A Dgtest-printers.h36 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
72 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
77 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
108 #include "gtest/internal/gtest-port.h"
109 #include "gtest/internal/gtest-internal.h"
123 // Definitions in the 'internal' and 'internal2' name spaces are
189 const internal::BiggestInt kBigInt = value;
202 // internal::PrintTo symbol which is defined later in the file.
217 // We put this operator in namespace 'internal2' instead of 'internal'
293 namespace internal { namespace in namespace:testing
[all...]
/freebsd-12-stable/contrib/googletest/googletest/make/
H A DMakefile37 $(GTEST_DIR)/include/gtest/internal/*.h
48 # Usually you shouldn't tweak such internal variables, indicated by a
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest-typed-test.cc36 namespace internal { namespace in namespace:testing
117 } // namespace internal
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dma-engine.h240 } internal; member in union:__anon11172
289 * converting a simple address and size into the apropriate internal
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h77 using ast_matchers::internal::DynTypedMatcher;
199 ast_matchers::internal::Matcher<T> getTypedMatcher() const {
228 typedef ast_matchers::internal::Matcher<T> MatcherT;
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Darena_externs.h4 #include "jemalloc/internal/bin.h"
5 #include "jemalloc/internal/extent_dss.h"
6 #include "jemalloc/internal/pages.h"
7 #include "jemalloc/internal/size_classes.h"
8 #include "jemalloc/internal/stats.h"
77 unsigned arena_nthreads_get(arena_t *arena, bool internal);
78 void arena_nthreads_inc(arena_t *arena, bool internal);
79 void arena_nthreads_dec(arena_t *arena, bool internal);
/freebsd-12-stable/contrib/opie/
H A Dconfigure161 # Omit some internal or obsolete options to make the list less imposing.
2070 /* Override any gcc2 internal prototype to avoid an error. */
2117 /* Override any gcc2 internal prototype to avoid an error. */
2207 /* Override any gcc2 internal prototype to avoid an error. */
2297 /* Override any gcc2 internal prototype to avoid an error. */
2338 /* Override any gcc2 internal prototype to avoid an error. */
2655 /* Override any gcc2 internal prototype to avoid an error. */
2875 /* Override any gcc2 internal prototype to avoid an error. */
2981 /* Override any gcc2 internal prototype to avoid an error. */
3038 /* Override any gcc2 internal prototyp
[all...]

Completed in 337 milliseconds

1234567891011>>