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

123456

/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/chromium_org/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/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/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/kernel-headers/original/asm-arm/
H A Dsemaphore.h89 * 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/
H A Dsemaphore_32.h157 * 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/chromium/chrome/browser/resources/
H A Dmenu.js272 var up = document.getElementById('scroll-up'); variable
274 up.addEventListener('mouseout', this.stopScroll_.bind(this));
277 up.addEventListener('mouseover',
287 up.getBoundingClientRect().height +
516 var up = document.getElementById('scroll-up');
521 up.classList.add('hidden');
530 up.classList.remove('hidden');
534 up
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmenu.js266 var up = $('scroll-up'); variable
268 up.addEventListener('mouseout', this.stopScroll_.bind(this));
271 up.addEventListener('mouseover',
281 up.getBoundingClientRect().height +
511 var up = $('scroll-up');
516 up.classList.add('hidden');
525 up.classList.remove('hidden');
529 up
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DTransparencyWinTest.cpp58 // 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 5
[all...]
/external/chromium_org/third_party/skia/src/opts/
H A DSkMorphology_opts_SSE2.cpp38 const SkPMColor* up = upperSrc; local
42 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
49 up += srcStrideY;
H A DSkMorphology_opts_neon.cpp39 const SkPMColor* up = upperSrc; local
43 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
50 up += srcStrideY;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h119 // Opens the file 'file_name" and reads up to 'max_len' bytes.
193 unsigned long up; // NOLINT local
195 up = SANITIZER_WORDSIZE - 1 - __builtin_clzl(x);
197 _BitScanReverse64(&up, x);
199 _BitScanReverse(&up, x);
201 return up;
212 uptr up = MostSignificantSetBitIndex(size);
213 CHECK(size < (1ULL << (up + 1)));
214 CHECK(size > (1ULL << up));
215 return 1UL << (up
[all...]
/external/elfutils/libcpu/
H A Dmemory-access.h95 const union unaligned *up = p; local
97 return bswap_16 (up->u2);
98 return up->u2;
103 const union unaligned *up = p; local
105 return (int16_t) bswap_16 (up->u2);
106 return up->s2;
112 const union unaligned *up = p; local
113 return up->u4;
118 const union unaligned *up = p; local
120 return bswap_32 (up
126 const union unaligned *up = p; local
135 const union unaligned *up = p; local
143 const union unaligned *up = p; local
[all...]
/external/guava/guava/src/com/google/common/math/
H A DDoubleUtils.java37 static double next(double x, boolean up) { argument
40 return up ? Double.MIN_VALUE : -Double.MIN_VALUE;
43 if ((x < 0.0) == up) {
150 * round up or down. twiceSignifFloor will contain the top SIGNIFICAND_BITS + 2 bits, and
161 * We round up if either the fractional part of signif is strictly greater than 0.5 (which is
173 * directly. If the exponent is MAX_DOUBLE_EXPONENT, we round up (correctly) to

Completed in 1072 milliseconds

123456