Home
last modified time | relevance | path

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

1234567891011

/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/llvm-project/clang/test/CodeGen/
Ddefault-address-space.c7 int ban[10]; variable
22 int test2(int i) { return ban[i]; } in test2()
Daddress-space.c8 int ban[10] __attribute__((address_space(1))); variable
20 int test2(int i) { return ban[i]; } in test2()
Dfunc-return-member.c24 void ban(void) { in ban() function
/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/llvm-project/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/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/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/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
Dabseil-in-webrtc.md41 Chromium has a ban on new static initializers, and `absl::Mutex` uses
/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/icu/icu4c/source/data/lang/
Dyi.txt19 ban{"באַלינעזיש"}
Dtg.txt12 ban{"балинӣ"}
Dtt.txt13 ban{"бали"}
Dff_Adlm.txt34 ban{"����������������"}
Daz_Cyrl.txt33 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/grpcio/
DCODE_OF_CONDUCT.md29 …nd other contributions that are not aligned to this Code of Conduct, or to ban temporarily or perm…

1234567891011