Home
last modified time | relevance | path

Searched refs:ban (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/external/igt-gpu-tools/lib/
Digt_gt.c145 static void context_set_ban(int fd, unsigned ctx, unsigned ban) in context_set_ban() argument
150 .value = ban, in context_set_ban()
154 igt_assert(param.value == ban); in context_set_ban()
165 unsigned ban; in igt_allow_hang() local
193 ban = context_get_ban(fd, ctx); in igt_allow_hang()
197 return (struct igt_hang){ 0, ctx, ban, flags }; in igt_allow_hang()
202 context_set_ban(fd, arg.ctx, arg.ban); in igt_disallow_hang()
274 unsigned ban; in igt_hang_ctx() local
294 ban = context_get_ban(fd, ctx); in igt_hang_ctx()
303 return (igt_hang_t){ spin, ctx, ban, flags }; in igt_hang_ctx()
[all …]
Digt_gt.h38 unsigned ban; member
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestsealable.py185 def ban(self): member in TestSealable.test_seal_with_autospec.Foo.Baz
192 foo.Baz.ban.return_value = 'b'
201 self.assertIsInstance(foo.Baz.ban, mock.MagicMock)
206 self.assertEqual(foo.Baz.ban(), 'b')
207 foo.Baz.ban.return_value = 'new_b'
208 self.assertEqual(foo.Baz.ban(), 'new_b')
/external/clang/test/CodeGen/
Daddress-space.c7 int ban[10] __attribute__((address_space(1))); variable
16 int test2(int i) { return ban[i]; } in test2()
Dfunc-return-member.c24 void ban(void) { in ban() function
/external/igt-gpu-tools/tests/i915/
Dgem_reset_stats.c336 int ban, retry = 10; in test_ban() local
361 ban = noop(fd_bad, 0, e); in test_ban()
362 if (ban == -EIO) in test_ban()
367 gem_close(fd_bad, ban); in test_ban()
371 igt_assert_eq(ban, -EIO); in test_ban()
389 int fd, ban, retry = 10; in test_ban_ctx() local
420 ban = noop(fd, ctx_bad, e); in test_ban_ctx()
421 if (ban == -EIO) in test_ban_ctx()
426 gem_close(fd, ban); in test_ban_ctx()
430 igt_assert_eq(ban, -EIO); in test_ban_ctx()
/external/clang/test/SemaObjC/
Dclass-protocol-method-match.m16 - (void) ban : (int) arg, ...; // expected-note {{previous declaration is here}}
32 - (void) ban : (int) arg; // expected-warning {{conflicting variadic declaration of method and its …
46 - (void) ban : (int) arg {}
/external/rust/crates/csv/examples/data/bench/
Dworldcitiespop.csv14 la,ban sopyong,Ban Sôpyong,03,,19.683889,104.325278
36 th,ban bunsiritham,Ban Bunsiritham,02,,19.809111,99.265056
46 la,ban houaychoung,Ban Houaychoung,18,,21.154722,102.820278
53 la,ban ngoua-tai,Ban Ngoua-Tai,14,,19.344722,103.176389
85 la,ban na louong,Ban Na Louong,17,,19.8675,102.139167
145 la,ban vat sisoumang,Ban Vat Sisoumang,02,,14.883333,105.866667
157 la,ban dong mone,Ban Dong Mone,10,,16.516667,105.15
177 th,ban thong lang,Ban Thong Lang,68,,7.384417,100.437
210 la,ban xon,Ban Xon,06,,19.816667,102.216667
275 th,ban yue la pae,Ban Yue La Pae,69,,6.58425,101.533889
[all …]
/external/webrtc/
DCODE_OF_CONDUCT.md51 * a temporary ban from the mailing list, blog, WebRTC repository or organization, or other
53 * a permanent ban from any of the above, or from all current and future WebRTC-supported or
/external/cldr/common/testData/transforms/
Dund-Latn-t-und-orya.txt278 ଜଗଡ୍ବନ୍ଡୁ jagaḍbanḍu
282 ଜଗ୍ଜୀବନ୍ jagjīban
562 ପାବନ୍ pāban
587 ବନାର୍ banār
597 ବନ୍ଶି banśi
598 ବନ୍ଶିଟା banśiṭā
599 ବନ୍ଶିଲ୍ banśil
617 ବଲାବନ୍ balāban
Dja-t-ro-fonipa.txt17 ban バン
Dro-fonipa-t-ro.txt17 ban ban
Dchr-t-ro.txt17 ban ᏆᏂ
/external/cronet/third_party/icu/scripts/
Daccept_lang.list12 ban
/external/cronet/third_party/icu/source/data/lang/
Dyi.txt19 ban{"באַלינעזיש"}
Dtt.txt13 ban{"бали"}
Duz_Cyrl.txt38 ban{"балича"}
/external/icu/icu4c/source/data/lang/
Dyi.txt19 ban{"באַלינעזיש"}
Dtt.txt13 ban{"бали"}
Dtg.txt12 ban{"балинӣ"}
Duz_Cyrl.txt38 ban{"балича"}
/external/dagger2/java/dagger/producers/
DBUILD68 "com.google.guava:guava", # TODO(bcorso): Remove guava dependency and ban it?
/external/rust/crates/minimal-lexical/
DCODE_OF_CONDUCT.md10 …forcement), starting with a warning, then temporary block, then long-term repo or organization ban.
78 …4. If the behavior continues or is repeated after the temporary block, a long-term (6-12mo) ban wi…
88 …e may include anything from removal from the maintainer team to a permanent ban from the community.
/external/markdown/
DCODE_OF_CONDUCT.md25 that are not aligned to this Code of Conduct, or to ban temporarily or
/external/webrtc/g3doc/
Dabseil-in-webrtc.md60 Chromium has a ban on new static initializers, and `absl::Mutex` uses

12345678910>>...18