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:final_states
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/verification/dot2/
H
A
D
automata.py
26
self.states, self.initial_state, self.
final_states
= self.__get_state_variables()
81
final_states
= []
98
final_states
.append(state)
102
final_states
.append(state)
114
final_states
.append(initial_state)
116
return states, initial_state,
final_states
H
A
D
dot2c.py
108
buff.append("\tbool
final_states
[state_max%s];" % (self.enum_suffix))
208
if self.
final_states
.__contains__(state):
216
buff.append("\t.
final_states
= { %s }," % self.get_aut_init_final_states())
/kernel/linux/linux-6.6/kernel/trace/rv/monitors/wip/
H
A
D
wip.h
27
bool
final_states
[state_max_wip];
member
45
.
final_states
= { 1, 0 },
/kernel/linux/linux-6.6/kernel/trace/rv/monitors/wwnr/
H
A
D
wwnr.h
27
bool
final_states
[state_max_wwnr];
member
45
.
final_states
= { 1, 0 },
/kernel/linux/linux-6.6/include/rv/
H
A
D
automata.h
74
return automaton_##name.
final_states
[state]; \
Completed in 2 milliseconds