Home
last modified time | relevance | path

Searched refs:bools (Results 1 – 25 of 44) sorted by relevance

12

/third_party/selinux/libsepol/tests/
Dtest-linker-cond-map.c58 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/
DtemplateLiteralTypesPatterns.js21 declare function bools(x: `${boolean}`): void;
23 bools("true");
24 bools("false");
27 bools("other");
222 bools("true");
223 bools("false");
225 bools("other");
DtemplateLiteralTypesPatterns.symbols43 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))
DtemplateLiteralTypesPatterns.types46 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 …]
DtemplateLiteralTypesPatterns.errors.txt86 declare function bools(x: `${boolean}`): void;
88 bools("true");
89 bools("false");
92 bools("other");
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypesPatterns.ts21 declare function bools(x: `${boolean}`): void; function
23 bools("true");
24 bools("false");
27 bools("other");
/third_party/selinux/libselinux/src/
Daudit2why.c64 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/
Dgen-inlining-tests.py532 flagtuple(*bools)
533 for bools in booltuples(len(flagtuple._fields))
/third_party/glslang/Test/
Dhlsl.promotions.frag95 // No mul operator for bools
118 // No mul operator for bools
/third_party/skia/third_party/externals/tint/docs/
Dtranslations.md157 TODO(dsinclair): Rewrite with bools
160 TODO(dsinclair): Rewrite with bools
/third_party/mesa3d/src/util/tests/
Dxmlconfig.cpp67 TEST_F(xmlconfig_test, bools) in TEST_F() argument
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dmod.rs1486 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/
Dconditional.c62 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/
Dtransformation_composite_construct_test.cpp39 OpName %49 "bools" in TEST()
249 OpName %49 "bools" in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_composite_construct_test.cpp39 OpName %49 "bools" in TEST()
249 OpName %49 "bools" in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_composite_construct_test.cpp39 OpName %49 "bools" in TEST()
249 OpName %49 "bools" in TEST()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/
Dmain.mm126 …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/
Dmain.mm134 …ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/clos…
/third_party/mesa3d/docs/relnotes/
D20.0.5.rst68 - radv: Store 64-bit availability bools if requested.
/third_party/skia/third_party/externals/imgui/examples/example_apple_opengl2/
Dmain.mm104 …ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/clos…
/third_party/protobuf/objectivec/
DREADME.md117 For primitive type fields (ints, floats, bools, enum) in messages defined in a
/third_party/skia/third_party/externals/imgui/examples/example_apple_metal/
Dmain.mm175 …ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/clos…
/third_party/selinux/libsepol/cil/src/
Dcil_policy.c1008 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/
Dv0.5.1.rst148 * let "compile" not crash on bools
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto827 // Message with all bools for testing things related to bool storage.

12