Home
last modified time | relevance | path

Searched defs:needles (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/memchr/src/tests/memchr/
Dtestdata.rs137 needles: Vec<u8>, field
146 needles: &'static [u8], field
152 let needles = match self.needles(1) { in one() localVariable
183 let needles = match self.needles(2) { in two() localVariable
208 let needles = match self.needles(3) { in three() localVariable
319 fn needles(&self, count: usize) -> Option<Vec<u8>> { in needles() method
324 let mut needles = self.needles.to_vec(); in needles() localVariable
/external/flatbuffers/tests/flatc/
Dflatc_test.py70 def assert_file_contains(file, needles): argument
80 def assert_file_doesnt_contains(file, needles): argument
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp177 const vk::ExtensionNameList &needles) in VerifyExtensionsPresent()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc7607 const LogicVRegister& needles, in match()