Home
last modified time | relevance | path

Searched refs:get (Results 10676 - 10700 of 15331) sorted by relevance

1...<<421422423424425426427428429430>>...614

/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc472 PyList_SET_ITEM(result.get(), i, extension); // Steals the reference. in FindAllExtensions()
627 return AddSerializedFile(self, serialized_pb.get()); in Add()
/third_party/python/Lib/
H A Dbdb.py49 canonic = self.fncache.get(filename)
207 self.is_skipped_module(frame.f_globals.get('__name__')):
247 Must implement in derived classes or get NotImplementedError.
526 # to get a data structure representing a stack trace.
/third_party/skia/include/private/
H A DSkTArray.h448 this->initWithPreallocatedStorage(0, storage->get(), N); in SkTArray()
458 this->initWithPreallocatedStorage(count, storage->get(), N); in SkTArray()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs455 return Err(ErrorStack::get()); in to_bytes()
467 Err(ErrorStack::get()) in to_bytes()
835 /// // get bytes from somewhere
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dconv.rs521 pass_usize(pid.as_raw_nonzero().get() as usize) in from()
527 pass_usize(pid.as_raw_nonzero().get().wrapping_neg() as usize)
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs793 PTracer::ProcessID(pid) => pid.as_raw_nonzero().get() as usize as *mut _, in set_ptracer()
829 let pid = pid.map_or(0_usize, |pid| pid.as_raw_nonzero().get() as usize); in set_child_subreaper()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_duplicate_region_with_selection.cpp473 auto duplicated_block_ptr = duplicated_block.get(); in Apply()
524 user_block == merge_block.get()) { in Apply()
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dloop_fission.cpp2543 where split but would not get hit before the read currently.
2924 loop_fission.SetContextForTesting(context.get()); in TEST_F()
3182 loop_fission.SetContextForTesting(context.get()); in TEST_F()
/third_party/vk-gl-cts/modules/glshared/
H A DglsStateQueryUtil.hpp96 const T& get (void) const { return m_value; } in get() function in deqp::gls::StateQueryUtil::StateQueryMemoryWriteGuard
227 return str << guard.get(); in operator <<()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp279 &imageMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate()
414 submitCommandsAndWait(deviceInterface, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &imageMemoryBindSemaphore.get(), stageBits, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.hpp406 const VkBuffer& get ();
429 #define ALLOC_HEAP_OBJECT_ARRAY(H,T,N) ((T*)heap.emplace(H.end(), de::MovePtr<vector<deUint8>>(new vector<deUint8>(sizeof(T)*N)))->get()->data())
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp253 , windowSize (getFullScreenSize(wsiType, *display.get(), tcu::UVec2(256U, 256U))) in NativeObjectsFS()
377 Win32WindowInterface* windowInterface = dynamic_cast<Win32WindowInterface*>(native.window.get()); in fullScreenExclusiveTest()
/third_party/vulkan-loader/tests/framework/shim/
H A Dwindows_shim.cpp28 // This needs to be defined first, or else we'll get redefinitions on NTSTATUS values
291 *phkResult = platform_shim.created_keys.back().get(); in ShimRegOpenKeyExA()
341 if (platform_shim.created_keys[i].get() == hKey) { in ShimRegCloseKey()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.h308 return mShaderUniformStorages[shaderType].get(); in getShaderUniformStorage()
433 ShaderExecutableD3D *shaderExecutable() const { return mShaderExecutable.get(); } in shaderExecutable()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp147 if (audioStreamTracker_ && audioStreamTracker_.get()) { in OnOperationHandled()
224 if (audioStreamTracker_ && audioStreamTracker_.get() && !streamTrackerRegistered_) { in RegisterTracker()
245 if (audioStreamTracker_ && audioStreamTracker_.get()) { in UpdateTracker()
335 AUDIO_ERR_LOG("GetAudioServerProxy: get sa manager failed"); in GetAudioServerProxy()
340 AUDIO_ERR_LOG("GetAudioServerProxy: get audio service remote object failed"); in GetAudioServerProxy()
345 AUDIO_ERR_LOG("GetAudioServerProxy: get audio service proxy failed"); in GetAudioServerProxy()
532 CHECK_AND_RETURN_RET_LOG(gasp != nullptr, ERR_OPERATION_FAILED, "Create failed, can not get service."); in InitIpcStream()
1071 bufDesc.buffer = cbBuffer_.get(); in GetBufferDesc()
1130 int32_t ret = memset_s(cbBuffer_.get(), cbBufferSize_, 0, cbBufferSize_); in Clear()
1247 if (audioStreamTracker_ && audioStreamTracker_.get()) { in StartAudioStream()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp287 MEDIA_ERR_LOG("Can not get rdb store"); in DeleteToolOperation()
369 resultSet->GetRowCount(count) == NativeRdb::E_OK, nullptr, "Cannot get row count of resultset"); in FetchFileAssetFromResultSet()
371 resultSet->GetRowIndex(currentRowIndex) == NativeRdb::E_OK, nullptr, "Cannot get row index of resultset"); in FetchFileAssetFromResultSet()
379 nullptr, "Can not get column %{private}s index", column.c_str()); in FetchFileAssetFromResultSet()
386 "Can not get int value from column %{private}s", column.c_str()); in FetchFileAssetFromResultSet()
393 "Can not get long value from column %{private}s", column.c_str()); in FetchFileAssetFromResultSet()
400 "Can not get string value from column %{private}s", column.c_str()); in FetchFileAssetFromResultSet()
407 "Can not get double value from column %{private}s", column.c_str()); in FetchFileAssetFromResultSet()
422 "Cannot get row count of resultset"); in GetAssetFromResultSet()
434 "Cannot get ro in GetAssetVectorFromResultSet()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_check_sync_test.cpp430 if (entry != data[j].end() && std::get<bool>(entry->second)) { in CheckCloudTableCount()
1065 Bytes bytes = std::get<Bytes>(extend[CloudDbConstant::QUERY_FIELD]); in HWTEST_F()
1074 std::string val = std::get<std::string>(queryNodes[0].fieldValue[i]); in HWTEST_F()
1489 Bytes bytes = std::get<Bytes>(extend[CloudDbConstant::QUERY_FIELD]); in HWTEST_F()
2212 auto cursor = std::get<std::string>(extend[CloudDbConstant::CURSOR_FIELD]); in HWTEST_F()
2252 auto cursor = std::get<std::string>(extend[CloudDbConstant::CURSOR_FIELD]); in HWTEST_F()
2291 auto cursor = std::get<std::string>(extend[CloudDbConstant::CURSOR_FIELD]); in HWTEST_F()
/kernel/linux/linux-5.10/sound/pci/
H A Dens1370.c1398 .get = snd_es1371_spdif_get, .put = snd_es1371_spdif_put }
1442 .get = snd_ens1373_spdif_default_get,
1450 .get = snd_ens1373_spdif_mask_get
1456 .get = snd_ens1373_spdif_stream_get,
1503 .get = snd_es1373_rear_get,
1548 .get = snd_es1373_line_get,
1662 .get = snd_ensoniq_control_get, .put = snd_ensoniq_control_put, \
2089 #else /* get microphone working */ in snd_ensoniq_create()
/kernel/linux/linux-6.6/sound/pci/
H A Dens1370.c1391 .get = snd_es1371_spdif_get, .put = snd_es1371_spdif_put }
1435 .get = snd_ens1373_spdif_default_get,
1443 .get = snd_ens1373_spdif_mask_get
1449 .get = snd_ens1373_spdif_stream_get,
1496 .get = snd_es1373_rear_get,
1541 .get = snd_es1373_line_get,
1657 .get = snd_ensoniq_control_get, .put = snd_ensoniq_control_put, \
2053 #else /* get microphone working */ in snd_ensoniq_create()
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1174 &overflow, properties.get()); in buildObjectPreviewInternal()
1475 if (!descriptor.get.IsEmpty()) { in getProperties()
1476 v8::Local<v8::Value> get = descriptor.get; in getProperties() local
1477 getterMirror = ValueMirror::create(context, get); in getProperties()
1478 if (get->IsFunction()) getterFunction = get.As<v8::Function>(); in getProperties()
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc716 WriteSmi(Smi::cast(elements.get(cage_base, i))); in WriteJSArray()
740 FixedArray::cast(array->elements()).get(cage_base, i), isolate_); in WriteJSArray()
864 if (!WriteObject(handle(entries->get(i), isolate_)).FromMaybe(false)) { in WriteJSMap()
895 if (!WriteObject(handle(entries->get(i), isolate_)).FromMaybe(false)) { in WriteJSSet()
1122 Handle<Object> key(keys->get(i), isolate_); in WriteJSObjectPropertiesSlow()
2415 !id_map_->get(id).IsTheHole(isolate_); in HasObjectWithID()
2422 Object value = id_map_->get(id); in GetObjectWithID()
/third_party/libabigail/include/
H A Dabg-ir.h274 /// type. To get the file path, line and column numbers associated to
481 {return operator()(artifact.get());} in operator ()()
523 {return operator()(l.get(), r.get());} in operator ()()
2055 if (l.get() == r.get()) in operator ()()
3151 {return operator()(f.get(), s.get());} in operator ()()
4786 /// Client code willing to get notified for a certain kind of node
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp326 // unswitching it is possible to get new non-dedicated exits out of parent in hoistLoopToNewParent()
724 BasicBlock *ExitBB = std::get<1>(ExitCase); in unswitchTrivialSwitch()
746 std::get<1>(ExitCase) = SplitExitBB; in unswitchTrivialSwitch()
752 ConstantInt *CaseVal = std::get<0>(ExitCase); in unswitchTrivialSwitch()
753 BasicBlock *UnswitchedBB = std::get<1>(ExitCase); in unswitchTrivialSwitch()
755 NewSIW.addCase(CaseVal, UnswitchedBB, std::get<2>(ExitCase)); in unswitchTrivialSwitch()
1058 Instruction &I = std::get<0>(ZippedInsts); in buildClonedLoopBlocks()
1059 Instruction &ClonedI = std::get<1>(ZippedInsts); in buildClonedLoopBlocks()
1171 // We specially handle the first loop because it may get cloned into in cloneLoopNest()
1399 // We can stop recursing at the cloned preheader (if we get ther in buildClonedLoops()
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp665 link( &std::get<0>( *this ), in tuple()
666 &std::get<0>( rhs ), in tuple()
667 reinterpret_cast<VkBaseOutStructure *>( &std::get<0>( *this ) ), in tuple()
668 reinterpret_cast<VkBaseInStructure const *>( &std::get<0>( rhs ) ) ); in tuple()
674 link( &std::get<0>( *this ), in forward()
675 &std::get<0>( rhs ), in forward()
676 reinterpret_cast<VkBaseOutStructure *>( &std::get<0>( *this ) ), in forward()
677 reinterpret_cast<VkBaseInStructure const *>( &std::get<0>( rhs ) ) ); in forward()
689 link( &std::get<0>( *this ),
690 &std::get<
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js239 get: function () { return this._mapData.size; },
243 Map.prototype.get = function (key) { var _a; return (_a = getEntry(this._mapData, key)) === null || _a === void 0 ? void 0 : _a.value; };
271 get: function () { return this._mapData.size; },
857 return map.get(key);
1643 var values = this.get(key);
1653 var values = this.get(key);
1710 var candidates = multiMap.get(hash);
1724 var values = multiMap.get(hash);
1749 var candidates = multiMap.get(hash);
1781 get siz
[all...]

Completed in 102 milliseconds

1...<<421422423424425426427428429430>>...614