Home
last modified time | relevance | path

Searched refs:owners (Results 1 – 25 of 104) sorted by relevance

12345

/external/chromium-trace/catapult/dashboard/dashboard/
Dtest_owner.py44 for path, owners in owner_dict.iteritems():
45 owners = owners or set()
48 diff = owners_cache - owners
51 diff = owners - owners_cache
55 add_owner_dict[path] = owners
57 if owners:
58 owner_dict_cache[path] = owners
78 owners = owner_dict_cache.get(test_suite_path, set())
79 owners.add(owner_email)
80 owner_dict_cache[test_suite_path] = owners
[all …]
Dedit_test_owners.py90 owners = owner_dict[test_suite_path]
95 for owner in owners:
Dtest_owner_test.py66 owners = test_owner.GetOwners(test_suite_paths)
67 self.assertEqual(['chris@chromium.org', 'chris@google.com'], owners)
Dgroup_report.py239 owners = test_owner.GetOwners(test_suite_paths)
240 return [{'email': owner} for owner in owners]
/external/dbus/bus/
Dservices.c46 DBusList *owners; member
159 link = _dbus_list_get_first_link (&service->owners); in _bus_service_find_owner_link()
169 link = _dbus_list_get_next_link (&service->owners, link); in _bus_service_find_owner_link()
536 _dbus_list_unlink (&service->owners, link); in bus_registry_acquire_service()
708 _dbus_list_remove_last (&service->owners, owner); in bus_service_unlink_owner()
715 _dbus_assert (service->owners == NULL); in bus_service_unlink()
731 _dbus_assert (service->owners == NULL); in bus_service_relink()
763 if (d->service->owners == NULL) in cancel_ownership()
823 if (service->owners == NULL) in bus_service_add_owner()
841 if (!(flags & DBUS_NAME_FLAG_REPLACE_EXISTING) || service->owners == NULL) in bus_service_add_owner()
[all …]
/external/autotest/client/site_tests/security_ReservedPrivileges/
Dsecurity_ReservedPrivileges.py27 matches = [i for i,owners in enumerate(items) if owners == items[1]]
/external/chromium-trace/catapult/tracing/
DOWNERS13 # Tracing, in general, doesn't require an owners stamp to commit. If you
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dconnection.py145 def get_all_images(self, image_ids=None, owners=None, argument
180 if owners:
181 self.build_list_params(params, owners, 'Owner')
191 def get_all_kernels(self, kernel_ids=None, owners=None, dry_run=False): argument
211 if owners:
212 self.build_list_params(params, owners, 'Owner')
220 def get_all_ramdisks(self, ramdisk_ids=None, owners=None, dry_run=False): argument
240 if owners:
241 self.build_list_params(params, owners, 'Owner')
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dpylintrc4 # TODO(wpr-owners): Reduce this list to as small as possible.
/external/opencv/
DNOTICE12 Third party copyrights are property of their respective owners.
131 // Third party copyrights are property of their respective owners.
293 // Third party copyrights are property of their respective owners.
377 // Third party copyrights are property of their respective owners.
419 // Third party copyrights are property of their respective owners.
461 // Third party copyrights are property of their respective owners.
503 // Third party copyrights are property of their respective owners.
544 // Third party copyrights are property of their respective owners.
586 // Third party copyrights are property of their respective owners.
628 // Third party copyrights are property of their respective owners.
[all …]
DLICENSE_OpenCV12 Third party copyrights are property of their respective owners.
/external/srtp/googlepatches/
Dgoogle-12-srtp-hide-aes-tables-main.patch7 CC=a2a-mobile,third-party-owners
/external/opencv3/modules/core/src/opencl/
Drepeat.cl6 // Third party copyrights are property of their respective owners.
Dnormalize.cl6 // Third party copyrights are property of their respective owners.
/external/libpng/
DLICENSE36 files that are distributed with libpng have other copyright owners and
62 Some files in the "scripts" directory have other copyright owners
/external/aac/
DNOTICE17 may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
20 these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC…
/external/autotest/test_suites/
Dcontrol.graphics19 suite owners: ihf|sabercrombie|marcheu@chromium.org
/external/opencv3/modules/imgproc/src/opencl/
Daccumulate.cl6 // Third party copyrights are property of their respective owners.
/external/opencv3/
DLICENSE16 Third party copyrights are property of their respective owners.
DNOTICE16 Third party copyrights are property of their respective owners.
/external/libjpeg-turbo/testimages/
Dnightshot_iso_100.txt13 These images are (c) there respective owners. You are granted full redistribution and publication r…
/external/tlsdate/
DLICENSE29 * Neither the names of the copyright owners nor the names of its
DNOTICE29 * Neither the names of the copyright owners nor the names of its
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Driwords.txt47 … trademarks and registered trademarks mentioned herein are the property of their respective owners.
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Driwords.txt47 … trademarks and registered trademarks mentioned herein are the property of their respective owners.

12345