Searched refs:wanted (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | data_resource.cpp | 327 char ***wanted = nullptr; in GetStringFromStringPool() local 334 wanted = &resource; in GetStringFromStringPool() 341 wanted = &fallbackResource; in GetStringFromStringPool() 348 wanted = &defaultResource; in GetStringFromStringPool() 352 if (!ApplyForResource(index, wanted, finalCount)) { in GetStringFromStringPool() 424 bool DataResource::ApplyForResource(uint32_t **index, char ***wanted, uint32_t totalCount) in ApplyForResource() argument 426 if ((index == nullptr) || (wanted == nullptr) || (totalCount == 0)) { in ApplyForResource() 433 *wanted = reinterpret_cast<char **>(I18nMalloc(sizeof(char *) * totalCount)); in ApplyForResource() 434 if (*wanted == nullptr) { in ApplyForResource() 438 (*wanted)[i] = nullptr; in ApplyForResource()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 3214 SelectProfiles wanted; variable 3217 wanted.photo.size_ = {640, 480}; 3219 wanted.video.size_ = {640, 480}; 3284 SelectProfiles wanted; variable 3287 wanted.photo.size_ = {640, 480}; 3289 wanted.video.size_ = {640, 480}; 3372 SelectProfiles wanted; variable 3375 wanted.photo.size_ = {640, 480}; 3460 SelectProfiles wanted; variable 3544 SelectProfiles wanted; variable [all …]
|
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/ |
H A D | data_resource.h | 131 bool ApplyForResource(uint32_t **index, char ***wanted, uint32_t totalCount);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | device_vk.cpp | 555 … const array_view<const VkBool32> wanted(reinterpret_cast<VkBool32*>(wantedFeatures), valueCount); in PreparePhysicalDeviceFeaturesForEnabling() local 560 if (supported[idx] && wanted[idx]) { in PreparePhysicalDeviceFeaturesForEnabling() 562 } else if (wanted[idx]) { in PreparePhysicalDeviceFeaturesForEnabling()
|
/ohos5.0/base/web/webview/ohos_nweb/prebuilts/ |
H A D | NOTICE | 50739 future and wanted additions to the library and distribution. 56078 future and wanted additions to the library and distribution.
|