Home
last modified time | relevance | path

Searched refs:get (Results 2451 - 2475 of 9347) sorted by relevance

1...<<919293949596979899100>>...374

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dinstruction_descriptor_test.cpp58 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 DSourceI16Caller.cpp31 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 DSkSLOutputStream.cpp32 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 Dtest_inspector_runner.cc29 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 DclassWithOnlyPublicMembersEquivalentToInterface.js7 public get z() { return 1; }
35 get: function () { return 1; },
H A DclassWithOnlyPublicMembersEquivalentToInterface2.js7 public get z() { return 1; }
37 get: function () { return 1; },
H A DcommentsOnRequireStatement.js38 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 DconstEnumPropertyAccess1.js25 get [G.B]() {
45 get [2 /* G.B */]() {
H A DdeclFileObjectLiteralWithAccessors.js5 get x() { return x; },
17 get x() { return x; },
H A DdeclarationEmitPrefersPathKindBasedOnBundling.js16 get xs() {
35 get xs() {
H A DdivergentAccessors1.js6 get foo(): number;
17 get foo(): number;
H A DemitCompoundExponentiationAssignmentWithIndexingOnLHS3.js4 get 0() {
19 get 0() {
H A DgetAndSetNotIdenticalType2.js6 get x(): A<T> {
28 get: function () {
H A DgetAndSetNotIdenticalType3.js6 get x(): A<number> {
28 get: function () {
H A DimportHelpersWithImportOrExportDefault(esmoduleinterop=false,module=commonjs).js28 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 DimportHelpersWithImportOrExportDefault(esmoduleinterop=true,module=commonjs).js29 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 DinterfaceExtendingClass.js5 get Z() {
28 get: function () {
H A DjsDeclarationsExportSpecifierNonlocal.js31 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 DuseBeforeDeclaration_propertyAssignment.js15 ...{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 DGpu.h30 const Caps* caps() const { return fCaps.get(); } in caps()
33 ResourceProvider* resourceProvider() const { return fResourceProvider.get(); } in resourceProvider()
H A DTextureProxy.cpp28 SkDEBUGCODE(this->validateTexture(fTexture.get())); in instantiate()
37 return fTexture.get(); in texture()
/third_party/skia/include/sksl/
H A DDSLWrapper.h38 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 DDst.cpp11 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 Dinstruction_list.cpp22 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 Ddead_block_facts_test.cpp56 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
59 FactManager fact_manager(context.get()); in TEST()

Completed in 15 milliseconds

1...<<919293949596979899100>>...374