/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-internal-inl.h | 77 // The value of GetTestTypeId() as seen from within the Google Test 121 // Parses a string for an Int32 flag, in the form of "--flag=value". 123 // On success, stores the value of the flag in *value, and returns 124 // true. On failure, returns false without changing *value. 126 const char* str, const char* flag, Int32* value); 129 // given --gtest_random_seed flag value. 695 // value-parameterized tests and instantiate and register them. 716 // value-parameterized tests are disabled, RegisterParameterizedTests is 738 // result already contains a property with the same key, the value wil 835 set_catch_exceptions(bool value) set_catch_exceptions() argument 1197 FormatBool(bool value) FormatBool() argument [all...] |
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_job_render.c | 439 cmd->partial_render_ta_3d_fence.value = sync_prim->value; in pvr_srv_geometry_cmd_init() 616 * PR fence. We update the sync prim value here as this is the value the in pvr_srv_winsys_render_submit() 618 * the value the PR or fragment phase will be fenced on. in pvr_srv_winsys_render_submit() 620 sync_prim->value++; in pvr_srv_winsys_render_submit() 632 &sync_prim->value, in pvr_srv_winsys_render_submit() 639 sync_prim->value, in pvr_srv_winsys_render_submit()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.h | 376 * Each context will compare this with its own last known value of 586 uint64_t offset, uint64_t size, unsigned value); 589 uint64_t offset, uint64_t size, unsigned value, 701 uint64_t offset, uint64_t size, unsigned value); 938 static inline int S_FIXED(float value, unsigned frac_bits) in S_FIXED() argument 940 return value * (1 << frac_bits); in S_FIXED()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 327 ossl_cmp_certrepmessage_get0_certresponse(msg->body->value.ip, in check_cert_path_3gpp() 590 STACK_OF(X509) *certs = msg->body->value.ip->caPubs; in OSSL_CMP_validate_msg() 591 /* value.ip is same for cp, kup, and ccp */ in OSSL_CMP_validate_msg() 805 STACK_OF(X509) *certs = msg->body->value.ip->caPubs; in ossl_cmp_msg_check_update() 806 /* value.ip is same for cp, kup, and ccp */ in ossl_cmp_msg_check_update() 828 X509_REQ *req = msg->body->value.p10cr; in ossl_cmp_verify_popo() 842 if (!OSSL_CRMF_MSGS_verify_popo(msg->body->value.ir, OSSL_CMP_CERTREQID, in ossl_cmp_verify_popo()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 327 ossl_cmp_certrepmessage_get0_certresponse(msg->body->value.ip, in check_cert_path_3gpp() 590 STACK_OF(X509) *certs = msg->body->value.ip->caPubs; in OSSL_CMP_validate_msg() 591 /* value.ip is same for cp, kup, and ccp */ in OSSL_CMP_validate_msg() 805 STACK_OF(X509) *certs = msg->body->value.ip->caPubs; in ossl_cmp_msg_check_update() 806 /* value.ip is same for cp, kup, and ccp */ in ossl_cmp_msg_check_update() 828 X509_REQ *req = msg->body->value.p10cr; in ossl_cmp_verify_popo() 842 if (!OSSL_CRMF_MSGS_verify_popo(msg->body->value.ir, OSSL_CMP_CERTREQID, in ossl_cmp_verify_popo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 660 const tcu::Vec2 value; in createTests() member 671 VkSampleCountFlagBits value; in createTests() member 688 if (groupParams->useSecondaryCmdBuffer && (flagBit.value > VK_SAMPLE_COUNT_4_BIT)) in createTests() 691 testGroup->addChild(new MultisampleLinearInterpolationTestCase(testCtx, (offset.name + "_" + flagBit.name).c_str(), tcu::IVec2(16, 16), 1.0f, offset.value, flagBit.value, groupParams)); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktSampleVerifierUtil.cpp | 646 const double value = de::max(c / div, -1.0); 648 Interval resultInterval(value - internalFormat->ulp(value), value + internalFormat->ulp(value)); 890 // and max range of the converted value. For 1 bit values the min will always equal max. 894 // conversion instead a 1 bit value of "0" resulting in [0.0 .. 0.0] it will instead 895 // be [0.0 .. 0.00390625], and a value of "1" resulting in [1.0 .. 1.0] will instead
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 661 const tcu::Vec2 value; in createTests() member 672 VkSampleCountFlagBits value; in createTests() member 689 if (groupParams->useSecondaryCmdBuffer && (flagBit.value > VK_SAMPLE_COUNT_4_BIT)) in createTests() 692 testGroup->addChild(new MultisampleLinearInterpolationTestCase(testCtx, (offset.name + "_" + flagBit.name).c_str(), ".", tcu::IVec2(16, 16), 1.0f, offset.value, flagBit.value, groupParams)); in createTests()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.constant_test.cpp | 45 {1, 2, GetParam().value(), 0, 0}))); in TEST_P() 77 {1, 2, 2, 0, GetParam().value()}))); in TEST_P() 662 {1, 2, uint32_t(GetParam().value())}, in TEST_P() 774 {1, 2, uint32_t(GetParam().value()), 3, 4}, in TEST_P() 812 {1, 2, uint32_t(GetParam().value()), 3}, in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_command_buffer.h | 121 void queueEventSignal(const mtl::SharedEventRef &event, uint64_t value); 122 void serverWaitEvent(const mtl::SharedEventRef &event, uint64_t value); 143 void setEventImpl(const mtl::SharedEventRef &event, uint64_t value); 144 void waitEventImpl(const mtl::SharedEventRef &event, uint64_t value); 581 BlitCommandEncoder &fillBuffer(const BufferRef &buffer, NSRange range, uint8_t value);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.constant_test.cpp | 45 {1, 2, GetParam().value(), 0, 0}))); in TEST_P() 77 {1, 2, 2, 0, GetParam().value()}))); in TEST_P() 662 {1, 2, uint32_t(GetParam().value())}, in TEST_P() 774 {1, 2, uint32_t(GetParam().value()), 3, 4}, in TEST_P() 812 {1, 2, uint32_t(GetParam().value()), 3}, in TEST_P()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucol_res.cpp | 625 virtual void put(const char *key, ResourceValue &value, UBool /*noFallback*/, in put() 628 ResourceTable collations = value.getTable(errorCode); in put() 629 for (int32_t i = 0; collations.getKeyAndValue(i, key, value); ++i) { in put() 630 UResType type = value.getType(); in put() 634 defcoll.appendInvariantChars(value.getUnicodeString(errorCode), errorCode); in put()
|
/third_party/skia/src/sksl/ |
H A D | SkSLDehydrator.cpp | 368 float value = l.floatValue(); in write() local 370 memcpy(&floatBits, &value, sizeof(floatBits)); in write() 517 this->write(ss.value().get()); in write() 521 this->write(sc.value().get()); in write() 535 this->write(v.value().get()); in write()
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_win_dw.cpp | 194 coordinates[coordIndex].value = fontAxisValue[axisIndex].value; in onGetVariationDesignPosition() 248 parameters[coordIndex].def = fontAxisDefaultValue[axisIndex].value; in onGetVariationDesignParameters() 337 fontAxisValue[fontIndex].value = 338 args.getVariationDesignPosition().coordinates[argsIndex].value;
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.cpp | 463 surfaceAttributes.push_back(mConfigParams.robustResourceInit.value() ? EGL_TRUE in initializeSurface() 640 contextAttributes.push_back(mConfigParams.webGLCompatibility.value() ? EGL_TRUE in createContext() 647 contextAttributes.push_back(mConfigParams.extensionsEnabled.value() ? EGL_TRUE in createContext() 676 mConfigParams.contextProgramCacheEnabled.value() ? EGL_TRUE : EGL_FALSE); in createContext() 693 contextAttributes.push_back(mConfigParams.robustResourceInit.value() ? EGL_TRUE in createContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MathExtras.h | 36 /// \brief The returned value is undefined. 38 /// \brief The returned value is numeric_limits<T>::max() 40 /// \brief The returned value is numeric_limits<T>::digits 247 /// Hi_32 - This function returns the high 32 bits of a 64 bit value. 252 /// Lo_32 - This function returns the low 32 bits of a 64 bit value. 331 /// Gets the maximum value for a N-bit unsigned integer. 342 /// Gets the minimum value for a N-bit signed integer. 349 /// Gets the maximum value for a N-bit signed integer. 490 /// \brief Count the number of set bits in a value. 501 /// Log2 - This function returns the log base 2 of the specified value 694 static const uint64_t value = (Value + Align - 1) / Align * Align; global() member [all...] |
/third_party/python/Lib/test/ |
H A D | test_heapq.py | 369 def __init__(self, value, heap): 370 self.value = value 375 return self.value < other.value
|
H A D | test_peepholer.py | 165 # One LOAD_CONST for the tuple, one for the None return value 539 for value, suffix in testcases: 544 with self.subTest(fmt=fmt, value=value): 545 s1 = fmt % value 546 s2 = eval(f'{fmt!r} % (x,)', {'x': value})
|
/third_party/protobuf/python/ |
H A D | mox.py | 427 def __setitem__(self, key, value): 431 key: Key to set the value for. 432 value: Value to set. 435 Expected return value in replay mode. A MockMethod object for the 453 self._replay_mode)(key, value) 457 return self._CreateMockMethod('__setitem__')(key, value) 463 key: Key to return the value for. 466 Expected return value in replay mode. A MockMethod object for the 514 and returning a value, or throwing an exception (as specified). When this 546 """Log parameters and return the specified return value [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_probe_benchmark.cc | 74 static auto* value = new absl::BitGen; in GlobalBitGen() local 75 return *value; in GlobalBitGen() 245 std::string value; member 301 std::pair<RealT, RealU> value{get_t(), get_u()}; in operator ()() 309 return value; in operator ()()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktSampleVerifierUtil.cpp | 646 const double value = de::max(c / div, -1.0); 648 Interval resultInterval(value - internalFormat->ulp(value), value + internalFormat->ulp(value)); 890 // and max range of the converted value. For 1 bit values the min will always equal max. 894 // conversion instead a 1 bit value of "0" resulting in [0.0 .. 0.0] it will instead 895 // be [0.0 .. 0.00390625], and a value of "1" resulting in [1.0 .. 1.0] will instead
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_nir.cpp | 631 /* LZD of an absolute value source almost always does the right in emit_find_msb_using_lzd() 640 * For a value of zero or negative one, -1 will be returned. in emit_find_msb_using_lzd() 646 * 0xffffffff, the correct value is obtained from LZD if instead of in emit_find_msb_using_lzd() 647 * negating the (already negative) value the logical-not is used. A in emit_find_msb_using_lzd() 1308 * it won't result in a MUL, but will try to negate the value by other in nir_emit_alu() 1417 * final integer modulus value. in nir_emit_alu() 1806 /* (x & -x) generates a value that consists of only the LSB of x. in nir_emit_alu() 1848 * src1 are used an unsigned value for the shift count. in nir_emit_alu() 2033 bld.MOV(offset(reg, bld, i), setup_imm_b(bld, instr->value[i].i8)); 2038 bld.MOV(offset(reg, bld, i), brw_imm_w(instr->value[ [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 718 * Start with interpreting the value passed in _Py_Uid_Converter() 738 /* Ensure the value wasn't truncated. */ in _Py_Uid_Converter() 749 * Okay, the value overflowed a signed long. If it in _Py_Uid_Converter() 764 * but this value would get interpreted as (uid_t)-1 by chown in _Py_Uid_Converter() 772 /* Ensure the value wasn't truncated. */ in _Py_Uid_Converter() 824 * Start with interpreting the value passed in _Py_Gid_Converter() 845 /* Ensure the value wasn't truncated. */ in _Py_Gid_Converter() 856 * Okay, the value overflowed a signed long. If it in _Py_Gid_Converter() 871 * but this value would get interpreted as (gid_t)-1 by chown in _Py_Gid_Converter() 879 /* Ensure the value was in _Py_Gid_Converter() 4698 int value; os_nice_impl() local 5201 PyObject *value; os_uname_impl() local 9063 PyObject *value = PyStructSequence_New((PyTypeObject *)TimesResultType); build_times_result() local 11060 win32_putenv(PyObject *name, PyObject *value) win32_putenv() argument 11128 os_putenv_impl(PyObject *module, PyObject *name, PyObject *value) os_putenv_impl() argument 11148 os_putenv_impl(PyObject *module, PyObject *name, PyObject *value) os_putenv_impl() argument 11605 int value; global() member 11613 int value = _PyLong_AsInt(arg); conv_confname() local 12549 long value; os_sysconf_impl() local 12989 os_setxattr_impl(PyObject *module, path_t *path, path_t *attribute, Py_buffer *value, int flags, int follow_symlinks) os_setxattr_impl() argument 13272 eventfd_t value; os_eventfd_read_impl() local 13293 os_eventfd_write_impl(PyObject *module, int fd, unsigned long long value) os_eventfd_write_impl() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.h | 149 void OnAutoEventParamUpdate(const std::string& value) override; 683 void CreateAnimatablePropertyFloat(const std::string& propertyName, float value, 686 void UpdateAnimatablePropertyFloat(const std::string& propertyName, float value); 687 void CreateAnimatableArithmeticProperty(const std::string& propertyName, RefPtr<CustomAnimatableArithmetic>& value, 689 void UpdateAnimatableArithmeticProperty(const std::string& propertyName, RefPtr<CustomAnimatableArithmetic>& value); 1102 void OnForegroundColorUpdate(const Color& value); 1105 bool GetJSCustomProperty(const std::string& key, std::string& value); 1106 bool GetCapiCustomProperty(const std::string& key, std::string& value); 1108 void AddCustomProperty(const std::string& key, const std::string& value);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_scroll_modifier.cpp | 34 constexpr Dimension DEFAULT_FADING_EDGE_LENGTH = Dimension(32.0f, DimensionUnit::VP); // default value 279 void SetScrollScrollBarWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetScrollScrollBarWidth() argument 283 CalcDimension width = Dimension(value, static_cast<OHOS::Ace::DimensionUnit>(unit)); in SetScrollScrollBarWidth() 374 void SetScrollEdge(ArkUINodeHandle node, ArkUI_Int32 value) in SetScrollEdge() argument 378 scrollControllerBase->ScrollToEdge(static_cast<ScrollEdgeType>(value), true); in SetScrollEdge() 399 void SetScrollEnablePaging(ArkUINodeHandle node, int32_t value) in SetScrollEnablePaging() argument 404 ScrollModelNG::SetEnablePaging(frameNode, value); in SetScrollEnablePaging() 495 void SetScrollFling(ArkUINodeHandle node, ArkUI_Float64 value) in SetScrollFling() argument 497 if (NearZero(value)) { in SetScrollFling() 502 scrollControllerBase->Fling(value); in SetScrollFling() [all...] |