Home
last modified time | relevance | path

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

12345

/third_party/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 …]
/third_party/node/deps/npm/lib/
Downer.js108 var owners = data.maintainers
109 if (!owners || !owners.length) {
112 output(owners.map(o => `${o.name} <${o.email}>`).join('\n'))
114 return owners
134 return withMutation(spec, user, opts, (u, owners) => {
135 if (!owners) owners = []
136 for (var i = 0, l = owners.length; i < l; i++) {
137 var o = owners[i]
146 owners.push(u)
147 return owners
[all …]
/third_party/glib/glib/tests/
Drec-mutex.c77 GThread *owners[LOCKS]; variable
95 g_assert (owners[nr] == NULL); /* hopefully nobody else is here */ in acquire()
96 owners[nr] = self; in acquire()
102 g_assert (owners[nr] == self); /* hopefully this is still us... */ in acquire()
109 g_assert (owners[nr] == self); /* hopefully this is still us... */ in acquire()
116 g_assert (owners[nr] == self); /* hopefully this is still us... */ in acquire()
117 owners[nr] = NULL; /* make way for the next guy */ in acquire()
157 g_assert (owners[i] == NULL); in test_rec_mutex4()
D1bit-mutex.c59 volatile GThread *owners[LOCKS]; variable
87 g_assert (owners[nr] == NULL); /* hopefully nobody else is here */ in acquire()
88 owners[nr] = self; in acquire()
95 g_assert (owners[nr] == self); /* hopefully this is still us... */ in acquire()
96 owners[nr] = NULL; /* make way for the next guy */ in acquire()
151 g_assert (owners[i] == NULL); in testcase()
Dmutex.c90 GThread *owners[LOCKS]; variable
108 g_assert (owners[nr] == NULL); /* hopefully nobody else is here */ in acquire()
109 owners[nr] = self; in acquire()
116 g_assert (owners[nr] == self); /* hopefully this is still us... */ in acquire()
117 owners[nr] = NULL; /* make way for the next guy */ in acquire()
157 g_assert (owners[i] == NULL); in test_mutex5()
Drwlock.c117 GThread *owners[LOCKS]; variable
135 g_assert (owners[nr] == NULL); /* hopefully nobody else is here */ in acquire()
136 owners[nr] = self; in acquire()
143 g_assert (owners[nr] == self); /* hopefully this is still us... */ in acquire()
144 owners[nr] = NULL; /* make way for the next guy */ in acquire()
184 g_assert (owners[i] == NULL); in test_rwlock7()
/third_party/grpc/tools/run_tests/sanity/
Dcheck_owners.sh23 owners=.github/CODEOWNERS
27 diff -u "$owners" "$want_owners"
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-owner.md4 description: Manage package owners
8 ## Manage package owners
29 metadata, publish new versions, and add other owners.
/third_party/flutter/skia/third_party/externals/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
DLICENSE16 non-infringement. In no event shall the Copyright owners, or
68 files that are distributed with libpng have other copyright owners, and
94 Some files in the "scripts" directory have other copyright owners,
/third_party/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
DLICENSE16 non-infringement. In no event shall the Copyright owners, or
68 files that are distributed with libpng have other copyright owners, and
94 Some files in the "scripts" directory have other copyright owners,
/third_party/skia/third_party/externals/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
DLICENSE16 non-infringement. In no event shall the Copyright owners, or
68 files that are distributed with libpng have other copyright owners, and
94 Some files in the "scripts" directory have other copyright owners,
/third_party/skia/third_party/externals/angle2/infra/config/generated/
Drealms.cfg40 principals: "group:project-angle-owners"
45 principals: "group:project-angle-owners"
59 principals: "group:project-angle-owners"
/third_party/skia/third_party/externals/angle2/src/tests/
DOWNERS1 # All committers are de-facto owners of the tests.
/third_party/flutter/skia/third_party/externals/angle2/
DOWNERS1 …oglesource.com/angle/angle/+/master/doc/ContributingCode.md#selecting-reviewers for per-file owners
/third_party/libsnd/
DCODEOWNERS1 # The owners of this repository. In order of suggestions as reviewers.
/third_party/gstreamer/gstreamer/docs/random/ensonic/
Ddraft-bufferpools.txt44 - the bufferpool owners in a pipeline
56 Bins need to track which elements have been selected as bufferpools owners and
64 Bufferpools owners need to handle caps changes to keep the queued buffers valid
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.signals21 Complexity - POSIX test suite owners' intuitions at complexity of the function
25 Priority - POSIX test suite owners' intuitions at priorities of these
/third_party/grpc/tools/dockerfile/
DOWNERS3 # These owners are in place to ensure that dockerfiles are changed in a way
/third_party/skia/third_party/externals/swiftshader/
DOWNERS3 # This list is used by Chromium and Android to make sure that one of the owners

12345