Searched refs:up (Results 76 - 100 of 501) sorted by relevance

1234567891011>>

/external/python/cpython2/Lib/plat-irix6/
H A Dpanel.py256 a, down, active, up = pnl.dopanel()[:4]
261 if up:
262 up.upfunc(up)
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dcomplex_rep.S2 # I thought up a lot of corner-cases in the rep code. This tries
/external/valgrind/exp-bbv/tests/x86/
H A Dcomplex_rep.S2 # I thought up a lot of corner-cases in the rep code. This tries
/external/webrtc/webrtc/modules/video_coding/utility/
H A Dquality_scaler.h43 void AdjustScale(bool up);
/external/Microsoft-GSL/tests/
H A Dnotnull_tests.cpp50 std::unique_ptr<int> up = std::make_unique<int>(120); local
51 not_null<int*> p = up;
/external/autotest/client/deps/lansim/src/py/
H A Dtuntap_unittest.py53 """Tests if it is possible to bring up and down the interface."""
61 tap.up()
63 # Checks that calling up() twice is harmless.
64 tap.up()
/external/curl/docs/cmdline-opts/
H A Dciphers.d7 specify valid ciphers. Read up on SSL cipher list details on this URL:
H A Dmax-filesize.d11 files this option has no effect even if the file transfer ends up being larger
/external/nanopb-c/generator/
H A Dprotoc-gen-nanopb.bat8 :: path is already set up properly and there is no need to give
/external/proguard/bin/
H A Dproguardgui.bat3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
H A Dretrace.bat3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
/external/syslinux/core/lwip/src/include/netif/
H A Dppp_oe.h151 void (*sc_linkStatusCB)(int pd, int up);
174 err_t pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc **scptr);
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
H A DUnixNetworkInterfaceTest.java41 boolean up = netif.isUp();
43 // platform. So chooses the already-down interface to up it.
44 if (!up && valid) {
45 String cmd = "ifconfig " + name + " up";
48 assertEquals(name + " up should be " + !up, !up, netif.isUp());
53 assertEquals(name + " up should be " + up, up, neti
[all...]
/external/syslinux/mk/
H A Defi.mk7 # Set up architecture specifics; for cross compilation, set ARCH as apt
8 # gnuefi sets up architecture specifics in ia32 or x86_64 sub directories
9 # set up the LIBDIR and EFIINC for building for the appropriate architecture
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp266 uint8_t up = 0; local
268 up = pSrcData[byte - row_size];
269 pDestData[byte + 1] = pSrcData[byte] - up;
306 uint8_t up = 0; local
308 up = pLastLine[byte];
310 pDestData[byte] = raw_byte + up;
318 uint8_t up = 0; local
320 up = pLastLine[byte];
322 pDestData[byte] = raw_byte + (up + left) / 2;
330 uint8_t up local
391 uint8_t up = 0; local
403 uint8_t up = 0; local
415 uint8_t up = 0; local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpDec.java222 inc = (n != 0) || (discarded != 0); // round up if n!=0
226 inc = n >= 5; // round half up
305 boolean up = false;
311 up = true;
319 up = !up;
322 if (up) {
/external/python/cpython2/Modules/_ctypes/libffi/src/xtensa/
H A Dsysv.S68 # prepare to move stack pointer back up to 6 arguments
77 # we can pass up to 6 arguments in registers
210 # allow up to 4 arguments as return values
213 # save up to 6 arguments to stack (allocated by entry below)
225 # load up to four return arguments
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleNodeStream.as4 /** Queues up nodes matched on left side of -> in a tree parser. This is
/external/curl/packages/vms/
H A Dpcsi_product_gnv_curl.com5 $! This command file packages up the product CURL into a sequential
60 $! Make sure that the kit name is up to date for this build
90 $! Make sure that the release note file name is up to date
95 $! Make sure that the source has been backed up.
/external/e2fsprogs/debugfs/
H A Dextent_cmds.ct41 up_node, up, u;
/external/eigen/test/
H A Dsparse_permutations.cpp58 SparseMatrixType mat(rows, cols), up(rows,cols), lo(rows,cols);
64 up = mat.template triangularView<Upper>();
71 VERIFY_IS_APPROX(up, DenseMatrix(mat_d.template triangularView<Upper>()));
120 VERIFY( is_sorted( res = up.template selfadjointView<Upper>().twistedBy(p_null) ));
137 VERIFY( is_sorted( res = up.template selfadjointView<Upper>() ));
181 res.template selfadjointView<Upper>() = up.template selfadjointView<Upper>().twistedBy(p);
193 res.template selfadjointView<Lower>() = up.template selfadjointView<Upper>().twistedBy(p);
206 VERIFY( is_sorted( res = up.template selfadjointView<Upper>().twistedBy(p) ));
/external/iproute2/testsuite/tests/ip/route/
H A Dadd_default_route.t10 ts_ip "$0" "Set $DEV into UP state" link set up dev $DEV
/external/libdrm/libkms/
H A DAndroid.mk24 # tidy up
/external/ltp/testcases/network/dhcp/
H A Ddhcp_lib.sh51 ip li set up $iface0 || tst_brkm TBROK "failed to bring $iface0 up"
52 ip li set up $iface1 || tst_brkm TBROK "failed to bring $iface1 up"
/external/ltp/testcases/open_posix_testsuite/scripts/
H A Dlocate-test25 up by this tool. This might change in the future. So far, the ones
26 picked up are:

Completed in 3038 milliseconds

1234567891011>>