Home
last modified time | relevance | path

Searched refs:sym2 (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/
Dsymbol_test.cc31 Symbol sym2; in TEST_F() local
33 EXPECT_FALSE(sym2.IsValid()); in TEST_F()
34 sym2 = sym1; in TEST_F()
35 EXPECT_TRUE(sym2.IsValid()); in TEST_F()
36 EXPECT_EQ(sym2, sym1); in TEST_F()
42 Symbol sym2(2, program_id); in TEST_F() local
46 EXPECT_FALSE(sym1 == sym2); in TEST_F()
47 EXPECT_FALSE(sym3 == sym2); in TEST_F()
/third_party/libfuse/lib/
Dfuse_misc.h20 # define FUSE_SYMVER(sym1, sym2) __attribute__ ((symver (sym2))) argument
22 # define FUSE_SYMVER(sym1, sym2) __asm__("\t.symver " sym1 "," sym2); argument
25 #define FUSE_SYMVER(sym1, sym2) argument
/third_party/toybox/kconfig/
Dmenu.c178 static int menu_range_valid_sym(struct symbol *sym, struct symbol *sym2) in menu_range_valid_sym() argument
180 return sym2->type == S_INT || sym2->type == S_HEX || in menu_range_valid_sym()
181 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_range_valid_sym()
187 struct symbol *sym2; in sym_check_prop() local
198 sym2 = prop_get_symbol(prop); in sym_check_prop()
203 else if (sym2->type == S_UNKNOWN) in sym_check_prop()
207 sym->name, sym2->name); in sym_check_prop()
208 else if (sym2->type != S_BOOLEAN && sym2->type != S_TRISTATE) in sym_check_prop()
212 "tristate type", sym2->name); in sym_check_prop()
Dsymbol.c794 struct symbol *sym2; in sym_check_deps() local
805 sym2 = sym_check_expr_deps(sym->rev_dep.expr); in sym_check_deps()
806 if (sym2) in sym_check_deps()
812 sym2 = sym_check_expr_deps(prop->visible.expr); in sym_check_deps()
813 if (sym2) in sym_check_deps()
817 sym2 = sym_check_expr_deps(prop->expr); in sym_check_deps()
818 if (sym2) in sym_check_deps()
822 if (sym2) { in sym_check_deps()
824 if (sym2 == sym) { in sym_check_deps()
826 sym2 = NULL; in sym_check_deps()
[all …]
Dexpr.c354 struct symbol *sym1, *sym2; in expr_join_or() local
372 sym2 = e2->left.expr->left.sym; in expr_join_or()
374 sym2 = e2->left.sym; in expr_join_or()
375 if (sym1 != sym2) in expr_join_or()
399 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()
418 struct symbol *sym1, *sym2; in expr_join_and() local
436 sym2 = e2->left.expr->left.sym; in expr_join_and()
438 sym2 = e2->left.sym; in expr_join_and()
439 if (sym1 != sym2) in expr_join_and()
462 sym2 = e1->right.sym; in expr_join_and()
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dformats.txt2677 ^|{sym2} | This feature must: be supported on at least some
2744 | ename:VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT | {sym2} | {sym2} | {sym2} | | | | | | …
2746 14+| Format features marked {sym2} must: be supported for
3017 ifdef::VK_EXT_shader_image_atomic_int64[{sym2}]
3019 ifdef::VK_EXT_shader_image_atomic_int64[{sym2}]
3023 ifdef::VK_EXT_shader_image_atomic_int64[{sym2}]
3025 ifdef::VK_EXT_shader_image_atomic_int64[{sym2}]
3074 | ename:VK_FORMAT_X8_D24_UNORM_PACK32 | | | | | | | | | {sym2} | | | |
3075 | ename:VK_FORMAT_D32_SFLOAT | {sym1} | {sym1} | | | | | | | {sym2} | …
3078 | ename:VK_FORMAT_D24_UNORM_S8_UINT | | | | | | | | | {sym2} | | | |
[all …]
Dformats.adoc2712 ^|{sym2} | This feature must: be supported on at least some
2779 | ename:VK_FORMAT_A4R4G4B4_UNORM_PACK16 | {sym2} | {sym2} | {sym2} | | | | | | | …
2782 14+| Format features marked {sym2} must: be supported for
3053 ifdef::VK_EXT_shader_image_atomic_int64[{sym2}]
3055 ifdef::VK_EXT_shader_image_atomic_int64[{sym2}]
3059 ifdef::VK_EXT_shader_image_atomic_int64[{sym2}]
3061 ifdef::VK_EXT_shader_image_atomic_int64[{sym2}]
3110 | ename:VK_FORMAT_X8_D24_UNORM_PACK32 | | | | | | | | | {sym2} | | | |
3111 | ename:VK_FORMAT_D32_SFLOAT | {sym1} | {sym1} | | | | | | | {sym2} | …
3114 | ename:VK_FORMAT_D24_UNORM_S8_UINT | | | | | | | | | {sym2} | | | |
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/primitive_types/the_symbol_type/
Dthe_symbol_type_2.ts29 let sym2: symbol = Symbol("TypeScript"); variable
31 let s1: string = sym2.toString();
35 if (sym != sym2) {
/third_party/node/test/known_issues/
Dtest-vm-ownkeys.js8 const sym2 = Symbol('2'); constant
14 Object.defineProperty(sandbox, sym2, { value: true });
28 assert.deepStrictEqual(Array.from(restKeys), ['a', 'b', sym1, sym2]);
Dtest-vm-ownpropertysymbols.js8 const sym2 = Symbol('2'); constant
14 Object.defineProperty(sandbox, sym2, { value: true });
28 assert.deepStrictEqual(Array.from(restSym), [sym1, sym2]);
Dtest-vm-ownpropertynames.js8 const sym2 = Symbol('2'); constant
14 Object.defineProperty(sandbox, sym2, { value: true });
/third_party/elfutils/src/
Delfcmp.c367 GElf_Sym *sym2 = gelf_getsym (data2, ndx, &sym2_mem); in main() local
368 if (sym2 == NULL) in main()
376 sym2->st_name); in main()
379 || sym1->st_value != sym2->st_value in main()
380 || (sym1->st_size != sym2->st_size in main()
382 || sym1->st_info != sym2->st_info in main()
383 || sym1->st_other != sym2->st_other in main()
384 || sym1->st_shndx != sym2->st_shndx)) in main()
405 && sym1->st_size != sym2->st_size) in main()
/third_party/jerryscript/tests/jerry/es2015/
Dobject-is.js43 sym2 = Symbol.for('foo');
44 assert(Object.is(sym1, sym2) === true);
/third_party/node/test/js-native-api/test_object/
Dtest.js105 const sym2 = Symbol('2'); constant
110 [sym2]: sym3
114 assert(test_object.Has(object2, sym2));
116 assert.strictEqual(test_object.Get(object2, sym2), sym3);
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts4 declare const sym2: unique symbol; constant
11 type T6 = typeof sym1 & symbol & typeof sym2; // never
DintersectionReduction.ts4 declare const sym2: unique symbol; constant
11 type T6 = typeof sym1 & symbol & typeof sym2; // never
/third_party/typescript/tests/baselines/reference/
DintersectionReductionStrict.types5 declare const sym2: unique symbol;
6 >sym2 : unique symbol
24 type T6 = typeof sym1 & symbol & typeof sym2; // never
27 >sym2 : unique symbol
DintersectionReductionStrict.symbols5 declare const sym2: unique symbol;
6 >sym2 : Symbol(sym2, Decl(intersectionReductionStrict.ts, 1, 13))
24 type T6 = typeof sym1 & symbol & typeof sym2; // never
27 >sym2 : Symbol(sym2, Decl(intersectionReductionStrict.ts, 1, 13))
DintersectionReductionStrict.js3 declare const sym2: unique symbol;
10 type T6 = typeof sym1 & symbol & typeof sym2; // never
DintersectionReduction.types5 declare const sym2: unique symbol;
6 >sym2 : unique symbol
24 type T6 = typeof sym1 & symbol & typeof sym2; // never
27 >sym2 : unique symbol
DintersectionReduction.js3 declare const sym2: unique symbol;
10 type T6 = typeof sym1 & symbol & typeof sym2; // never
DintersectionReduction.symbols5 declare const sym2: unique symbol;
6 >sym2 : Symbol(sym2, Decl(intersectionReduction.ts, 1, 13))
24 type T6 = typeof sym1 & symbol & typeof sym2; // never
27 >sym2 : Symbol(sym2, Decl(intersectionReduction.ts, 1, 13))
DintersectionReductionStrict.errors.txt9 declare const sym2: unique symbol;
16 type T6 = typeof sym1 & symbol & typeof sym2; // never
DintersectionReduction.errors.txt9 declare const sym2: unique symbol;
16 type T6 = typeof sym1 & symbol & typeof sym2; // never
/third_party/elfio/tests/
DELFIOTest1.cpp764 Elf_Word sym2 = symbols.add_symbol( str_writer, name.c_str(), value, size, in TEST() local
809 rela.add_entry( 2, sym2, R_386_RELATIVE ); in TEST()
813 rela.add_entry( 2, sym2, R_386_RELATIVE ); in TEST()
817 rela.add_entry( 12, sym2, R_386_RELATIVE ); in TEST()

12