Home
last modified time | relevance | path

Searched refs:value (Results 10926 - 10950 of 16439) sorted by relevance

1...<<431432433434435436437438439440>>...658

/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc48 uint64_t value) { in SetLastIndex()
50 isolate->factory()->NewNumberFromInt64(value); in SetLastIndex()
158 // does not go on to check the actual value of the exec property. This would in IsUnmodifiedRegExp()
46 SetLastIndex(Isolate* isolate, Handle<JSReceiver> recv, uint64_t value) SetLastIndex() argument
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.cc77 return identifier.name->value; in operator <<()
190 s << "Cannot create type " << decl->name->value in Resolve()
/third_party/node/deps/v8/src/utils/
H A Didentity-map.h97 // Implements an identity map from object addresses to a given value type {V}.
101 // * The value type {V} must be reinterpret_cast'able to {uintptr_t}
102 // * The value type {V} must not be a heap type.
107 STATIC_ASSERT(std::is_trivially_copyable<V>::value);
108 STATIC_ASSERT(std::is_trivially_destructible<V>::value);
119 // found => a pointer to the storage location for the value, true
120 // not found => a pointer to a new storage location for the value, false
131 // found => a pointer to the storage location for the value
138 // Insert the value for the given key. The key must not have previously
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.h97 uint32_t value);
100 uint64_t value);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_value_test.cpp132 EXPECT_EQ(literal.value(), 12); in TEST_F()
138 EXPECT_EQ(literal2.value(), 2); in TEST_F()
/third_party/mesa3d/src/util/tests/
H A Dxmlconfig.cpp130 DRI_CONF_OPT_S(opt, value, "option") in TEST_F()
134 EXPECT_STREQ(driQueryOptionstr(&options, "opt"), "value"); in TEST_F()
161 DRI_CONF_OPT_S(mesa_s_option, value, "description") in TEST_F()
181 /* Did the value get copied? */ in TEST_F()
183 EXPECT_STREQ(driQueryOptionstr(&cache, "mesa_s_option"), "value"); in TEST_F()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.h100 uint32_t value);
103 uint64_t value);
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtimer_test.cpp186 * @tc.desc: Check if the timer is properly deleted and if the scaler's value remains unchanged after the
208 int value = scaler.Value(); in HWTEST_F() local
211 EXPECT_EQ(value, scaler.Value()); in HWTEST_F()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h42 uint32_t value; member
328 void r600_bytecode_special_constants(uint32_t value, unsigned *sel);
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_lib.c153 * The "crit" variable is set to the critical value.
154 * The return value is the decoded extension or NULL on
156 * the value of *crit reflects the cause:
157 * >= 0, extension found but not decoded (reflects critical value).
214 * The precise operation is governed by the 'flags' value. The 'crit' and
215 * 'value' arguments (if relevant) are the extensions internal structure.
218 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, in STACK_OF()
267 ext = X509V3_EXT_i2d(nid, crit, value); in STACK_OF()
H A Dx509_v3.c210 i = ASN1_OCTET_STRING_set(&ex->value, data->data, data->length); in X509_EXTENSION_set_data()
227 return &ex->value; in X509_EXTENSION_get_data()
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_kiss.c194 fname = attrib->value.bmpstring; in parse_bag()
197 lkid = attrib->value.octet_string; in parse_bag()
/third_party/libbpf/src/
H A Dusdt.bpf.h46 /* whether arg should be interpreted as signed value */
50 * long into final 8-byte u64/s64 value returned to user
67 __type(value, struct __bpf_usdt_spec);
74 __type(value, __u32);
111 /* Fetch USDT argument #*arg_num* (zero-indexed) and put its value into *res.
143 * value is recorded in arg_spec->val_off directly. in bpf_usdt_arg()
163 * fetch argument value itself. in bpf_usdt_arg()
192 /* Retrieve user-specified cookie value provided during attach as
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest42-PR21296-clanggcc.cc28 struct true_type { static constexpr bool value = true; }; member
29 struct false_type { static constexpr bool value = false; }; member
72 * @brief Convert a value to an rvalue.
131 private _Head_base<_Idx, _Head, /*__empty_not_final<_Head>::value*/
137 typedef _Head_base<_Idx, _Head, /*__empty_not_final<_Head>::value*/ 0> _Base;
/third_party/protobuf/conformance/
H A Dconformance_test.h165 void SetEnforceRecommended(bool value) { in SetEnforceRecommended() argument
166 enforce_recommended_ = value; in SetEnforceRecommended()
/third_party/python/Include/internal/
H A Dpycore_frame.h60 // over, or (in the case of a newly-created frame) a totally invalid value:
88 static inline void _PyFrame_StackPush(_PyInterpreterFrame *f, PyObject *value) { in _PyFrame_StackPush() argument
89 f->localsplus[f->stacktop] = value; in _PyFrame_StackPush()
/third_party/python/Lib/re/
H A D__init__.py275 flags = flags.value
341 flags = flags.value
/third_party/python/Lib/test/
H A Dtest_augassign.py70 def __init__(self, value):
71 self.val = value
/third_party/openssl/crypto/pkcs12/
H A Dp12_kiss.c194 fname = attrib->value.bmpstring; in parse_bag()
197 lkid = attrib->value.octet_string; in parse_bag()
/third_party/openmax/api/cpipes/1.0/
H A DCPA_ContentPipe.h210 CPA_RESULTTYPE (*CPA_SetConfig)( CPA_IN CPA_HANDLE hPipe, CPA_IN CPA_HANDLE hContent,CPA_IN CPA_STRING szKey, CPA_IN CPA_PTR value);
212 CPA_RESULTTYPE (*CPA_GetConfig)( CPA_IN CPA_HANDLE hPipe, CPA_IN CPA_HANDLE hContent,CPA_IN CPA_STRING szKey, CPA_OUT CPA_PTR value);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.hpp153 void resultSetOnValidation (bool value) { m_resultSetOnValidation = value; } in resultSetOnValidation() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_3_2_autogen.h62 void minSampleShading(GLfloat value); \
65 void patchParameteri(GLenum pname, GLint value); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.h131 void getConfigAttrib(EGLConfig config, EGLint attribute, T *value) const;
136 T *value,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dspan_unittest.cpp134 for (unsigned int value : sp) in TEST()
136 ASSERT_EQ(value, currentIndex); in TEST()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dangle_format.py22 for key, value in pairs:
26 found_keys[key] = value

Completed in 21 milliseconds

1...<<431432433434435436437438439440>>...658