/third_party/rust/crates/aho-corasick/src/ |
D | nfa.rs | 191 let trans = Transitions::Dense(Dense::new()); in add_dense_state() 204 let trans = Transitions::Sparse(vec![]); in add_sparse_state() 291 trans: Transitions<S>, 379 enum Transitions<S> { enum 384 impl<S: StateID> Transitions<S> { impl 387 Transitions::Sparse(ref sparse) => { in heap_bytes() 390 Transitions::Dense(ref dense) => dense.len() * size_of::<S>(), in heap_bytes() 396 Transitions::Sparse(ref sparse) => { in next_state() 404 Transitions::Dense(ref dense) => dense[input], in next_state() 410 Transitions::Sparse(ref mut sparse) => { in set_next_state() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Automaton.h | 193 Automaton(ArrayRef<InfoT> Transitions, 200 for (const auto &I : Transitions)
|
/third_party/rust/crates/regex/src/ |
D | dfa.rs | 127 trans: Transitions, 161 struct Transitions { struct 421 trans: Transitions::new(num_byte_classes), in new() 1639 impl Transitions { implementation 1644 fn new(num_byte_classes: usize) -> Transitions { in new() argument 1645 Transitions { table: vec![], num_byte_classes } in new() 1760 impl fmt::Debug for Transitions { implementation
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | FastOpenGLStateTransitions.md | 1 # Fast OpenGL State Transitions
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | README.md | 77 - [Fast OpenGL State Transitions](doc/FastOpenGLStateTransitions.md)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Automaton.td | 41 // provides a set of possible Transitions from state A, consuming an input
|
/third_party/openssl/doc/man7/ |
D | life_cycle-kdf.pod | 69 =head2 Formal State Transitions
|
D | life_cycle-rand.pod | 81 =head2 Formal State Transitions
|
D | life_cycle-mac.pod | 88 =head2 Formal State Transitions
|
D | life_cycle-digest.pod | 87 =head2 Formal State Transitions
|
D | life_cycle-cipher.pod | 119 =head2 Formal State Transitions
|
D | life_cycle-pkey.pod | 141 =head2 Formal State Transitions
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | DirtyBits.md | 94 See [Fast OpenGL State Transitions][FastStateTransitions] in [Vulkan documents][VulkanREADME] for
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | notification_listener.dart | 154 /// Transitions, in particular, do not. Changing one's layout in one's build
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | README.md | 27 ### Fast OpenGL State Transitions
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 4242 Transitions
|
D | i386.txt | 487 15.3.1 Transitions Through Task Switches 488 15.3.2 Transitions Through Trap Gates and Interrupt Gates 11360 15.3.1 Transitions Through Task Switches 11377 15.3.2 Transitions Through Trap Gates and Interrupt Gates
|
D | i386-notutf8.txt | 487 15.3.1 Transitions Through Task Switches 488 15.3.2 Transitions Through Trap Gates and Interrupt Gates 11360 15.3.1 Transitions Through Task Switches 11377 15.3.2 Transitions Through Trap Gates and Interrupt Gates
|
/third_party/node/doc/api/ |
D | async_hooks.md | 1055 Transitions into the context for the remainder of the current
|
/third_party/tzdata/ |
D | australasia | 645 # Transitions after 1952 are from Shanks & Pottenger. 2037 # Transitions before 2015 are from timeanddate.com, which consulted
|
D | asia | 2558 # Transitions through 1991 are from Shanks & Pottenger.
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | sliver.dart | 1695 // Transitions from the RenderSliver world to the RenderBox world.
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 170957 Transitions = 1 enumerator 170962 static_cast<size_t>(CascadeLevel::Transitions) + 1;
|