/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | className.js | 10 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } 28 key: "value", 39 this.raws.value = escaped; 41 delete this.raws.value;
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_buffer.c | 83 uint32_t value = (data & max) | tag; in dxil_buffer_emit_vbr_bits() local 86 if (!dxil_buffer_emit_bits(b, value, width)) in dxil_buffer_emit_vbr_bits()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | disassemble.h | 24 unsigned value = (dest & 0x3F); in va_print_dest() local 25 fprintf(fp, "r%u", value); in va_print_dest()
|
H A D | va_optimize.c | 68 I->index = I->src[0].value; in va_lower_mov_imm() 89 I->index = bi_apply_swizzle(I->src[s].value, I->src[s].swizzle); in va_fuse_add_imm()
|
/third_party/mesa3d/src/panfrost/shared/ |
H A D | pan_minmax_cache.c | 30 * the key (start, count) to the value (min, max). In practice, mesa's hash 37 * fills up, after that it evicts the oldest cached value in a ring facilitated 72 uint64_t value = min_index | (((uint64_t)max_index) << 32); in panfrost_minmax_cache_add() local 86 cache->values[index] = value; in panfrost_minmax_cache_add()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | filterrb.h | 37 std::ostream& operator<<(std::ostream& out, const ResKeyPath& value); 177 std::ostream& operator<<(std::ostream& out, const SimpleRuleBasedPathFilter& value);
|
/third_party/libevdev/test/ |
H A D | test-common.h | 52 ck_assert_int_eq(e->value, (v)); \ 84 printf("Event: time %ld.%06ld, type %d (%s), code %d (%s), value %d\n", in print_event() 91 ev->value); in print_event()
|
/third_party/libwebsockets/lib/roles/pipe/ |
H A D | ops-pipe.c | 32 eventfd_t value; in rops_handle_POLLIN_pipe() local 35 n = eventfd_read(wsi->desc.sockfd, &value); in rops_handle_POLLIN_pipe()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
H A D | 2-3.c | 59 int value = 1; in a_thread_func() local 76 rc = pthread_setspecific(key, &value); in a_thread_func()
|
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | name-trait.h | 58 const char* value; member 83 return std::is_base_of<NameProvider, T>::value; in HasNonHiddenName()
|
/third_party/node/deps/v8/include/cppgc/internal/ |
H A D | name-trait.h | 57 const char* value; member 77 return std::is_base_of<NameProvider, T>::value; in HasNonHiddenName()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-global-gen.cc | 25 TNode<Object> num = var_num.value(); in TF_BUILTIN() 39 // Check if {num_heap_object} contains a finite, non-NaN value. in TF_BUILTIN() 74 TNode<Object> num = var_num.value(); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/handles/ |
H A D | local-handles.h | 55 V8_INLINE static Address* GetHandle(LocalHeap* local_heap, Address value); 72 Address value);
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | code-tracer.h | 65 if (stdout_stream_.has_value()) return stdout_stream_.value(); in stream() 66 return file_stream_.value(); in stream()
|
/third_party/node/deps/v8/src/libsampler/ |
H A D | sampler.h | 83 void SetActive(bool value) { in SetActive() argument 84 active_.store(value, std::memory_order_relaxed); in SetActive()
|
/third_party/node/deps/v8/src/objects/ |
H A D | struct.h | 53 inline void set(AccessorComponent component, Object value); 54 inline void set(AccessorComponent component, Object value,
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | platform-embedded-file-writer-aix.cc | 44 uint32_t value) { in DeclareUint32() 49 fprintf(fp_, "%d\n", value); in DeclareUint32() 43 DeclareUint32(const char* name, uint32_t value) DeclareUint32() argument
|
H A D | platform-embedded-file-writer-base.h | 64 virtual void DeclareUint32(const char* name, uint32_t value) = 0; 75 virtual int HexLiteral(uint64_t value);
|
H A D | platform-embedded-file-writer-mac.cc | 39 uint32_t value) { in DeclareUint32() 43 fprintf(fp_, "%d", value); in DeclareUint32() 38 DeclareUint32(const char* name, uint32_t value) DeclareUint32() argument
|
H A D | platform-embedded-file-writer-win.h | 30 void DeclareUint32(const char* name, uint32_t value) override; 40 int HexLiteral(uint64_t value) override;
|
/third_party/node/deps/v8/src/utils/ |
H A D | detachable-vector.h | 55 void push_back(const T& value) { in push_back() argument 61 data()[size_] = value; in push_back()
|
/third_party/mesa3d/src/gallium/drivers/lima/drm-shim/ |
H A D | lima_noop.c | 48 gp->value = DRM_LIMA_PARAM_GPU_ID_MALI450; in lima_ioctl_get_param() 51 gp->value = 6; in lima_ioctl_get_param()
|
/third_party/musl/include/sys/linux/ |
H A D | cdefs.h | 100 #define __ALIGN(value, alignment) (((value) + (alignment)-1) & ~((alignment)-1))
|
/third_party/node/deps/openssl/openssl/providers/common/der/ |
H A D | oids_to_c.pm | 87 my $value = $2; 90 # print STDERR $value,"\n"; 92 register_oid($name, $value);
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_extku.c | 89 if (val->value) 90 extval = val->value;
|