Searched refs:owners (Results 1 - 16 of 16) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DChildrenAssociationPolicy.java27 /** Only collection node owners may associate leaf nodes with the collection. */
28 owners, enum constant in enum:ChildrenAssociationPolicy
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Downers_data_source_test.py19 '# Core owners.',
63 # Don't randomize the owners to avoid testing issues.
75 owners, notes = ParseOwnersFile(owners_content, randomize=False)
76 # The order of the owners list should reflect the order of the owners file.
77 self.assertEqual(owners, [
103 owners, notes = ParseOwnersFile(owners_content_with_comments,
105 self.assertEqual(owners, [
131 'owners': [
138 'notes': 'Core owners
[all...]
H A Downers_data_source.py22 '''Returns a tuple (owners, notes), where
23 |owners| is a list of dicts formed from the owners in |content|,
28 owners = []
36 # TODO(ahernandez): Mark owners no longer on the project.
37 owners.append({'email': line, 'username': line[:line.find('@')]})
38 # Randomize the list so owners toward the front of the list aren't
41 random.shuffle(owners)
42 MarkLast(owners)
43 return owners, '\
[all...]
/external/chromium_org/tools/metrics/histograms/
H A Dhistogram_ownership.py6 """A simple tool to go through histograms.xml and print out the owners for
12 DUMMY_OWNER = "Please list the metric's owners. Add more owner tags as needed."
32 owners = []
43 owners.append(node.text)
46 if owners:
47 print name, ' '.join(owners)
H A Dextract_histograms.py62 'Please list the metric\'s owners. Add more owner tags as needed.')
224 """Extract all owners into a list from owner tag under |xml_node|."""
225 owners = []
229 owners.append(owner_entry)
230 return owners
254 owners = _ExtractOwners(histogram)
255 if owners:
256 histogram_entry['owners'] = owners
363 # Find owners lis
[all...]
/external/chromium_org/gin/test/
H A Dfile_unittests.js26 var owners = file.readFileToString(rootDir + "/OWNERS");
27 expect(isString(owners)).toBeTruthy();
28 expect(owners.length).toBeGreaterThan(0);
/external/chromium_org/tools/security/
H A Dcheck_message_owners.py15 owners = collect_owners(root_dir)
16 all_owners = get_all_owners(owners)
17 print_missing_owners(owners, all_owners)
/external/chromium_org/tools/metrics/actions/
H A Dextract_actions_test.py36 {owners}{obsolete}{description}
44 ' <owner>Please list the metric\'s owners. '
99 ' <owner>Please list the metric\'s owners.'
139 current_xml = ACTIONS_XML.format(owners=owner, description=description,
164 current_xml = ACTIONS_XML.format(owners=TWO_OWNERS, obsolete=NO_VALUE,
179 current_xml = ACTIONS_XML.format(owners=TWO_OWNERS, obsolete=TWO_OBSOLETE,
H A Dextract_actions.py131 'owner': ('Please list the metric\'s owners. Add more owner tags as '
626 def __init__(self, name, description, owners, obsolete=None):
629 self.owners = owners
662 owners = _ExtractText(action_dom, 'owner')
680 actions_dict[action_name] = Action(action_name, description, owners,
714 if action_object and action_object.owners:
715 # If owners for this action is not None, use the stored value. Otherwise,
717 for owner in action_object.owners:
/external/chromium_org/chrome/browser/media_galleries/
H A Dgallery_watch_manager.cc312 it->second.owners.erase(owner);
313 if (it->second.owners.empty()) {
330 watched_paths_[path].owners.insert(owner);
347 std::set<WatchOwner> owners = notification_info->second.owners; local
348 for (std::set<WatchOwner>::iterator it = owners.begin(); it != owners.end();
385 for (it = notification_info->second.owners.begin();
386 it != notification_info->second.owners.end();
H A Dgallery_watch_manager.h101 std::set<WatchOwner> owners; member in struct:GalleryWatchManager::NotificationInfo
/external/chromium_org/third_party/polymer/components-chromium/core-layout-grid/
H A Dcore-layout-grid-extracted.js96 var owners = [];
122 // store the owners for this column
123 owners[i] = contained;
126 return owners;
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos_unittest.cc228 std::set<std::string> owners; local
229 multi_user_window_manager_->GetOwnersOfVisibleWindows(&owners);
232 owner_list.insert(owner_list.begin(), owners.begin(), owners.end());
257 // drawn on the owners desktop - not on any other.
346 // Set some owners and make sure we got what we asked for.
427 // Set some owners and make sure we got what we asked for.
753 // Set some owners and make sure we got what we asked for.
787 // Set some owners and make sure we got what we asked for.
803 // Set some owners an
[all...]
/external/chromium_org/chrome/installer/mac/
H A Ddmgdiffer.sh116 -nobrowse -owners off > /dev/null; then
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py1033 new_field.name = 'owners'
1043 self.assertTrue(desc.fields_by_name.has_key('owners'))
1054 prius.owners.extend(['bob', 'susan'])
1067 self.assertEqual(prius.owners, new_prius.owners)
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 966 milliseconds