Searched refs:up (Results 251 - 275 of 501) sorted by relevance

<<11121314151617181920>>

/external/openssh/openbsd-compat/
H A Dbsd-cray.c198 struct udb *up; /* pointer to UDB entry */ local
232 if ((up = getudbnam(username)) == UDB_NULL)
240 if (up->ue_uid != uid)
580 * (interactive) job and process, and set up permissions
/external/compiler-rt/make/
H A Dutil.mk103 # Clean up make behavior
/external/e2fsprogs/lib/ext2fs/
H A Drbtree.c287 up:
299 goto up;
396 direction of our parent. Go up the tree; any time the
398 up. First time it's a left-hand child of its parent, said
422 /* No left-hand children. Go up till we find an ancestor which
/external/icu/icu4c/source/allinone/
H A Dicucheck.bat108 REM clean up
/external/icu/icu4c/source/extra/uconv/
H A Dmakedata.mak84 @echo All targets are up to date (mode $(PKGMODE))
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DCalendar.java1619 * Rolls (up/down) a single unit of time on the given field. If the
1622 * example, to roll the current date up by one day, you can call:
1654 * @param up indicates if the value of the specified time field is to be
1655 * rolled up or rolled down. Use <code>true</code> if rolling up,
1664 public final void roll(int field, boolean up) argument
1666 calendar.roll(getJDKField(field), up);
1670 * Rolls (up/down) a specified amount time on the given field. For
1671 * example, to roll the current date up by three days, you can call
1926 // operations like adding years from February 29, 2000 up t
[all...]
/external/junit-params/
H A DRELEASES.md176 When starting a single test method from within an IDE, the tests results were not shown up properly in the results tab.
/external/libxml2/vms/
H A Dbuild_libxml.com70 $!- set up build logicals -----------------------------------------------------\
121 $!- set up error handling (such as it is) -------------------------------------
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml35 (* Look up the name in the module table. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml35 (* Look up the name in the module table. *)
/external/llvm/lib/Support/Windows/
H A DMemory.inc97 // round up to get beyond NearBlock. VirtualAlloc would have rounded down.
/external/mesa3d/
H A DAndroid.mk53 # tidy up
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_build_util.h140 DataArray(BuildUtil *bld) : up(bld) { }
159 BuildUtil *up; member in class:nv50_ir::BuildUtil::DataArray
/external/mockito/
H A DAndroid.mk111 # Clean up temp vars
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml35 (* Look up the name in the module table. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml35 (* Look up the name in the module table. *)
/external/walt/docs/
H A DDragLatency.md33 Now imagine that the clocks timestamping the touch and the laser events diverge a little (this divergence is the latency we want to measure). The red 'x' marks would move along the graph. But half of them would move up and half down (corresponding to direction of the finger movement in that point) and therefore they would diverge in opposite directions from the relatively straight horizontal line you see on the screenshot.
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dparse_delay_file.m67 % back up to last clock event
/external/ImageMagick/MagickCore/
H A Dpaint.c120 #define PushSegmentStack(up,left,right,delta) \
126 if ((((up)+(delta)) >= 0) && (((up)+(delta)) < (ssize_t) image->rows)) \
129 s->y1=(double) (up); \
/external/autotest/client/deps/lansim/src/py/
H A Dtuntap.py160 # ifr_addr contains up to 12 bytes (see STRUCT_IFREQ_FMT).
214 def up(self): member in class:TunTap
215 """Brings up the interface."""
225 """Returns whether the interface is up."""
/external/autotest/client/site_tests/p2p_ConsumeFiles/
H A Dp2p_ConsumeFiles.py68 self._tap.up()
/external/curl/
H A Dbuildconf.bat26 rem This batch file must be used to set up a git tree to build on systems where
263 rem Function to clean-up local variables under DOS, Windows 3.x and
/external/dnsmasq/src/
H A Ddhcp.c731 struct dhcp_config **up, *tmp; local
744 for (up = &daemon->dhcp_conf, config = daemon->dhcp_conf; config; config = tmp)
749 *up = tmp;
757 up = &config->next;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTree.java162 walker.up();
/external/llvm/test/MC/ARM/
H A Deh-directive-pad.s36 @ The assembler should emit nothing (will be filled up with finish opcode).

Completed in 699 milliseconds

<<11121314151617181920>>