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:Caches
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/infra/bots/gen_tasks_logic/
H
A
D
task_builder.go
49
for _, exist := range b.Spec.
Caches
{
59
b.Spec.
Caches
= append(b.Spec.
Caches
, c)
H
A
D
gen_tasks_logic.go
1239
b.Spec.
Caches
= append(b.Spec.
Caches
, &specs.Cache{
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H
A
D
EHFrameSupport.cpp
38
DenseMap<Block *, LinkGraph::SplitBlockCache>
Caches
;
in operator ()()
local
43
Caches
[B] = LinkGraph::SplitBlockCache::value_type();
in operator ()()
45
Caches
[&Sym->getBlock()]->push_back(Sym);
in operator ()()
47
llvm::sort(*
Caches
[B], [](const Symbol *LHS, const Symbol *RHS) {
in operator ()()
52
// Iterate over blocks (we do this by iterating over
Caches
entries rather
in operator ()()
55
for (auto &KV :
Caches
) {
in operator ()()
/third_party/benchmark/test/
H
A
D
reporter_output_test.cc
34
auto const&
Caches
= Info.caches;
in AddContextCases()
local
35
if (!
Caches
.empty()) {
in AddContextCases()
36
AddCases(TC_ConsoleErr, {{"CPU
Caches
:$", MR_Next}});
in AddContextCases()
38
for (size_t I = 0; I <
Caches
.size(); ++I) {
in AddContextCases()
40
Caches
[I].num_sharing != 0 ? " \\(x%int\\)$" : "$";
in AddContextCases()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
Device.h
501
struct
Caches
;
502
std::unique_ptr<
Caches
> mCaches;
H
A
D
Device.cpp
64
struct DeviceBase::
Caches
{
struct in dawn_native::DeviceBase
65
~
Caches
() {
in ~Caches()
193
mCaches = std::make_unique<DeviceBase::
Caches
>();
in DeviceBase()
227
mCaches = std::make_unique<DeviceBase::
Caches
>();
in Initialize()
Completed in 8 milliseconds