HomeSort by relevance Sort by last modified time
    Searched refs:Up (Results 1 - 25 of 36) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenTypes.cs 43 public const int Up = 3;
44 public const int Min = Up + 1;
  /external/libvpx/libvpx/vp8/common/arm/
reconintra_arm.c 23 int Up,
32 int Up = x->up_available;
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
43 int Up,
52 int Up = x->up_available;
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
reconintra_arm.c 23 int Up,
32 int Up = x->up_available;
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
43 int Up,
52 int Up = x->up_available;
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 61 public const int Up = 3;
62 public const int Min = Up + 1;
  /external/libvncserver/x11vnc/misc/
vcinject.pl 42 Up 16
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
HSWanMetricsElement.java 17 public enum LinkStatus {Reserved, Up, Down, Test}
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeNodeStreamFixture.cs 184 Assert.AreEqual(Token.Up, ((ITree)stream.LT(6)).Type);
186 Assert.AreEqual(Token.Up, ((ITree)stream.LT(8)).Type);
197 // Sequence of types: 101 DN 102 DN 103 106 DN 107 Up Up 104 105 Up EndOfFile
216 Assert.AreEqual(Token.Up, ((ITree)stream.LT(-1)).Type);
226 Assert.AreEqual(Token.Up, ((ITree)stream.LT(-1)).Type);
234 // Sequence of types: 101 DN 102 DN 103 106 DN 107 Up Up 104 105 Up EndOfFil
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 46 * includes pointers to DOWN and UP and EOF nodes.
57 * This is the old CommonTreeNodeStream that buffered up entire node stream.
116 protected object up; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
120 * This buffer includes pointers to DOWN, UP, and EOF nodes.
139 /** <summary>Reuse same DOWN, UP navigation nodes unless this is true</summary> */
166 up = adaptor.Create(TokenTypes.Up, "UP");
248 * Don't do DOWN, UP nodes if its a list (t is isNil).
271 // add UP node if t has childre
    [all...]
TreeIterator.cs 39 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
48 public object up; field in class:Antlr.Runtime.Tree.TreeIterator
52 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
67 up = adaptor.Create(TokenTypes.Up, "UP");
99 // if any queued up, use those first
115 // while we're out of siblings, keep popping back up towards root
118 nodes.Enqueue(up); // we're moving back up
    [all...]
TreeParser.cs 46 public const int UP = TokenTypes.Up;
107 * corresponding UP node.
116 // skip to corresponding UP. must count nesting level to get right UP
126 case UP:
140 * We have DOWN/UP nodes in the stream that have no line info; override.
169 if (e.Token == null) { // could be an UP/DOWN node
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 47 * includes pointers to DOWN and UP and EOF nodes.
58 * This is the old CommonTreeNodeStream that buffered up entire node stream.
125 protected object up; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
129 * This buffer includes pointers to DOWN, UP, and EOF nodes.
148 /** <summary>Reuse same DOWN, UP navigation nodes unless this is true</summary> */
178 up = adaptor.Create( TokenTypes.Up, "UP" );
283 * Don't do DOWN, UP nodes if its a list (t is isNil).
311 // add UP node if t has childre
    [all...]
TreeIterator.cs 40 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
51 public object up; field in class:Antlr.Runtime.Tree.TreeIterator
55 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
72 up = adaptor.Create( TokenTypes.Up, "UP" );
111 // if any queued up, use those first
136 // while we're out of siblings, keep popping back up towards root
140 nodes.Enqueue( up ); // we're moving back up
    [all...]
TreeParser.cs 48 public const int UP = TokenTypes.Up;
117 * corresponding UP node.
127 // skip to corresponding UP. must count nesting level to get right UP
140 case UP:
154 * We have DOWN/UP nodes in the stream that have no line info; override.
188 { // could be an UP/DOWN node
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
309 Match(input, TokenTypes.Up, null);
345 else if ( (LA2_0==UP) )
391 Match(input, TokenTypes.Up, null);
536 Match(input, TokenTypes.Up, null);
565 Match(input, TokenTypes.Up, null);
594 Match(input, TokenTypes.Up, null);
623 Match(input, TokenTypes.Up, null);
652 Match(input, TokenTypes.Up, null);
767 Match(input, TokenTypes.Up, null);
    [all...]
ProfileTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
314 Match(input, TokenTypes.Up, null);
350 else if ( (LA2_0==UP) )
396 Match(input, TokenTypes.Up, null);
541 Match(input, TokenTypes.Up, null);
570 Match(input, TokenTypes.Up, null);
599 Match(input, TokenTypes.Up, null);
628 Match(input, TokenTypes.Up, null);
657 Match(input, TokenTypes.Up, null);
772 Match(input, TokenTypes.Up, null);
    [all...]
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 83 inline int umfpack_get_numeric(int Lp[], int Lj[], double Lx[], int Up[], int Ui[], double Ux[],
86 return umfpack_di_get_numeric(Lp,Lj,Lx,Up,Ui,Ux,P,Q,Dx,do_recip,Rs,Numeric);
89 inline int umfpack_get_numeric(int Lp[], int Lj[], std::complex<double> Lx[], int Up[], int Ui[], std::complex<double> Ux[],
95 return umfpack_zi_get_numeric(Lp,Lj,Lx?&lx0_real:0,0,Up,Ui,Ux?&ux0_real:0,0,P,Q,
  /external/libvncserver/libvncclient/
zrle.c 42 #define HandleZRLE CONCAT3E(HandleZRLE,REALBPP,Up)
43 #define HandleZRLETile CONCAT3E(HandleZRLETile,REALBPP,Up)
69 #define CPIXEL CONCAT2E(REALBPP,Up)
  /frameworks/base/docs/html/design/
design_toc.cs 67 es-lang="Navegación con los botones Back y Up"
68 ja-lang="Back ? Up ????????????"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 24 ; stack int Up
40 ldr r4, [sp, #24] ; Up
305 ; stack int Up
323 ldr r4, [sp, #24] ; Up
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTTreeParser.stg 90 Match(input, TokenTypes.Up, null); <checkRuleBacktrackFailure()>
95 Match(input, TokenTypes.Up, null); <checkRuleBacktrackFailure()>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTTreeParser.stg 91 Match(input, TokenTypes.Up, null); <checkRuleBacktrackFailure()>
96 Match(input, TokenTypes.Up, null); <checkRuleBacktrackFailure()>
  /external/libvpx/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 24 ; stack int Up
41 ldr r4, [sp, #88] ; Up
310 ; stack int Up
329 ldr r4, [sp, #88] ; Up
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointMatchInfo.java 129 if (wm.getStatus() != HSWanMetricsElement.LinkStatus.Up || wm.isCapped()) {
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 414 // Iterates up through the locale hierarchy. So "en_US" would return "en_US", "en", "".
430 void Up() {
550 for (LocaleNameIterator it(icuLocale.locale().getBaseName(), status); it.HasNext(); it.Up()) {
563 for (LocaleNameIterator it(icuLocale.locale().getBaseName(), status); it.HasNext(); it.Up()) {
576 for (LocaleNameIterator it(icuLocale.locale().getBaseName(), status); it.HasNext(); it.Up()) {
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/bin/
mvn.bat 21 @REM Maven2 Start Up Batch script
134 @REM of agruments (up to the command line limit, anyway).

Completed in 947 milliseconds

1 2