HomeSort by relevance Sort by last modified time
    Searched defs:ARG_TYPE (Results 1 - 5 of 5) sorted by null

  /external/libnl/src/
nl-route-list.c 77 ARG_TYPE,
95 { "type", 1, 0, ARG_TYPE },
119 case ARG_TYPE: nl_cli_route_parse_type(route, optarg); break;
nl-route-add.c 79 ARG_TYPE,
96 { "type", 1, 0, ARG_TYPE },
119 case ARG_TYPE: nl_cli_route_parse_type(route, optarg); break;
nl-route-delete.c 107 ARG_TYPE,
127 { "type", 1, 0, ARG_TYPE },
152 case ARG_TYPE: nf++; nl_cli_route_parse_type(route, optarg); break;
  /cts/tools/dasm/src/dasm/
DopInfo.java 64 public final static String ARG_TYPE = "T";
86 public final static String ARG_REG_TYPE = ARG_REGISTER + ARG_TYPE;
88 + ARG_TYPE;
95 public final static String ARG_REGLIST_TYPE = ARG_REGLIST + ARG_TYPE;
99 public final static String ARG_REGRANGE_TYPE = ARG_REGRANGE + ARG_TYPE;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 58 milliseconds