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:NewData
(Results
1 - 14
of
14
) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
UpdateProduce.h
10
bool
NewData
;
member
24
NewData
= NewProps = false;
in SetAs_NoChangeArcItem()
34
NewData
(false),
in CUpdatePair2()
H
A
D
UpdateProduce.cpp
24
up2.
NewData
= up2.NewProps = true;
in UpdateProduce()
50
up2.
NewData
= up2.NewProps = false;
in UpdateProduce()
H
A
D
UpdateCallback.h
20
CDirItemsStat2
NewData
;
member
26
return
NewData
.Get_NumDataItems2() + OldData.Get_NumDataItems2();
in Get_NumDataItems_Total()
H
A
D
Update.cpp
545
// 17.01: anti-item is (up.
NewData
&& (p.UseArcProps in most cases))
in Compress()
547
if (up.
NewData
&& !up.UseArcProps)
in Compress()
551
CDirItemsStat2 &stat = stat2.
NewData
;
in Compress()
586
CDirItemsStat2 &stat = *(up.
NewData
? &stat2.
NewData
: &stat2.OldData);
in Compress()
934
if (up.
NewData
&& up.DirIndex >= 0)
in Compress()
H
A
D
UpdateCallback.cpp
155
if (newData) *newData = BoolToInt(up.
NewData
);
in GetUpdateItemInfo()
263
if (!up.
NewData
)
in GetRawProp()
363
if (up.
NewData
)
in GetProperty()
556
if (!up.
NewData
)
in GetStream2()
H
A
D
HashCalc.cpp
1659
bool
NewData
;
member
1724
ui.
NewData
= IntToBool(newData);
in UpdateItems()
1849
if (ui.
NewData
)
in UpdateItems()
/third_party/lzma/CPP/7zip/Archive/7z/
H
A
D
7zUpdate.h
53
bool
NewData
;
member
H
A
D
7zUpdate.cpp
1924
if (updateIndex >= 0 && !updateItems[(unsigned)updateIndex].
NewData
)
in Update()
1978
if (ui.
NewData
)
in Update()
2056
if (!ui.
NewData
|| !ui.HasStream())
in Update()
2174
if (ui.
NewData
)
in Update()
2362
if (updateIndex >= 0 && !updateItems[(unsigned)updateIndex].
NewData
)
in Update()
2571
if (ui.
NewData
)
in Update()
H
A
D
7zHandlerOut.cpp
454
ui.
NewData
= IntToBool(newData);
in UpdateItems()
662
if (ui.
NewData
)
in UpdateItems()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H
A
D
HexagonAsmBackend.cpp
529
LLVM_DEBUG(uint32_t
NewData
= 0;
530
for (unsigned i = 0; i < NumBytes; i++)
NewData
|=
532
dbgs() << ": NInst=0x"; dbgs().write_hex(
NewData
) << "\n";);
/third_party/node/deps/v8/src/diagnostics/
H
A
D
basic-block-profiler.h
82
BasicBlockProfilerData*
NewData
(size_t n_blocks);
H
A
D
basic-block-profiler.cc
48
BasicBlockProfilerData* BasicBlockProfiler::
NewData
(size_t n_blocks) {
/third_party/node/deps/v8/src/compiler/
H
A
D
basic-block-instrumentor.cc
63
BasicBlockProfilerData* data = BasicBlockProfiler::Get()->
NewData
(n_blocks);
in Instrument()
/third_party/lzma/CPP/7zip/UI/Console/
H
A
D
UpdateCallbackConsole.cpp
459
// if (!stat.
NewData
.IsEmpty())
in SetNumItems()
461
PrintToDoStat(_so, stat.
NewData
, "Add new data to archive");
in SetNumItems()
Completed in 16 milliseconds