Home
last modified time | relevance | path

Searched refs:Caches (Results 1 – 25 of 29) sorted by relevance

12

/third_party/flutter/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go447 Caches: []*specs.Cache{
857 Caches: CACHES_GO,
880 Caches: CACHES_GO,
959 t.Caches = append(t.Caches, CACHES_GIT...)
961 t.Caches = append(t.Caches, CACHES_WORKDIR...)
969 t.Caches = append(t.Caches, CACHES_GO...)
981 t.Caches = append(t.Caches, CACHES_DOCKER...)
1088 task.Caches = append(task.Caches, &specs.Cache{
1145 task.Caches = append(task.Caches, CACHES_WORKDIR...)
/third_party/skia/infra/bots/gen_tasks_logic/
Dtask_builder.go49 for _, exist := range b.Spec.Caches {
59 b.Spec.Caches = append(b.Spec.Caches, c)
Dgen_tasks_logic.go1239 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/
DEHFrameSupport.cpp38 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 ()()
55 for (auto &KV : Caches) { in operator ()()
/third_party/cef/patch/patches/
Dfont_family_cache_1501.patch11 // Caches font family preferences associated with a PrefService. This class
/third_party/skia/third_party/externals/swiftshader/src/SwiftShader/
DSwiftShader.ini13 [Caches] section
/third_party/benchmark/test/
Dreporter_output_test.cc34 auto const& Caches = Info.caches; in AddContextCases() local
35 if (!Caches.empty()) { 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/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h215 struct Caches;
216 std::unique_ptr<Caches> mCaches;
DDevice.cpp49 struct DeviceBase::Caches { struct in dawn_native::DeviceBase
62 mCaches = std::make_unique<DeviceBase::Caches>(); in DeviceBase()
/third_party/googletest/
D.gitignore21 _ReSharper.Caches/
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/
Dsocket.pxd.pxi29 # Caches the picked event loop, so we can avoid the 30ns overhead each
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcall.pxd.pxi23 # Caches the picked event loop, so we can avoid the 30ns overhead each
/third_party/skia/third_party/externals/oboe/docs/
DFAQ.md26 1) Invalidate the Android Studio cache by going to File->Invalidate Caches / Restart
27 2) Delete the contents of `$HOME/Library/Caches/AndroidStudio<version>`
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h501 struct Caches;
502 std::unique_ptr<Caches> mCaches;
DDevice.cpp64 struct DeviceBase::Caches { struct in dawn_native::DeviceBase
65 ~Caches() { in ~Caches() argument
193 mCaches = std::make_unique<DeviceBase::Caches>(); in DeviceBase()
227 mCaches = std::make_unique<DeviceBase::Caches>(); in Initialize()
/third_party/boost/libs/math/doc/sf/
Dgegenbauer.qbk64 CPU Caches:
Dcardinal_b_splines.qbk88 CPU Caches:
/third_party/boost/libs/math/doc/interpolators/
Dquintic_hermite.qbk125 CPU Caches:
Dcubic_hermite.qbk143 CPU Caches:
Dcatmull_rom.qbk137 CPU Caches:
/third_party/libnl/python/doc/
Dcore.rst96 Caches which have been "provided" are made available to other users
/third_party/libwebsockets/READMEs/
DREADME.lws_cache.md50 Caches are created using an info struct `struct lws_cache_creation_info`
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterPluginAppLifeCycleDelegate.mm10 static const char* kCallbackCacheSubDir = "Library/Caches/";
/third_party/skia/third_party/externals/libwebp/
Dconfigure.ac286 dnl === Caches the current values of CPPFLAGS/LIBS in SAVED_* then
/third_party/flutter/skia/third_party/externals/libwebp/
Dconfigure.ac248 dnl === Caches the current values of CPPFLAGS/LIBS in SAVED_* then

12