Home
last modified time | relevance | path

Searched refs:Up (Results 1 – 25 of 122) sorted by relevance

12345

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DITreeNodeStreamFixture.cs184 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/
Dinplace.pass.cpp40 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/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenTypes.cs43 public const int Up = 3; field in Antlr.Runtime.TokenTypes
44 public const int Min = Up + 1;
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-09-12.data3 - Up, up, and away!
7 "Up, up, and away!",
Dspec-09-12.canonical5 !!str "Up, up, and away!",
9 !!str "Up, up, and away!",
/external/libcxx/test/support/
Dcontainer_test_types.h293 template <class Up, class ...Args>
294 void construct(Up* p, Args&&... args) { in construct()
295 static_assert((std::is_same<Up, AllowConstructT>::value), in construct()
300 ::new ((void*)p) Up(std::forward<Args>(args)...); in construct()
304 template <class Up>
305 void destroy(Up* p) { in destroy()
306 static_assert((std::is_same<Up, AllowConstructT>::value), in destroy()
310 p->~Up(); in destroy()
/external/llvm/test/YAMLParser/
Dspec-09-12.test5 - Up, up, and away!
9 "Up, up, and away!",
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammar.cs309 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()
DProfileTreeGrammar.cs314 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/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenConstants.cs61 public const int Up = 3; field in Antlr.Runtime.TokenTypes
62 public const int Min = Up + 1;
/external/python/cpython2/Modules/_ctypes/libffi/doc/
Dlibffi.info20 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/CSharp3/Sources/Antlr3.Runtime/Tree/
DBufferedTreeNodeStream.cs178 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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBufferedTreeNodeStream.cs166 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()
DTreeIterator.cs67 up = adaptor.Create(TokenTypes.Up, "UP"); in TreeIterator()
/external/vulkan-validation-layers/libs/glm/gtx/
Drotate_vector.inl208 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/
Dlazy_metafunctions.pass.cpp51 template <class Up, class = typename Up::type>
/external/llvm/test/CodeGen/SystemZ/
Dargs-08.ll5 ; Up to four integer return values fit into GPRs.
32 ; Up to four floating-point return values fit into GPRs.
Dargs-07.ll5 ; Up to four integer return values fit into GPRs.
28 ; Up to four floating-point return values fit into FPRs.
/external/tcpdump/tests/
Disis_4-v.out128 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/
DUmfPackSupport.h108 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/
Dzrle.c42 #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/
Dinvoke_helpers.h150 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/deqp/
DREADME.md10 Up-to-date documentation for the dEQP is available at
/external/syslinux/txt/
Dsyslinux-cli.txt57 .c32, .cbt[Up to 4.06], .com[Up to 4.06] and .img[*ISOLINUX* 1.65-4.04 only].
/external/bison/doc/
Dbison.info28 File: bison.info, Node: Top, Next: Introduction, Up: (dir)
343 File: bison.info, Node: Introduction, Next: Conditions, Prev: Top, Up: Top
378 File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top
416 File: bison.info, Node: Copying, Next: Concepts, Prev: Conditions, Up: Top
1139 File: bison.info, Node: Concepts, Next: Examples, Prev: Copying, Up: Top
1166 File: bison.info, Node: Language and Grammar, Next: Grammar in Bison, Up: Concepts
1281 File: bison.info, Node: Grammar in Bison, Next: Semantic Values, Prev: Language and Grammar, Up
1323 File: bison.info, Node: Semantic Values, Next: Semantic Actions, Prev: Grammar in Bison, Up: Co…
1366 File: bison.info, Node: Semantic Actions, Next: GLR Parsers, Prev: Semantic Values, Up: Concepts
1394 File: bison.info, Node: GLR Parsers, Next: Locations, Prev: Semantic Actions, Up: Concepts
[all …]

12345