/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/ |
H A D | repeated_pass_manager_random_with_recommendations.cpp | 51 result = passes[GetFuzzerContext()->RandomIndex(passes)].get(); in ChoosePass()
|
/third_party/skia/src/sksl/transform/ |
H A D | SkSLEliminateDeadGlobalVariables.cpp | 38 return isDeadVariable(pe.get()); in EliminateDeadGlobalVariables()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLPostfixExpression.cpp | 27 if (!Analysis::UpdateVariableRefKind(base.get(), VariableRefKind::kReadWrite, in Convert()
|
/third_party/skia/tests/ |
H A D | GrContextOOM.cpp | 23 auto context = factory.get(contextType); in DEF_GPUTEST()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-cache.hh | 51 bool get (unsigned int key, unsigned int *value) const in get() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceMemory.cpp | 33 Manager == nullptr ? nullptr : Manager->Allocator.get(); in set_current()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCTargetMachine.h | 44 return TLOF.get();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.h | 44 return static_cast<HexagonTargetObjectFile*>(TLOF.get());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiMCExpr.cpp | 56 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.h | 42 return TLOF.get();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetMachine.h | 49 return TLOF.get();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
H A D | VETargetMachine.h | 47 return TLOF.get();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.h | 53 return TLOF.get();
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | generator.cc | 49 writer->WriteBuilder(builder.get()); in Generate()
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | test_helper.h | 51 gen_ = std::make_unique<GeneratorImpl>(program.get()); in Build()
|
/third_party/skia/tools/gpu/ |
H A D | TestContext.cpp | 53 flushInfo.fFinishedContext = fFinishTrackers[fCurrentFlushIdx].get(); in flushAndWaitOnSync()
|
H A D | TestContext.h | 38 GpuTimer* gpuTimer() const { SkASSERT(fGpuTimer); return fGpuTimer.get(); } in gpuTimer()
|
/third_party/skia/tools/gpu/vk/ |
H A D | VkTestHelper.h | 34 GrDirectContext* directContext() { return fDirectContext.get(); } in directContext()
|
/third_party/skia/tools/skiaserve/urlhandlers/ |
H A D | ImgHandler.cpp | 44 return SendData(connection, data.get(), "image/png"); in handle()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | charstrmap.h | 44 const char *get(const char *key) const { return static_cast<const char *>(uhash_get(map, key)); } in get() function in final
|
H A D | static_unicode_sets.h | 10 // Main entrypoint: `unisets::get(unisets::MY_SET_ID_HERE)` 30 // EMPTY is used to get an empty UnicodeSet. 89 * UBool hasIgnorables = unisets::get(unisets::DEFAULT_IGNORABLES)->contains(...); 95 U_COMMON_API const UnicodeSet* get(Key key);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | reexportMissingDefault.js | 20 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
21 desc = { enumerable: true, get: function() { return m[k]; } };
|
H A D | reexportMissingDefault1.js | 21 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
22 desc = { enumerable: true, get: function() { return m[k]; } };
|
H A D | reexportMissingDefault2.js | 20 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
21 desc = { enumerable: true, get: function() { return m[k]; } };
|
H A D | reexportMissingDefault3.js | 20 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
21 desc = { enumerable: true, get: function() { return m[k]; } };
|