HomeSort by relevance Sort by last modified time
    Searched refs:up (Results 176 - 200 of 1121) sorted by null

1 2 3 4 5 6 78 91011>>

  /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();
  /external/libunwind/doc/
unw_backtrace.tex 24 the calling program. The routine fills up to \Var{size} addresses in the array
32 calling \Func{backtrace}() is linked against \Prog{libunwind}, it may end up
unw_get_proc_info_by_ip.tex 21 \Func{unw\_get\_proc\_info}(), except that the info is looked up by
23 because it is possible to look up the info for an arbitrary procedure,
29 address-space in which the instruction-pointer should be looked up.
30 For a look-up in the local address-space,
33 info should be looked up and \Var{pip} is a pointer to a structure of
  /external/llvm/test/MC/ARM/
macho-relocs-with-addend.s 4 @ MachO relocations that end up expressed as internal
  /external/llvm/utils/release/
merge.sh 77 svn up
  /external/mesa3d/src/mesa/
SConscript 367 env.Append(CPPPATH = [gles_headers[0].dir.up().up()])
  /external/ppp/pppd/
fsm.h 102 void (*up) /* Called when fsm reaches OPENED state */ member in struct:fsm_callbacks
125 #define CLOSED 2 /* Up, hasn't been opened */
139 #define OPT_RESTART 2 /* Treat 2nd OPEN as DOWN, UP */
  /external/ppp/pppd/plugins/pppoatm/
atm.h 105 int __t2q_get_rate(const char **text,int up);
  /external/tcpdump/
print-gre.c 335 const u_char *up = bp; local
356 ((bp - up) == sreoff) ? "*" : "",
369 const u_char *up = bp; local
389 ((bp - up) == sreoff) ? "*" : "",
  /external/v8/test/mjsunit/
regexp-global.js 136 str = "up up up up";
141 assertEquals("1up 1up 1up 1up", str);
  /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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
endian.hpp 74 # error The file boost/detail/endian.hpp needs to be set up for your CPU type.
  /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
  /packages/apps/TV/src/com/android/tv/
ChannelTuner.java 42 * by channel up/down. But, it doesn't actually tune through TvView.
214 public boolean moveToAdjacentBrowsableChannel(boolean up) {
215 Channel channel = getAdjacentBrowsableChannel(up);
227 public Channel getAdjacentBrowsableChannel(boolean up) {
243 int nextChannelIndex = up ? channelIndex + 1 + i
  /prebuilts/devtools/tools/
draw9patch.bat 19 rem Set up prog to be the path of this script, including following symlinks,
20 rem and set up progdir to be the fully-qualified pathname of its directory.
jobb.bat 19 rem Set up prog to be the path of this script, including following symlinks,
20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/apkbuilder/etc/
apkbuilder.bat 19 rem Set up prog to be the path of this script, including following symlinks,
20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/files/
post_tools_install.bat 22 rem Set up prog to be the path of this script, including following symlinks,
23 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/hierarchyviewer/etc/
hierarchyviewer1.bat 19 rem Set up prog to be the path of this script, including following symlinks,
20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /system/bt/tools/bdtool/
bdtool.c 41 static bool up = false; variable
56 {"up", no_argument, 0, 0 },
86 if (!bond && !discover && !discoverable && !up && !get_name && !set_name && !sco_listen && !sco_connect) {
95 fprintf(stdout, "Bringing up bluetooth adapter\n");
103 fprintf(stdout, "BT adapter is up\n");
118 fprintf(stdout, "BT adapter is up\n");
137 fprintf(stdout, "BT adapter is up\n");
145 if (up) {
147 fprintf(stdout, "BT adapter is up\n");
155 fprintf(stdout, "BT adapter is up\n")
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
got-page-6.s 7 # up with a single page entry.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
vle-multiseg.s 1 # Make up several VLE text sections which the linker script will put into
  /external/libvpx/libvpx/vp8/common/
mfqe.c 145 unsigned char *up; local
234 for (up = u, udp = ud, i = 0; i < uvblksize; ++i, up += uv_stride, udp += uvd_stride)
235 memcpy(udp, up, uvblksize);
294 /* Set up the buffer pointers */
336 unsigned char *up = u_ptr + 4*(i*show->uv_stride+j); local
342 for (k = 0; k < 4; ++k, up += show->uv_stride, udp += dest->uv_stride,
345 memcpy(udp, up, 4);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 144 unsigned char *up; local
233 for (up = u, udp = ud, i = 0; i < uvblksize; ++i, up += uv_stride, udp += uvd_stride)
234 vpx_memcpy(udp, up, uvblksize);
293 /* Set up the buffer pointers */
335 unsigned char *up = u_ptr + 4*(i*show->uv_stride+j); local
341 for (k = 0; k < 4; ++k, up += show->uv_stride, udp += dest->uv_stride,
344 vpx_memcpy(udp, up, 4);
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
OpReorderTest.java 273 up(s, len); method
300 UpdateOp up(int start, int count) { method in class:OpReorderTest
579 up(1, 2);
582 assertEquals(up(2, 2), mUpdateOps.get(0));
589 up(0, 4);
592 assertEquals(up(0, 1), mUpdateOps.get(0));
593 assertEquals(up(1, 3), mUpdateOps.get(1));
600 up(1, 3);
603 assertEquals(up(3, 1), mUpdateOps.get(0));
604 assertEquals(up(0, 2), mUpdateOps.get(1))
    [all...]

Completed in 932 milliseconds

1 2 3 4 5 6 78 91011>>