Home
last modified time | relevance | path

Searched refs:get (Results 2201 - 2225 of 11876) sorted by relevance

1...<<81828384858687888990>>...476

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.cpp188 BuildMI(*MI.getParent(), II, DL, TII->get(Lanai::MOVHI), Reg) in eliminateFrameIndex()
190 BuildMI(*MI.getParent(), II, DL, TII->get(Lanai::OR_I_LO), Reg) in eliminateFrameIndex()
195 BuildMI(*MI.getParent(), II, DL, TII->get(Lanai::ADD_I_LO), Reg) in eliminateFrameIndex()
202 HasNegOffset ? TII->get(Lanai::SUB_R) : TII->get(Lanai::ADD_R), in eliminateFrameIndex()
211 MI.setDesc(TII->get(getRRMOpcodeVariant(MI.getOpcode()))); in eliminateFrameIndex()
238 BuildMI(*MI.getParent(), II, DL, TII->get(NewOpcode), in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp94 MI.setDesc(TII->get(LLIxL)); in shortenIIF()
99 MI.setDesc(TII->get(LLIxH)); in shortenIIF()
110 MI.setDesc(TII->get(Opcode)); in shortenOn0()
121 MI.setDesc(TII->get(Opcode)); in shortenOn01()
134 MI.setDesc(TII->get(Opcode)); in shortenOn001()
167 MI.setDesc(TII->get(Opcode)); in shortenFPConv()
322 MI.setDesc(TII->get(TwoOperandOpcode)); in processBlock()
/third_party/skia/tools/
H A Dcompare_codereview.py94 id_attr = attrs.get('id','')
98 and 'build-result' in attrs.get('class', '').split()):
103 self._status = attrs.get('status')
104 self._href = attrs.get('href')
216 if tag == 'div' and attrs.get('class') == 'failure result':
231 href = attrs.get('href')
413 int(os.environ.get('COMPARE_CODEREVIEW_VERBOSITY', 1)))
/third_party/skia/third_party/externals/icu/source/common/
H A Dservls.cpp45 ICULocaleService::get(const Locale& locale, UErrorCode& status) const in get() function in ICULocaleService
47 return get(locale, LocaleKey::KIND_ANY, NULL, status); in get()
51 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const in get() function in ICULocaleService
53 return get(locale, kind, NULL, status); in get()
57 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const in get() function in ICULocaleService
59 return get(locale, LocaleKey::KIND_ANY, actualReturn, status); in get()
63 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const in get() function in ICULocaleService
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyStringArrayList.java111 public String get(int index) { in get() method in LazyStringArrayList
112 Object o = list.get(index); in get()
231 return list.get(index); in getRaw()
236 Object o = list.get(index); in getByteString()
246 Object o = list.get(index); in getByteArray()
332 public byte[] get(int index) { in get() method in LazyStringArrayList.ByteArrayListView
375 public ByteString get(int index) { in get() method in LazyStringArrayList.ByteStringListView
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc147 // Resize the string to match its capacity, since we can get away in Next()
227 *data = buffer_.get() + buffer_used_ - backup_bytes_; in Next()
234 buffer_used_ = copying_stream_->Read(buffer_.get(), buffer_size_); in Next()
247 *data = buffer_.get(); in Next()
252 GOOGLE_CHECK(backup_bytes_ == 0 && buffer_.get() != NULL) in BackUp()
290 if (buffer_.get() == NULL) { in AllocateBufferIfNeeded()
328 *data = buffer_.get() + buffer_used_; in Next()
357 if (copying_stream_->Write(buffer_.get(), buffer_used_)) { in WriteBuffer()
/third_party/skia/modules/skshaper/tests/
H A DShaperTest.cpp53 return SkShaper::RunHandler::Buffer{fGlyphs.get(),
54 fPositions.get(),
56 fClusters.get(),
83 for (auto&& [glyph, cluster] : SkZip(info.glyphCount, fGlyphs.get(), fClusters.get())) {
148 ERRORF(reporter, "Could not get resource %s.", resource); in cluster_test()
152 shaper_test(reporter, resource, data.get()); in cluster_test()
157 DEF_TEST(Shaper_cluster_empty, r) { shaper_test(r, "empty", SkData::MakeEmpty().get()); } in DEF_TEST()
/third_party/skia/experimental/sktext/editor/
H A DTexts.h36 fShapedText = fFontResolvedText->shape(fUnicodeText.get(), DEFAULT_TEXT_DIRECTION); in StaticText()
37 fWrappedText = fShapedText->wrap(fUnicodeText.get(), size.width(), size.height()); in StaticText()
74 fShapedText = fFontResolvedText->shape(fUnicodeText.get(), fTextDirection); in DynamicText()
75 fWrappedText = fShapedText->wrap(fUnicodeText.get(), size.width(), size.height()); in DynamicText()
100 fShapedText = fFontResolvedText->shape(fUnicodeText.get(), fTextDirection); in rebuild()
101 fWrappedText = fShapedText->wrap(fUnicodeText.get(), this->fRequiredSize.fWidth, this->fRequiredSize.fHeight); in rebuild()
103 fSelectableText = fWrappedText->prepareToEdit(fUnicodeText.get()); in rebuild()
/third_party/skia/include/private/
H A DGrResourceKey.h91 return 0 == memcmp(fKey.get(), that.fKey.get(), kMetaDataCnt*sizeof(uint32_t)) && in operator ==()
103 memcpy(fKey.get(), that.fKey.get(), bytes); in operator =()
178 * texture[1] = get_scratch_texture(scratchKey); // texture[0] is already owned so we will get a
269 SkData* getCustomData() const { return fData.get(); } in getCustomData()
326 static const GrUniqueKey& name = *reinterpret_cast<GrUniqueKey*>(name##_storage.get())
329 GrUniqueKey* key = new (keyStorage->get()) GrUniqueKey; in gr_init_static_unique_key_once()
/third_party/rust/crates/regex/tests/
H A Dapi.rs68 .map(|c| c.get(0).unwrap()) in empty_match_captures_iter()
139 let m = cap.get(0).unwrap(); in capture_misc()
142 assert_eq!(None, cap.get(2)); in capture_misc()
144 let m = cap.get(4).unwrap(); in capture_misc()
148 assert_eq!(t!("abc"), match_text!(cap.get(0).unwrap())); in capture_misc()
149 assert_eq!(None, cap.get(2)); in capture_misc()
150 assert_eq!(t!("c"), match_text!(cap.get(4).unwrap())); in capture_misc()
/third_party/spirv-tools/test/fuzz/
H A Davailable_instructions_test.cpp148 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
163 context.get(), in TEST()
173 context.get(), in TEST()
218 context.get(), in TEST()
250 context.get(), [](opt::IRContext*, opt::Instruction* inst) -> bool { in TEST()
308 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
312 context.get(), in TEST()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSharedPtr.cpp166 DE_TEST_ASSERT(ptr.get() == DE_NULL); in SharedPtr_selfTest()
174 DE_TEST_ASSERT(ptrB.get() == DE_NULL); in SharedPtr_selfTest()
191 DE_TEST_ASSERT(ptr.get() != DE_NULL); in SharedPtr_selfTest()
204 DE_TEST_ASSERT(ptr.get() != DE_NULL); in SharedPtr_selfTest()
217 bool test = (SharedPtr<Object>(new Object(exists))).get() != DE_NULL && exists; in SharedPtr_selfTest()
237 DE_TEST_ASSERT(ptr.get() != DE_NULL); in SharedPtr_selfTest()
435 DE_TEST_ASSERT(ptr.get() != DE_NULL); in SharedPtr_selfTest()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp221 if (memcpy_s(tmpBuf.get(), bytesLen, &buf[pos], bytesLen) != EOK) { in ParseUnicodeText()
226 ObexUtils::DataReverse(tmpBuf.get(), bytesLen, UINT16_LENGTH); in ParseUnicodeText()
228 std::u16string str((char16_t *)tmpBuf.get()); in ParseUnicodeText()
341 return obexVersionNum_.get(); in GetFieldObexVersionNum()
349 return flags_.get(); in GetFieldFlags()
357 return maxPacketLength_.get(); in GetFieldMaxPacketLength()
365 return constants_.get(); in GetFieldConstants()
650 // obex header get methods
657 return optionalHeaders_.at(index).get(); in Get()
825 packetBuf[pos++] = obexVersionNum_.get()[ in Build()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp132 const MCInstrDesc &II = TII->get(User->getMachineOpcode()); in EmitCopyFromReg()
177 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY), in EmitCopyFromReg()
277 TII->get(TargetOpcode::IMPLICIT_DEF), VReg); in getVR()
324 TII->get(TargetOpcode::COPY), NewVReg).addReg(VReg); in AddRegisterOperand()
391 TII->get(TargetOpcode::COPY), NewVReg).addReg(VReg);
468 BuildMI(*MBB, InsertPos, DL, TII->get(TargetOpcode::COPY), NewReg)
525 TII->get(TargetOpcode::COPY), VRBase).addReg(SrcReg);
542 TII->get(TargetOpcode::COPY), VRBase);
579 BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc), VRBase);
617 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcod
[all...]
/third_party/skia/src/utils/mac/
H A DSkCTFont.cpp226 colorspace.get(), kBitmapInfoRGB)); in SkCTFontGetSmoothBehavior()
229 colorspace.get(), kBitmapInfoRGB)); in SkCTFontGetSmoothBehavior()
235 CTFontManagerCreateFontDescriptorFromData(data.get())); in SkCTFontGetSmoothBehavior()
236 SkUniqueCFRef<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(desc.get(), 16, nullptr)); in SkCTFontGetSmoothBehavior()
239 CGContextSetShouldSmoothFonts(noSmoothContext.get(), false); in SkCTFontGetSmoothBehavior()
240 CGContextSetShouldAntialias(noSmoothContext.get(), true); in SkCTFontGetSmoothBehavior()
241 CGContextSetTextDrawingMode(noSmoothContext.get(), kCGTextFill); in SkCTFontGetSmoothBehavior()
242 CGContextSetGrayFillColor(noSmoothContext.get(), 1, 1); in SkCTFontGetSmoothBehavior()
244 CGContextSetShouldSmoothFonts(smoothContext.get(), true); in SkCTFontGetSmoothBehavior()
245 CGContextSetShouldAntialias(smoothContext.get(), tru in SkCTFontGetSmoothBehavior()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp321 return taskCount.get();
583 return new InterfaceVariablesInstance(context, m_params.get());
588 const auto params = dynamic_cast<InterfaceVariableParams*>(m_params.get());
764 const auto params = dynamic_cast<InterfaceVariableParams*>(m_params.get());
981 const auto& referenceLevel = *m_referenceLevel.get();
1061 const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR);
1540 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get());
1543 const auto pvdBufferInfo = makeDescriptorBufferInfo(pvdData.get(), 0ull, pvdSize);
1544 const auto ppdBufferInfo = makeDescriptorBufferInfo(ppdData.get(),
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp321 return taskCount.get();
583 return new InterfaceVariablesInstance(context, m_params.get());
588 const auto params = dynamic_cast<InterfaceVariableParams*>(m_params.get());
764 const auto params = dynamic_cast<InterfaceVariableParams*>(m_params.get());
981 const auto& referenceLevel = *m_referenceLevel.get();
1061 const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR);
1540 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get());
1543 const auto pvdBufferInfo = makeDescriptorBufferInfo(pvdData.get(), 0ull, pvdSize);
1544 const auto ppdBufferInfo = makeDescriptorBufferInfo(ppdData.get(),
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_jpeg_test.cpp87 ASSERT_NE(imageSource.get(), nullptr); in CreateImageSourceFromFilePath()
96 ASSERT_NE(imageSource.get(), nullptr); in CreateImageSourceFromHWPath()
116 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
136 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
161 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
179 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
204 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
227 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
235 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
258 ASSERT_NE(imageSource.get(), nullpt in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.h241 HILOGE("Failed to get drawable info from resmgr"); in Create()
272 HILOGE("Failed to get drawable info from resmgr"); in Create()
297 int32_t resId = std::get<0>(drawableInfo); in Create()
298 uint32_t iconType = std::get<1>(drawableInfo); in Create()
299 uint32_t density = std::get<2>(drawableInfo); in Create()
304 HILOGW("Failed to get drawable info from resmgr"); in Create()
307 std::string type = std::get<0>(info); in Create()
308 size_t len = std::get<1>(info); in Create()
309 std::string path = std::get<2>(info); in Create()
333 const char* name = std::get< in Create()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/
H A Daudio_ffmpeg_decoder_plugin.cpp301 context = avcodec_alloc_context3(avCodec_.get()); in Prepare()
395 auto res = avcodec_open2(avCodecContext_.get(), avCodec_.get(), nullptr); in OpenCtxLocked()
412 auto res = avcodec_close(avCodecContext_.get()); in CloseCtxLocked()
444 avcodec_flush_buffers(avCodecContext_.get()); in Flush()
468 MEDIA_LOG_E("Decoder input buffer is null or get buffer meta fail."); in QueueInputBuffer()
529 auto ret = avcodec_send_packet(avCodecContext_.get(), avPacket_.get()); in SendBufferLocked()
530 av_packet_unref(avPacket_.get()); in SendBufferLocked()
595 auto ret = avcodec_receive_frame(avCodecContext_.get(), cachedFrame in ReceiveBufferLocked()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/stream_test/
H A Dfile_source_stream_test.cpp181 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
186 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
212 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
217 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
243 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
248 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
274 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
279 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
305 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
310 ASSERT_NE(pixelMap.get(), nullpt in HWTEST_F()
[all...]
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dsession_incremental_backup_n_exporter.cpp60 HILOGI("callback function incremental backup onFileReady cbCompl begin errcode: %{public}d", std::get<0>(errInfo)); in OnFileReady()
67 HILOGI("callback function incremental backup onFileReady cbCompl errcode: %{public}d", std::get<0>(errInfo)); in OnFileReady()
72 if (std::get<0>(errInfo) != 0) { in OnFileReady()
89 HILOGI("callback function incremental backup onFileReady end errcode: %{public}d", std::get<0>(errInfo)); in OnFileReady()
116 HILOGI("callback function incremental backup onBundleBegin start errCode: %{public}d", std::get<0>(errInfo)); in onBundleBegin()
135 HILOGI("callback function incremental backup onBundleBegin end errCode: %{public}d", std::get<0>(errInfo)); in onBundleBegin()
162 HILOGI("callback function incremental backup onBundleEnd start errCode: %{public}d", std::get<0>(errInfo)); in onBundleEnd()
181 HILOGI("callback function incremental backup onBundleBegin end errCode: %{public}d", std::get<0>(errInfo)); in onBundleEnd()
207 HILOGI("callback function incremental backup onAllBundlesEnd begin errCode: %{public}d", std::get<0>(errInfo)); in onAllBundlesEnd()
221 HILOGI("callback function incremental backup onAllBundlesEnd end errCode: %{public}d", std::get< in onAllBundlesEnd()
[all...]
H A Dsession_backup_n_exporter.cpp58 HILOGI("callback function backup onFileReady begin errcode: %{public}d", std::get<0>(errInfo)); in OnFileReady()
64 HILOGI("callback function backup onFileReady cbCompl errcode: %{public}d", std::get<0>(errInfo)); in OnFileReady()
69 if (std::get<0>(errInfo) != 0) { in OnFileReady()
85 HILOGI("callback function backup onFileReady cbCompl end errcode: %{public}d", std::get<0>(errInfo)); in OnFileReady()
112 HILOGI("callback function backup onBundleBegin start errCode: %{public}d", std::get<0>(errInfo)); in onBundleBegin()
131 HILOGI("callback function backup onBundleBegin end errCode: %{public}d", std::get<0>(errInfo)); in onBundleBegin()
158 HILOGI("callback function backup onBundleEnd start errCode: %{public}d", std::get<0>(errInfo)); in onBundleEnd()
177 HILOGI("callback function backup onBundleEnd end errCode: %{public}d", std::get<0>(errInfo)); in onBundleEnd()
203 HILOGI("callback function backup onAllBundlesEnd begin errCode: %{public}d", std::get<0>(errInfo)); in onAllBundlesEnd()
217 HILOGI("callback function backup onAllBundlesEnd end errCode: %{public}d", std::get< in onAllBundlesEnd()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h105 inline Object get(int index) const;
106 inline Object get(PtrComprCageBase cage_base, int index) const;
108 static inline Handle<Object> get(FixedArray array, int index,
117 inline Object get(int index, RelaxedLoadTag) const;
118 inline Object get(PtrComprCageBase cage_base, int index,
125 inline Object get(int index, AcquireLoadTag) const;
126 inline Object get(PtrComprCageBase cage_base, int index,
249 static inline Handle<Object> get(FixedDoubleArray array, int index,
523 inline byte get(int index) const;
619 T get(in function
[all...]
/third_party/python/Lib/
H A Dplatform.py86 # You can always get the latest version of this module at:
129 # any string not found in this dict, will get 0 assigned
135 # number, will get 100 assigned
149 t = _ver_stages.get(v, 0)
376 release = (_WIN32_CLIENT_RELEASES.get((major, minor)) or
377 _WIN32_CLIENT_RELEASES.get((major, None)) or
392 release = (_WIN32_SERVER_RELEASES.get((major, minor)) or
393 _WIN32_SERVER_RELEASES.get((major, None)) or
621 # to get deterministic behavior.
730 os.environ.get('PROCESSOR_ARCHITEW643
737 def get(cls): global() member in _Processor
[all...]

Completed in 27 milliseconds

1...<<81828384858687888990>>...476