Home
last modified time | relevance | path

Searched refs:get (Results 1526 - 1550 of 14133) sorted by relevance

1...<<61626364656667686970>>...566

/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/appmgr_test_service/src/
H A Dappmgr_test_service.cpp72 auto tokenPtr = event->GetUniqueObject<sptr<IRemoteObject>>().get(); in ProcessLoadAbility()
92 auto abilitySched = object.get()->first; in ScheduleAbilityTransaction()
93 auto targetState = object.get()->second; in ScheduleAbilityTransaction()
127 auto abilitySched = object.get()->first; in ScheduleConnectAbilityTransaction()
135 auto abilitySchedPtr = object.get(); in ScheduleDisconnectAbilityTransaction()
166 if (eventLoop_.get() == nullptr) { in Start()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dgles_render_backend.cpp56 if (glInterface.get() == nullptr) { in SetUpGrContext()
164 SurfaceFrameOhosGl* framePtr = static_cast<SurfaceFrameOhosGl*>(frame.get()); in AcquireSkCanvas()
193 pSkSurface_ = skSurface_.get(); in AcquireSkCanvas()
206 SurfaceFrameOhosGl* framePtr = static_cast<SurfaceFrameOhosGl*>(frame.get()); in AcquireDrCanvas()
233 pSkSurface_ = drSurface_->GetImpl<Drawing::SkiaSurface>()->GetSkSurface().get(); in AcquireDrCanvas()
234 return drSurface_->GetCanvas().get(); in AcquireDrCanvas()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_gif_test.cpp63 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
65 * @tc.steps: step2. get the number of image, compatibility test. in HWTEST_F()
90 ASSERT_EQ(imageSource.get(), nullptr); in HWTEST_F()
115 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
125 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
127 * @tc.steps: step3. get the the ARGB of the point. in HWTEST_F()
165 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
173 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
175 * @tc.steps: step3. get the the RGBA of the point. in HWTEST_F()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimplePersonName.java28 * to get a new Builder instance.
93 if (fieldValues.get("surname") == null) { in build()
94 String surnamePrefix = fieldValues.get("surname-prefix"); in build()
95 String surnameCore = fieldValues.get("surname-core"); in build()
163 String result = fieldValues.get(makeModifiedFieldName(nameField, modifiers)); in getFieldValue()
170 result = fieldValues.get(fieldName); in getFieldValue()
192 result = fieldValues.get(winningKey); in getFieldValue()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java42 FieldPosition fpos = attributes.get(i); in nextPosition()
65 FieldPosition fp = attributes.get(i); in toCharacterIterator()
88 FieldPosition fp1 = attributes.get(i); in addOverlapSpans()
90 FieldPosition fp2 = attributes.get(j); in addOverlapSpans()
121 FieldPosition fp1 = attributes.get(i); in sort()
122 FieldPosition fp2 = attributes.get(i + 1); in sort()
/third_party/icu/icu4c/source/test/intltest/
H A Dcaltztst.cpp208 cal->get(Calendar::ZONE_OFFSET, status) -
209 cal->get(Calendar::DST_OFFSET, status);
213 errln("FAIL: Calendar::get failed");
227 y = cal->get(UCAL_YEAR, status) - 1900; in dateToFields()
228 m = cal->get(UCAL_MONTH, status); in dateToFields()
229 d = cal->get(UCAL_DATE, status); in dateToFields()
230 hr = cal->get(UCAL_HOUR_OF_DAY, status); in dateToFields()
231 min = cal->get(UCAL_MINUTE, status); in dateToFields()
232 sec = cal->get(UCAL_SECOND, status); in dateToFields()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java44 FieldPosition fpos = attributes.get(i); in nextPosition()
67 FieldPosition fp = attributes.get(i); in toCharacterIterator()
90 FieldPosition fp1 = attributes.get(i); in addOverlapSpans()
92 FieldPosition fp2 = attributes.get(j); in addOverlapSpans()
123 FieldPosition fp1 = attributes.get(i); in sort()
124 FieldPosition fp2 = attributes.get(i + 1); in sort()
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-species.js42 static get [Symbol.species]() { return MyArray; }
54 static get [Symbol.species]() { return MyObject; }
82 static get [Symbol.species]() { return undefined; }
98 static get [Symbol.species]() { throw new SpeciesError; }
111 get() { throw new ConstructorError; }
138 static get [Symbol.species]() {
/third_party/node/src/crypto/
H A Dcrypto_hkdf.cc109 if (!ctx || !EVP_PKEY_derive_init(ctx.get()) || in DeriveBits()
110 !EVP_PKEY_CTX_set_hkdf_md(ctx.get(), params.digest) || in DeriveBits()
112 ctx.get(), params.info.data<unsigned char>(), params.info.size())) { in DeriveBits()
143 if (!EVP_PKEY_CTX_hkdf_mode(ctx.get(), EVP_PKEY_HKDEF_MODE_EXPAND_ONLY) || in DeriveBits()
144 !EVP_PKEY_CTX_set1_hkdf_key(ctx.get(), pseudorandom_key, prk_len)) { in DeriveBits()
150 if (EVP_PKEY_derive(ctx.get(), buf.data<unsigned char>(), &length) <= 0) in DeriveBits()
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dreflect.cc44 out << *types[i].get();
68 out << "\"" << std::string(name.get(), name.size()) << "\"";
77 auto store_ = wasm::Store::make(engine.get()); in run()
78 auto store = store_.get(); in run()
87 file.read(binary.get(), file_size); in run()
104 auto instance = wasm::Instance::make(store, module.get(), nullptr); in run()
/third_party/node/benchmark/es/
H A Dmap-bench.js72 get(key) { return m[`$${key}`]; },
74 get size() { return Object.keys(m).length; },
85 assert.strictEqual(String(m.get(`i${i}`)), m.get(`s${i}`));
98 assert.strictEqual(String(m.get(`i${i}`)), m.get(`s${i}`));
/third_party/node/deps/v8/infra/testing/
H A DPRESUBMIT.py65 properties = src_dict.get(prop_name, {})
89 task_attrs = src_dict.get('swarming_task_attrs', {})
115 if not test.get('name'):
119 test_args = test.get('test_args', [])
129 variant = test.get('variant', 'default')
164 for test in builder_spec.get('tests', []):
/third_party/node/deps/v8/src/objects/
H A Dproperty-array-inl.h29 Object PropertyArray::get(int index) const { in get() function in v8::internal::PropertyArray
31 return get(cage_base, index); in get()
34 Object PropertyArray::get(PtrComprCageBase cage_base, int index) const { in get() function in v8::internal::PropertyArray
41 Object PropertyArray::get(int index, SeqCstAccessTag tag) const { in get() function in v8::internal::PropertyArray
43 return get(cage_base, index, tag); in get()
46 Object PropertyArray::get(PtrComprCageBase cage_base, int index, in get() function in v8::internal::PropertyArray
/third_party/node/deps/undici/src/lib/core/
H A Dconnect.js28 const ref = this._sessionCache.get(key)
35 get (sessionKey) {
36 const ref = this._sessionCache.get(sessionKey)
56 get (sessionKey) {
57 return this._sessionCache.get(sessionKey)
94 const session = sessionCache.get(sessionKey) || null
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktSafetyCriticalApiTests.cpp350 addFunctionCase(group.get(), "forbidden_core_commands", forbiddenCoreCommands); in createSafetyCriticalAPITests()
352 addFunctionCase(group.get(), "forbidden_core_extensions", forbiddenCoreExtensions); in createSafetyCriticalAPITests()
354 addFunctionCase(group.get(), "forbidden_promoted_commands", forbiddenPromotedCommands); in createSafetyCriticalAPITests()
356 addFunctionCase(group.get(), "forbidden_features", forbiddenDeviceFeatures); in createSafetyCriticalAPITests()
358 addFunctionCase(group.get(), "forbidden_properties", forbiddenDeviceProperties); in createSafetyCriticalAPITests()
360 addFunctionCase(group.get(), "allowed_extensions", allowedExtensions); in createSafetyCriticalAPITests()
/third_party/skia/src/gpu/
H A DGrStyle.h119 SkPathEffect* pathEffect() const { return fPathEffect.get(); } in pathEffect()
122 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); } in hasPathEffect()
124 bool hasNonDashPathEffect() const { return fPathEffect.get() && !this->isDashed(); } in hasNonDashPathEffect()
137 return fDashInfo.fIntervals.get(); in dashIntervals()
197 sk_careful_memcpy(fIntervals.get(), that.fIntervals.get(), in operator =()
/third_party/skia/src/core/
H A DSkPictureRecorder.cpp25 fRecorder = std::make_unique<SkRecorder>(nullptr, SkRect::MakeEmpty(), fMiniRecorder.get()); in SkPictureRecorder()
40 fRecorder->reset(fRecord.get(), cullRect, fMiniRecorder.get()); in beginRecording()
50 return fActivelyRecording ? fRecorder.get() : nullptr; in getRecordingCanvas()
70 SkRecordOptimize(fRecord.get()); in finishRecordingAsPicture()
131 SkRecordOptimize(fRecord.get()); in finishRecordingAsDrawable()
/third_party/skia/src/utils/
H A DSkBitSet.h49 Chunk* chunks = fChunks.get(); in set()
62 Chunk* chunks = fChunks.get(); in reset()
79 const Chunk* chunks = fChunks.get(); in forEachSetIndex()
97 const Chunk* chunks = fChunks.get(); in findFirst()
111 const Chunk* chunks = fChunks.get(); in findFirstUnset()
136 return fChunks.get() + (index / kChunkBits); in chunkFor()
/third_party/skia/tests/
H A DApplyGammaTest.cpp106 srcPixels.get()[y*kBaseSize.fWidth+x] = SkPreMultiplyARGB(x, y, x, 0xFF); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
111 bm.installPixels(ii, srcPixels.get(), kRowBytes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
140 sk_memset32(read.get(), 0, kBaseSize.fWidth * kBaseSize.fHeight); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
141 if (!dst->readPixels(ii, read.get(), kRowBytes, 0, 0)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
150 uint32_t r = read.get()[y * kBaseSize.fWidth + x]; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
151 uint32_t s = srcPixels.get()[y * kBaseSize.fWidth + x]; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DGrRenderTaskClusterTest.cpp44 graph->at(2)->addDependency(graph->at(1).get()); in create_graph0()
89 graph->at(1)->addDependency(graph->at(0).get()); in create_graph2()
90 graph->at(2)->addDependency(graph->at(1).get()); in create_graph2()
113 graph->at(1)->addDependency(graph->at(0).get()); in create_graph3()
114 graph->at(3)->addDependency(graph->at(2).get()); in create_graph3()
156 REPORTER_ASSERT(reporter, n == expectedOutput[j++].get()); in DEF_TEST()
H A DImageNewShaderTest.cpp103 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in DEF_TEST()
112 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in gpu_to_gpu()
121 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in raster_to_gpu()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServer.cpp30 mMemoryTransferService = mOwnedMemoryTransferService.get(); in Server()
62 data->deviceInfo = device->info.get(); in InjectTexture()
94 data->deviceInfo = device->info.get(); in InjectSwapChain()
135 data->info.get()); in InjectDevice()
144 data->info.get()); in InjectDevice()
151 data->info.get()); in InjectDevice()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp63 LLVM_DEBUG(dbgs() << "SSAUpdater: Var=" << Var << ": added a use" << *U->get()
79 if (DT->isReachableFromEntry(BB) && PredCache.get(BB).size()) {
84 R.Defines[BB] = UndefValue::get(R.Ty);
115 for (BasicBlock *P : PredCache.get(BB)) {
170 for (BasicBlock *Pred : PredCache.get(PBB))
180 Value *OldVal = U->get();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRRecordProducer.cpp101 R = std::move(MetadataRecordOrErr.get()); in findNextBufferExtent()
130 R = std::move(BufferExtentsOrError.get()); in produce()
132 assert(isa<BufferExtents>(R.get())); in produce()
133 auto BE = cast<BufferExtents>(R.get()); in produce()
168 R = std::move(MetadataRecordOrErr.get()); in produce()
180 if (auto BE = dyn_cast<BufferExtents>(R.get())) { in produce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp78 BuildMI(*MBB, MI, DL, LII.get(Lanai::ADD_I_LO), Dst) in replaceAdjDynAllocPseudo()
113 BuildMI(MBB, MBBI, DL, LII.get(Lanai::SW_RI)) in emitPrologue()
122 BuildMI(MBB, MBBI, DL, LII.get(Lanai::ADD_I_LO), Lanai::FP) in emitPrologue()
130 BuildMI(MBB, MBBI, DL, LII.get(Lanai::SUB_I_LO), Lanai::SP) in emitPrologue()
186 BuildMI(MBB, MBBI, DL, LII.get(Lanai::ADD_I_LO), Lanai::SP) in emitEpilogue()
191 BuildMI(MBB, MBBI, DL, LII.get(Lanai::LDW_RI), Lanai::FP) in emitEpilogue()

Completed in 12 milliseconds

1...<<61626364656667686970>>...566