/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeStateApiTests.cpp | 114 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in enable() 131 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in enablei() 144 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in disable() 154 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in disablei() 168 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in get_booleanv() 195 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in get_floatv() 205 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in get_integerv() 214 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in get_integer64v() 1263 ctx.beginSection("GL_INVALID_OPERATION or GL_INVALID_ENUM is generated if attachment is not one of the accepted values for the current binding of target."); in get_framebuffer_attachment_parameteriv() 1404 GLint values[3 in get_synciv() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Framebuffer.cpp | 1612 const GLfloat *values) in clearBufferfv() 1614 return mImpl->clearBufferfv(context, buffer, drawbuffer, values); in clearBufferfv() 1620 const GLuint *values) in clearBufferuiv() 1622 return mImpl->clearBufferuiv(context, buffer, drawbuffer, values); in clearBufferuiv() 1628 const GLint *values) in clearBufferiv() 1630 return mImpl->clearBufferiv(context, buffer, drawbuffer, values); in clearBufferiv() 1609 clearBufferfv(const Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument 1617 clearBufferuiv(const Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument 1625 clearBufferiv(const Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument
|
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/ |
H A D | hiview_log.h | 157 uint32 values[LOG_MULTI_PARA_MAX]; member
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/python/ohos/global/i18n/ |
H A D | generate_dat.py | 27 for item_val in val.values():
|
/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_constructor.h | 48 void AddCustomType(const std::string &type, std::vector<std::string> values);
|
H A D | vcard_decoder_v21.h | 81 bool ContainValue(const std::string &value, const std::vector<std::string> values);
|
/base/update/updater/services/script/script_interpreter/ |
H A D | script_context.h | 158 void AddValues(const std::vector<UScriptValuePtr> values);
|
/base/useriam/user_auth_framework/services/ipc/inc/ |
H A D | user_auth_service.h | 107 void FillGetPropertyValue(AuthType authType, const std::vector<Attributes::AttributeKey> &keys, Attributes &values);
|
/base/useriam/user_auth_framework/test/fuzztest/services/coauthservice_fuzzer/ |
H A D | co_auth_service_fuzzer.cpp | 87 int32_t OnGetProperty(const Attributes &condition, Attributes &values) override
|
/kernel/linux/linux-5.10/arch/c6x/lib/ |
H A D | divu.S | 22 ;; remi uses B2 and A5 to hold the input values during the
|
H A D | remu.S | 22 ;; remi uses B2 and A5 to hold the input values during the
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | head-common.S | 117 str_l r10, cr_alignment, r4 @ Save control register values
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | head-common.S | 116 strne r10, [r3] @ Save control register values
|
/kernel/linux/linux-5.10/tools/testing/selftests/gpio/ |
H A D | gpio-mockup-chardev.c | 205 data.values[0] = value; in gpio_pin_test()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_ctcam.c | 65 mlxsw_afk_encode(afk, region->key_info, &rulei->values, key, mask); in mlxsw_sp_acl_ctcam_region_entry_insert()
|
/kernel/linux/linux-5.10/sound/firewire/fireworks/ |
H A D | fireworks.h | 180 u32 values[]; member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | qgroup.h | 182 u64 values[BTRFS_QGROUP_RSV_LAST]; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_usb.h | 258 int zd_usb_ioread16v(struct zd_usb *usb, u16 *values,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_ctcam.c | 65 mlxsw_afk_encode(afk, region->key_info, &rulei->values, key, mask); in mlxsw_sp_acl_ctcam_region_entry_insert()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | qgroup.h | 186 u64 values[BTRFS_QGROUP_RSV_LAST]; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_usb.h | 258 int zd_usb_ioread16v(struct zd_usb *usb, u16 *values,
|
/kernel/linux/linux-6.6/usr/ |
H A D | gen_initramfs.sh | 26 -d <date> Use date for all file mtime values
|
/kernel/linux/linux-6.6/sound/firewire/fireworks/ |
H A D | fireworks.h | 177 u32 values[]; member
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/ |
H A D | listener.py | 164 test_values = list(self.tests.values())
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | LocalePriorityList.java | 35 * "en, fr, de", and synthesize arbitrary quality values that put these in the 36 * right order, like: "en, fr;q=0.7, de;q=0.3". The quality values in these de facto 53 * When the list is built, the internal values are sorted in descending order by weight, 243 for (Double value : list.languagesAndWeights.values()) { in Builder()
|