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

  /external/iproute2/tc/
m_action.c 58 "\tACTNAMESPEC := action <ACTNAME>\n"
62 "\tACTDETAIL := <ACTNAME> <ACTPARAMS>\n"
63 "\t\tExample ACTNAME is gact, mirred etc\n"
  /external/libppp/src/
filter.c 438 static const char * const actname[] = { " none ", "permit ", " deny " }; local
444 } else if (act >= A_NONE && act < A_NONE + sizeof(actname)/sizeof(char *))
445 return actname[act - A_NONE];
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java 48 Account account = new Account("actname", "acttype");

Completed in 78 milliseconds