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:NominationType
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/bin/pick/
H
A
D
core_test.py
42
core.
NominationType
.CC, core.Resolution.UNRESOLVED)
59
'nomination_type': core.
NominationType
.CC.value,
279
assert c.nomination_type is core.
NominationType
.FIXES
291
assert c.nomination_type is core.
NominationType
.FIXES
302
assert c.nomination_type is core.
NominationType
.CC
313
assert c.nomination_type is core.
NominationType
.CC
336
assert c.nomination_type is core.
NominationType
.REVERT
348
assert c.nomination_type is core.
NominationType
.REVERT
363
assert c.nomination_type is core.
NominationType
.FIXES
378
assert c.nomination_type is core.
NominationType
[all...]
H
A
D
core.py
69
class
NominationType
(enum.Enum):
class
119
nomination_type: typing.Optional[
NominationType
] = attr.ib(None)
136
c.nomination_type =
NominationType
(data['nomination_type'])
279
commit.nomination_type =
NominationType
.FIXES
288
commit.nomination_type =
NominationType
.CC
299
commit.nomination_type =
NominationType
.REVERT
320
if not commit.nominated and commit.nomination_type is
NominationType
.FIXES:
327
if (commit.nomination_type is
NominationType
.REVERT and
Completed in 2 milliseconds