/external/grpc-grpc/tools/mkowners/ |
D | mkowners.py | 103 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/ |
D | mkowners.py | 100 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/ |
D | inspect_utils.py | 308 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))
|
D | qual_names.py | 132 owners = set() 134 owners.add(self.parent) 135 owners.update(self.parent.owner_set) 136 return owners
|
D | cfg.py | 304 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/ |
D | OWNERS | 5 # 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/ |
D | check_owners.sh | 23 owners=.github/CODEOWNERS 27 diff -u "$owners" "$want_owners"
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/ |
D | check_owners.sh | 23 owners=.github/CODEOWNERS 27 diff -u "$owners" "$want_owners"
|
/external/libbrillo/ |
D | OWNERS | 3 # Android owners 6 # Chromium owners
|
/external/libchromeos-rs/ |
D | OWNERS | 1 # ANDROID: Remove chromium owners to not confuse Gerrit with unrecognized 2 # owners.
|
/external/libpng/ |
D | TRADEMARK | 4 The name "libpng" has not been registered by the Copyright owners 7 the Copyright owners claim "common-law trademark protection" in any
|
D | AUTHORS | 41 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/ |
D | graph_processor.cc | 228 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/ |
D | realms.cfg | 36 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/ |
D | TryWithResourcesEcjFilter.java | 51 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/ |
D | cppcoreguidelines-owning-memory.rst | 23 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/ |
D | OWNERS | 1 # All committers are de-facto owners of the tests.
|
/external/libmpeg2/ |
D | OWNERS | 1 # owners for external/libmpeg2
|
/external/libxaac/ |
D | OWNERS | 1 # owners for external/libxaac
|
/external/sonivox/ |
D | OWNERS | 1 # owners for external/sonivox
|
/external/tremolo/ |
D | OWNERS | 1 # owners for external/tremolo
|
/external/libavc/ |
D | OWNERS | 1 # owners for external/libavc
|
/external/rust/crates/vmm_vhost/ |
D | CODEOWNERS | 1 # Add the list of code owners here (using their GitHub username)
|
/external/libhevc/ |
D | OWNERS | 1 # owners for external/libhevc
|
/external/libopus/ |
D | OWNERS | 1 # owners for external/sonivox
|