HomeSort by relevance Sort by last modified time
    Searched refs:groups (Results 376 - 400 of 1042) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 71 self.groups = 1
74 gid = self.groups
75 self.groups = gid + 1
87 return gid < self.groups and gid not in self.open
291 if group < state.groups:
777 # convert template to groups and literals lists
779 groups = []
780 groupsappend = groups.append
789 return groups, literals
794 groups, literals = templat
    [all...]
locale.py 153 groups = []
160 groups.append(s[-interval:])
163 groups.append(s)
164 groups.reverse()
166 left_spaces + thousands_sep.join(groups) + right_spaces,
167 len(thousands_sep) * (len(groups) - 1)
    [all...]
platform.py 174 libcinit,glibc,glibcversion,so,threads,soversion = m.groups()
276 return tuple(m.groups())
281 return tuple(m.groups())
324 _distname,dummy = m.groups()
523 system,release,version = m.groups()
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 58 int *groups = wpa_s->conf->sae_groups; local
61 if (!groups || groups[0] <= 0)
62 groups = default_groups;
65 if (!index_within_array(groups, wpa_s->sme.sae_group_index))
69 int group = groups[wpa_s->sme.sae_group_index];
693 int *groups; local
705 groups = wpa_s->conf->sae_groups;
706 if (!groups || groups[0] <= 0
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
instance.py 119 :ivar groups: A list of Group objects representing the security
120 groups associated with launched instances.
128 self.groups = []
139 self.groups = ResultSet([('item', Group)])
140 return self.groups
162 :ivar groups: A list of Group objects representing the security
163 groups associated with the instance.
204 :ivar groups: List of security Groups associated with the instance.
244 self.groups = [
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 212 Log.e(TAG, "Not allowing multiple aid-groups in the " +
273 * Returns a consolidated list of AIDs from the AID groups
312 * Returns a consolidated list of AID groups
320 final ArrayList<AidGroup> groups = new ArrayList<AidGroup>(); local
322 groups.add(entry.getValue());
326 // Consolidate AID groups - don't return static ones
328 groups.add(entry.getValue());
331 return groups;
339 ArrayList<AidGroup> groups = getAidGroups(); local
340 for (AidGroup group : groups) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
locale.py 153 groups = []
160 groups.append(s[-interval:])
163 groups.append(s)
164 groups.reverse()
166 left_spaces + thousands_sep.join(groups) + right_spaces,
167 len(thousands_sep) * (len(groups) - 1)
    [all...]
platform.py 174 libcinit,glibc,glibcversion,so,threads,soversion = m.groups()
276 return tuple(m.groups())
281 return tuple(m.groups())
324 _distname,dummy = m.groups()
523 system,release,version = m.groups()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
locale.py 153 groups = []
160 groups.append(s[-interval:])
163 groups.append(s)
164 groups.reverse()
166 left_spaces + thousands_sep.join(groups) + right_spaces,
167 len(thousands_sep) * (len(groups) - 1)
    [all...]
platform.py 174 libcinit,glibc,glibcversion,so,threads,soversion = m.groups()
276 return tuple(m.groups())
281 return tuple(m.groups())
324 _distname,dummy = m.groups()
523 system,release,version = m.groups()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 153 groups = []
160 groups.append(s[-interval:])
163 groups.append(s)
164 groups.reverse()
166 left_spaces + thousands_sep.join(groups) + right_spaces,
167 len(thousands_sep) * (len(groups) - 1)
    [all...]
platform.py 174 libcinit,glibc,glibcversion,so,threads,soversion = m.groups()
276 return tuple(m.groups())
281 return tuple(m.groups())
324 _distname,dummy = m.groups()
523 system,release,version = m.groups()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 473 List<ViewClassInfo> groups = ldp.getGroups(); local
475 if (views != null && groups != null) {
477 groupList.addAll(groups);
500 List<ViewClassInfo> groups = ldp.getGroups(); local
502 if (prefs != null && groups != null) {
504 groupList.addAll(groups);
  /external/ceres-solver/internal/ceres/
reorder_program.cc 156 const map<int, set<double*> >& groups = local
159 for (map<int, set<double*> >::const_iterator group_it = groups.begin();
160 group_it != groups.end();
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
connection.py 147 def requires(*groups):
153 if 1 != len(list(filter(hasgroup, groups))):
154 message = ' OR '.join(['+'.join(g) for g in groups])
159 message = ' OR '.join(['+'.join(g) for g in groups])
166 def exclusive(*groups):
172 if len(list(filter(hasgroup, groups))) not in (0, 1):
173 message = ' OR '.join(['+'.join(g) for g in groups])
178 message = ' OR '.join(['+'.join(g) for g in groups])
185 def dependent(field, *groups):
191 if field in kw and not any(hasgroup(g) for g in groups)
    [all...]
  /external/testng/src/main/java/org/testng/internal/
ConfigurationMethod.java 383 // If this configuration method has inherit-groups=true, add the groups
388 String[] groups = classAnnotation.getGroups(); local
393 if (groups != null) {
394 for (String g : groups) {
  /external/testng/src/main/java/org/testng/reporters/jq/
Model.java 110 String[] groups = tr.getMethod().getGroups(); local
112 Arrays.asList(groups));
113 for (String group : groups) {
  /external/testng/src/main/java/org/testng/xml/dom/
DomUtil.java 171 } else if ("groups".equals(item2.getNodeName())) {
213 List<String> groups = Lists.newArrayList(); local
218 groups.add(e.getAttribute("name"));
221 xmlTest.addMetaGroup(((Element) item).getAttribute("name"), groups);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/
AppPermissionsFragmentWear.java 138 List<AppPermissionGroup> groups = mAppPermissions.getPermissionGroups(); local
141 final int count = groups.size();
143 final AppPermissionGroup group = groups.get(i);
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap.go 20 // sortComments sorts the list of comment groups in source order.
31 // A CommentMap maps an AST node to a list of comment groups
77 // A commentListReader helps iterating through a list of comment groups.
127 // NewCommentMap creates a new comment map by associating comment groups
167 stack nodeStack // stack of node groups
269 // Comments returns the list of comment groups in the comment map.
  /prebuilts/go/linux-x86/src/go/ast/
commentmap.go 20 // sortComments sorts the list of comment groups in source order.
31 // A CommentMap maps an AST node to a list of comment groups
77 // A commentListReader helps iterating through a list of comment groups.
127 // NewCommentMap creates a new comment map by associating comment groups
167 stack nodeStack // stack of node groups
269 // Comments returns the list of comment groups in the comment map.
  /external/android-clat/
clatd.c 163 gid_t groups[] = { AID_INET, AID_VPN }; local
164 if(setgroups(sizeof(groups)/sizeof(groups[0]), groups) < 0) {
  /external/autotest/cli/
atomicgroup.py 4 manage atomic groups in Autotest.
9 list: Lists atomic groups.
34 help='File listing the ATOMIC GROUPs',
58 help='Don\'t hide invalid atomic groups.',
  /external/autotest/client/tests/xfstests/
xfstests.py 34 error_msg = match.groups()[2]
  /external/autotest/frontend/
apache_auth.py 27 user.save() # need to save before adding groups
28 user.groups.add(Group.objects.get(

Completed in 1122 milliseconds

<<11121314151617181920>>