Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:STATE_DEAD
(Results
1 - 3
of
3
) sorted by relevance
/third_party/rust/crates/regex/src/
H
A
D
dfa.rs
366
const
STATE_DEAD
: StatePtr = STATE_UNKNOWN + 1;
consts
371
const STATE_QUIT: StatePtr =
STATE_DEAD
+ 1;
469
Some(
STATE_DEAD
) => return Result::NoMatch(at),
in forward()
499
Some(
STATE_DEAD
) => return Result::NoMatch(at),
in reverse()
530
Some(
STATE_DEAD
) => return Result::NoMatch(at),
in forward_many()
540
debug_assert!(dfa.last_match_si !=
STATE_DEAD
);
in forward_many()
710
Some(
STATE_DEAD
) => return result.set_non_match(at),
in exec_at()
734
Some(
STATE_DEAD
) => return result.set_non_match(text.len()),
in exec_at()
815
Some(
STATE_DEAD
) => return result.set_non_match(at),
in exec_at_reverse()
836
Some(
STATE_DEAD
)
in exec_at_reverse()
[all...]
/third_party/pulseaudio/src/modules/
H
A
D
module-esound-sink.c
111
STATE_DEAD
enumerator
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
neutrino.rs
252
pub const
STATE_DEAD
: ::c_int = 0x00;
consts
Completed in 5 milliseconds