/external/marisa-trie/tests/ |
D | marisa-test.cc | 38 EXCEPT(trie.node_order(), MARISA_STATE_ERROR); in TestEmptyTrie() 58 ASSERT(trie.node_order() == MARISA_DEFAULT_ORDER); in TestEmptyTrie() 104 ASSERT(trie.node_order() == MARISA_DEFAULT_ORDER); in TestTinyTrie() 173 ASSERT(trie.node_order() == MARISA_LABEL_ORDER); in TestTinyTrie() 262 marisa::NodeOrder node_order, marisa::Keyset &keyset) { in TestTrie() argument 268 trie.build(keyset, num_tries | tail_mode | node_order); in TestTrie() 274 ASSERT(trie.node_order() == node_order); in TestTrie() 289 ASSERT(trie.node_order() == node_order); in TestTrie() 318 ASSERT(trie.node_order() == node_order); in TestTrie() 329 ASSERT(trie.node_order() == node_order); in TestTrie() [all …]
|
D | trie-test.cc | 23 ASSERT(config.node_order() == MARISA_DEFAULT_ORDER); in TestConfig() 31 ASSERT(config.node_order() == MARISA_LABEL_ORDER); in TestConfig() 38 ASSERT(config.node_order() == MARISA_DEFAULT_ORDER); in TestConfig()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/dominator_tree/ |
D | generated.cpp | 436 std::array<uint32_t, 3> node_order = {{10, 11, 12}}; in TEST_F() local 441 for (uint32_t id : node_order) { in TEST_F() 452 for (uint32_t id : node_order) { in TEST_F() 463 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 476 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 514 std::array<uint32_t, 3> node_order = {{12, 11, 10}}; in TEST_F() local 519 for (uint32_t id : node_order) { in TEST_F() 530 for (uint32_t id : node_order) { in TEST_F() 541 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 554 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/opt/dominator_tree/ |
D | generated.cpp | 436 std::array<uint32_t, 3> node_order = {{10, 11, 12}}; in TEST_F() local 441 for (uint32_t id : node_order) { in TEST_F() 452 for (uint32_t id : node_order) { in TEST_F() 463 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 476 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 514 std::array<uint32_t, 3> node_order = {{12, 11, 10}}; in TEST_F() local 519 for (uint32_t id : node_order) { in TEST_F() 530 for (uint32_t id : node_order) { in TEST_F() 541 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 554 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/ |
D | generated.cpp | 436 std::array<uint32_t, 3> node_order = {{10, 11, 12}}; in TEST_F() local 441 for (uint32_t id : node_order) { in TEST_F() 452 for (uint32_t id : node_order) { in TEST_F() 463 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 476 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 514 std::array<uint32_t, 3> node_order = {{12, 11, 10}}; in TEST_F() local 519 for (uint32_t id : node_order) { in TEST_F() 530 for (uint32_t id : node_order) { in TEST_F() 541 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 554 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
|
/external/marisa-trie/lib/marisa/grimoire/trie/ |
D | louds-trie.h | 48 NodeOrder node_order() const { in node_order() function 49 return config_.node_order(); in node_order()
|
D | config.h | 37 NodeOrder node_order() const { in node_order() function
|
D | louds-trie.cc | 305 next_trie_->tail_mode() | next_trie_->node_order()); in build_trie() 307 config_.parse(1 | tail_.mode() | config.node_order() | in build_trie() 375 if (config.node_order() == MARISA_WEIGHT_ORDER) { in build_current_trie()
|
/external/marisa-trie/include/marisa/ |
D | trie.h | 44 NodeOrder node_order() const;
|
/external/marisa-trie/bindings/ruby/ |
D | marisa-swig.cxx | 225 NodeOrder Trie::node_order() const { in node_order() function in marisa_swig::Trie 226 if (trie_->node_order() == ::MARISA_LABEL_ORDER) { in node_order()
|
D | marisa-swig.h | 165 NodeOrder node_order() const;
|
D | marisa-swig_wrap.cxx | 4108 result = (marisa_swig::NodeOrder)((marisa_swig::Trie const *)arg1)->node_order();
|
/external/marisa-trie/bindings/perl/ |
D | marisa-swig.cxx | 225 NodeOrder Trie::node_order() const { in node_order() function in marisa_swig::Trie 226 if (trie_->node_order() == ::MARISA_LABEL_ORDER) { in node_order()
|
D | marisa-swig.h | 165 NodeOrder node_order() const;
|
D | marisa.pm | 247 *node_order = *marisac::Trie_node_order;
|
D | marisa-swig_wrap.cxx | 4419 result = (marisa_swig::NodeOrder)((marisa_swig::Trie const *)arg1)->node_order(); in XS()
|
/external/marisa-trie/bindings/ |
D | marisa-swig.cxx | 225 NodeOrder Trie::node_order() const { in node_order() function in marisa_swig::Trie 226 if (trie_->node_order() == ::MARISA_LABEL_ORDER) { in node_order()
|
D | marisa-swig.h | 165 NodeOrder node_order() const;
|
/external/marisa-trie/bindings/python/ |
D | marisa-swig.cxx | 225 NodeOrder Trie::node_order() const { in node_order() function in marisa_swig::Trie 226 if (trie_->node_order() == ::MARISA_LABEL_ORDER) { in node_order()
|
D | marisa-swig.h | 165 NodeOrder node_order() const;
|
D | marisa.py | 195 def node_order(self): return _marisa.Trie_node_order(self) member in Trie
|
D | marisa-swig_wrap.cxx | 5191 result = (marisa_swig::NodeOrder)((marisa_swig::Trie const *)arg1)->node_order(); in _wrap_Trie_node_order()
|
/external/marisa-trie/lib/marisa/ |
D | trie.cc | 138 NodeOrder Trie::node_order() const { in node_order() function in marisa::Trie 140 return trie_->node_order(); in node_order()
|