HomeSort by relevance Sort by last modified time
    Searched refs:up (Results 251 - 275 of 2165) sorted by null

<<11121314151617181920>>

  /docs/source.android.com/
Android.mk 21 # Sets up the Doxygen HAL reference docs and puts them in the right place
33 # This sets up the tradefed javadocs for viewing in s.a.c.
  /external/autotest/contrib/
remove_old_tests_in_tko.sql 30 -- After tko_tests is cleaned up, we can start cleaning up tko_jobs, due to FK
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
scroll_to_element.py 60 // Scroll up until the top of the element is on screen.
72 self._direction = 'down' if self._distance > 0 else 'up'
  /external/clang/test/SemaCXX/
dynamic-cast.cpp 50 void up() function
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 250 // Opens the file 'file_name" and reads up to 'max_len' bytes.
408 unsigned long up; // NOLINT local
411 up = SANITIZER_WORDSIZE - 1 - __builtin_clzll(x);
413 up = SANITIZER_WORDSIZE - 1 - __builtin_clzl(x);
416 _BitScanReverse64(&up, x);
418 _BitScanReverse(&up, x);
420 return up;
425 unsigned long up; // NOLINT local
428 up = __builtin_ctzll(x);
430 up = __builtin_ctzl(x)
    [all...]
  /external/dhcpcd-6.8.2/
ipv4ll.c 174 time_t up; local
177 up = uptime();
178 if (state->defend + DEFEND_INTERVAL > up) {
188 state->defend = 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/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
  /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 87 svn up
  /external/ltp/testcases/kernel/containers/netns/
netns_helper.sh 82 # Sets up global variables which can be used in test cases (documented above),
180 # Sets up NS_EXEC to use 'ns_exec', creates two network namespaces and stores
217 # Sets up NS_EXEC to use 'ip netns exec', creates two network namespaces
272 $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig veth0 up ||
274 $NS_EXEC $NS_HANDLE1 $NS_TYPE ifconfig veth1 up ||
282 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip link set veth0 up ||
284 $NS_EXEC $NS_HANDLE1 $NS_TYPE ip link set veth1 up ||
  /external/ltp/testcases/network/can/filter-tests/
can_run_tests.sh 68 ip link set dev $VCAN up
71 tst_brkm TBROK "ip link set dev $VCAN up failed: ret - $ret"
  /external/ltp/testcases/network/stress/route/
route4-ifdown 121 # Make sure to clean up
224 # Down then up the interface
227 ifconfig $lhost_ifname down && ifconfig $lhost_ifname up
230 ip link set down dev $lhost_ifname && ip link set up dev $lhost_ifname
234 tst_resm TFAIL "Failed to down/up the interface"
route6-ifdown 117 # Make sure to clean up
222 # Down then up the interface
225 ifconfig $lhost_ifname down && ifconfig $lhost_ifname up
228 ip link set down dev $lhost_ifname && ip link set up dev $lhost_ifname
232 tst_resm TFAIL "Failed to down/up the interface"
  /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/syslinux/core/lwip/src/netif/ppp/
fsm.h 106 void (*up)(fsm*); /* Called when fsm reaches LS_OPENED state */ member in struct:fsm_callbacks
122 #define LS_CLOSED 2 /* Up, hasn't been opened */
135 #define OPT_RESTART 2 /* Treat 2nd OPEN as DOWN, 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) ? "*" : "",
  /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
  /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.

Completed in 1689 milliseconds

<<11121314151617181920>>