/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 87 /// * Type of the value that you are going to get. 95 fn get(&self, fd: RawFd) -> Result<$ty> { in get() functions 140 /// * `$ty:ty`: type of the value that will be get/set. 444 /// Set or get the broadcast flag. 469 /// Set or get the don't route flag.
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_descriptor.cpp | 961 parent->AddNestedLoop(loop.get()); in PostModificationCleanup()
|
H A D | merge_return_pass.cpp | 862 function->entry().get(), in HasNontrivialUnreachableBlocks()
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | gen-implicit-conversions.py | 791 value = conversions.get(key, [])
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageTests.cpp | 825 createImageCountTests(formatGroup.get(), testCtx, allocationKind, pipelineConstructionType, samplingType, imageViewType, format); in createImageFormatTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 287 vk.cmdExecuteCommands(*cmdBuffer, 1u, &secondaryCmdBuffer.get()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.cpp | 389 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull)); in submitCommandsAndWait()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglBufferAgeTests.cpp | 251 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations"); in GLES2Renderer() 681 return (c.get(EGL_RENDERABLE_TYPE) & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT; in isES2Renderable()
|
H A D | teglPartialUpdateTests.cpp | 239 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations"); in GLES2Renderer() 633 return (c.get(EGL_RENDERABLE_TYPE) & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT; in isES2Renderable()
|
H A D | teglSwapBuffersWithDamageTests.cpp | 181 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations"); in GLES2Renderer() 730 return (c.get(EGL_RENDERABLE_TYPE) & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT; in isES2Renderable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes.cpp | 883 Buffer *buffer = binding.get();
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_funcs.hpp | 5693 structureChain.template get<VULKAN_HPP_NAMESPACE::MemoryRequirements2>(); 5735 structureChain.template get<VULKAN_HPP_NAMESPACE::MemoryRequirements2>(); 5839 structureChain.template get<VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2>(); 5873 structureChain.template get<VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2>(); 5912 structureChain.template get<VULKAN_HPP_NAMESPACE::FormatProperties2>(); 5957 structureChain.template get<VULKAN_HPP_NAMESPACE::ImageFormatProperties2>(); in getImageFormatProperties2() 6032 returnVector[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>().pNext; in getQueueFamilyProperties2() 6041 returnVector[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>() = queueFamilyProperties[i]; in getQueueFamilyProperties2() 6064 returnVector[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>().pNext; in getQueueFamilyProperties2() 6073 returnVector[i].template get<VULKAN_HPP_NAMESPAC in getQueueFamilyProperties2() [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/ |
H A D | medialibrary_photo_operations_test.cpp | 139 MEDIA_ERR_LOG("can not get g_rdbstore"); in PrepareUniqueNumberTable() 144 MEDIA_ERR_LOG("can not get store"); in PrepareUniqueNumberTable() 150 MEDIA_ERR_LOG("Can not get AssetUniqueNumberTable count"); in PrepareUniqueNumberTable() 190 MEDIA_ERR_LOG("can not get g_rdbstore"); in SetTables() 241 int32_t resInt = get<int32_t>(res); in GetFileAssetValueToStr() 248 int64_t resLong = get<int64_t>(res); in GetFileAssetValueToStr() 255 string resStr = get<string>(res); in GetFileAssetValueToStr() 371 MEDIA_ERR_LOG("can not get rdbstore"); in GetFilePath() 376 MEDIA_ERR_LOG("Can not get file Path"); in GetFilePath() 411 MEDIA_ERR_LOG("can not get rdbstor in MakePhotoUnpending() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 108 * hopefully we will be able to get rid of that wart in 2.5. So far only 476 * path_get - get a reference to a path 477 * @path: path to get the reference to 759 * still valid and get it if required. in try_to_unlazy_next() 1012 /* Special files should not get pinned to the filesystem. */ in safe_hardlink_source() 1016 /* Setuid files should not get pinned to the filesystem. */ in safe_hardlink_source() 1020 /* Executable setgid files should not get pinned to the filesystem. */ in safe_hardlink_source() 1665 const char * (*get)(struct dentry *, struct inode *, in pick_link() 1667 get = inode->i_op->get_link; in pick_link() 1669 res = get(NUL in pick_link() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 110 * hopefully we will be able to get rid of that wart in 2.5. So far only 542 * path_get - get a reference to a path 543 * @path: path to get the reference to 839 * still valid and get it if required. in try_to_unlazy_next() 1150 /* Special files should not get pinned to the filesystem. */ in safe_hardlink_source() 1154 /* Setuid files should not get pinned to the filesystem. */ in safe_hardlink_source() 1158 /* Executable setgid files should not get pinned to the filesystem. */ in safe_hardlink_source() 1798 const char * (*get)(struct dentry *, struct inode *, in pick_link() 1800 get = inode->i_op->get_link; in pick_link() 1802 res = get(NUL in pick_link() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 207 dumpExampleDependence(OS, info.get()); in print() 1225 // maybe we can get a useful direction in strongSIVtest() 1680 // we get 1790 // we get 2224 // We need to find what we've got and get organized in testRDIV() 3423 MemoryLocation::get(Dst), in depends() 3424 MemoryLocation::get(Src))) { in depends() 3839 MemoryLocation::get(Dst), in getSplitIteration() 3840 MemoryLocation::get(Src)) == MustAlias); in getSplitIteration()
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 97 // data_.get() + alloc_size -> 108 // data_.get() -> | 121 const char* data_start = data_.get(); in IsAccessInGuardRegion() 148 void* data = a.data_.get(); in Allocate() 327 return search->second.get(); in FindBranchInterception() 2958 return function(std::get<I>(arguments)...); 3151 return debugger_.get(); 5281 // True if the debugger is enabled and might get entered.
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 1038 tcu::Vec4 attr = m_defaultAttrib.get<float>(); in bindAttribute() 1052 tcu::IVec4 attr = m_defaultAttrib.get<deInt32>(); in bindAttribute() 1058 tcu::UVec4 attr = m_defaultAttrib.get<deUint32>(); in bindAttribute() 3303 m_glArrayPack->render(spec.primitive, spec.drawMethod, 0, (int)primitiveElementCount, spec.indexType, indexPointer, spec.indexMin, spec.indexMax, spec.instanceCount, spec.indirectOffset, spec.baseVertex, coordScale, colorScale, glArray.get()); in iterate() 3304 m_rrArrayPack->render(spec.primitive, spec.drawMethod, 0, (int)primitiveElementCount, spec.indexType, indexPointer, spec.indexMin, spec.indexMax, spec.instanceCount, spec.indirectOffset, spec.baseVertex, coordScale, colorScale, rrArray.get()); in iterate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config.c | 45 /* Writer function (i.e., to get the variable in text format from 2994 * This function can be used to get list of all configured network properties. 3058 * This function can be used to get network configuration variables. The 3098 * This function can be used to get network configuration variable like 4164 int (*get)(const char *name, struct wpa_config *config, long offset, member 4898 if (!field->get) in wpa_config_dump_values() 4901 tmp = field->get(field->name, config, (long) field->param1, in wpa_config_dump_values() 4923 if (!field->get) in wpa_config_get_value() 4925 return field->get(name, config, (long) field->param1, in wpa_config_get_value()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.c | 46 /* Writer function (i.e., to get the variable in text format from 3418 * This function can be used to get list of all configured network properties. 3482 * This function can be used to get network configuration variables. The 3522 * This function can be used to get network configuration variable like 4651 int (*get)(const char *name, struct wpa_config *config, long offset, member 5470 if (!field->get) in wpa_config_dump_values() 5473 tmp = field->get(field->name, config, (long) field->param1, in wpa_config_dump_values() 5495 if (!field->get) in wpa_config_get_value() 5497 return field->get(name, config, (long) field->param1, in wpa_config_get_value()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 88 SystemAbility::MakeAndRegisterAbility(DelayedSingleton<FormMgrService>::GetInstance().get()); 242 HILOG_ERROR("cannot get host bundle name by uid"); in ReportAddFormEvent() 797 if (!Publish(DelayedSingleton<FormMgrService>::GetInstance().get())) { in Init() 1073 HILOG_ERROR("get host bundle name failed"); in GetFormsInfo() 1140 HILOG_ERROR("fail get abilityMgr"); in StartAbility() 1262 HILOG_ERROR("error to get bundleMgr"); in RegisterPublishFormInterceptor() 1280 HILOG_ERROR("fail get bundleMgr"); in UnregisterPublishFormInterceptor() 1510 HILOG_ERROR("get running form infos permission denied"); in GetRunningFormInfos() 1522 HILOG_ERROR("get running form infos by bundle name permission denied"); in GetRunningFormInfosByBundleName() 1535 HILOG_ERROR("get for in GetFormInstancesByFilter() [all...] |
/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_record.cpp | 528 pkgName = moduleInfos[Constants::MODULE_PKG_NAME_KEY].get<std::string>();
in SetPkgContextInfoMap() 533 hapPath = moduleInfos[Constants::MODULE_HAP_PATH_KEY].get<std::string>();
in SetPkgContextInfoMap() 1544 groupRequest.formJsInfo = recordRequest.formJsInfo; // get json data from record request
in RecoverFormRequestsInGroup() 1562 // maybe current comp deleted between recover, get last comp as new current comp to recover
in RecoverFormRequestsInGroup()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 197 std::get<0>(web_->GetNativeVideoPlayerConfig()), in UpdateDelegate() 198 std::get<1>(web_->GetNativeVideoPlayerConfig())); in UpdateDelegate() 305 // clear the recording position, for not move content when virtual keyboard popup when web get focused. in OnMouseEvent() 490 // clear the recording position, for not move content when virtual keyboard popup when web get focused. in HandleTouchDown()
|
/foundation/barrierfree/accessibility/common/interface/test/unittest/ |
H A D | accessible_ability_manager_service_stub_test.cpp | 1198 EXPECT_NE(settingConfig_.get(), nullptr); in HWTEST_F() 1213 EXPECT_NE(settingConfig_.get(), nullptr); in HWTEST_F()
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_accessible_ability_manager_service.cpp | 109 EXPECT_NE(abilityInfo.get(), nullptr); in RegisterAbilityConnectionClient() 1836 EXPECT_NE(data.get(), nullptr); in HWTEST_F()
|