Home
last modified time | relevance | path

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

123456

/external/grpc-grpc/tools/mkowners/
Dmkowners.py103 for owners in owners_data:
104 if owners.parent == True:
108 if possible_parent is owners: continue
109 rel = os.path.relpath(owners.dir, possible_parent.dir)
118 owners = owners._replace(parent=best_parent.dir) variable
120 owners = owners._replace(parent=None) variable
121 new_owners_data.append(owners)
184 for owners in owners_data:
185 if owners.dir == parent:
186 owners_globs = expand_directives(owners.dir, owners.directives)
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/mkowners/
Dmkowners.py100 for owners in owners_data:
101 if owners.parent == True:
105 if possible_parent is owners: continue
106 rel = os.path.relpath(owners.dir, possible_parent.dir)
115 owners = owners._replace(parent=best_parent.dir) variable
117 owners = owners._replace(parent=None) variable
118 new_owners_data.append(owners)
180 for owners in owners_data:
181 if owners.dir == parent:
182 owners_globs = expand_directives(owners.dir, owners.directives)
[all …]
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils.py308 owners = []
325 owners.append(v)
329 if owners:
330 if len(owners) == 1:
331 return owners[0]
334 owner_types = tuple(o if tf_inspect.isclass(o) else type(o) for o in owners)
338 raise ValueError('Found too many owners of %s: %s' % (m, owners))
Dqual_names.py132 owners = set()
134 owners.add(self.parent)
135 owners.update(self.parent.owner_set)
136 return owners
Dcfg.py304 self.owners = {} # type: Set[any]
357 self.owners[node] = frozenset(self.active_stmts)
614 for stmt in self.owners[node]:
621 stmts_exited = self.owners[first] - self.owners[second]
624 stmts_entered = self.owners[second] - self.owners[first]
/external/grpc-grpc/
DOWNERS5 # 1. owners to be able to self-approve
9 # POLICY: at least three owners are needed before adding any OWNERS
11 # for a change; without this policy authors that are owners would
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_owners.sh23 owners=.github/CODEOWNERS
27 diff -u "$owners" "$want_owners"
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_owners.sh23 owners=.github/CODEOWNERS
27 diff -u "$owners" "$want_owners"
/external/libbrillo/
DOWNERS3 # Android owners
6 # Chromium owners
/external/libchromeos-rs/
DOWNERS1 # ANDROID: Remove chromium owners to not confuse Gerrit with unrecognized
2 # owners.
/external/libpng/
DTRADEMARK4 The name "libpng" has not been registered by the Copyright owners
7 the Copyright owners claim "common-law trademark protection" in any
DAUTHORS41 copyright owners, but are released under the libpng license.
44 that are distributed with libpng, have other copyright owners, and are
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc228 GlobalNodeOwners* owners = &global_node_to_shared_owners[global_node]; in ComputeSharedFootprintFromGraph() local
229 owners->edges.push_back(edge); in ComputeSharedFootprintFromGraph()
230 owners->max_priority = std::max(owners->max_priority, edge->priority()); in ComputeSharedFootprintFromGraph()
682 std::vector<Edge*> owners = *node->owned_by_edges(); in CalculateNodeOwnershipCoefficient() local
683 std::sort(owners.begin(), owners.end(), [](Edge* a, Edge* b) { in CalculateNodeOwnershipCoefficient()
695 for (auto current_it = owners.begin(); current_it != owners.end();) { in CalculateNodeOwnershipCoefficient()
699 std::find_if(current_it, owners.end(), [current_priority](Edge* edge) { in CalculateNodeOwnershipCoefficient()
/external/angle/infra/config/generated/
Drealms.cfg36 principals: "group:project-angle-owners"
41 principals: "group:project-angle-owners"
55 principals: "group:project-angle-owners"
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DTryWithResourcesEcjFilter.java51 private final Map<String, String> owners = new HashMap<String, String>(); field in TryWithResourcesEcjFilter.Matcher
65 owners.clear(); in start()
226 final String expected = owners.get(name); in nextIsClose()
228 owners.put(name, actual); in nextIsClose()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcppcoreguidelines-owning-memory.rst23 of owners, assignment is handled the same way. Note that both ``new`` and
40 // Something not a resource or owner should not be assigned to owners
51 delete NonOwner; // Second warning here, since only owners are allowed to be deleted
55 delete Owner; // Good as well, statically enforced, that only owners get deleted
96 resource owners as pointer arguments but cannot introduce ``gsl::owner<>``.
164 // Two owners with assigned resources
/external/angle/src/tests/
DOWNERS1 # All committers are de-facto owners of the tests.
/external/libmpeg2/
DOWNERS1 # owners for external/libmpeg2
/external/libxaac/
DOWNERS1 # owners for external/libxaac
/external/sonivox/
DOWNERS1 # owners for external/sonivox
/external/tremolo/
DOWNERS1 # owners for external/tremolo
/external/libavc/
DOWNERS1 # owners for external/libavc
/external/rust/crates/vmm_vhost/
DCODEOWNERS1 # Add the list of code owners here (using their GitHub username)
/external/libhevc/
DOWNERS1 # owners for external/libhevc
/external/libopus/
DOWNERS1 # owners for external/sonivox

123456