Home
last modified time | relevance | path

Searched refs:empty_set (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A Dtest-container.cpp89 jerry_value_t empty_set = jerry_create_container (JERRY_CONTAINER_TYPE_SET, NULL, 0); in HWTEST_F() local
90 TEST_ASSERT (jerry_get_container_type (empty_set) == JERRY_CONTAINER_TYPE_SET); in HWTEST_F()
91 instance_check = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF, empty_set, global_set); in HWTEST_F()
95 jerry_release_value (empty_set); in HWTEST_F()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs1440 let empty_set = || ClassSet::Item(ClassSetItem::Empty(empty_span())); in drop()
1441 let mut stack = vec![mem::replace(self, empty_set())]; in drop()
1452 stack.push(mem::replace(&mut x.kind, empty_set())); in drop()
1459 stack.push(mem::replace(&mut op.lhs, empty_set())); in drop()
1460 stack.push(mem::replace(&mut op.rhs, empty_set())); in drop()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_goto_ifs.c955 struct set *empty_set = _mesa_pointer_set_create(mem_ctx); in nir_lower_goto_ifs_impl() local
964 .brk.reachable = empty_set, in nir_lower_goto_ifs_impl()
965 .cont.reachable = empty_set, in nir_lower_goto_ifs_impl()
971 assert(routing->brk.reachable == empty_set); in nir_lower_goto_ifs_impl()
972 assert(routing->cont.reachable == empty_set); in nir_lower_goto_ifs_impl()
/third_party/python/Lib/test/
H A Dtest_set.py831 empty_set = set() variable
869 result = self.set | empty_set
873 result = empty_set | self.set
881 result = self.set & empty_set
882 self.assertEqual(result, empty_set)
885 result = empty_set & self.set
886 self.assertEqual(result, empty_set)
893 result = self.set.isdisjoint(empty_set)
897 result = empty_set.isdisjoint(self.set)
902 self.assertEqual(result, empty_set)
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh740 hb_set_t* empty_set = hb_set_create (); in prune_langsys() local
741 if (unlikely (!c->script_langsys_map->set (script_index, empty_set))) in prune_langsys()
743 hb_set_destroy (empty_set); in prune_langsys()
H A Dhb-ot-layout-gsubgpos.hh111 hb_set_t* empty_set = hb_set_create (); in is_lookup_done() local
112 if (unlikely (!done_lookups_glyph_set->set (lookup_index, empty_set))) in is_lookup_done()
114 hb_set_destroy (empty_set); in is_lookup_done()

Completed in 16 milliseconds