HomeSort by relevance Sort by last modified time
    Searched defs:up (Results 26 - 50 of 205) sorted by null

12 3 4 5 6 7 8 9

  /frameworks/wilhelm/src/itf/
I3DLocation.c 252 SLVec3D up = thiz->mOrientationVectors.mUp; local
255 *pUp = up;
I3DMacroscopic.c 165 SLVec3D up = thiz->mOrientationVectors.mUp; local
168 *pUp = up;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeIterator.java 39 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
48 public Object up; field in class:TreeIterator
52 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
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
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 272 var up = document.getElementById('scroll-up'); variable
274 up.addEventListener('mouseout', this.stopScroll_.bind(this));
277 up.addEventListener('mouseover',
287 up.getBoundingClientRect().height +
459 case 'Up':
516 var up = document.getElementById('scroll-up');
521 up.classList.add('hidden');
530 up.classList.remove('hidden')
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.js 266 var up = $('scroll-up'); variable
268 up.addEventListener('mouseout', this.stopScroll_.bind(this));
271 up.addEventListener('mouseover',
281 up.getBoundingClientRect().height +
454 case 'Up':
511 var up = $('scroll-up');
516 up.classList.add('hidden');
525 up.classList.remove('hidden')
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkMorphology_opts_SSE2.cpp 38 const SkPMColor* up = upperSrc; local
42 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
49 up += srcStrideY;
SkMorphology_opts_neon.cpp 39 const SkPMColor* up = upperSrc; local
43 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
50 up += srcStrideY;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 119 // 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 + 1)
    [all...]
  /external/elfutils/libcpu/
memory-access.h 95 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->u4)
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-testlib/src/com/google/common/collect/testing/
MinimalCollection.java 106 throw up(); method
109 throw up(); method
112 throw up(); method
115 throw up(); method
117 private static UnsupportedOperationException up() { method in class:MinimalCollection
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 75 const CUpdatePair2 &up = (*UpdatePairs)[index]; local
76 if (newData != NULL) *newData = BoolToInt(up.NewData);
77 if (newProps != NULL) *newProps = BoolToInt(up.NewProps);
81 if (up.ExistInArchive())
82 *indexInArchive = (ArcItems == 0) ? up.ArcIndex : (*ArcItems)[up.ArcIndex].IndexInServer;
91 const CUpdatePair2 &up = (*UpdatePairs)[index]; local
96 prop = up.IsAnti;
101 if (up.IsAnti)
118 if (up.ExistOnDisk())
161 const CUpdatePair2 &up = (*UpdatePairs)[index]; local
    [all...]
  /external/openssh/openbsd-compat/
getcwd.c 65 char *ept, *eup, *up; local
92 if ((up = malloc(upsize = MAXPATHLEN)) == NULL)
94 eup = up + upsize;
95 bup = up;
96 up[0] = '.';
97 up[1] = '\0';
109 if (lstat(up, &s))
125 free(up);
137 if ((nup = realloc(up, upsize *= 2)) == NULL)
139 bup = nup + (bup - up);
    [all...]
  /external/skia/src/opts/
SkMorphology_opts_SSE2.cpp 38 const SkPMColor* up = upperSrc; local
42 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
49 up += srcStrideY;
SkMorphology_opts_neon.cpp 39 const SkPMColor* up = upperSrc; local
43 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
50 up += srcStrideY;
  /external/tcpdump/
print-gre.c 340 const u_char *up = bp; local
361 ((bp - up) == sreoff) ? "*" : "",
373 const u_char *up = bp; local
393 ((bp - up) == sreoff) ? "*" : "",
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.c 142 #define up _sch_isupper macro
149 #define U (const unsigned short) (up|is |pr) /* upper case letter */
150 #define XU (const unsigned short) (up|is|xd|pr) /* uppercase hex digit */
  /frameworks/base/core/java/android/text/method/
ScrollingMovementMethod.java 39 protected boolean up(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 62 float *up, *vp, *wp; local
80 up = (float *)u;
83 for(int i = 0; i < 4; i++, wp++, up++, vp++) {
84 *wp = *up+t*(*vp-*up);
149 /* if result ended up in p2 then copy it to p1 */
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListenerTest.java 80 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, local
83 inst.sendKeySync(up);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListScrollListenerTest.java 77 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, local
80 inst.sendKeySync(up);
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthCursor.java 28 * <li>Provides methods to move the cursor up / down / left / right.</li>
98 * Move up one box, potentially flipping to the previous month.
102 public boolean up() { method in class:DayOfMonthCursor
104 // within current month, just move up
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java 46 UnpackUpdateJars up=new UnpackUpdateJars(); local
47 up.site="C:\\updatejars\\eclipse";
48 up.output="C:\\updatejars\\newsite";
49 up.execute();
99 // pick up error messages
102 // pick up output
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
main.py 45 up = os.path.dirname variable
46 webkit_root = up(up(up(up(up(os.path.abspath(__file__))))))
116 # Make sure PYTHONPATH is set up properly.
  /external/dnsmasq/src/
dbus.c 86 struct watch **up, *w; local
88 for (up = &(daemon->watches), w = daemon->watches; w; w = w->next)
91 *up = w->next;
95 up = &(w->next);
102 struct server *serv, *tmp, **up; local
246 for (serv = daemon->servers, up = &daemon->servers; serv; serv = tmp)
252 *up = serv->next;
256 up = &serv->next;
302 /* returns NULL or error message, may fail silently if dbus daemon not yet up. */
328 if ((message = dbus_message_new_signal(DNSMASQ_PATH, DNSMASQ_SERVICE, "Up")))
    [all...]
  /external/eigen/demos/opengl/
camera.cpp 93 Vector3f Camera::up(void) const function in class:Camera
105 Vector3f up = this->up(); local
110 camAxes.col(0) = up.cross( camAxes.col(2) ).normalized();

Completed in 295 milliseconds

12 3 4 5 6 7 8 9