/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-utils.cc | 48 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 D | declarable.cc | 77 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 D | identity-map.h | 97 // 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 D | iris_screen.h | 97 uint32_t value); 100 uint64_t value);
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_value_test.cpp | 132 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 D | xmlconfig.cpp | 130 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 D | crocus_screen.h | 100 uint32_t value); 103 uint64_t value);
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | timer_test.cpp | 186 * @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 D | r600_asm.h | 42 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 D | v3_lib.c | 153 * 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 D | x509_v3.c | 210 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 D | p12_kiss.c | 194 fname = attrib->value.bmpstring; in parse_bag() 197 lkid = attrib->value.octet_string; in parse_bag()
|
/third_party/libbpf/src/ |
H A D | usdt.bpf.h | 46 /* 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 D | test42-PR21296-clanggcc.cc | 28 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 D | conformance_test.h | 165 void SetEnforceRecommended(bool value) { in SetEnforceRecommended() argument 166 enforce_recommended_ = value; in SetEnforceRecommended()
|
/third_party/python/Include/internal/ |
H A D | pycore_frame.h | 60 // 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__.py | 275 flags = flags.value 341 flags = flags.value
|
/third_party/python/Lib/test/ |
H A D | test_augassign.py | 70 def __init__(self, value): 71 self.val = value
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_kiss.c | 194 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 D | CPA_ContentPipe.h | 210 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 D | vktTestCase.hpp | 153 void resultSetOnValidation (bool value) { m_resultSetOnValidation = value; } in resultSetOnValidation() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_2_autogen.h | 62 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 D | DisplayEGL.h | 131 void getConfigAttrib(EGLConfig config, EGLint attribute, T *value) const; 136 T *value,
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | span_unittest.cpp | 134 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 D | angle_format.py | 22 for key, value in pairs: 26 found_keys[key] = value
|