| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ | 
| H A D | DXILResource.cpp | 72   RI.Typed.ElementTy = ElementTy;  in SRV()73   RI.Typed.ElementCount = ElementCount;  in SRV()
 103   RI.Typed.ElementTy = ElementTy;  in Texture2DMS()
 104   RI.Typed.ElementCount = ElementCount;  in Texture2DMS()
 114   RI.Typed.ElementTy = ElementTy;  in Texture2DMSArray()
 115   RI.Typed.ElementCount = ElementCount;  in Texture2DMSArray()
 128   RI.Typed.ElementTy = ElementTy;  in UAV()
 129   RI.Typed.ElementCount = ElementCount;  in UAV()
 171   RI.Typed.ElementTy = ElementTy;  in RWTexture2DMS()
 172   RI.Typed.ElementCount = ElementCount;  in RWTexture2DMS()
 [all …]
 
 | 
| /freebsd/lib/googletest/tests/gtest_main/ | 
| H A D | Makefile | 13 GTESTS+=	gtest-typed-test_test25 SRCS.gtest-typed-test_test=		\
 26 	gtest-typed-test_test.cc	\
 27 	gtest-typed-test2_test.cc
 
 | 
| /freebsd/contrib/ncurses/man/ | 
| H A D | curs_inopts.3x | 119 the terminal driver buffers typed characters until a newline or carriage120 return is typed.
 124 making characters typed by the user immediately available to the
 142 typed by the user are echoed by \fB\%getch\fP(3X) as they are typed.
 145 so characters typed are echoed.
 156 which is similar to \fB\%cbreak\fP mode in that characters typed by the
 160 \fBERR\fP is returned if nothing has been typed.
 264 function key from those typed by a user.
 270 in that characters typed are immediately passed through to the user
 327 This allows faster response to commands typed in advance.
 
 | 
| /freebsd/crypto/krb5/src/windows/leash/htmlhelp/html/ | 
| H A D | Report_Bugs.htm | 11 …ows, we want to know about them. Please email bug reports to <span class="typed">  kfw-bugs@MIT.ED…15 …oup <span class="typed">  comp.protocols.kerberos</span> is dedicated to discussing Kerberos issue…
 17 To subscribe to the mailing list, email a request to <span class="typed">  kerberos-request@MIT.EDU…
 
 | 
| H A D | Keyboard_Shortcuts.htm | 12 used functions in MIT Kerberos. To use a shortcut, hold down the <span class="typed"> [Ctrl] </span…21  <td><span class="typed"> Ctrl + t </span></td>
 25  <td><span class="typed"> Ctrl + r </span></td>
 29  <td><span class="typed"> Ctrl + d </span></td>
 
 | 
| H A D | Principals.htm | 11 …pan class="typed">jdoe</span> and you are part of the <span class="typed">SALES.WIDGET.COM</span> …
 | 
| H A D | Kerberos_Terminology.htm | 20 …n) you belong to, in the form <span class="typed">username@REALM.NAME.</span> For example: <span c…54 Incorporated might have a realm named <span type="" typed="">WIDGETMAKERSINC.COM.</span>  By defini…
 
 | 
| /freebsd/share/doc/usd/04.csh/ | 
| H A D | csh.1 | 87 is to translate command lines typed at a terminal into197 Here we typed a message to send to
 211 We typed a complete command `mail bill'.
 225 A complete command is typed at the terminal, the shell executes
 238 character you typed and the kill character erases the entire line you
 422 We should note that if we just typed
 430 the standard input, it would sort lines as we typed them on the terminal
 431 until we typed a ^D to indicate an end-of-file.
 613 command receives four words as arguments, even though we only typed
 817 program in the first example above was terminated when we typed a ^D
 [all …]
 
 | 
| /freebsd/crypto/heimdal/appl/telnet/telnet/ | 
| H A D | telnet.1 | 221 text typed is immediately sent to the remote host for processing.286 Only enough of each command to uniquely identify it need be typed
 572 commands and are processed as if they had been typed
 670 This sequence causes the remote system to discard all previously typed
 741 is enabled, and the status character is typed, a
 777 character is typed, a
 806 character is typed, a
 824 characters that, when typed, cause partial lines to be
 839 character is typed, a
 863 character is typed, a
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/include/dt-bindings/mfd/ | 
| H A D | cros_ec.h | 11 /* Typed channel for keyboard backlight. */13 /* Typed channel for display backlight. */
 15 /* Number of typed channels. */
 
 | 
| /freebsd/contrib/telnet/telnet/ | 
| H A D | telnet.1 | 284 text typed is immediately sent to the remote host for processing.349 Only enough of each command to uniquely identify it need be typed
 665 commands and are processed as if they had been typed
 762 This sequence causes the remote system to discard all previously typed
 834 is enabled, and the status character is typed, a
 871 character is typed, a
 900 character is typed, a
 918 characters that, when typed, cause partial lines to be
 934 character is typed, a
 958 character is typed, a
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/clang/lib/Basic/ | 
| H A D | XRayInstr.cpp | 28           .Case("typed", XRayInstrKind::Typed)  in parseXRayInstrValue()49   if (Set.has(XRayInstrKind::Typed))  in serializeXRayInstrValue()
 50     Values.push_back("typed");  in serializeXRayInstrValue()
 
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ | 
| H A D | TypedPointerType.h | 1 //===- llvm/IR/TypedPointerType.h - Typed Pointer Type --------------------===//9 // This file contains typed pointer type information. It is separated out into
 21 /// A few GPU targets, such as DXIL and SPIR-V, have typed pointers. This
 
 | 
| /freebsd/share/doc/psd/01.cacm/ | 
| H A D | p4 | 13 command-line interpreter: it reads lines typed by the user and79 wish to read messages typed by the user
 283 Thus if the three lines above were typed on the keyboard,
 315 is typed, the \&shell's
 438 Then a message is typed out requesting that the user log in.
 463 typed an incorrect name or password, this path of
 
 | 
| /freebsd/contrib/googletest/googletest/include/gtest/ | 
| H A D | gtest-typed-test.h | 37 // This header implements typed tests and type-parameterized tests.39 // Typed (aka type-driven) tests repeat the same test for types in a
 41 // typed tests. Here's how you do it:
 66 // Then, use TYPED_TEST() instead of TEST_F() to define as many typed
 108 // by a type.  Compared with typed tests, type-parameterized tests
 178 // Implements typed tests.
 
 | 
| /freebsd/contrib/googletest/docs/reference/ | 
| H A D | testing.md | 145 Defines a typed test suite based on the test fixture *`TestFixtureName`*. The190 [Typed Tests](../advanced.md#typed-tests) for more information.
 200 Defines an individual typed test named *`TestName`* in the typed test suite
 227 For more information, see [Typed Tests](../advanced.md#typed-tests).
 595 Returns the name of the parameter type, or `NULL` if this is not a typed or
 596 type-parameterized test suite. See [Typed Tests](../advanced.md#typed-tests) and
 716 Returns the name of the parameter type, or `NULL` if this is not a typed or
 717 type-parameterized test. See [Typed Tests](../advanced.md#typed-tests) and
 1292 Represents a list of types for use in typed tests and type-parameterized tests.
 1300 See [Typed Tests](../advanced.md#typed-tests) and
 
 | 
| /freebsd/contrib/tcsh/nls/russian/ | 
| H A D | set3 | 58 56 Add 8th bit to next character typed59 57 Add the next character typed to the line verbatim
 105 103 Vi replace character under the cursor with the next character typed
 
 | 
| /freebsd/contrib/googletest/googletest/test/ | 
| H A D | gtest-typed-test_test.cc | 30 #include "test/gtest-typed-test_test.h"44 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and
 90 // and SetUp()/TearDown() work correctly in typed tests
 143 // This also verifies that tests from different typed test cases can
 147 // Tests that a typed test case can be defined in a namespace.
 377 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
 
 | 
| H A D | gtest-typed-test2_test.cc | 33 #include "test/gtest-typed-test_test.h"37 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
 
 | 
| /freebsd/contrib/tcsh/nls/ukrainian/ | 
| H A D | set3 | 58 56 Add 8th bit to next character typed59 57 Add the next character typed to the line verbatim
 105 103 Vi replace character under the cursor with the next character typed
 
 | 
| /freebsd/contrib/tcsh/nls/C/ | 
| H A D | set3 | 58 56 Add 8th bit to next character typed59 57 Add the next character typed to the line verbatim
 105 103 Vi replace character under the cursor with the next character typed
 
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ | 
| H A D | PointerSumType.h | 98   /// A typed setter to a given tagged member of the sum type.107   /// A typed constructor for a specific tagged member of the sum type.
 154     // Now update the active member of the union to be the actual pointer-typed  in getAddrOfZeroTagPointer()
 161            "Switching to typed storage changed the pointer returned!");  in getAddrOfZeroTagPointer()
 162     // Now we can correctly return an address to typed storage.  in getAddrOfZeroTagPointer()
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ | 
| H A D | RecordInitializer.cpp | 244         "Invalid offset for a typed event record (%" PRId64 ").", OffsetPtr);  in visit()253         "Cannot read a typed event record size field offset %" PRId64 ".",  in visit()
 259         "Invalid size for typed event (size = %d) at offset %" PRId64 ".",  in visit()
 267         "Cannot read a typed event record TSC delta field at offset "  in visit()
 276         "Cannot read a typed event record type field at offset %" PRId64 ".",  in visit()
 303         "Failed reading enough bytes for the typed event payload -- read "  in visit()
 
 | 
| /freebsd/usr.bin/rwho/ | 
| H A D | rwho.1 | 49 If a user has not typed to the system for a minute or more, then57 By default, if a user has not typed to the system for
 
 | 
| /freebsd/share/doc/usd/12.vi/viapwh/ | 
| H A D | vi.apwh.ms | 74 two angle brackets is to be typed.76 the \fBescape\fR key is to be typed.  \fB<a-z>\fR means that a
 77 lower case letter is to be typed.  \fB^<character>\fR means that
 78 the character is to be typed as a \fBcontrol\fR character, that is,
 187 complete command is typed.  Should you get confused while
 495 It does not stop until an <esc> is typed.
 642 name is found as if it had been typed in a :tag command.
 668 into the file.  Any character typed after the ^V will be inserted
 678 <tab>'s are typed.  As with the <tab>, the <^D> is only effective before
 679 any other "non-autoindent" controlling characters are typed.
 [all …]
 
 |