Home
last modified time | relevance | path

Searched refs:get (Results 4826 - 4850 of 10762) sorted by relevance

1...<<191192193194195196197198199200>>...431

/third_party/typescript/tests/baselines/reference/
H A DexportDefaultDuplicateCrash.js15 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
16 desc = { enumerable: true, get: function() { return m[k]; } };
H A DjsDeclarationsReexportAliases.js30 Object.defineProperty(exports, "Foob", { enumerable: true, get: function () { return cls_2.default; } });
H A DjsDeclarationsReexportAliasesEsModuleInterop.js32 Object.defineProperty(exports, "Foob", { enumerable: true, get: function () { return __importDefault(cls_2).default; } });
H A DtypeOfThisInStaticMembers3(target=es6).js26 D.e = Reflect.get(_c, "a", _b) + _b.c + 1;
H A DtypeOfThisInStaticMembers4(target=es6).js50 value: Reflect.get(_c, "a", _b) + _b.c + 1
H A DtypeOfThisInStaticMembers7(target=es6).js26 D.e = 1 + (Reflect.get(_c, "a", _b)) + (_b.c + 1) + 1;
H A DtypeOfThisInStaticMembers9(target=es6).js32 D.arrowFunctionBoundary = () => Reflect.get(_b, "f", _a) + 1;
/third_party/protobuf/src/google/protobuf/
H A Dimplicit_weak_message.cc60 return &implicit_weak_message_default_instance.get(); in default_instance()
/third_party/python/PC/layout/support/
H A Dprops.py91 if not d.get("PYTHON_PLATFORM"):
/third_party/skia/docs/examples/
H A DSurface_MakeRasterDirect.cpp10 SkPMColor* pixels = storage.get(); in REG_FIDDLE()
H A DPicture_MakeFromStream.cpp17 sk_sp<SkPicture> copy = SkPicture::MakeFromStream(readableStream.get()); in REG_FIDDLE()
H A Dshader_alphaimage.cpp22 canvas->drawImage(i.get(), 128, 0, SkSamplingOptions(), &p); in REG_FIDDLE()
H A DPicture_MakeFromData.cpp17 sk_sp<SkPicture> copy = SkPicture::MakeFromData(readableData.get()); in REG_FIDDLE()
H A DCanvas_MakeRasterDirect.cpp11 SkPMColor* pixels = storage.get(); // get pointer to allocated storage in REG_FIDDLE()
H A DCanvas_SrcRectConstraint.cpp22 canvas->drawImageRect(image.get(), SkRect::MakeLTRB(1, 1, 3, 3), in REG_FIDDLE()
H A DCanvas_SaveLayerRec.cpp16 SkCanvas::SaveLayerRec saveLayerRec(nullptr, nullptr, scaler.get(), 0); in REG_FIDDLE()
H A DCanvas_drawDrawable.cpp24 canvas->drawDrawable(drawable.get(), &matrix); in REG_FIDDLE()
H A DCanvas_drawDrawable_2.cpp22 canvas->drawDrawable(drawable.get(), 10, 10); in REG_FIDDLE()
/third_party/skia/infra/bots/assets/android_sdk_linux/
H A Dcreate.py22 val = os.environ.get(key)
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlTexture.h27 id<MTLTexture> mtlTexture() const { return fTexture.get(); } in mtlTexture()
H A DMtlBuffer.h25 id<MTLBuffer> mtlBuffer() const { return fBuffer.get(); } in mtlBuffer()
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzSKSL2Metal.cpp15 SkSL::Compiler compiler(caps.get()); in FuzzSKSL2Metal()
H A DFuzzSKSL2GLSL.cpp15 SkSL::Compiler compiler(caps.get()); in FuzzSKSL2GLSL()
/third_party/skia/gm/
H A Dswizzle.cpp29 auto view = std::get<0>(GrMakeCachedBitmapProxyView(rContext, bmp, GrMipmapped::kNo)); in DEF_SIMPLE_GPU_GM()
/third_party/skia/infra/bots/recipe_modules/build/
H A Dcmake.py13 configuration = api.vars.builder_cfg.get('configuration', '')

Completed in 9 milliseconds

1...<<191192193194195196197198199200>>...431