HomeSort by relevance Sort by last modified time
    Searched refs:owners (Results 1 - 25 of 30) sorted by null

1 2

  /external/smack/src/org/jivesoftware/smackx/pubsub/
ChildrenAssociationPolicy.java 27 /** Only collection node owners may associate leaf nodes with the collection. */
28 owners, enum constant in enum:ChildrenAssociationPolicy
  /external/chromium_org/tools/metrics/histograms/
histogram_ownership.py 6 """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)
extract_histograms.py 62 '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 list under current histogram_suffixes tag
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
owners_data_source_test.py 18 'OWNERS': '\n'.join([
19 '# Core owners.',
24 'OWNERS': '\n'.join([
34 'OWNERS': '\n'.join([
47 'OWNERS': '\n'.join([
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, [
    [all...]
owners_data_source.py 16 _CORE_OWNERS = 'Core Extensions/Apps Owners'
17 _OWNERS = 'OWNERS'
22 '''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)
    [all...]
  /frameworks/base/core/java/android/content/
UndoManager.java 47 * document itself and each embedded object use different owners, then you
229 * by this can be limited through <var>owners</var>.
230 * @param owners Optional set of owners that should be impacted. If null, all
232 * states that contain one of the owners specified here will be visible.
236 public int undo(UndoOwner[] owners, int count) {
251 while (count > 0 && (i=findPrevState(mUndos, owners, i)) >= 0) {
266 * The states impacted by this can be limited through <var>owners</var>.
267 * @param owners Optional set of owners that should be impacted. If null, al
    [all...]
  /external/chromium_org/tools/security/
check_message_owners.py 6 """Make sure all of the per-file *_messages.h OWNERS are consistent"""
15 owners = collect_owners(root_dir)
16 all_owners = get_all_owners(owners)
17 print_missing_owners(owners, all_owners)
23 if "OWNERS" in files:
24 owner_file_path = os.path.join(root, "OWNERS")
  /external/chromium_org/chrome/browser/media_galleries/
gallery_watch_manager.cc 312 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();
gallery_watch_manager.h 101 std::set<WatchOwner> owners; member in struct:GalleryWatchManager::NotificationInfo
  /external/chromium_org/tools/metrics/actions/
extract_actions_test.py 36 {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,
extract_actions.py 131 '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/third_party/polymer/components-chromium/core-layout-grid/
core-layout-grid-extracted.js 96 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/
multi_user_window_manager_chromeos_unittest.cc 228 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.
    [all...]
  /external/chromium_org/chrome/installer/mac/
dmgdiffer.sh 116 -nobrowse -owners off > /dev/null; then
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/
lint-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/
lint-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.1/
lint-api-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.3/
lint-api-22.7.3.jar 

Completed in 448 milliseconds

1 2