HomeSort by relevance Sort by last modified time
    Searched defs:groups (Results 126 - 150 of 190) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/third_party/icu/source/common/
unames.c 84 * Get the groups table from a UCharNames struct.
85 * The groups table consists of one uint16_t groupCount followed by
86 * groupCount groups. Each group is a triple of uint16_t, see GROUP_LENGTH
90 * @return (const uint16_t *) pointer to the groups table
505 const uint16_t *groups=GET_GROUPS(names); local
508 limit=*groups++,
514 if(groupMSB<groups[number*GROUP_LENGTH+GROUP_MSB]) {
522 return groups+start*GROUP_LENGTH;
707 const uint16_t *groups=GET_GROUPS(names); local
708 groupCount=*groups++
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.cc 109 std::vector<AppCacheDatabase::GroupRecord> groups; local
110 database->FindGroupsForOrigin(*origin, &groups);
112 for (group = groups.begin(); group != groups.end(); ++group) {
350 std::vector<AppCacheDatabase::GroupRecord> groups; local
351 database_->FindGroupsForOrigin(*origin, &groups);
353 group = groups.begin();
354 group != groups.end(); ++group) {
    [all...]
  /external/icu4c/common/
unames.cpp 86 * Get the groups table from a UCharNames struct.
87 * The groups table consists of one uint16_t groupCount followed by
88 * groupCount groups. Each group is a triple of uint16_t, see GROUP_LENGTH
92 * @return (const uint16_t *) pointer to the groups table
507 const uint16_t *groups=GET_GROUPS(names); local
510 limit=*groups++,
516 if(groupMSB<groups[number*GROUP_LENGTH+GROUP_MSB]) {
524 return groups+start*GROUP_LENGTH;
721 const uint16_t *groups=GET_GROUPS(names); local
722 groupCount=*groups++
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 812 CObjectVector<CSolidGroup> groups; local
814 groups.Add(CSolidGroup());
817 // ---------- Split files to 2 groups ----------
835 groups[GetGroupIndex(method.PasswordIsDefined, filteredGroup)].Indices.Add(i);
871 const CSolidGroup &group = groups[groupIndex];
1140 groups.ClearAndFree();
  /external/ppp/pppd/
main.c 200 GIDSET_TYPE groups[NGROUPS_MAX];/* groups the user is in */ variable
201 int ngroups; /* How many groups valid in groups */
344 ngroups = getgroups(NGROUPS_MAX, groups);
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ConfigureForm.java 554 * Gets the roster groups that are allowed to subscribe and retrieve items.
556 * @return The roster groups
564 * Sets the roster groups that are allowed to subscribe and retrieve items.
566 * @param groups The roster groups
568 public void setRosterGroupsAllowed(List<String> groups)
571 setAnswer(ConfigureNodeFields.roster_groups_allowed.getFieldName(), groups); local
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 406 struct p2p_group **groups; member in struct:p2p_data
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 3022 int *groups = wpa_config_parse_int_array(pos); local
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 381 const DefaultKeyedVector<String8, sp<AaptGroup> >& groups = dir->getFiles(); local
382 int N = groups.size();
384 String8 leafName = groups.keyAt(i);
385 const sp<AaptGroup>& group = groups.valueAt(i);
2563 const KeyedVector<String8,sp<AaptGroup> > groups = d->getFiles(); local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 279 * Broadcast intent action indicating that remembered persistent groups have changed.
630 * @param groups Wi-Fi p2p group info list
632 public void onPersistentGroupInfoAvailable(WifiP2pGroupList groups);
748 WifiP2pGroupList groups = (WifiP2pGroupList) message.obj; local
751 onPersistentGroupInfoAvailable(groups);
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 1981 List<ObjectGroup*>* groups = isolate->global_handles()->object_groups(); local
2004 List<ImplicitRefGroup*>* groups = local
    [all...]
  /external/iproute2/misc/
ss.c 2341 unsigned groups; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 1565 set<const Descriptor*> groups; local
1618 set<const Descriptor*> groups; local
    [all...]
  /external/v8/src/
liveobjectlist.cc 2143 List<ObjectGroup*>* groups = isolate->global_handles()->object_groups(); local
    [all...]