Home
last modified time | relevance | path

Searched refs:get (Results 3326 - 3350 of 9950) sorted by relevance

1...<<131132133134135136137138139140>>...398

/third_party/typescript/tests/baselines/reference/
H A DprivateNameNestedMethodAccess.js5 get #baz() { return 42; }
31 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
H A DprivateNamesUseBeforeDef.js14 get #bar() { return 3 };
27 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
H A DexportsAndImports4.js59 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 DletDeclarations-validContexts.js104 get v() {
229 get v() {
H A DaliasUsageInAccessorsOfClass.js22 get A() {
76 get: function () {
H A DambientShorthand_reExport.js24 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 DtypeGuardsObjectMethods.js24 get prop() {
71 get prop() {
/third_party/skia/third_party/externals/freetype/builds/meson/
H A Dparse_modules_cfg.py76 }.get(driver, driver)
90 }.get(module)
/third_party/protobuf/python/
H A Dstubout.py92 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 Dset.rs44 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 Dset.rs44 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 Dabsl_hardening_test.cc76 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 DSkImage_to_PPM_ascii.cpp50 SkBitmap bitmap = ToBitmap(image.get()); in REG_FIDDLE()
52 dump_txt(data.get(), "fooa.ppm"); in REG_FIDDLE()
H A DSkImage_to_PPM_binary.cpp48 SkBitmap bitmap = ToBitmap(image.get()); in REG_FIDDLE()
50 print_data(data.get(), "foo.ppm"); in REG_FIDDLE()
/third_party/skia/gm/
H A Dlocalmatriximagefilter.cpp74 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 DDrawContext.h45 TextureProxy* target() { return fTarget.get(); } in target()
46 const TextureProxy* target() const { return fTarget.get(); } in target()
/third_party/skia/bench/
H A DGlyphQuadFillBench.cpp49 colorSpace.get(), SkStrikeCache::GlobalStrikeCache()};
73 subRun->fillVertexData(fVertices.get(), 0, subRun->glyphCount(),
H A DHardStopGradientBench_ScaleNumHardStops.cpp73 colors.get(),
74 positions.get(),
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_spec_constant_op.cpp47 ApplyImpl(clone.get()); in IsApplicable()
48 return fuzzerutil::IsValid(clone.get(), in IsApplicable()
/third_party/spirv-tools/test/fuzzers/
H A Dspvtools_fuzz_fuzzer.cpp66 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 Dredundancy_elimination_test.cpp30 // 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 DeglwLibrary.cpp85 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 DteglImageUtil.hpp55 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 Ddesc_builder.cc253 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 DCollationDataBuilder.java117 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...]

Completed in 11 milliseconds

1...<<131132133134135136137138139140>>...398