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

12 3 4 5 6 7 8

  /external/iproute2/ip/
xfrm_monitor.c 348 unsigned groups = ~((unsigned)0); /* XXX */ local
364 groups = 0;
367 groups = 0;
370 groups = 0;
373 groups = 0;
376 groups = 0;
379 groups = 0;
390 groups |= nl_mgrp(XFRMNLGRP_ACQUIRE);
392 groups |= nl_mgrp(XFRMNLGRP_EXPIRE);
394 groups |= nl_mgrp(XFRMNLGRP_SA)
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
ModelConverter.java 77 PrimitiveGroup[] groups = ts.generateStrips(indices); local
78 Arrays.sort(groups, primComp);
81 for (PrimitiveGroup group : groups)
93 int[] elementLengths = new int[groups.length];
94 for (int i = 0; i < groups.length; i++){
95 PrimitiveGroup group = groups[i];
  /external/smack/src/org/jivesoftware/smack/
RosterEntry.java 111 * Returns an unmodifiable collection of the roster groups that this entry belongs to.
113 * @return an iterator for the groups this entry belongs to.
117 // Loop through all roster groups and find the ones that contain this
156 Collection<RosterGroup> groups = getGroups(); local
157 if (!groups.isEmpty()) {
159 Iterator<RosterGroup> iter = groups.iterator();
Roster.java 38 * presence updates for. Roster items are categorized into groups for easier management.<p>
60 private final Map<String, RosterGroup> groups; field in class:Roster
114 groups = new ConcurrentHashMap<String, RosterGroup>();
252 if (groups.containsKey(name)) {
257 groups.put(name, group);
267 * @param groups the list of group names the entry will belong to, or <tt>null</tt> if the
272 public void createEntry(String user, String name, String[] groups) throws XMPPException {
284 if (groups != null) {
285 for (String group : groups) {
366 // If the roster entry belongs to any groups, remove it from th
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
MacroGroup.java 135 for (MacroGroup groups : getMacroGroups()) {
136 buf.append(groups.toXML());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
mount.h 43 typedef struct groupnode *groups; typedef in typeref:struct:groupnode
47 groups gr_next;
55 groups ex_groups;
121 extern bool_t xdr_groups (XDR *, groups*);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
mount.h 43 typedef struct groupnode *groups; typedef in typeref:struct:groupnode
47 groups gr_next;
55 groups ex_groups;
121 extern bool_t xdr_groups (XDR *, groups*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
mount.h 43 typedef struct groupnode *groups; typedef in typeref:struct:groupnode
47 groups gr_next;
55 groups ex_groups;
121 extern bool_t xdr_groups (XDR *, groups*);
  /external/android-clat/
clatd.c 225 gid_t groups[] = { AID_INET }; local
226 if(setgroups(sizeof(groups)/sizeof(groups[0]), groups) < 0) {
  /external/chromium/chrome/browser/
plugin_updater.cc 176 // plugin groups.
178 // Files have a path attribute, groups don't.
207 // Otherwise this is a list of groups.
252 std::vector<webkit::npapi::PluginGroup> groups; local
253 webkit::npapi::PluginList::Singleton()->GetPluginGroups(false, &groups);
260 plugins, groups));
266 const std::vector<webkit::npapi::PluginGroup>& groups) {
292 // Add the groups as well.
293 for (size_t i = 0; i < groups.size(); ++i) {
294 DictionaryValue* summary = groups[i].GetSummary()
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.cc 112 // row between groups.
128 const ui::TableModel::Groups& groups = table_model_->GetGroups(); local
129 ui::TableModel::Groups::const_iterator group_it = groups.begin();
151 if (group_it == groups.end()) {
156 int offset = OffsetForGroupIndex(group_it - groups.begin());
165 const ui::TableModel::Groups& groups = table_model_->GetGroups(); local
166 for (ui::TableModel::Groups::const_iterator it = groups.begin()
205 const ui::TableModel::Groups& groups = table_model_->GetGroups(); local
    [all...]
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.cc 214 TemplateURLTableModel::Groups TemplateURLTableModel::GetGroups() {
215 Groups groups; local
221 groups.push_back(search_engine_group);
227 groups.push_back(other_group);
229 return groups;
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_model.js 22 var groups = {
30 groups.drive = (isDriveEnabled ? [DirectoryModel.fakeDriveEntry_] : []);
33 groups[key] = rootEntryList;
35 for (var key in groups) {
36 if (!groups[key]) {
44 groups.drive, groups.downloads, groups.archives, groups.removables));
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_tree.cc 114 // row between groups.
130 const ui::TableModel::Groups& groups = table_model_->GetGroups(); local
131 ui::TableModel::Groups::const_iterator group_it = groups.begin();
153 if (group_it == groups.end()) {
158 int offset = OffsetForGroupIndex(group_it - groups.begin());
167 const ui::TableModel::Groups& groups = table_model_->GetGroups(); local
168 for (ui::TableModel::Groups::const_iterator it = groups.begin()
207 const ui::TableModel::Groups& groups = table_model_->GetGroups(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.cc 218 TemplateURLTableModel::Groups TemplateURLTableModel::GetGroups() {
219 Groups groups; local
225 groups.push_back(search_engine_group);
231 groups.push_back(other_group);
237 groups.push_back(extension_group);
239 return groups;
  /external/chromium_org/chrome/common/metrics/variations/
variations_util_unittest.cc 80 // Create our expected groups of IDs.
189 // Parse the input groups.
190 base::FieldTrial::ActiveGroups groups; local
198 groups.push_back(group);
206 BuildGoogleUpdateExperimentLabel(groups));
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 123 ContentGroups groups; member in struct:cricket::ContentMessage
184 const ContentGroups& groups,
200 const ContentGroups& groups,
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py 310 # Get rid of unnecessary levels of depth in groups like the Source group.
313 # Sort the groups nicely. Do this after sorting the targets, because the
1076 groups = ['inputs', 'inputs_excluded'] variable
1078 groups = [x for x in groups if not x.endswith('_excluded')] variable
1149 groups = ['inputs', 'inputs_excluded', 'outputs', 'outputs_excluded'] variable
1151 groups = [x for x in groups if not x.endswith('_excluded')] variable
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
ArmatureHelper.java 186 Structure groups = (Structure) actionStructure.getFieldValue("groups"); local
187 List<Structure> actionGroups = groups.evaluateListBase(blenderContext);// bActionGroup
  /external/linux-tools-perf/util/
map.h 51 struct map_groups *groups; member in struct:map
176 map->groups = self;
  /external/oprofile/libpp/
arrange_profiles.h 203 * with groups being the profile classifications
223 std::vector<image_group_set> groups; member in struct:inverted_profile
239 * marked with the profile class they're from (hence the groups
  /external/oprofile/pp/
opgprof.cpp 302 image_group_set const & groups = image_profile.groups[0]; local
304 for (it = groups.begin(); it != groups.end(); ++it) {
  /external/wpa_supplicant_8/src/utils/
os_unix.c 264 gid_t groups[] = { ANDROID_SETGROUPS_OVERRIDE }; local
266 gid_t groups[] = { AID_INET, AID_WIFI, AID_KEYSTORE };
271 setgroups(sizeof(groups)/sizeof(groups[0]), groups);
  /frameworks/native/cmds/dumpstate/
dumpstate.c 409 gid_t groups[] = { AID_LOG, AID_SDCARD_R, AID_SDCARD_RW, local
411 if (setgroups(sizeof(groups)/sizeof(groups[0]), groups) != 0) {
  /bionic/libc/kernel/common/linux/
device.h 151 struct attribute_group ** groups; member in struct:class_device

Completed in 969 milliseconds

12 3 4 5 6 7 8