Home
last modified time | relevance | path

Searched defs:strip_prefix (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/semver/src/
Dbackport.rs3 fn strip_prefix(&self, ch: char) -> Option<&str>; in strip_prefix() method
8 fn strip_prefix(&self, ch: char) -> Option<&str> { in strip_prefix() method
/external/swiftshader/third_party/subzero/bloat/
Dbloat.py207 def treeify_syms(symbols, strip_prefix=None, cppfilt=None): argument
304 def dump_nm(nmfile, strip_prefix, cppfilt): argument
/external/angle/build/config/linux/
Dpkg-config.py96 def RewritePath(path, strip_prefix, sysroot): argument
/external/cronet/build/config/linux/
Dpkg-config.py96 def RewritePath(path, strip_prefix, sysroot): argument
/external/mesa3d/src/gallium/drivers/r600/
Degd_tables.py145 def strip_prefix(s): function
/external/rust/crates/gdbstub/src/protocol/
Dpacket.rs90 pub fn strip_prefix(&mut self, prefix: &[u8]) -> bool { in strip_prefix() method
/external/python/setuptools/pkg_resources/_vendor/jaraco/text/
D__init__.py460 def strip_prefix(cls, lines): member in Stripper
/external/python/setuptools/setuptools/_vendor/jaraco/text/
D__init__.py460 def strip_prefix(cls, lines): member in Stripper
/external/rust/crates/os_str_bytes/src/
Draw_str.rs663 pub fn strip_prefix<P>(&self, pat: P) -> Option<&Self> in strip_prefix() method
/external/tpm2-tss/src/tss2-fapi/
Dtpm_json_deserialize.c30 strip_prefix(const char *in, ...) in strip_prefix() function