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

  /external/grpc-grpc/tools/run_tests/sanity/
check_owners.sh 23 owners=.github/CODEOWNERS
27 diff -u "$owners" "$want_owners"
  /build/make/core/tasks/
owners.mk 16 .PHONY: owners
18 intermediates := $(call intermediates-dir-for,PACKAGING,owners)
19 owners_zip := $(intermediates)/owners.zip
20 owners_list := $(OUT_DIR)/.module_paths/OWNERS.list
21 owners := $(file <$(owners_list)) macro
22 $(owners_zip) : PRIVATE_owners := $(subst $(newline),\n,$(owners))
24 $(owners_zip) : $(owners) $(SOONG_ZIP)
25 @echo "Building artifact to include OWNERS files."
31 owners : $(owners_zip)
  /external/grpc-grpc/tools/mkowners/
mkowners.py 46 # Walk git tree to locate all OWNERS files
50 os.path.join(root, 'OWNERS')
52 if 'OWNERS' in files
56 # Parse owners files
59 Owners = collections.namedtuple('Owners', 'parent directives dir')
87 return Owners(
98 # Modify owners so that parented OWNERS files point to the actual
99 # Owners tuple with their parent fiel
118 owners = owners._replace(parent=best_parent.dir) variable
120 owners = owners._replace(parent=None) variable
    [all...]
  /external/tensorflow/tensorflow/python/autograph/pyct/
inspect_utils.py 257 owners = []
274 owners.append(v)
278 if owners:
279 if len(owners) == 1:
280 return owners[0]
282 # If multiple owners are found, and are not subclasses, raise an error.
283 owner_types = tuple(o if tf_inspect.isclass(o) else type(o) for o in owners)
287 raise ValueError('Found too many owners of %s: %s' % (m, owners))
qual_names.py 128 'a.b[c.d]' has two owners, 'a' and 'a.b'
130 owners = set()
132 owners.add(self.parent)
133 owners.update(self.parent.owner_set)
134 return owners
cfg.py 275 self.owners = {} # type: Set[any]
325 self.owners[node] = frozenset(self.active_stmts)
571 for stmt in self.owners[node]:
577 stmts_exited = self.owners[first] - self.owners[second]
580 stmts_entered = self.owners[second] - self.owners[first]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
TryWithResourcesEcjFilter.java 51 private final Map<String, String> owners = new HashMap<String, String>(); field in class:TryWithResourcesEcjFilter.Matcher
65 owners.clear();
225 final String expected = owners.get(name);
227 owners.put(name, actual);
  /build/make/tools/
checkowners.py 3 """Parse and check syntax errors of a given OWNERS file."""
11 parser = argparse.ArgumentParser(description='Check OWNERS file syntax')
18 parser.add_argument(dest='owners', metavar='OWNERS', nargs='+',
19 help='Path to OWNERS file')
67 for fname in args.owners:
  /external/python/apitools/samples/storage_sample/storage_v1/
storage_v1_messages.py 254 team: The team. Can be owners, editors, or viewers.
658 team: The team. Can be owners, editors, or viewers.
750 Owners of the given project. For example, projectOwner:my-example-
    [all...]
  /build/soong/ui/build/
finder.go 67 "OWNERS",
108 owners := f.FindNamedAt(".", "OWNERS")
109 err = dumpListToFile(owners, filepath.Join(dumpDir, "OWNERS.list"))
111 ctx.Fatalf("Could not find OWNERS: %v", err)
  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 465 // Determine the MRU of the owners tied for having the highest priority
592 std::set<int32_t> owners; local
594 owners.emplace(i->getOwnerId());
596 return std::vector<int32_t>(owners.begin(), owners.end());
  /external/v8/tools/
run_perf.py 14 "owners": [<list of email addresses of benchmark owners (required)>],
59 "owners": ["username@chromium.org"],
79 "owners": ["username@chromium.org", "otherowner@google.com"],
376 self.owners = []
389 assert isinstance(suite.get("owners", []), list)
400 self.owners = parent.owners[:] + suite.get("owners", [])
441 assert self.owners
    [all...]
  /external/skia/
PRESUBMIT.py 361 For public API files make sure there is an LGTM from the list of owners in
384 # It is a revert CL, ignore the public api owners check.
388 # Ignore public api owners check for dry run CLs since they are not
396 # public api owners check.
406 # api owners check.
425 "Add one of the owners as a reviewer to your CL as well as to the "
  /external/skqp/
PRESUBMIT.py 361 For public API files make sure there is an LGTM from the list of owners in
384 # It is a revert CL, ignore the public api owners check.
388 # Ignore public api owners check for dry run CLs since they are not
396 # public api owners check.
406 # api owners check.
425 "Add one of the owners as a reviewer to your CL as well as to the "
  /external/webrtc/
PRESUBMIT.py 101 ' 4. Update/inform existing downstream code owners to stop using the '
467 # (e.g. OWNERS checks before finished code review), and we're running
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go     [all...]
  /external/python/cpython2/Mac/Modules/icn/
_Icnmodule.c 723 UInt16 owners; local
731 &owners);
734 owners);
    [all...]
  /external/scapy/scapy/
config.py 81 return hasattr(f, "owners")
83 self.layers = {owner for f in self.fields for owner in f.owners}
fields.py 32 __slots__ = ["name", "fmt", "default", "sz", "owners"]
44 self.owners = []
47 self.owners.append(cls)
94 return "<Field (%s).%s>" % (",".join(x.__name__ for x in self.owners),self.name)
    [all...]
plist.py 528 for o in fld.owners:
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /build/make/core/
main.mk     [all...]
  /build/soong/java/
droiddoc.go     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 

Completed in 3628 milliseconds