/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | rbnf.h | 69 * Requests predefined ruleset for formatting a value as a duration in hours, minutes, and seconds. 75 * Requests predefined ruleset for various non-place-value numbering systems. 83 * One more than the highest normal URBNFRuleSetTag value. 84 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420. 100 * spells out a value in words (123 is "one hundred twenty-three"); ordinal, which 109 * Each rule has a string of output text and a value or range of values it is applicable to. 128 * <p>In these rules, the <em>base value</em> is spelled out explicitly and set off from the 130 * to all numbers from its own base value to one less than the next rule's base value. The 146 * both substitutions depends on the rule's base value [all...] |
H A D | datefmt.h | 286 * an enum value specifying a field. On output, the FieldPosition will be filled 344 * an enum value specifying a field. On output, the FieldPosition will be filled 393 * @param date The UDate value to be formatted into a string. 428 * @param text The date/time string to be parsed into a UDate value. 432 * @return The parsed UDate value, if successful. 491 * @param text The date/time string to be parsed into a UDate value. 797 * Set a particular UDisplayContext value in the formatter, such as 799 * @param value The UDisplayContext value to set. 805 virtual void setContext(UDisplayContext value, UErrorCod [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/ |
H A D | index.js | 213 -d<n> --depth=<n> Provide a numeric value ("Infinity" is allowed)
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glthread.h | 46 /* Special value for glEnableClientState(GL_PRIMITIVE_RESTART_NV). */ 106 * value temporarily, and glthread::used is copied to this variable when 268 bool value);
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_props.c | 114 return get_param.value; in panfrost_query_raw() 144 /* Default value (2^9 bytes and 8 levels) to match old behaviour */ in panfrost_query_tiler_features() 249 * may omit it, signaled as a nonzero value in the AFBC_FEATURES property. */ 271 /* Preconditions ensure the returned value is a multiple of 1 KiB, the in panfrost_query_optimal_tib_size()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | v3d_drm.h | 181 * This is optional on V3D 3.3 (where the CL can set the value) but 241 * This offset value will always be nonzero, since various HW 284 __u64 value; member 289 * This is the same value returned by drm_v3d_create_bo, if that was called
|
H A D | vc4_drm.h | 178 /* Returned value of the seqno of this render job (for the 338 __u64 value; member
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | datefmt.h | 286 * an enum value specifying a field. On output, the FieldPosition will be filled 344 * an enum value specifying a field. On output, the FieldPosition will be filled 393 * @param date The UDate value to be formatted into a string. 428 * @param text The date/time string to be parsed into a UDate value. 432 * @return The parsed UDate value, if successful. 491 * @param text The date/time string to be parsed into a UDate value. 797 * Set a particular UDisplayContext value in the formatter, such as 799 * @param value The UDisplayContext value to set. 805 virtual void setContext(UDisplayContext value, UErrorCod [all...] |
/third_party/libevdev/tools/ |
H A D | mouse-dpi-tool.c | 43 "recommended to measure multiple times to obtain the highest value.\n"); in usage() 120 m->distance += ev->value; in handle_event()
|
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/ |
H A D | driver.sh | 131 dump value $gcov_head_raw (void *)gcov_info_head
|
/third_party/libinput/src/ |
H A D | filter.c | 190 tdelta = smoothener->value; in calculate_trackers_velocity()
|
/third_party/libinput/test/ |
H A D | litest-device-protocol-a-touch-screen.c | 189 { .value = -1 },
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-property-iterator.cc | 154 descriptor.has_value() ? Utils::ToLocal(descriptor.value()) in descriptor()
|
/third_party/node/deps/v8/include/ |
H A D | v8-callbacks.h | 191 * The callback can extend the heap limit by returning a value that is greater 238 using AddCrashKeyCallback = void (*)(CrashKeyId id, const std::string& value); 358 * is accessed for a module. Subsequent access will reuse the same value. 386 * first accessed. The return value will be used as the stack value. If this
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-callbacks.h | 193 * The callback can extend the heap limit by returning a value that is greater 250 using AddCrashKeyCallback = void (*)(CrashKeyId id, const std::string& value); 379 * is accessed for a module. Subsequent access will reuse the same value. 407 * first accessed. The return value will be used as the stack value. If this
|
/third_party/node/deps/v8/src/codegen/ |
H A D | signature.h | 28 STATIC_ASSERT(std::is_standard_layout<Signature<T>>::value); in Signature()
|
H A D | reglist-base.h | 33 // On ARM64 the sp register has the special value 63 (kSPRegInternalCode) 35 std::is_same<RegisterT, v8::internal::Register>::value, uint64_t,
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | strtod.cc | 69 // In fact the value is 772 (see conversions.cc), but to give us some margin 330 *result = Double(rounded_input).value(); in DiyFpStrtod()
|
/third_party/node/deps/v8/src/base/ |
H A D | small-vector.h | 25 STATIC_ASSERT(std::is_trivially_destructible<T>::value);
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | concurrent-marker.cc | 178 item.key, item.value, item.value_desc, in ProcessWorklists()
|
H A D | heap.cc | 30 DCHECK_EQ(i, custom_spaces[i]->GetCustomSpaceIndex().value); in VerifyCustomSpaces()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-impl.h | 116 v8::Local<v8::Name> key, v8::Local<v8::Value> value) override;
|
/third_party/node/deps/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.h | 109 // this value. 126 // Stores the initial value of the regexp stack pointer in a 172 // Pushes the value of a register on the backtrack stack. Decrements the 173 // stack pointer (ecx) by a word size and stores the register's value there. 176 // Pushes a value on the backtrack stack. Decrements the stack pointer (ecx) 177 // by a word size and stores the value there. 178 inline void Push(Immediate value); 180 // Pops a value from the backtrack stack. Reads the word at the stack pointer
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-typedarray.cc | 71 } else if (!std::is_integral<T>::value) { in CompareNum()
|
/third_party/node/deps/v8/src/strings/ |
H A D | unicode-inl.h | 18 if (entry.code_point() == code_point) return entry.value(); in get()
|