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

  /external/wpa_supplicant_8/src/ap/
vlan.h 16 int untagged; /* >0 802.1q vid */ member in struct:vlan_description
ieee802_11_auth.c 512 int *untagged, *tagged, *notempty; local
571 untagged = &cache->vlan_id.untagged;
573 *notempty = !!radius_msg_get_vlanid(msg, untagged,
604 cache->vlan_id.untagged,
vlan_full.c 423 int untagged, *tagged, i, notempty; local
439 untagged = vlan->vlan_desc.untagged;
447 } else if (untagged > 0 && untagged <= MAX_VLAN_ID) {
448 vlan_bridge_name(br_name, hapd, untagged);
450 vlan_get_bridge(br_name, hapd, untagged);
457 if (tagged[i] == untagged ||
536 int untagged = vlan->vlan_desc.untagged; local
    [all...]
ieee802_1x.c 1696 int *untagged, *tagged, *notempty; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TagClustering.java 36 mUntaggedString = context.getResources().getString(R.string.untagged);
43 final ArrayList<Path> untagged = new ArrayList<Path>(); local
52 untagged.add(path);
69 mNames = new String[m + ((untagged.size() > 0) ? 1 : 0)];
75 if (untagged.size() > 0) {
77 mClusters.add(untagged);
FaceClustering.java 86 mUntaggedString = context.getResources().getString(R.string.untagged);
94 final FaceCluster untagged = new FaceCluster(mUntaggedString); local
101 untagged.add(item, -1);
117 mClusters = map.values().toArray(new FaceCluster[m + ((untagged.size() > 0) ? 1 : 0)]);
118 if (untagged.size() > 0) {
119 mClusters[m] = untagged;
  /art/test/906-iterate-heap/src/art/
Test906.java 44 int untagged = iterateThroughHeapCount(HEAP_FILTER_OUT_TAGGED, null, Integer.MAX_VALUE); local
50 if (all != tagged + untagged) {
51 throw new IllegalStateException("Instances: " + all + " != " + tagged + " + " + untagged);

Completed in 187 milliseconds