HomeSort by relevance Sort by last modified time
    Searched full:vconfig (Results 1 - 12 of 12) sorted by null

  /external/toybox/toys/other/
vconfig.c 0 /* vconfig.c - Creates virtual ethernet devices.
8 USE_VCONFIG(NEWTOY(vconfig, "<2>4", TOYFLAG_NEEDROOT|TOYFLAG_SBIN))
10 config VCONFIG
11 bool "vconfig"
14 usage: vconfig COMMAND [OPTIONS]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 100 Configuration vconfig = mContext.getResources().getConfiguration(); local
101 assertNotNull(vconfig);
102 assertEquals(config.reqKeyboardType, vconfig.keyboard);
103 assertEquals(config.reqTouchScreen, vconfig.touchscreen);
104 assertEquals(config.reqNavigation, vconfig.navigation);
105 if (vconfig.navigation == Configuration.NAVIGATION_NONAV) {
108 if (vconfig.keyboard != Configuration.KEYBOARD_UNDEFINED) {
  /external/toybox/toys/pending/
README 15 vmstat, login, du, vconfig, chroot, cut, touch, modinfo, xargs
  /external/toybox/www/
status.html 51 vmstat login du vconfig mountpoint chroot cut touch modinfo expand xargs
index.html 421 bootchartd, init, fsck, telnetd, telnet, vconfig, toysh, iconv, useradd,
552 <p>Several commands (vmstat, login, du, vconfig, mountpoint, free, chroot,
617 pending to posix. In addition, the existing chvt and vconfig got some
    [all...]
news.html 421 bootchartd, init, fsck, telnetd, telnet, vconfig, toysh, iconv, useradd,
552 <p>Several commands (vmstat, login, du, vconfig, mountpoint, free, chroot,
617 pending to posix. In addition, the existing chvt and vconfig got some
    [all...]
roadmap.html 719 traceroute unzip usleep vconfig zip free login modinfo unshare netcat help w
  /external/toybox/
Android.mk 127 toys/other/vconfig.c \
220 # partprobe pivot_root pwdx rev rfkill switch_root tty vconfig
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 659 ViewConfiguration vConfig = ViewConfiguration.get(mCtx);
661 if (vConfig.hasPermanentMenuKey()) {
  /external/toybox/generated/
newtoys.h 237 USE_VCONFIG(NEWTOY(vconfig, "<2>4", TOYFLAG_NEEDROOT|TOYFLAG_SBIN))
flags.h     [all...]
help.h 85 #define help_vconfig "usage: vconfig COMMAND [OPTIONS]\n\nCreate and remove virtual ethernet devices\n\nadd [interface-name] [vlan_id]\nrem [vlan-name]\nset_flag [interface-name] [flag-num] [0 | 1]\nset_egress_map [vlan-name] [skb_priority] [vlan_qos]\nset_ingress_map [vlan-name] [skb_priority] [vlan_qos]\nset_name_type [name-type]\n\n"
    [all...]

Completed in 629 milliseconds