Home
last modified time | relevance | path

Searched refs:value (Results 27176 - 27200 of 36034) sorted by relevance

1...<<1081108210831084108510861087108810891090>>...1442

/third_party/icu/icu4c/source/i18n/unicode/
H A Dchoicfmt.h90 * normal_number = double value (unlocalized ASCII string)
304 * @param limitsToCopy Contains the top value that you want
368 * @param number The value to be formatted.
382 * @param number The value to be formatted.
397 * @param number The value to be formatted.
461 * comparing to a return value from getDynamicClassID(). For example:
474 * Converts a double value to a string.
475 * @param value the double number to be converted.
479 static UnicodeString& dtos(double value, UnicodeString& string);
571 * is false, then the value fChoiceLimit
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.h77 * @param value Output parameter, receives the attribute value.
78 * @return A pointer to the attribute value (may be &value or a pointer to an
81 const UnicodeString *getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const;
83 * Get the value of the attribute with the given name.
85 * @return A pointer to the attribute value, or NULL if this element
H A Dwritesrc.h153 virtual const char *getName(uint32_t value) = 0;
162 * If present, it will be used to look up value name strings.
/third_party/libexif/contrib/examples/
H A Dcam_features.c102 ExifSRational xR = {xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].value, xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].max};; in createEXIF()
150 //need to create logic according to the value of the sharpness in createEXIF()
161 //printf("Float Value: %i\n",xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].value); in createEXIF()
/third_party/ltp/testcases/kernel/power_management/
H A Dpm_cpu_consolidation.py3 Validates cpu consolidation for given sched_mc_power_saving value
26 -c and -t inputs are initial value of sched_mc & sched_smt")
28 default=0, help="Sched mc power saving value 0/1/2")
30 default=0, help="Sched smt power saving value 0/1/2")
/third_party/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_prog03.c50 // fill r0 with pointer to map value in load_prog()
68 // Write actual value of r1 to map for debugging this test in load_prog()
94 tst_brk(TBROK, "Invalid bpf() return value %d", ret); in load_prog()
124 attr->value = ptr_to_u64(val); in run()
H A Dbpf_common.c70 .value = ptr_to_u64(array_val), in bpf_map_array_get()
119 tst_brk(TBROK, "Invalid bpf() return value: %d", ret); in bpf_load_prog()
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-plugin-ssh.h239 * \param value: value to set env var to
243 int (*set_env)(void *priv, const char *name, const char *value);
/third_party/ltp/tools/apicmds/
H A Dltpapicmd.c37 * tst_exit - Exit test with a meaningful exit value
74 static char *tst_cntstr; /* sets the value of tst_count with this value */
81 * the string that is entered by the user to an integer value that
193 int value; member
249 * set the value for TST_TOTAL for total number of tests this is
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.h79 // Set variable value and return true on success.
144 using Visitor = std::function<bool(Handle<String> name, Handle<Object> value,
/third_party/node/deps/v8/src/base/
H A Denum-set.h19 static_assert(std::is_enum<E>::value, "EnumSet can only be used with enums");
/third_party/node/deps/v8/src/handles/
H A Dpersistent-handles.h54 V8_EXPORT_PRIVATE Address* GetHandle(Address value);
/third_party/node/deps/v8/src/execution/
H A Dsimulator-base.cc53 delete static_cast<CachePage*>(entry->value); in GlobalTearDown()
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-array.h14 #include "src/wasm/value-type.h"
106 void Add(int32_t value);
/third_party/node/deps/v8/src/objects/
H A Djs-array.h37 void set_length(Object value, ReleaseStoreTag tag,
83 // 1) Explicitly with a smi, whos value represents the number of repeated
129 // This constant is somewhat arbitrary. Any large enough value would work.
H A Dcompilation-cache-table-inl.h30 return string.EnsureHash() + flags.value(); in RegExpHash()
90 // RegExp: The key field (and the value field) contains the in HashForObject()
H A Djs-collection.h80 // Returns the current value of the iterator. This should only be called when
94 Handle<Object> key, Handle<Object> value,
/third_party/node/deps/v8/src/runtime/
H A Druntime-generator.cc146 int pc = Smi::cast(generator.input_or_debug_pos()).value(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/strings/
H A Dstring-hasher-inl.h34 // Ensure that the hash is kZeroHash, if the computed value is 0. in GetHashCore()
53 STATIC_ASSERT(std::is_integral<char_t>::value); in HashSequentialString()
/third_party/node/deps/v8/src/torque/ls/
H A Djson.h124 std::string SerializeToString(const JsonValue& value);
/third_party/mesa3d/src/gallium/drivers/lima/ir/
H A Dlima_nir_split_loads.c115 load_const->value); in replace_load_const()
/third_party/mesa3d/src/intel/common/
H A Dintel_gem.c150 .value = (uintptr_t)engines_param, in intel_gem_create_context_engines()
/third_party/mesa3d/src/tool/pps/
H A Dpps_device.cc82 ret.emplace_back(std::move(drm_device.value())); in create_all()
/third_party/mindspore/interfaces/kits/c/
H A Dcontext.h131 * @return Bool value that indicates whether in parallel.
345 * @brief Add extension of key/value format to device info, Only valid for NNRT.
348 * @param value The pointer to the value, which is a byte array.
349 * @param value_size The size of the value, which is a byte array.
353 OH_AI_API OH_AI_Status OH_AI_DeviceInfoAddExtension(OH_AI_DeviceInfoHandle device_info, const char *name, const char *value, size_t value_size);
/third_party/mesa3d/src/util/
H A Ddriconf_static.py42 self.value = xml.attrib['value']
116 const char *value;
149 { .name = "${option.name}", .value = "${option.value}" },

Completed in 27 milliseconds

1...<<1081108210831084108510861087108810891090>>...1442