/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | instruction_descriptor_test.cpp | 58 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 66 context.get())); in TEST()
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | SourceI16Caller.cpp | 31 int32_t bytesRead = mBlockReader.read((uint8_t *) mConversionBuffer.get(), numBytes); in onProcess() 35 const int16_t *shortData = mConversionBuffer.get(); in onProcess()
|
/third_party/skia/src/sksl/ |
H A D | SkSLOutputStream.cpp | 32 vsnprintf(bigBuffer.get(), length + 1, format, copy); in appendVAList() 33 this->write(bigBuffer.get(), length); in appendVAList()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | test_inspector_runner.cc | 29 program_ = std::make_unique<Program>(reader::wgsl::Parse(file_.get())); in Initialize() 34 inspector_ = std::make_unique<Inspector>(program_.get()); in Initialize()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | classWithOnlyPublicMembersEquivalentToInterface.js | 7 public get z() { return 1; } 35 get: function () { return 1; },
|
H A D | classWithOnlyPublicMembersEquivalentToInterface2.js | 7 public get z() { return 1; } 37 get: function () { return 1; },
|
H A D | commentsOnRequireStatement.js | 38 Object.defineProperty(exports, "subject", { enumerable: true, get: function () { return _0_1.subject; } });
41 Object.defineProperty(exports, "subject1", { enumerable: true, get: function () { return _1_1.subject1; } });
|
H A D | constEnumPropertyAccess1.js | 25 get [G.B]() { 45 get [2 /* G.B */]() {
|
H A D | declFileObjectLiteralWithAccessors.js | 5 get x() { return x; }, 17 get x() { return x; },
|
H A D | declarationEmitPrefersPathKindBasedOnBundling.js | 16 get xs() { 35 get xs() {
|
H A D | divergentAccessors1.js | 6 get foo(): number; 17 get foo(): number;
|
H A D | emitCompoundExponentiationAssignmentWithIndexingOnLHS3.js | 4 get 0() { 19 get 0() {
|
H A D | getAndSetNotIdenticalType2.js | 6 get x(): A<T> { 28 get: function () {
|
H A D | getAndSetNotIdenticalType3.js | 6 get x(): A<number> { 28 get: function () {
|
H A D | importHelpersWithImportOrExportDefault(esmoduleinterop=false,module=commonjs).js | 28 Object.defineProperty(exports, "default", { enumerable: true, get: function () { return a_1.default; } });
30 Object.defineProperty(exports, "a", { enumerable: true, get: function () { return a_2.default; } });
|
H A D | importHelpersWithImportOrExportDefault(esmoduleinterop=true,module=commonjs).js | 29 Object.defineProperty(exports, "default", { enumerable: true, get: function () { return tslib_1.__importDefault(a_1).default; } });
31 Object.defineProperty(exports, "a", { enumerable: true, get: function () { return tslib_1.__importDefault(a_2).default; } });
|
H A D | interfaceExtendingClass.js | 5 get Z() { 28 get: function () {
|
H A D | jsDeclarationsExportSpecifierNonlocal.js | 31 Object.defineProperty(exports, "Thing", { enumerable: true, get: function () { return source_1.Thing; } });
32 Object.defineProperty(exports, "default", { enumerable: true, get: function () { return source_1.OtherThing; } });
|
H A D | useBeforeDeclaration_propertyAssignment.js | 15 ...{get [D.D]() {return 0;}} // should be an error 35 D.C = Object.assign({ [D.D]: 1 }, { get [D.D]() { return 0; } } // should be an error
|
/third_party/skia/experimental/graphite/src/ |
H A D | Gpu.h | 30 const Caps* caps() const { return fCaps.get(); } in caps() 33 ResourceProvider* resourceProvider() const { return fResourceProvider.get(); } in resourceProvider()
|
H A D | TextureProxy.cpp | 28 SkDEBUGCODE(this->validateTexture(fTexture.get())); in instantiate() 37 return fTexture.get(); in texture()
|
/third_party/skia/include/sksl/ |
H A D | DSLWrapper.h | 38 T& get() { in get() function in SkSL::dsl::DSLWrapper 50 const T& get() const { in get() function in SkSL::dsl::DSLWrapper
|
/third_party/skia/docs/examples/ |
H A D | Dst.cpp | 11 canvas->drawAtlas(image.get(), xforms, tex, colors, 2, SkBlendMode::kSrc, in REG_FIDDLE() 14 canvas->drawAtlas(image.get(), xforms, tex, colors, 2, SkBlendMode::kDst, in REG_FIDDLE()
|
/third_party/spirv-tools/source/opt/ |
H A D | instruction_list.cpp | 22 Instruction* first_node = list.front().get(); in InsertBefore() 32 i.get()->InsertBefore(node_); in InsertBefore()
|
/third_party/spirv-tools/test/fuzz/fact_manager/ |
H A D | dead_block_facts_test.cpp | 56 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 59 FactManager fact_manager(context.get()); in TEST()
|