Searched defs:up (Results 1 - 25 of 118) sorted by relevance

12345

/external/libcxx/test/std/utilities/tuple/tuple.general/
H A Dtuple.smartptr.pass.cpp21 std::tuple<std::unique_ptr<char>> up; local
27 std::tuple<std::unique_ptr<char[]>> up; local
33 std::tuple<std::unique_ptr<char[5]>> up; local
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeIterator.h44 id<ANTLRTree> up; variable
51 @property(retain, readwrite) id<ANTLRTree> up; variable
H A DANTLRBufferedTreeNodeStream.h63 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/
H A DANTLRTreeIterator.h44 id<ANTLRTree> up; variable
51 @property(retain, readwrite) id<ANTLRTree> up; variable
H A DANTLRBufferedTreeNodeStream.h63 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/
H A DANTLRTreeIterator.h44 id<ANTLRTree> up; variable
51 @property(retain, readwrite) id<ANTLRTree> up; variable
H A DANTLRBufferedTreeNodeStream.h63 id<ANTLRTree> up; variable
84 @property (retain, getter=getUp, setter=setUp:) id<ANTLRTree> up; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeIterator.h46 __strong id<ANTLRBaseTree> up; variable
56 @property(retain, readwrite) id<ANTLRBaseTree> up; variable
H A DANTLRBufferedTreeNodeStream.h64 id up; variable
85 @property (retain, getter=getUp, setter=setUp:) id up; variable
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
H A Dauto_pointer.pass.cpp48 std::unique_ptr<A> up(std::move(ap));
49 assert(up.get() == p);
59 std::unique_ptr<A> up; local
60 up = std::move(ap);
61 assert(up.get() == p);
H A Dauto_pointer01.fail.cpp47 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/v8/test/mjsunit/regress/
H A Dregress-2185-2.js88 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_as
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs48 public object up; field in class:Antlr.Runtime.Tree.TreeIterator
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
/external/chromium-trace/trace-viewer/hooks/
H A Dpre_push13 import posix # No way to do this on Windows, just give up there. namespace
/external/clang/test/SemaCXX/
H A Ddynamic-cast.cpp50 void up() function
/external/dhcpcd/
H A Dipv4ll.c126 time_t up; local
129 up = uptime();
130 if (iface->state->defend + DEFEND_INTERVAL > up) {
139 iface->state->defend = up;
/external/toybox/toys/lsb/
H A Dsu.c45 struct passwd *up; local
65 up = xgetpwnam(name);
66 xsetuser(up);
69 *(argv++) = TT.s ? TT.s : up->pw_shell;
79 xchdir(up->pw_dir);
83 setenv("HOME", up->pw_dir, 1);
84 setenv("SHELL", up->pw_shell, 1);
85 setenv("USER", up->pw_name, 1);
86 setenv("LOGNAME", up->pw_name, 1);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs51 public object up; field in class:Antlr.Runtime.Tree.TreeIterator
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
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeIterator.java48 public Object up; field in class:TreeIterator
67 up = adaptor.create(Token.UP, "UP");
94 // if any queued up, use those first
108 // while we're out of siblings, keep popping back up towards root
112 nodes.add(up); // we're moving back up
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
H A DTerrainGridSerializationTest.java119 private boolean up; field in class:TerrainGridSerializationTest
139 TerrainGridSerializationTest.this.up = true;
141 TerrainGridSerializationTest.this.up = false;
167 if (this.up) {
/external/elfutils/src/libcpu/
H A Dmemory-access.h98 const union unaligned *up = p; local
100 return bswap_16 (up->u2);
101 return up->u2;
106 const union unaligned *up = p; local
108 return (int16_t) bswap_16 (up->u2);
109 return up->s2;
115 const union unaligned *up = p; local
116 return up->u4;
121 const union unaligned *up = p; local
123 return bswap_32 (up
129 const union unaligned *up = p; local
138 const union unaligned *up = p; local
146 const union unaligned *up = p; local
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMinimalCollection.java109 throw up();
112 throw up();
115 throw up();
118 throw up();
120 private static UnsupportedOperationException up() { method in class:MinimalCollection
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DRing.java41 * 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, argument
84 this.up = up;
109 * <code>getUp</code> returns the ring's up vecto
123 setUp(Vector3f up) argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSkyFactory.java142 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f normalScale) { argument
143 return createSky(assetManager, west, east, north, south, up, down, normalScale, 10);
146 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f normalScale, int sphereRadius) { argument
157 Image upImg = up.getImage();
199 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down) { argument
200 return createSky(assetManager, west, east, north, south, up, down, Vector3f.UNIT_XYZ);
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestQ3.java62 private boolean left=false,right=false,up=false,down=false; field in class:TestQ3
132 if(up)
167 up=true;
169 up=false;

Completed in 694 milliseconds

12345