/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-map.h | 151 * \param value: the value, may be any kind of object 152 * \param valuelen: the length of value 154 * Allocates space for the item, key and value using the map allocator, and 155 * if non-NULL, copies the key and value into the item. 164 const lws_map_value_t value, size_t valuelen);
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shader_util.h | 134 void ac_set_reg_cu_en(void *cs, unsigned reg_offset, uint32_t value, uint32_t clear_mask,
|
/third_party/libdrm/include/drm/ |
H A D | qxl_drm.h | 110 __u64 value; member
|
/third_party/libbpf/src/ |
H A D | bpf_gen_internal.h | 66 void bpf_gen__map_update_elem(struct bpf_gen *gen, int map_idx, void *value, __u32 value_size);
|
/third_party/jerryscript/tests/jerry/ |
H A D | string-prototype-replace.js | 104 value : 0,
|
H A D | array.js | 41 Object.defineProperty (b, '10000', {value : 25, writable : false}); 71 Array.prototype[0] = 'string value'; 73 assert(Array.prototype[0] === 'string value');
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-array-object.h | 83 ecma_fast_array_set_property (ecma_object_t *object_p, uint32_t index, ecma_value_t value);
|
H A D | ecma-typedarray-object.h | 37 ecma_number_t value,
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | symbol-unscopables.js | 96 assert(obj3.value === true);
|
H A D | proxy_has.js | 144 value: 10
|
/third_party/mesa3d/src/freedreno/ds/ |
H A D | fd_pps_driver.h | 77 * tries to get the countable value. 80 uint64_t last_value, value; member 94 * with various formulas to derive the high level "Counter" value exposed
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglcontext.h | 75 _eglQueryContext(_EGLContext *ctx, EGLint attribute, EGLint *value);
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_dumb_increment.c | 66 vhd->options = (unsigned int *)opt->value; in callback_dumb_increment()
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_build_data.h | 75 uint32_t value[ROGUE_MAX_BUFFERS]; member
|
/third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
H A D | virgl_drm_winsys.h | 66 uint64_t value; member
|
/third_party/node/lib/internal/dns/ |
H A D | callback_resolver.js | 85 ObjectDefineProperty(query, 'name', { __proto__: null, value: bindingName });
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/ |
H A D | fuzz_library.js | 17 return typeof type === 'undefined' || typeof desc.value === type;
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/ |
H A D | test_differential_fuzz.js | 99 sandbox.stub(process, 'env').value(env);
|
/third_party/node/test/js-native-api/test_general/ |
H A D | testInstanceOf.js | 70 value: function(candidate) {
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-url-custom-searchparams-constructor.js | 25 message: 'Each query pair must be an iterable [name, value] tuple' 68 const symbolError = /^TypeError: Cannot convert a Symbol value to a string$/;
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test_data/ |
H A D | simple_test.js | 20 value is ${ v6 + v7 }` + '\0\400\377'
|
/third_party/node/src/ |
H A D | js_native_api_types.h | 100 // Note: when adding a new enum value to `napi_status`, please also update 106 // added value(s). 122 napi_value value; member
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xml_fix.py | 36 _Replacement_write_data(writer, attrs[a_name].value, is_attrib=True)
|
/third_party/nghttp2/src/ |
H A D | app_helper.h | 46 size_t namelen, const uint8_t *value,
|
/third_party/musl/porting/linux/user/include/ |
H A D | malloc.h | 106 int mallopt(int param, int value);
|