Searched refs:up (Results 1 – 25 of 56) sorted by relevance
123
/system/extras/tests/net_test/ |
D | net_test.sh | 7 ip link set lo up 9 ip link set eth0 up
|
D | ping6_test.sh | 4 ip link set eth0 up
|
D | run_net_test.sh | 81 sudo ip link set $tap up
|
D | net_test.py | 191 def SetInterfaceState(ifname, up): argument 196 if up:
|
D | README | 51 IP connectivity can be provided on the host side by setting up a DHCP server
|
/system/connectivity/shill/test-scripts/ |
D | veth | 29 ifconfig "$peer_iface" up 30 ifconfig "$iface" up
|
D | backchannel | 53 ip link set "$new" up
|
/system/bt/tools/bdtool/ |
D | bdtool.c | 41 static bool up = false; variable 86 …if (!bond && !discover && !discoverable && !up && !get_name && !set_name && !sco_listen && !sco_co… in main() 145 if (up) { in main() 303 up = true; in parse_args()
|
/system/core/libmemunreachable/ |
D | README.md | 18 …is always written, followed by details of up to `limit` leaks. If `log_contents` is `true`, detai… 27 Updates an `UnreachableMemoryInfo` object with information on leaks, including details on up to `li… 30 …is always written, followed by details of up to `limit` leaks. If `log_contents` is `true`, detai…
|
/system/core/rootdir/ |
D | init.environ.rc.in | 1 # set up the global environment
|
/system/core/libnetutils/ |
D | packet.c | 68 uint16_t *up = (uint16_t *)buffer; in checksum() local 73 sum += *up++; in checksum() 77 sum += (uint16_t) *(uint8_t *)up; in checksum()
|
/system/bt/doc/ |
D | properties.md | 9 Maximum amount of time Bluetooth can take to start-up, upload firmware etc.
|
D | power_management.md | 39 connection is up which specifies it is willing to go into SNIFF, but its action 69 definitions available up to SNIFF7, but actual SSR values are only defined 70 up to SNIFF4. Params are defined in `bta_dm_ssr_spec`. 98 - The power mode config is looked up in the `bta_dm_pm_cfg` table. If none 102 - The SSR params for the CONN_OPEN event are looked up. 115 services for the given `BD_ADDR`, then looks up the ssr values from the 158 2. `bta_dm_pm_btm_cback` packages up the given parameters into a
|
/system/sepolicy/ |
D | racoon.te | 20 # XXX: should we give ip-up-vpn its own label (currently racoon domain)
|
D | lmkd.te | 31 # Clean up old cgroups
|
D | perfprofd.te | 46 # simpleperf needs open/read any file that turns up in a profile
|
D | attributes | 88 # i.e. processes that can read up and write down.
|
/system/media/camera/docs/ |
D | README.md | 14 * Tidy - Cleans up the XML/HTML files.
|
/system/connectivity/shill/shims/protos/ |
D | crypto_util.proto | 61 // Data string built up by shill. Needs to be hashed with SHA-1 for
|
/system/extras/ANRdaemon/ |
D | README | 19 Known issue: in the systrace output, anrdaemon will show up when the trace is
|
/system/core/metricsd/ |
D | README.md | 69 * The uploader thread takes care of backing up the metrics to disk periodically 96 be collected in the underflow bucket and samples above the |max| will end up
|
/system/connectivity/shill/doc/ |
D | profile-api.txt | 14 When the connection manager starts up it pushes a "global profile" onto 26 up in the top-most profile on the stack.
|
/system/core/liblog/ |
D | README | 89 writing or reading logs. The log buffers are divided up in Main, Sys‐ 147 temporarily backed-up either because of Denial Of Service (DOS) logging
|
/system/tpm/attestation/common/ |
D | database.proto | 75 // Addtional intermediate CA certificates that helps chaining up to the root
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 230 echo Waiting for device to come up...
|
123