Home
last modified time | relevance | path

Searched refs:value (Results 12376 - 12400 of 27198) sorted by relevance

1...<<491492493494495496497498499500>>...1088

/third_party/node/lib/internal/vm/
H A Dmodule.js115 value: 1,
248 value: constructor.name,
418 setExport(name, value) {
426 this[kWrap].setExport(name, value);
/third_party/node/deps/v8/tools/
H A Dgc-nvp-trace-processor.py108 def __init__(self, value):
109 self.value = value
112 return 'set ' + self.value
H A Deval_gc_nvp.py25 def value_to_bucket(self, value):
26 return int(value / self.granularity)
36 def value_to_bucket(self, value):
37 index = int(log(value, 2))
/third_party/node/deps/v8/third_party/jinja2/
H A Dasyncsupport.py172 async def auto_await(value):
173 if inspect.isawaitable(value):
174 return await value
175 return value
/third_party/node/src/
H A Dnode_process_object.cc44 Local<Value> value, in ProcessTitleSetter()
46 node::Utf8Value title(info.GetIsolate(), value); in ProcessTitleSetter()
61 Local<Value> value, in DebugPortSetter()
64 int32_t port = value->Int32Value(env->context()).FromMaybe(0); in DebugPortSetter()
43 ProcessTitleSetter(Local<Name> property, Local<Value> value, const PropertyCallbackInfo<void>& info) ProcessTitleSetter() argument
60 DebugPortSetter(Local<Name> property, Local<Value> value, const PropertyCallbackInfo<void>& info) DebugPortSetter() argument
/third_party/node/tools/inspector_protocol/jinja2/
H A Dasyncsupport.py175 async def auto_await(value):
176 if inspect.isawaitable(value):
177 return await value
178 return value
/third_party/nghttp2/src/
H A Dshrpx_log.h259 LogFragment(LogFragmentType type, StringRef value = StringRef::from_lit("")) in LogFragment()
260 : type(type), value(std::move(value)) {} in LogFragment()
262 StringRef value; member
/third_party/node/deps/icu-small/source/common/
H A Dsimpleformatter.cpp23 * This is currently the only unused char value in compiled patterns,
24 * except it is the maximum value of the first unit (max arg +1).
28 * Initial and maximum char/char16_t value set for a text segment.
29 * Segment length char values are from ARG_NUM_LIMIT+1 to this value here.
217 // If the pattern starts with an argument whose value is the same object in formatAndReplace()
221 // If any non-initial argument value is the same object as the result, in formatAndReplace()
289 const UnicodeString *value = values[n]; in format() local
290 if (value == nullptr) { in format()
294 if (value == &result) { in format()
300 // We are appending to result which is also the first value objec in format()
[all...]
H A Dutrie.h43 * From such a folded value, an offset needs to be extracted to supply
47 * to get that offset from the folded value for a lead surrogate unit.
110 * (Number of Unicode code points + one all-initial-value block +
137 * @param data data value for a surrogate from the trie, including the folding offset
161 * the lead surrogate's value itself - which is the inverse of the default
288 * Get a 16-bit trie value from a BMP code point (UChar, <=U+ffff).
289 * c16 may be a lead surrogate, which may have a value including a folding offset.
298 * Get a 32-bit trie value from a BMP code point (UChar, <=U+ffff).
299 * c16 may be a lead surrogate, which may have a value including a folding offset.
308 * Get a 16-bit trie value fro
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_multiview.c101 * 16 nibbles, each of which is a value from 0 to 15. in build_view_index()
233 nir_ssa_def *value; in anv_nir_lower_multiview() local
235 value = build_instance_id(&state); in anv_nir_lower_multiview()
238 value = build_view_index(&state); in anv_nir_lower_multiview()
241 nir_ssa_def_rewrite_uses(&load->dest.ssa, value); in anv_nir_lower_multiview()
H A Danv_gem.c315 .value = &tmp, in anv_gem_get_param()
355 anv_gem_set_context_param(int fd, int context, uint32_t param, uint64_t value) in anv_gem_set_context_param() argument
360 .value = value, in anv_gem_set_context_param()
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/
H A Dsigstore_rekor.js2 Object.defineProperty(exports, "__esModule", { value: true });
165 function isSet(value) {
166 return value !== null && value !== undefined;
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames_impl.h83 void addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status);
88 void *fValues; // Union of one single value vs. UVector of values.
95 // No value: fValues == nullptr and fHasValuesVector == false
96 // One value: fValues == value and fHasValuesVector == false
138 void put(const UnicodeString &key, void *value, ZNStringPool &sp, UErrorCode &status);
139 void put(const char16_t*, void *value, UErrorCode &status);
158 void putImpl(const UnicodeString &key, void *value, UErrorCode &status);
/third_party/libevdev/tools/
H A Dtouchpad-edge-detector.c77 d->left = min(d->left, ev->value); in handle_event()
78 d->right = max(d->right, ev->value); in handle_event()
82 d->top = min(d->top, ev->value); in handle_event()
83 d->bottom = max(d->bottom, ev->value); in handle_event()
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_host.c23 void tst_kvm_validate_result(int value) in tst_kvm_validate_result() argument
28 if (value == KVM_TNONE) in tst_kvm_validate_result()
31 ttype = TTYPE_RESULT(value); in tst_kvm_validate_result()
38 tst_brk(TBROK, "KVM test returned invalid result value %d", value); in tst_kvm_validate_result()
57 "Invalid ioctl(KVM_TRANSLATE) return value"); in tst_kvm_get_phys_address()
259 "Invalid ioctl(KVM_RUN) return value %d", ret); in tst_kvm_run_instance()
/third_party/ltp/tools/sparse/sparse-src/
H A Dc2xml.c46 static xmlAttrPtr newProp(xmlNodePtr node, const char *name, const char *value) in newProp() argument
48 return xmlNewProp(node, BAD_CAST name, BAD_CAST value); in newProp()
51 static xmlAttrPtr newNumProp(xmlNodePtr node, const char *name, int value) in newNumProp() argument
54 snprintf(buf, 256, "%d", value); in newNumProp()
H A Dlinearize.h42 long long value; member
53 return pseudo->type == PSEUDO_VAL && pseudo->value == 0; in is_zero()
58 return pseudo->type == PSEUDO_VAL && pseudo->value != 0; in is_nonzero()
63 return pseudo->type == PSEUDO_VAL && !(pseudo->value & sign_bit(size)); in is_positive()
H A Dast-model.c28 gint column, GValue *value);
314 GValue *value) in ast_get_value()
324 g_value_init(value, G_TYPE_STRING); in ast_get_value()
325 g_value_set_string(value, node->text); in ast_get_value()
311 ast_get_value(GtkTreeModel *tree_model, GtkTreeIter *iter, gint column, GValue *value) ast_get_value() argument
/third_party/node/deps/v8/src/date/
H A Ddateparser-inl.h50 // An unsigned number followed by ':' is a time value, and is in Parse()
118 int value = token.keyword_value(); in Parse() local
120 time.SetHourOffset(value); in Parse()
122 day.SetNamedMonth(value); in Parse()
125 tz.Set(value); in Parse()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-async-function-gen.cc75 // whole chain of intermediate Promises alive by returning the return value in AsyncFunctionAwaitResumeClosure()
182 auto value = Parameter<Object>(Descriptor::kValue); in TF_BUILTIN() local
187 CallBuiltin(Builtin::kResolvePromise, context, promise, value); in TF_BUILTIN()
226 // AsyncFunctionAwait ( value )
228 // await value
230 // yield AsyncFunctionAwait{Caught,Uncaught}(.generator_object, value)
231 // The 'value' parameter is the value; the .generator_object stands in
238 auto value = Parameter<Object>(Descriptor::kValue); in AsyncFunctionAwait() local
247 Await(context, async_function_object, value, outer_promis in AsyncFunctionAwait()
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32-inl.h219 uint8_t value = static_cast<uint8_t>(x.immediate()); in emit_b() local
220 *pc_++ = value; in emit_b()
225 uint16_t value = static_cast<uint16_t>(x.immediate()); in emit_w() local
226 WriteUnalignedValue(reinterpret_cast<Address>(pc_), value); in emit_w() local
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-object-header.h362 uint16_t value = atomic_encoded->load(std::memory_order_relaxed); in StoreEncoded() local
363 value = (value & ~mask) | bits; in StoreEncoded()
364 atomic_encoded->store(value, memory_order); in StoreEncoded()
/third_party/node/deps/v8/src/handles/
H A Dhandles.h59 // PatchValue for modifying the handle's value.
117 static_assert(std::is_convertible<T*, Object*>::value, in Handle()
132 std::is_convertible<S*, T*>::value>::type>
154 // Patches this Handle's value, in-place, with a new value. All handles with
224 V8_INLINE static Address* GetHandle(Isolate* isolate, Address value);
226 // Creates a new handle with the given value.
227 V8_INLINE static Address* CreateHandle(Isolate* isolate, Address value);
239 // value of the argument handle.
/third_party/node/deps/v8/src/execution/
H A Dframes-inl.h157 inline void CommonFrame::SetExpression(int index, Object value) { in SetExpression() argument
158 base::Memory<Address>(GetExpressionAddress(index)) = value.ptr(); in SetExpression()
198 inline void JavaScriptFrame::set_receiver(Object value) { in set_receiver() argument
199 base::Memory<Address>(GetParameterSlot(-1)) = value.ptr(); in set_receiver()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pressure_schedule.c54 assert(idx.value < ctx->reg_alloc); in label_index()
55 return idx.value + ctx->ssa_alloc; in label_index()
57 assert(idx.value < ctx->ssa_alloc); in label_index()
58 return idx.value; in label_index()

Completed in 24 milliseconds

1...<<491492493494495496497498499500>>...1088