Home
last modified time | relevance | path

Searched full:fully (Results 1 – 25 of 1705) sorted by relevance

12345678910>>...69

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp41 /// \param[in] FullyQualify - Convert all template arguments into fully
129 // and fully qualify them as well. in getFullyQualifiedTemplateType()
141 // If a fully qualified arg is different from the unqualified arg, in getFullyQualifiedTemplateType()
147 // getTemplateSpecializationType returns a fully qualified in getFullyQualifiedTemplateType()
153 // We are asked to fully qualify and we have a Record Type, in getFullyQualifiedTemplateType()
155 // its template argument, however we still need to fully qualify them. in getFullyQualifiedTemplateType()
172 // If a fully qualified arg is different from the unqualified arg, in getFullyQualifiedTemplateType()
179 // getTemplateSpecializationType returns a fully qualified in getFullyQualifiedTemplateType()
213 /// Return a fully qualified version of this name specifier.
219 // Already fully qualified in getFullyQualifiedNestedNameSpecifier()
[all …]
/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.1ntpsweepmdoc36 This option has not been fully documented.
41 This option has not been fully documented.
45 This option has not been fully documented.
49 This option has not been fully documented.
H A Dntpsweep.mdoc.in36 This option has not been fully documented.
41 This option has not been fully documented.
45 This option has not been fully documented.
49 This option has not been fully documented.
H A Dntpsweep.1ntpsweepman50 This option has not been fully documented.
56 This option has not been fully documented.
61 This option has not been fully documented.
66 This option has not been fully documented.
H A Dntpsweep.man.in50 This option has not been fully documented.
56 This option has not been fully documented.
61 This option has not been fully documented.
66 This option has not been fully documented.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DQualTypeNames.h10 // Functionality to generate the fully-qualified names of QualTypes,
67 /// Get the fully qualified name for a type. This includes full
70 /// \param[in] QT - the type for which the fully qualified name will be
74 /// specifier "::" will be prepended to the fully qualified name.
83 /// \param[in] QT - the type for which the fully qualified type will be
/freebsd/contrib/capsicum-test/
H A Dsocket.cc74 // Can only bind the fully-capable socket. in TEST()
78 // Can only listen on the fully-capable socket. in TEST()
82 // Can only do socket operations on the fully-capable socket. in TEST()
154 // Can only bind the fully-capable socket. in TEST()
195 // Can only listen on the fully-capable socket. in TEST()
199 // Can only do socket operations on the fully-capable socket. in TEST()
272 // Can only bind the fully-capable socket. in TEST()
278 // Can only do socket operations on the fully-capable socket. in TEST()
/freebsd/crypto/openssl/doc/internal/man7/
H A DVERSION.pod91 The fully loaded version number, a string composed from $config{version},
109 The fully loaded version number ($config{full_version}) will be
120 The fully loaded version number ($config{full_version}) will be
131 The fully loaded version number ($config{full_version}) will be
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dsunplus,sp7021-pinctrl.yaml40 (2) fully pin-mux (like phone exchange mux) pins:
41 GPIO 8 to 71 are 'fully pin-mux' pins. Any pins of peripherals of
43 can be routed to any pins of fully pin-mux pins.
62 routed to any of 64 'fully pin-mux' pins.
68 Vendor property "sunplus,pins" is used to select "fully pin-mux" pins,
126 Bit 23~16: defines types: (1) fully pin-mux pins
/freebsd/lib/libstdbuf/
H A Dlibstdbuf.362 fully buffered with the default buffer size
64 fully buffered with a buffer of
72 will be fully buffered by default because it does not refer
/freebsd/usr.bin/stdbuf/
H A Dstdbuf.178 fully buffered with the default buffer size
80 fully buffered with a buffer of
88 will be fully buffered by default because it does not refer
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp80 llvm_unreachable("Fully covered switch above!"); in IsCtorOrDtor()
126 llvm_unreachable("Fully covered switch above!"); in ParseFunctionBaseName()
143 llvm_unreachable("Fully covered switch above!"); in ParseFunctionDeclContextName()
161 llvm_unreachable("Fully covered switch above!"); in ParseFullName()
/freebsd/contrib/kyua/utils/cmdline/
H A Dexceptions.cpp40 F("The option name %s must be fully specified") % option);
76 /// name must be fully specified (with - or -- in front).
106 /// option name must be fully specified (with - or -- in front).
151 /// \param option_ The unknown option. The option name must be fully specified
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip.c497 skipping("lzma reading not fully supported on this platform"); in DEFINE_TEST()
522 skipping("lzma reading not fully supported on this platform"); in DEFINE_TEST()
547 skipping("lzma reading not fully supported on this platform"); in DEFINE_TEST()
584 skipping("lzma reading not fully supported on this platform"); in DEFINE_TEST()
622 skipping("bzip2 is not fully supported on this platform"); in DEFINE_TEST()
647 skipping("bzip2 is not fully supported on this platform"); in DEFINE_TEST()
672 skipping("bzip2 is not fully supported on this platform"); in DEFINE_TEST()
709 skipping("bzip2 is not fully supported on this platform"); in DEFINE_TEST()
746 skipping("zstd is not fully supported on this platform"); in DEFINE_TEST()
772 skipping("zstd is not fully supporte in DEFINE_TEST()
[all...]
/freebsd/lib/geom/mirror/
H A Dgeom_mirror.c285 gctl_error(req, "Not fully done."); in mirror_label()
311 gctl_error(req, "Not fully done."); in mirror_clear()
339 gctl_error(req, "Not fully done."); in mirror_dump()
345 gctl_error(req, "Not fully done."); in mirror_dump()
375 gctl_error(req, "Not fully done."); in mirror_activate()
382 gctl_error(req, "Not fully done."); in mirror_activate()
389 gctl_error(req, "Not fully done."); in mirror_activate()
398 gctl_error(req, "Not fully done."); in mirror_activate()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp53 // Appease some compilers that cannot figure out that this is a fully covered in getArchitectureName()
69 // Appease some compilers that cannot figure out that this is a fully covered in getCPUTypeFromArchitecture()
89 llvm_unreachable("Fully handled switch case above."); in is64Bit()
/freebsd/lib/geom/cache/
H A Dgeom_cache.c159 gctl_error(req, "Not fully done."); in cache_label()
167 gctl_error(req, "Not fully done."); in cache_label()
192 gctl_error(req, "Not fully done."); in cache_clear()
232 gctl_error(req, "Not fully done."); in cache_dump()
/freebsd/usr.sbin/autofs/
H A Dauto_master.559 is either a fully specified path, or
84 is not a fully specified path
299 by entries with a fully qualified path as a mount point, and must contain only
305 as the mountpoint, and must contain only fully qualified paths as keys.
/freebsd/share/man/man9/
H A DOF_package_to_path.931 .Nd get fully qualified path to a device tree node
41 bytes of the fully qualified path to the device tree node
/freebsd/lib/geom/concat/
H A Dgeom_concat.c171 gctl_error(req, "Not fully done."); in concat_label()
179 gctl_error(req, "Not fully done."); in concat_label()
205 gctl_error(req, "Not fully done."); in concat_clear()
246 gctl_error(req, "Not fully done."); in concat_dump()
/freebsd/sys/contrib/device-tree/Bindings/iio/proximity/
H A Dvishay,vcnl3020.yaml13 The VCNL3020 is a fully integrated proximity sensor. Fully integrated means
/freebsd/sbin/ipf/ipf/
H A Dipf.872 conjunction with either "s" (removes state information about any non-fully
74 one of the two options may be given. A fully established connection
76 way indicating it is not fully established any more.
/freebsd/share/examples/drivers/
H A DREADME11 ioctl definition .h file in /sys/sys. In other words they are fully
37 fully callable (once you get your device to probe).
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h38 // A CSE config for fully optimized builds.
84 /// Store instructions that are not fully formed in TemporaryInsts.
132 /// Use this callback to inform CSE about a newly fully created instruction.
136 /// all of these insts need to be fully constructed and should not be missing
/freebsd/lib/libgssapi/
H A Dgss_inquire_context.354 although the context need not be fully established.
202 are available only if the context is fully established
222 Non-zero if the context is fully established;

12345678910>>...69