Home
last modified time | relevance | path

Searched refs:value (Results 24026 - 24050 of 24686) sorted by relevance

1...<<961962963964965966967968969970>>...988

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant_i.h77 * set, ctrl_interface is used to override the value from configuration
93 * set, driver_param is used to override the value from configuration
1436 * @value: value (ie, password, etc) for @field
1444 const char *value);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.h700 int wpa_parse_cipher(const char *value);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.h205 const char *value,
507 // UNIFORM_ARRAY_STRIDE for atomic counter arrays is an implementation-dependent value which
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVertexArray.cpp711 ASSERT(!mDirtyBitsGuard.valid() || mDirtyBitsGuard.value().test(dirtyBit));
/third_party/python/Lib/test/
H A Dtest_socket.py800 When an argument is given as a string, will use the value of that
1217 # Check that setting it to an invalid value raises ValueError
1544 self.assertEqual(repr(family), '<AddressFamily.AF_INET: %r>' % family.value)
1545 self.assertEqual(str(family), str(family.value))
1547 self.assertEqual(repr(type), '<SocketKind.SOCK_STREAM: %r>' % type.value)
1548 self.assertEqual(str(type), str(type.value))
1620 # with an invalid domain value.
1826 self.assertEqual(repr(s.family), '<AddressFamily.AF_INET: %r>' % s.family.value)
1827 self.assertEqual(repr(s.type), '<SocketKind.SOCK_STREAM: %r>' % s.type.value)
1828 self.assertEqual(str(s.family), str(s.family.value))
[all...]
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
H A Dgles3ndk.cpp2377 GLint64 value = INT_INIT_VAL; in GLGetInteger64v() local
2378 glGetInteger64v(GL_MAX_TEXTURE_SIZE, &value); in GLGetInteger64v()
5253 GLfloat value[ARRAY_INDEX_ONE] = {CLEAR_10}; in GLVertexAttrib1fv() local
5254 glVertexAttrib1fv(attribLocation, value); in GLVertexAttrib1fv()
5282 GLfloat value[ARRAY_INDEX_TWO] = {CLEAR_10, CLEAR_10}; in GLVertexAttrib2fv() local
5283 glVertexAttrib2fv(attribLocation, value); in GLVertexAttrib2fv()
5311 GLfloat value[ARRAY_INDEX_THREE] = {CLEAR_10, CLEAR_10, CLEAR_10}; in GLVertexAttrib3fv() local
5312 glVertexAttrib3fv(attribLocation, value); in GLVertexAttrib3fv()
5340 GLfloat value[ARRAY_INDEX_FORE] = {CLEAR_10, CLEAR_10, CLEAR_10, CLEAR_10}; in GLVertexAttrib4fv() local
5341 glVertexAttrib4fv(attribLocation, value); in GLVertexAttrib4fv()
5432 GLint value[ARRAY_INDEX_FORE] = {INT_INIT_VAL, INT_INIT_VAL, INT_INIT_VAL, INT_INIT_VAL}; GLVertexAttribI4iv() local
5461 GLuint value[ARRAY_INDEX_FORE] = {INT_INIT_VAL, INT_INIT_VAL, INT_INIT_VAL, INT_INIT_VAL}; GLVertexAttribI4uiv() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1337 AbilityRuntime::AutoFill::PopupPlacement placement = config.placement.value(); in GetPopupConfigWillUpdateY()
1338 AbilityRuntime::AutoFill::PopupSize size = config.targetSize.value(); in GetPopupConfigWillUpdateY()
1373 AbilityRuntime::AutoFill::PopupPlacement placement = config.placement.value(); in GetPopupConfigWillUpdateX()
1374 AbilityRuntime::AutoFill::PopupSize size = config.targetSize.value(); in GetPopupConfigWillUpdateX()
1540 node.value = info->GetValue(); in OverwritePageNodeInfo()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base.cpp1440 double value = 0.0; in SampleCoverage() local
1441 tie(succ, value) = NVal(env, funcArg[NARG_POS::FIRST]).ToDouble(); in SampleCoverage()
1443 value = 1.0; in SampleCoverage()
1450 LOGD("WebGL sampleCoverage %{public}f %{public}d", value, invert); in SampleCoverage()
1451 glSampleCoverage(static_cast<GLclampf>(value), static_cast<GLboolean>(invert)); in SampleCoverage()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1372 const VkClearValue *value, in dzn_cmd_buffer_clear_attachment()
1410 value->depthStencil.depth, in dzn_cmd_buffer_clear_attachment()
1411 value->depthStencil.stencil, in dzn_cmd_buffer_clear_attachment()
1420 VkClearColorValue color = adjust_clear_color(view->vk.format, &value->color); in dzn_cmd_buffer_clear_attachment()
1448 &value->color, in dzn_cmd_buffer_clear_attachment()
2731 // We reserve the first slot for the draw_count value when indirect count is in dzn_cmd_buffer_indirect_draw()
1369 dzn_cmd_buffer_clear_attachment(struct dzn_cmd_buffer *cmdbuf, struct dzn_image_view *view, VkImageLayout layout, const VkClearValue *value, VkImageAspectFlags aspects, uint32_t base_layer, uint32_t layer_count, uint32_t rect_count, D3D12_RECT *rects) dzn_cmd_buffer_clear_attachment() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp737 << " uint value = imageLoad(u_srcImg, ivec2(gl_GlobalInvocationID.xy)).x;\n"
738 << " sb_out.values[gl_GlobalInvocationID.y*stride + gl_GlobalInvocationID.x] = value;\n"
943 << " uint value = sb_in.values[gl_GlobalInvocationID.y*stride + gl_GlobalInvocationID.x];\n"
944 << " imageStore(u_dstImg, ivec2(gl_GlobalInvocationID.xy), uvec4(value, 0, 0, 0));\n"
1850 " uint value = values[offset];\n"
1851 " atomicAdd(sum, value);\n"
1886 // Initialize atomic counter value to zero
2064 << " uint value = sb_in.values[gl_GlobalInvocationID.y*stride + gl_GlobalInvocationID.x];\n"
2070 << " imageAtomicAdd(u_dstImg, ivec2(gl_WorkGroupID.xy), value);\n"
2286 " uint value
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp690 << " uint value = imageLoad(u_srcImg, ivec2(gl_GlobalInvocationID.xy)).x;\n"
691 << " sb_out.values[gl_GlobalInvocationID.y*stride + gl_GlobalInvocationID.x] = value;\n"
885 << " uint value = sb_in.values[gl_GlobalInvocationID.y*stride + gl_GlobalInvocationID.x];\n"
886 << " imageStore(u_dstImg, ivec2(gl_GlobalInvocationID.xy), uvec4(value, 0, 0, 0));\n"
1746 " uint value = values[offset];\n"
1747 " atomicAdd(sum, value);\n"
1781 // Initialize atomic counter value to zero
1948 << " uint value = sb_in.values[gl_GlobalInvocationID.y*stride + gl_GlobalInvocationID.x];\n"
1954 << " imageAtomicAdd(u_dstImg, ivec2(gl_WorkGroupID.xy), value);\n"
2159 " uint value
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp880 ut::mapType2vkFormat<attributes::vec4>::value, // format in createGraphicsPipeline()
886 ut::mapType2vkFormat<attributes::vec2>::value, // format in createGraphicsPipeline()
892 ut::mapType2vkFormat<attributes::ivec4>::value, // format in createGraphicsPipeline()
3952 const VkFormat imageFormat = ut::mapType2vkFormat<m_imageFormat_t>::value; in createAndPopulateDescriptors()
4028 vk::mapVkFormat(ut::mapType2vkFormat<m_imageFormat_t>::value), m_testParams.frameResolution)); in iterateCollectResults()
/third_party/python/Modules/
H A D_datetimemodule.c622 "date value out of range"); in normalize_y_m_d()
1246 * raised and this returns NULL. If it returns a timedelta and the value is
1454 * *buf, and that's all. Else the returned value is checked for sanity (an
1458 * Returns 0 if everything is OK. If the return value from utcoffset() is
1980 "divmod() returned a value out of range"); in microseconds_to_delta_ex()
2419 /* Fold in the value of the tag ("seconds", "weeks", etc) component of a
4409 PyErr_Format(PyExc_ValueError, "Unknown timespec value"); in time_isoformat()
5055 /* On Windows, passing a negative value to local results in datetime_from_timet_and_us()
5788 PyErr_Format(PyExc_ValueError, "Unknown timespec value"); in datetime_isoformat()
5854 * on the value o
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py402 def TestGetAndDeserialize(field_name, value, expected_type):
404 value = integer_fn(value)
405 setattr(proto, field_name, value)
675 proto2.optional_string = 'value'
679 self.assertEqual('value', proto2.optional_string)
752 proto2.optional_string = 'value'
854 # Check that the default value is of python's 'unicode' type.
860 # Assign a value of type 'str' which can be encoded in UTF-8.
957 # read the default value
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp131 #define CHECK_POINTER_AND_RETURN_VALUE(object, value) \
134 return value; \
1359 TAG_LOGD(AAFwkTag::APPMGR, "uid value is %{public}d", uid); in UpdateApplicationInfoInstalled()
1487 TAG_LOGI(AAFwkTag::APPMGR, "uid value: %{public}d", uid); in KillApplicationByUid()
1577 TAG_LOGI(AAFwkTag::APPMGR, "uid value: %{public}d", callingUid); in KillApplicationSelf()
1664 TAG_LOGI(AAFwkTag::APPMGR, "uId value: %{public}d", userId); in KillApplicationByUserIdLocked()
1666 TAG_LOGI(AAFwkTag::APPMGR, "uID value: %{public}d", uid); in KillApplicationByUserIdLocked()
2160 TAG_LOGE(AAFwkTag::APPMGR, "level value error"); in NotifyMemoryLevel()
3114 startMsg.appEnv.emplace(appEnvironment.name, appEnvironment.value); in SetAppEnvInfo()
5653 void AppMgrServiceInner::PointerDeviceEventCallback(const char *key, const char *value, voi argument
[all...]
/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp595 param.value.pinExpiredPeriod = policy.validityPeriod; in SetPasswordPolicy()
615 param.value.enableStatus = !policy.globalDisallow && userIds.size() == 0; in SetFingerprintPolicy()
888 EDMLOGW("RemoveAdminItem: OnAdminRemove failed, admin:%{public}s, value:%{public}s, res:%{public}d\n", in RemoveAdminItem()
/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp360 std::string value = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestQueryPrinterProperties() local
362 valueList.push_back(value); in TestQueryPrinterProperties()
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy.cpp2163 ErrCode AnsManagerProxy::SetAdditionConfig(const std::string &key, const std::string &value) in SetAdditionConfig() argument
2176 if (!data.WriteString(value)) { in SetAdditionConfig()
2177 ANS_LOGE("Set package config fail:: write value failed."); in SetAdditionConfig()
H A Dans_notification.cpp1824 ErrCode AnsNotification::SetAdditionConfig(const std::string &key, const std::string &value) in SetAdditionConfig() argument
1836 return proxy->SetAdditionConfig(key, value); in SetAdditionConfig()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp554 LOGE("Wrong argument value. Number expected."); in GetNotificationLocalLiveViewProgress()
673 LOGE("SlotType %{public}d is an invalid value", inType); in SlotTypeCJToC()
704 LOGE("SlotType %{public}d is an invalid value", inType); in SlotTypeCToCJ()
730 LOGE("SlotLevel %{public}d is an invalid value", inLevel); in SlotLevelCToCJ()
761 LOGE("ContentType %{public}d is an invalid value", inType); in ContentTypeCJToC()
792 LOGE("ContentType %{public}d is an invalid value", inType); in ContentTypeCToCJ()
919 for (auto value : vec) { in SetNotificationSlot()
920 head[i++] = static_cast<int64_t>(value); in SetNotificationSlot()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp517 auto value = std::chrono::duration_cast<std::chrono::milliseconds>(epoch); in GetNowSysTime() local
518 int64_t duration = value.count(); in GetNowSysTime()
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1600 bool CoreService::IsAllowedInsertApn(std::string &value) in IsAllowedInsertApn() argument
1607 return TELEPHONY_EXT_WRAPPER.isAllowedInsertApn_(value); in IsAllowedInsertApn()
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp811 WRITE_PARCEL_WITH_RET(data, Int32, ctrl.value, UEC_SERVICE_WRITE_PARCEL_ERROR); in ControlTransfer()
854 WRITE_PARCEL_WITH_RET(data, Int32, ctrlParams.value, UEC_SERVICE_WRITE_PARCEL_ERROR); in UsbControlTransfer()
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/
H A Dexecutor_test.cpp394 float value = 0; in HWTEST_F() local
395 void* const data = &value; in HWTEST_F()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/
H A Dexecutor_test.cpp394 float value = 0; in HWTEST_F() local
395 void* const data = &value; in HWTEST_F()

Completed in 108 milliseconds

1...<<961962963964965966967968969970>>...988