OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:json_text2
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_defacl.py
56
json_text2
= self.RunGsUtil(self._defacl_get_prefix +
58
self.assertRegexpMatches(
json_text2
, test_regex)
88
json_text2
= self.RunGsUtil(self._defacl_get_prefix +
90
self.assertRegexpMatches(
json_text2
, group_regex)
test_acl.py
386
json_text2
= self.RunGsUtil(
388
self.assertRegexpMatches(
json_text2
, test_regex2)
427
json_text2
= self.RunGsUtil(
429
self.assertNotRegexpMatches(
json_text2
, test_regex)
452
json_text2
= self.RunGsUtil(self._get_acl_prefix + [suri(obj)],
454
self.assertRegexpMatches(
json_text2
, test_regex2)
Completed in 2389 milliseconds