/third_party/selinux/libsepol/tests/ |
D | test-linker-cond-map.c | 58 static void test_cond_expr_mapping(policydb_t * p, avrule_decl_t * d, test_cond_expr_t * bools, int… in test_cond_expr_mapping() argument 71 CU_ASSERT(expr->expr_type == bools[i].expr_type); in test_cond_expr_mapping() 72 if (bools[i].bool) { in test_cond_expr_mapping() 73 CU_ASSERT(strcmp(p->sym_val_to_name[SYM_BOOLS][expr->bool - 1], bools[i].bool) == 0); in test_cond_expr_mapping() 92 test_cond_expr_t bools[2]; in base_cond_tests() local 103 bools[0].bool = "g_b_bool_1"; in base_cond_tests() 104 bools[0].expr_type = COND_BOOL; in base_cond_tests() 105 test_cond_expr_mapping(base, d, bools, 1); in base_cond_tests() 113 bools[0].bool = "o1_b_bool_1"; in base_cond_tests() 114 bools[0].expr_type = COND_BOOL; in base_cond_tests() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | templateLiteralTypesPatterns.js | 21 declare function bools(x: `${boolean}`): void; 23 bools("true"); 24 bools("false"); 27 bools("other"); 222 bools("true"); 223 bools("false"); 225 bools("other");
|
D | templateLiteralTypesPatterns.symbols | 43 declare function bools(x: `${boolean}`): void; 44 >bools : Symbol(bools, Decl(templateLiteralTypesPatterns.ts, 17, 67)) 48 bools("true"); 49 >bools : Symbol(bools, Decl(templateLiteralTypesPatterns.ts, 17, 67)) 51 bools("false"); 52 >bools : Symbol(bools, Decl(templateLiteralTypesPatterns.ts, 17, 67)) 55 bools("other"); 56 >bools : Symbol(bools, Decl(templateLiteralTypesPatterns.ts, 17, 67))
|
D | templateLiteralTypesPatterns.types | 46 declare function bools(x: `${boolean}`): void; 47 >bools : (x: `${boolean}`) => void 51 bools("true"); 52 >bools("true") : void 53 >bools : (x: "false" | "true") => void 56 bools("false"); 57 >bools("false") : void 58 >bools : (x: "false" | "true") => void 62 bools("other"); 63 >bools("other") : void [all …]
|
D | templateLiteralTypesPatterns.errors.txt | 86 declare function bools(x: `${boolean}`): void; 88 bools("true"); 89 bools("false"); 92 bools("other");
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypesPatterns.ts | 21 declare function bools(x: `${boolean}`): void; function 23 bools("true"); 24 bools("false"); 27 bools("other");
|
/third_party/selinux/libselinux/src/ |
D | audit2why.c | 64 static int check_booleans(struct boolean_t **bools) in check_booleans() argument 151 *bools = calloc(sizeof(struct boolean_t), fcnt + 1); in check_booleans() 152 struct boolean_t *b = *bools; in check_booleans() 323 struct boolean_t *bools; in analyze() local 394 if (check_booleans(&bools) == 0) { in analyze() 402 struct boolean_t *b = bools; in analyze() 407 b = bools; in analyze() 415 free(bools); in analyze()
|
/third_party/node/deps/v8/tools/ |
D | gen-inlining-tests.py | 532 flagtuple(*bools) 533 for bools in booltuples(len(flagtuple._fields))
|
/third_party/glslang/Test/ |
D | hlsl.promotions.frag | 95 // No mul operator for bools 118 // No mul operator for bools
|
/third_party/skia/third_party/externals/tint/docs/ |
D | translations.md | 157 TODO(dsinclair): Rewrite with bools 160 TODO(dsinclair): Rewrite with bools
|
/third_party/mesa3d/src/util/tests/ |
D | xmlconfig.cpp | 67 TEST_F(xmlconfig_test, bools) in TEST_F() argument
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
D | mod.rs | 1486 bools: u16, field 1493 self.bools & (0b1 << $bit) > 0 1498 self.bools |= 1 << $bit; 1500 self.bools &= !(1 << $bit); 1508 HirInfo { bools: 0 } in new()
|
/third_party/selinux/libsepol/src/ |
D | conditional.c | 62 static int bool_present(unsigned int target, unsigned int bools[], in bool_present() argument 71 while (i < num_bools && target != bools[i]) in bool_present()
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_composite_construct_test.cpp | 39 OpName %49 "bools" in TEST() 249 OpName %49 "bools" in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_composite_construct_test.cpp | 39 OpName %49 "bools" in TEST() 249 OpName %49 "bools" in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_composite_construct_test.cpp | 39 OpName %49 "bools" in TEST() 249 OpName %49 "bools" in TEST()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/ |
D | main.mm | 126 …ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/clos…
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_metal/ |
D | main.mm | 134 …ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/clos…
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.5.rst | 68 - radv: Store 64-bit availability bools if requested.
|
/third_party/skia/third_party/externals/imgui/examples/example_apple_opengl2/ |
D | main.mm | 104 …ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/clos…
|
/third_party/protobuf/objectivec/ |
D | README.md | 117 For primitive type fields (ints, floats, bools, enum) in messages defined in a
|
/third_party/skia/third_party/externals/imgui/examples/example_apple_metal/ |
D | main.mm | 175 …ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/clos…
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_policy.c | 1008 static void cil_bools_to_policy(FILE *out, struct cil_list *bools) in cil_bools_to_policy() argument 1014 cil_list_for_each(i1, bools) { in cil_bools_to_policy()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.1.rst | 148 * let "compile" not crash on bools
|
/third_party/protobuf/objectivec/Tests/ |
D | unittest_objc.proto | 827 // Message with all bools for testing things related to bool storage.
|