/external/antlr/antlr-3.4/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/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()
|
/external/antlr/antlr-3.4/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/antlr/antlr-3.4/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/antlr/antlr-3.4/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/python/cpython3/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/antlr-3.4/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/antlr-3.4/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/vulkan-validation-layers/libs/glm/gtx/ |
D | rotate_vector.inl | 208 detail::tvec3<T, P> const & Up argument 211 if(all(equal(Normal, Up))) 214 detail::tvec3<T, P> RotationAxis = cross(Up, Normal); 216 T Angle = acos(dot(Normal, Up)); 219 T Angle = degrees(acos(dot(Normal, Up)));
|
/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)
|
/external/eigen/Eigen/src/UmfPackSupport/ |
D | UmfPackSupport.h | 108 inline int umfpack_get_numeric(int Lp[], int Lj[], double Lx[], int Up[], int Ui[], double Ux[], in umfpack_get_numeric() argument 111 return umfpack_di_get_numeric(Lp,Lj,Lx,Up,Ui,Ux,P,Q,Dx,do_recip,Rs,Numeric); in umfpack_get_numeric() 114 inline int umfpack_get_numeric(int Lp[], int Lj[], std::complex<double> Lx[], int Up[], int Ui[], s… in umfpack_get_numeric() argument 120 return umfpack_zi_get_numeric(Lp,Lj,Lx?&lx0_real:0,0,Up,Ui,Ux?&ux0_real:0,0,P,Q, in umfpack_get_numeric()
|
/external/libvncserver/libvncclient/ |
D | zrle.c | 42 #define HandleZRLE CONCAT3E(HandleZRLE,REALBPP,Up) 43 #define HandleZRLETile CONCAT3E(HandleZRLETile,REALBPP,Up) 69 #define CPIXEL CONCAT2E(REALBPP,Up)
|
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | invoke_helpers.h | 150 template <class Up> 151 explicit DerefToType(Up const& val) : object(val) {} in DerefToType() 166 template <class Up> 167 explicit DerefPropType(Up const& val) : object(val) {} in DerefPropType()
|
/external/syslinux/txt/ |
D | syslinux-cli.txt | 57 .c32, .cbt[Up to 4.06], .com[Up to 4.06] and .img[*ISOLINUX* 1.65-4.04 only].
|
/external/deqp/ |
D | README.md | 10 Up-to-date documentation for the dEQP is available at
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Reverse.pbtxt | 7 Up to 8-D.
|