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:dirty_
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vixl/src/
H
A
D
code-buffer-vixl.cc
36
dirty_
(false),
in CodeBuffer()
67
dirty_
(false),
in CodeBuffer()
131
dirty_
= true;
in EmitString()
139
dirty_
= true;
in EmitData()
146
dirty_
= true;
in UpdateData()
162
dirty_
= true;
in EmitZeroedBytes()
H
A
D
code-buffer-vixl.h
147
dirty_
= true;
in Emit()
173
bool IsDirty() const { return
dirty_
; }
in IsDirty()
175
void SetClean() {
dirty_
= false; }
in SetClean()
202
bool
dirty_
;
member in vixl::CodeBuffer
/third_party/ninja/src/
H
A
D
graph.h
60
dirty_
= false;
in ResetState()
90
bool dirty() const { return
dirty_
; }
in dirty()
91
void set_dirty(bool dirty) {
dirty_
= dirty; }
in set_dirty()
92
void MarkDirty() {
dirty_
= true; }
in MarkDirty()
144
bool
dirty_
= false;
member
330
/// Update the |
dirty_
| state of the given nodes by transitively inspecting
333
/// needs to be re-run, and update outputs_ready_ and each outputs' |
dirty_
|
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
cost_enc.c
63
if (!proba->
dirty_
) return; // nothing to do.
in VP8CalculateLevelCosts()
89
proba->
dirty_
= 0;
in VP8CalculateLevelCosts()
H
A
D
tree_enc.c
163
probas->
dirty_
= 1;
in VP8DefaultProbas()
H
A
D
vp8i_enc.h
155
int
dirty_
; // if true, need to call VP8CalculateLevelCosts()
member
H
A
D
frame_enc.c
178
proba->
dirty_
= has_changed;
in FinalizeTokenProbas()
Completed in 7 milliseconds