Home
last modified time | relevance | path

Searched refs:get (Results 1901 - 1925 of 11802) sorted by relevance

1...<<71727374757677787980>>...473

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp68 BuildMI(MBB, I, DL, get(Op), DestReg) in copyPhysReg()
196 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB); in insertBranch()
198 BuildMI(&MBB, DL, get(NVPTX::CBranch)).addReg(Cond[0].getReg()) in insertBranch()
204 BuildMI(&MBB, DL, get(NVPTX::CBranch)).addReg(Cond[0].getReg()).addMBB(TBB); in insertBranch()
205 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB); in insertBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp113 BuildMI(MBB, I, DL, TII->get(PPC::ADJCALLSTACKDOWN)).addImm(0) in processBlock()
117 MachineInstr *Addi = BuildMI(MBB, I, DL, TII->get(Opc1), GPR3) in processBlock()
126 MachineInstr *Call = (BuildMI(MBB, I, DL, TII->get(Opc2), GPR3) in processBlock()
131 BuildMI(MBB, I, DL, TII->get(PPC::ADJCALLSTACKUP)).addImm(0).addImm(0); in processBlock()
133 BuildMI(MBB, I, DL, TII->get(TargetOpcode::COPY), OutReg) in processBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp98 // attached to the first byte of a vtable. Subtract one to get the right in splitGlobal()
109 *MDNode::get(GV.getContext(), in splitGlobal()
110 {ConstantAsMetadata::get( in splitGlobal()
111 ConstantInt::get(Int32Ty, ByteOffset - SplitBegin)), in splitGlobal()
123 Ops.push_back(ConstantInt::get(Int32Ty, 0)); in splitGlobal()
136 GV.replaceAllUsesWith(UndefValue::get(GV.getType())); in splitGlobal()
/third_party/spirv-tools/source/fuzz/
H A Dequivalence_relation.h112 auto pointer_to_value = unique_pointer_to_value.get(); in Register()
129 if (parent_[value.get()] == value.get()) { in GetEquivalenceClassRepresentatives()
130 result.push_back(value.get()); in GetEquivalenceClassRepresentatives()
170 result.push_back(value.get()); in GetAllKnownValues()
/third_party/typescript/tests/baselines/reference/
H A DtypeOfThisInStaticMembers11(target=es6).js20 static get fa () {
42 static get fa () {
80 static get fa() {
139 static get fa() {
163 value: Reflect.get(_c, "a", _b) + _b.c + 1
/third_party/protobuf/python/google/protobuf/internal/
H A Dextension_dict.py83 result = self._extended_message._fields.get(extension_handle)
181 return self._extended_message._extensions_by_name.get(name, None)
192 return self._extended_message._extensions_by_number.get(number, None)
206 return bool(self._extended_message._fields.get(extension_handle))
209 value = self._extended_message._fields.get(extension_handle)
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormatParseInfoTree.java98 List<TextFormatParseLocation> result = locationsFromField.get(fieldDescriptor); in getLocations()
124 List<TextFormatParseInfoTree> result = subtreesFromField.get(fieldDescriptor); in getNestedTrees()
157 return list.get(index); in getFromList()
183 List<TextFormatParseLocation> fieldLocations = locationsFromField.get(fieldDescriptor); in setLocation()
202 List<Builder> submessageBuilders = subtreeBuildersFromField.get(fieldDescriptor); in getBuilderForSubMessageField()
/third_party/spirv-tools/test/val/
H A Dval_non_semantic_test.cpp81 const bool declare_ext = std::get<0>(GetParam()); in TEST_P()
82 const bool declare_extinst = std::get<1>(GetParam()); in TEST_P()
83 const char* const global_extinsts = std::get<2>(GetParam()); in TEST_P()
84 const char* const function_extinsts = std::get<3>(GetParam()); in TEST_P()
85 const TestResult& test_result = std::get<4>(GetParam()); in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.hpp118 const vk::VkBuffer& get (void) const { return *m_buffer; } in get() function in vkt::synchronization::BufferWithMemory
119 const vk::VkBuffer& operator* (void) const { return get(); } in operator *()
151 const vk::VkImage& get (void) const { return m_image->get(); } in get() function in vkt::synchronization::ImageWithMemory
152 const vk::VkImage& operator* (void) const { return m_image->get(); } in operator *()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_channel_manager.cpp45 PacketData outputData = { decryContent.get(), 0 }; in OnDataReceived()
54 channelManager_->OnData(decryContent.get(), realPktlen); in OnDataReceived()
165 PacketData outputData = { encryptContent.get(), 0 }; in SendData()
168 errno_t ret = memcpy_s(encryptContent.get(), pktlen + EncryptDecrypt::AES_IV_LEN, dataFrame.c_str(), pktlen); in SendData()
175 CLOGD("SendData, get data finish."); in SendData()
187 pktlen, encryptContent.get()); in SendData()
188 return channel->Send(encryptContent.get(), outputData.length); in SendData()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_channel_manager.cpp45 PacketData outputData = { decryContent.get(), 0 }; in OnDataReceived()
54 channelManager_->OnData(decryContent.get(), realPktlen); in OnDataReceived()
165 PacketData outputData = { encryptContent.get(), 0 }; in SendData()
168 errno_t ret = memcpy_s(encryptContent.get(), pktlen + EncryptDecrypt::AES_IV_LEN, dataFrame.c_str(), pktlen); in SendData()
175 CLOGD("SendData, get data finish."); in SendData()
187 pktlen, encryptContent.get()); in SendData()
188 return channel->Send(encryptContent.get(), outputData.length); in SendData()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_mouse_autoclick_test.cpp102 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
144 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
180 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
206 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
231 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
256 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/
H A Dtypeface_test.cpp67 ttfFile.read(ttfData_.get(), ttfLen_); in SetUpTestCase()
84 auto stream = std::make_unique<MemoryStream>(ttfData_.get(), ttfLen_); in HWTEST_F()
116 auto stream = std::make_unique<MemoryStream>(ttfData_.get(), ttfLen_); in HWTEST_F()
135 auto stream = std::make_unique<MemoryStream>(ttfData_.get(), ttfLen_); in HWTEST_F()
152 auto stream = std::make_unique<MemoryStream>(ttfData_.get(), ttfLen_); in HWTEST_F()
170 auto stream = std::make_unique<MemoryStream>(ttfData_.get(), ttfLen_); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dstart_code_detector.cpp45 ifs.read(reinterpret_cast<char *>(buf.get()), static_cast<std::streamsize>(fileSize)); in SetSource()
46 return SetSource(buf.get(), fileSize); in SetSource()
68 .startPos = get<0>(*it), in SetSource()
69 .endPos = (nex == posOfFile.end()) ? (bufSize) : (get<0>(*nex)), in SetSource()
70 .nalType = GetNalType(get<1>(*it), get<2>(*it)), in SetSource()
/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dring_buffer.h63 (void)memcpy_s(ptr, available, buffer_.get() + index, available); in ReadBuffer()
65 (void)memcpy_s(ptr, bufferSize_ - index, buffer_.get() + index, bufferSize_ - index); in ReadBuffer()
66 (void)memcpy_s(((uint8_t*)ptr) + (bufferSize_ - index), available - (bufferSize_ - index), buffer_.get(), in ReadBuffer()
92 (void)memcpy_s(buffer_.get() + index, writeSize, ptr, writeSize); in WriteBuffer()
94 (void)memcpy_s(buffer_.get() + index, bufferSize_ - index, ptr, bufferSize_ - index); in WriteBuffer()
95 (void)memcpy_s(buffer_.get(), writeSize - (bufferSize_ - index), ((uint8_t*)ptr) + bufferSize_ - index, in WriteBuffer()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_info.cpp49 init(metadata->get()); in CameraInfo()
123 int32_t ret = Camera::FindCameraMetadataItem(metadata_->get(), OHOS_ABILITY_ZOOM_CAP, &item); in CalculateZoomRange()
125 "Failed to get zoom cap with return code %{public}d", ret); in CalculateZoomRange()
136 ret = Camera::FindCameraMetadataItem(metadata_->get(), OHOS_ABILITY_SCENE_ZOOM_CAP, &item); in CalculateZoomRange()
138 "Failed to get scene zoom cap with return code %{public}d", ret); in CalculateZoomRange()
160 int32_t ret = Camera::FindCameraMetadataItem(metadata_->get(), OHOS_ABILITY_ZOOM_RATIO_RANGE, &item); in GetZoomRatioRange()
162 "Failed to get zoom ratio range with return code %{public}d", ret); in GetZoomRatioRange()
185 int32_t ret = Camera::FindCameraMetadataItem(metadata_->get(), OHOS_ABILITY_AE_COMPENSATION_RANGE, &item); in GetExposureBiasRange()
187 "Failed to get exposure compensation range with return code %{public}d", ret); in GetExposureBiasRange()
198 ret = Camera::FindCameraMetadataItem(metadata_->get(), OHOS_ABILITY_AE_COMPENSATION_STE in GetExposureBiasRange()
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/
H A Dvideo_encoder_sample.cpp46 OH_AVFormat_GetIntValue(format.get(), OH_MD_KEY_VIDEO_STRIDE, &info.videoStrideWidth); in Prepare()
47 OH_AVFormat_GetIntValue(format.get(), OH_MD_KEY_VIDEO_SLICE_HEIGHT, &info.videoSliceHeight); in Prepare()
52 (void)OH_NativeWindow_NativeWindowHandleOpt(info.window.get(), GET_STRIDE, &strideAlignment); in Prepare()
103 (void)OH_NativeWindow_NativeWindowHandleOpt(info.window.get(), SET_UI_TIMESTAMP, pts); in SurfaceInputThread()
104 int32_t ret = OH_NativeWindow_NativeWindowRequestBuffer(info.window.get(), &buffer, &fenceFd); in SurfaceInputThread()
123 ret = OH_NativeWindow_NativeWindowFlushBuffer(info.window.get(), buffer, fenceFd, {nullptr, 0}); in SurfaceInputThread()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Drmdirent.cpp67 ret = uv_fs_scandir(nullptr, scandir_req.get(), fpath.c_str(), 0, nullptr);
73 while (uv_fs_scandir_next(scandir_req.get(), &dent) != UV_EOF) {
82 ret = uv_fs_unlink(nullptr, unlink_req.get(), filePath.c_str(), nullptr);
100 ret = uv_fs_rmdir(nullptr, rmdir_req.get(), fpath.c_str(), nullptr);
125 auto err = RmDirent(string(path.get())); in Sync()
150 auto cbExec = [tmpPath = string(path.get())]() -> NError { in Async()
/third_party/icu/icu4c/source/test/depstest/
H A Ddepstest.py125 exports = item.get("exports")
131 system_symbols = item.get("system_symbols")
133 files = item.get("files")
140 deps = item.get("deps")
164 neededFile = _symbols_to_files.get(symbol)
186 system_symbols = item.get("system_symbols")
H A Ddependencies.py79 item_files = item.get("files")
100 item_deps = item.get("deps")
108 dep_item = items.get(dep)
120 exports = item.get("system_symbols")
173 library_name = item.get("library")
183 line = _ReadDeps(deps_file, item, item.get("library"))
/third_party/icu/icu4c/source/common/
H A Dpluralmap.h134 * prior to using. Call next repeatedly to get the values until it
136 * to getCategoryName() to get the name of the plural category.
162 * Same as calling get(OTHER).
165 return get(OTHER); in getOther()
173 const T &get(Category v) const { in get() function in PluralMap
182 * Convenience routine to get the value by category name. Otherwise
183 * works just like get(Category).
185 const T &get(const char *category) const { in get() function in PluralMap
186 return get(toCategory(category)); in get()
190 * Convenience routine to get th
193 const T &get(const UnicodeString &category) const { get() function in PluralMap
[all...]
/third_party/node/lib/internal/
H A Dmime.js131 get(name) {
134 return data.get(name);
316 get type() {
329 get subtype() {
342 get essence() {
346 get params() {
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-sourcemap.cc71 file_name->WriteUtf8(v8_isolate, file_name_buf.get()); in WasmModuleSourceMap()
72 file_name_buf.get()[file_name_sz] = '\0'; in WasmModuleSourceMap()
73 filenames.emplace_back(file_name_buf.get()); in WasmModuleSourceMap()
86 mappings->WriteUtf8(v8_isolate, mappings_buf.get()); in WasmModuleSourceMap()
87 mappings_buf.get()[mappings_sz] = '\0'; in WasmModuleSourceMap()
89 valid_ = DecodeMapping(mappings_buf.get()); in WasmModuleSourceMap()
/third_party/node/test/parallel/
H A Dtest-http-agent-keepalive.js49 function get(path, callback) { function
50 return http.get({
67 const req = get('/second', common.mustCall((res) => {
86 const req = get('/remote_close', common.mustCall((res) => {
111 const req = get('/error', common.mustNotCall());
131 const req = get('/first', common.mustCall((res) => {
/third_party/node/deps/icu-small/source/common/
H A Dpluralmap.h134 * prior to using. Call next repeatedly to get the values until it
136 * to getCategoryName() to get the name of the plural category.
162 * Same as calling get(OTHER).
165 return get(OTHER); in getOther()
173 const T &get(Category v) const { in get() function in PluralMap
182 * Convenience routine to get the value by category name. Otherwise
183 * works just like get(Category).
185 const T &get(const char *category) const { in get() function in PluralMap
186 return get(toCategory(category)); in get()
190 * Convenience routine to get th
193 const T &get(const UnicodeString &category) const { get() function in PluralMap
[all...]

Completed in 13 milliseconds

1...<<71727374757677787980>>...473