/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTreeIterator.h | 44 id<ANTLRTree> up; variable 51 @property(retain, readwrite) id<ANTLRTree> up; variable
|
ANTLRBufferedTreeNodeStream.h | 63 id<ANTLRTree> up; variable 84 @property (retain, getter=getUp, setter=setUp:) id<ANTLRTree> up; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTreeIterator.h | 44 id<ANTLRTree> up; variable 51 @property(retain, readwrite) id<ANTLRTree> up; variable
|
ANTLRBufferedTreeNodeStream.h | 63 id<ANTLRTree> up; variable 84 @property (retain, getter=getUp, setter=setUp:) id<ANTLRTree> up; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTreeIterator.h | 44 id<ANTLRTree> up; variable 51 @property(retain, readwrite) id<ANTLRTree> up; variable
|
ANTLRBufferedTreeNodeStream.h | 63 id<ANTLRTree> up; variable 84 @property (retain, getter=getUp, setter=setUp:) id<ANTLRTree> up; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeIterator.h | 46 __strong id<ANTLRBaseTree> up; variable 56 @property(retain, readwrite) id<ANTLRBaseTree> up; variable
|
ANTLRBufferedTreeNodeStream.h | 64 id up; variable 85 @property (retain, getter=getUp, setter=setUp:) id up; variable
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/ |
UnresolvedPrincipalTest.java | 39 UnresolvedPrincipal up = new UnresolvedPrincipal(klass, name); local 40 assertEquals(klass, up.getClassName()); 41 assertEquals(name, up.getName()); 43 up = new UnresolvedPrincipal(klass, null); 44 assertEquals(klass, up.getClassName()); 45 assertNull(up.getName()); 48 up = new UnresolvedPrincipal(null, name); 72 UnresolvedPrincipal up = new UnresolvedPrincipal(klass, name); local 76 assertTrue(up.equals(up)); [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2185-2.js | 88 function up(a) { function 110 var asc = up([]); 112 var asc_desc = down(up([])); 113 var desc_asc = up(down([])); 114 var asc_asc = up(up([])); 135 bench("up", asc); 142 bench("up, down", asc_desc); 143 bench("up, up", asc_asc) [all...] |
/external/dhcpcd/ |
ipv4ll.c | 126 time_t up; local 129 up = uptime(); 130 if (iface->state->defend + DEFEND_INTERVAL > up) { 139 iface->state->defend = up;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
auto_pointer.pass.cpp | 47 std::unique_ptr<A> up(std::move(ap)); 48 assert(up.get() == p); 58 std::unique_ptr<A> up; local 59 up = std::move(ap); 60 assert(up.get() == p);
|
auto_pointer01.fail.cpp | 47 std::unique_ptr<A> up(ap); 48 assert(up.get() == p); 58 std::unique_ptr<A> up; local 59 up = ap; 60 assert(up.get() == p);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
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...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
TransparencyWinTest.cpp | 58 // Windows messing it up. 302 // drawn with half opacity even though the alpha channel got messed up. 328 // Scroll down by 8 (coordinate system goes up). 367 // Scroll down by 6 (coordinate system goes up). 520 // Then translate up by one pixel (which will actually be 2 due to scaling). 521 AffineTransform up; local 522 up.translate(0, -1); 523 src->context()->concatCTM(up); 585 // fixed back up to white. 660 // Our text should end up 50% transparent blue-green [all...] |
/external/clang/test/SemaCXX/ |
dynamic-cast.cpp | 50 void up() function
|
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
TestSkyLoadingLagoon.java | 53 Texture up = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_up.jpg"); local 62 Texture up = assetManager.loadTexture("Textures/Sky/Primitives/primitives_positive_y.png"); 66 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
|
TestSkyLoadingPrimitives.java | 53 Texture up = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_up.jpg"); 61 Texture up = assetManager.loadTexture("Textures/Sky/Primitives/primitives_positive_y.png"); local 64 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
|
/external/jmonkeyengine/engine/src/test/jme3test/texture/ |
TestSkyLoading.java | 52 Texture up = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_up.jpg"); local 55 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
|
/external/kernel-headers/original/asm-arm/ |
semaphore.h | 89 * Note! This is subtle. We jump to wake people up only if 92 * jumps for both down() and up(). 94 static inline void up(struct semaphore * sem) function
|
/external/kernel-headers/original/asm-x86/ |
semaphore_32.h | 157 * Note! This is subtle. We jump to wake people up only if 160 static inline void up(struct semaphore * sem) function 163 "# atomic up operation\n\t"
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Ring.java | 41 * space that is specified via the ring's center point, an up vector, an inner
52 private Vector3f center, up;
field in class:Ring 63 up = Vector3f.UNIT_Y.clone();
70 * up vector, and inner and outer radii.
74 * @param up
75 * the unit up vector defining the ring's orientation.
81 public Ring(Vector3f center, Vector3f up, float innerRadius,
84 this.up = up;
109 * <code>getUp</code> returns the ring's up vector. [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
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...] |
/frameworks/base/core/java/android/util/ |
DayOfMonthCursor.java | 26 * <li>Provides methods to move the cursor up / down / left / right.</li> 96 * Move up one box, potentially flipping to the previous month. 100 public boolean up() { method in class:DayOfMonthCursor 102 // within current month, just move up
|
/frameworks/base/core/tests/coretests/src/android/util/ |
DayOfMonthCursorTest.java | 112 // up, same month 113 assertFalse(mc.up()); 118 // up, flips back 119 assertTrue(mc.up());
|