/third_party/typescript/tests/baselines/reference/ |
H A D | privateNameNestedMethodAccess.js | 5 get #baz() { return 42; } 31 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNamesUseBeforeDef.js | 14 get #bar() { return 3 }; 27 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | exportsAndImports4.js | 59 Object.defineProperty(exports, "d", { enumerable: true, get: function () { return t1_2.default; } });
68 Object.defineProperty(exports, "f2", { enumerable: true, get: function () { return t1_4.default; } });
|
H A D | letDeclarations-validContexts.js | 104 get v() { 229 get v() {
|
H A D | aliasUsageInAccessorsOfClass.js | 22 get A() { 76 get: function () {
|
H A D | ambientShorthand_reExport.js | 24 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
25 desc = { enumerable: true, get: function() { return m[k]; } };
41 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
42 desc = { enumerable: true, get: function() { return m[k]; } };
|
H A D | typeGuardsObjectMethods.js | 24 get prop() { 71 get prop() {
|
/third_party/skia/third_party/externals/freetype/builds/meson/ |
H A D | parse_modules_cfg.py | 76 }.get(driver, driver) 90 }.get(module)
|
/third_party/protobuf/python/ |
H A D | stubout.py | 92 old_attribute = obj.__dict__.get(attr_name) 124 old_attribute = parent.__dict__.get(child_name)
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | set.rs | 44 pub fn get<Q>(&self, value: &Q) -> Option<&'a T> in get() functions 49 self.set.get(value).copied() in get() 101 pub fn get<Q>(&self, value: &Q) -> Option<&T> in get() functions 106 self.0.get(value) in get()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | set.rs | 44 pub fn get<Q>(&self, value: &Q) -> Option<&'a T> in get() functions 49 self.set.get(value).copied() in get() 101 pub fn get<Q>(&self, value: &Q) -> Option<&T> in get() functions 106 self.0.get(value) in get()
|
/third_party/skia/third_party/externals/abseil-cpp/ |
H A D | absl_hardening_test.cc | 76 EXPECT_DEATH_IF_SUPPORTED(absl::get<std::string>(variant), ""); in TEST() 77 EXPECT_DEATH_IF_SUPPORTED(absl::get<1>(variant), ""); in TEST()
|
/third_party/skia/docs/examples/ |
H A D | SkImage_to_PPM_ascii.cpp | 50 SkBitmap bitmap = ToBitmap(image.get()); in REG_FIDDLE() 52 dump_txt(data.get(), "fooa.ppm"); in REG_FIDDLE()
|
H A D | SkImage_to_PPM_binary.cpp | 48 SkBitmap bitmap = ToBitmap(image.get()); in REG_FIDDLE() 50 print_data(data.get(), "foo.ppm"); in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | localmatriximagefilter.cpp | 74 show_image(canvas, image0.get(), filter); in DEF_SIMPLE_GM() 78 show_image(canvas, image0.get(), std::move(localFilter)); in DEF_SIMPLE_GM()
|
/third_party/skia/experimental/graphite/src/ |
H A D | DrawContext.h | 45 TextureProxy* target() { return fTarget.get(); } in target() 46 const TextureProxy* target() const { return fTarget.get(); } in target()
|
/third_party/skia/bench/ |
H A D | GlyphQuadFillBench.cpp | 49 colorSpace.get(), SkStrikeCache::GlobalStrikeCache()}; 73 subRun->fillVertexData(fVertices.get(), 0, subRun->glyphCount(),
|
H A D | HardStopGradientBench_ScaleNumHardStops.cpp | 73 colors.get(), 74 positions.get(),
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_add_spec_constant_op.cpp | 47 ApplyImpl(clone.get()); in IsApplicable() 48 return fuzzerutil::IsValid(clone.get(), in IsApplicable()
|
/third_party/spirv-tools/test/fuzzers/ |
H A D | spvtools_fuzz_fuzzer.cpp | 66 spvtools::fuzz::FuzzerContext::GetMinFreshId(ir_context.get()), false); in LLVMFuzzerTestOneInput() 70 spvtools::MakeUnique<spvtools::fuzz::FactManager>(ir_context.get()), in LLVMFuzzerTestOneInput()
|
/third_party/spirv-tools/test/opt/ |
H A D | redundancy_elimination_test.cpp | 30 // Test that it can get a simple case of local redundancy elimination. 232 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 270 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 273 // Test that it can get a simple case of local redundancy elimination
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
H A D | eglwLibrary.cpp | 85 GenericFuncType get (const char* name) const in get() function in eglw::__anon30233::CoreLoader 114 GenericFuncType get (const char* name) const in get() function in eglw::__anon30233::ExtLoader
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageUtil.hpp | 55 eglw::EGLSurface get (void) const { return **m_surface; } in get() function in deqp::egl::Image::ManagedSurface 67 virtual eglw::EGLClientBuffer get (void) const = 0;
|
/third_party/gn/src/gn/ |
H A D | desc_builder.cc | 253 FillInConfigVector(configs.get(), config_->configs().vector()); in BuildDescription() 290 FillInPrecompiledHeader(res.get(), values); in BuildDescription() 430 FillInConfigVector(configs.get(), target_->configs().vector()); in BuildDescription() 436 FillInConfigVector(configs.get(), target_->public_configs()); in BuildDescription() 444 FillInConfigVector(configs.get(), target_->all_dependent_configs()); in BuildDescription() 484 FillInOutputs(res.get()); in BuildDescription() 489 FillInSourceOutputs(res.get()); in BuildDescription() 492 FillInBundle(res.get()); in BuildDescription() 545 FillInPrecompiledHeader(res.get(), target_->config_values()); in BuildDescription() 589 // Libs can be part of any target and get recursivel in BuildDescription() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationDataBuilder.java | 117 return Collation.isAssignedCE32(trie.get(c)); in isAssigned() 183 int oldCE32 = trie.get(c); in addCE32() 276 int ce32 = trie.get(c); in optimize() 291 int ce32 = trie.get(c); in suppressContractions() 437 return conditionalCE32s.get(index); in getConditionalCE32() 800 int ce32 = trie.get(jamo); in getJamoCE32s() 864 int ce32 = trie.get(c); in setDigitTags() 963 ce32s.setElementAt(trie.get(0), 0); in buildMappings() 996 int ce32 = trie.get(iter.codepoint); in clearContexts() 1010 int ce32 = trie.get( in buildContexts() [all...] |