/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
D | README.soc | 31 - Up to 1 x XFI supporting 10G interface 32 - Up to 1 x QSGMII 33 - Up to 4 x SGMII supporting 1000Mbps 34 - Up to 2 x SGMII supporting 2500Mbps 35 - Up to 2 x RGMII supporting 1000Mbps 107 - Up to eight 10 Gbps Ethernet MACs 108 - Up to eight 1 / 2.5 Gbps Ethernet MACs 135 - One 16-bit DDR3L SDRAM memory controller, Up to 1.0 GT/s, Supports 190 - Up to 2 x XFI supporting 10G interface (MAC 9, 10) 191 - Up to 1 x QSGMII (MAC 5, 6, 10, 1) [all …]
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | ITreeNodeStreamFixture.cs | 184 Assert.AreEqual(Token.Up, ((ITree)stream.LT(6)).Type); in testLT() 186 Assert.AreEqual(Token.Up, ((ITree)stream.LT(8)).Type); in testLT() 216 Assert.AreEqual(Token.Up, ((ITree)stream.LT(-1)).Type); in testMarkRewindEntire() 226 Assert.AreEqual(Token.Up, ((ITree)stream.LT(-1)).Type); in testMarkRewindEntire() 261 Assert.AreEqual(Token.Up, ((ITree)stream.LT(1)).Type); in testMarkRewindInMiddle() 263 Assert.AreEqual(Token.Up, ((ITree)stream.LT(1)).Type); in testMarkRewindInMiddle() 270 Assert.AreEqual(Token.Up, ((ITree)stream.LT(1)).Type); in testMarkRewindInMiddle() 273 Assert.AreEqual(Token.Up, ((ITree)stream.LT(-1)).Type); in testMarkRewindInMiddle() 411 Assert.AreEqual(Token.Up, ((ITree)stream.LT(1)).Type); in testPushPop() 466 Assert.AreEqual(Token.Up, ((ITree)stream.LT(1)).Type); in testNestedPushPop() [all …]
|
/external/libcxx/test/std/utilities/utility/utility.inplace/ |
D | inplace.pass.cpp | 40 template <class Tp, class Up> 41 constexpr bool check_tag(Up) { in check_tag() argument 43 && std::is_same<Tp, Up>::value; in check_tag()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugTreeGrammar.cs | 309 Match(input, TokenTypes.Up, null); in stat() 391 Match(input, TokenTypes.Up, null); in stat() 536 Match(input, TokenTypes.Up, null); in expr() 565 Match(input, TokenTypes.Up, null); in expr() 594 Match(input, TokenTypes.Up, null); in expr() 623 Match(input, TokenTypes.Up, null); in expr() 652 Match(input, TokenTypes.Up, null); in expr() 767 Match(input, TokenTypes.Up, null); in call()
|
D | ProfileTreeGrammar.cs | 314 Match(input, TokenTypes.Up, null); in stat() 396 Match(input, TokenTypes.Up, null); in stat() 541 Match(input, TokenTypes.Up, null); in expr() 570 Match(input, TokenTypes.Up, null); in expr() 599 Match(input, TokenTypes.Up, null); in expr() 628 Match(input, TokenTypes.Up, null); in expr() 657 Match(input, TokenTypes.Up, null); in expr() 772 Match(input, TokenTypes.Up, null); in call()
|
/external/libcxx/test/support/ |
D | container_test_types.h | 308 template <class Up, class ...Args> 309 void construct(Up* p, Args&&... args) { in construct() 310 static_assert((std::is_same<Up, AllowConstructT>::value), in construct() 315 ::new ((void*)p) Up(std::forward<Args>(args)...); in construct() 319 template <class Up> 320 void destroy(Up* p) { in destroy() 321 static_assert((std::is_same<Up, AllowConstructT>::value), in destroy() 325 p->~Up(); in destroy()
|
D | verbose_assert.h | 144 template <class Tp, class Up> 145 std::string PrintMismatch(Tp const& LHS, Up const& RHS, int Elem) { 153 template <class Tp, class Up> 154 bool operator()(Tp const& LHS, Up const& RHS) const {
|
/external/u-boot/doc/device-tree-bindings/gpio/ |
D | gpio-samsung.txt | 19 - Flags and Pull Up/Down: 0 - Pull Up/Down Disabled. 21 3 - Pull Up Enabled.
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenTypes.cs | 43 public const int Up = 3; field in Antlr.Runtime.TokenTypes 44 public const int Min = Up + 1;
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-09-12.data | 3 - Up, up, and away! 7 "Up, up, and away!",
|
D | spec-09-12.canonical | 5 !!str "Up, up, and away!", 9 !!str "Up, up, and away!",
|
/external/llvm/test/YAMLParser/ |
D | spec-09-12.test | 5 - Up, up, and away! 9 "Up, up, and away!",
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | spec-09-12.test | 5 - Up, up, and away! 9 "Up, up, and away!",
|
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/ |
D | _application_common.py | 25 UNARY_UNARY_REQUEST = requests_pb2.Up(first_up_field=2) 26 ERRONEOUS_UNARY_UNARY_REQUEST = requests_pb2.Up(first_up_field=3)
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenConstants.cs | 61 public const int Up = 3; field in Antlr.Runtime.TokenTypes 62 public const int Min = Up + 1;
|
/external/python/cpython2/Modules/_ctypes/libffi/doc/ |
D | libffi.info | 20 File: libffi.info, Node: Top, Next: Introduction, Up: (dir) 44 File: libffi.info, Node: Introduction, Next: Using libffi, Prev: Top, Up: Top 77 File: libffi.info, Node: Using libffi, Next: Missing Features, Prev: Introduction, Up: Top 92 File: libffi.info, Node: The Basics, Next: Simple Example, Up: Using libffi 173 File: libffi.info, Node: Simple Example, Next: Types, Prev: The Basics, Up: Using libffi 214 File: libffi.info, Node: Types, Next: Multiple ABIs, Prev: Simple Example, Up: Using libffi 226 File: libffi.info, Node: Primitive Types, Next: Structures, Up: Types 307 File: libffi.info, Node: Structures, Next: Type Example, Prev: Primitive Types, Up: Types 333 File: libffi.info, Node: Type Example, Prev: Structures, Up: Types 381 File: libffi.info, Node: Multiple ABIs, Next: The Closure API, Prev: Types, Up: Using libffi [all …]
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BufferedTreeNodeStream.cs | 166 up = adaptor.Create(TokenTypes.Up, "UP"); in BufferedTreeNodeStream() 273 AddNavigationNode(TokenTypes.Up); in FillBuffer() 307 navNode = adaptor.Create(TokenTypes.Up, "UP"); in AddNavigationNode() 520 if (adaptor.GetType(stop) == TokenTypes.Up) { in ToString()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BufferedTreeNodeStream.cs | 178 up = adaptor.Create( TokenTypes.Up, "UP" ); in BufferedTreeNodeStream() 314 AddNavigationNode( TokenTypes.Up ); in FillBuffer() 360 navNode = adaptor.Create( TokenTypes.Up, "UP" ); in AddNavigationNode() 618 if ( adaptor.GetType( stop ) == TokenTypes.Up ) in ToString()
|
/external/u-boot/drivers/adc/ |
D | Kconfig | 40 - Up to 1MSPS of sample rate 49 - Up to 1MSPS of sample rate
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | args-08.ll | 5 ; Up to four integer return values fit into GPRs. 32 ; Up to four floating-point return values fit into GPRs.
|
D | args-07.ll | 5 ; Up to four integer return values fit into GPRs. 28 ; Up to four floating-point return values fit into FPRs.
|
/external/libcxx/test/libcxx/type_traits/ |
D | lazy_metafunctions.pass.cpp | 51 template <class Up, class = typename Up::type>
|
/external/llvm/test/CodeGen/SystemZ/ |
D | args-08.ll | 5 ; Up to four integer return values fit into GPRs. 32 ; Up to four floating-point return values fit into GPRs.
|
D | args-07.ll | 5 ; Up to four integer return values fit into GPRs. 28 ; Up to four floating-point return values fit into FPRs.
|
/external/tcpdump/tests/ |
D | isis_4-v.out | 128 Adjacency State: Up (0) 148 Adjacency State: Up (0) 288 Adjacency State: Up (0) 308 Adjacency State: Up (0) 328 Adjacency State: Up (0) 348 Adjacency State: Up (0) 368 Adjacency State: Up (0) 388 Adjacency State: Up (0)
|