Home
last modified time | relevance | path

Searched refs:value (Results 2501 - 2525 of 33818) sorted by relevance

1...<<101102103104105106107108109110>>...1353

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dtc74.c33 s8 temp_input; /* Temp value in dC */
47 s32 value; in tc74_update_device() local
49 value = i2c_smbus_read_byte_data(client, TC74_REG_CONFIG); in tc74_update_device()
50 if (value < 0) { in tc74_update_device()
52 (int)value); in tc74_update_device()
54 ret = value; in tc74_update_device()
58 if (!(value & BIT(6))) { in tc74_update_device()
65 value = i2c_smbus_read_byte_data(client, TC74_REG_TEMP); in tc74_update_device()
66 if (value < 0) { in tc74_update_device()
68 (int)value); in tc74_update_device()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_btf_map_in_map.c10 __type(value, int);
18 __type(value, int);
25 __type(value, int);
33 __type(value, int);
49 __type(value, int);
58 __type(value, int);
65 __type(value, int);
71 __type(value, int);
101 __type(value, int);
108 __type(value, in
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberRangeFormatterSettings.java32 private final Object value; field in NumberRangeFormatterSettings
35 NumberRangeFormatterSettings(NumberRangeFormatterSettings<?> parent, int key, Object value) { in NumberRangeFormatterSettings() argument
38 this.value = value; in NumberRangeFormatterSettings()
105 * The default value is AUTO.
129 * The default value is APPROXIMATELY.
141 /* package-protected */ abstract T create(int key, Object value); in create() argument
167 macros.loc = (ULocale) current.value; in resolve()
170 macros.formatter1 = (UnlocalizedNumberFormatter) current.value; in resolve()
173 macros.formatter2 = (UnlocalizedNumberFormatter) current.value; in resolve()
[all...]
/third_party/PyYAML/tests/lib/
H A Dtest_resolver.py14 for scalar in node.value:
20 if hasattr(node, 'value'):
22 pprint.pprint(node.value)
49 return (node.tag, node.value)
51 value = []
52 for item in node.value:
53 value.append(_convert_node(item))
54 return (node.tag, value)
56 value = []
57 for key, item in node.value
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberRangeFormatterSettings.java33 private final Object value; field in NumberRangeFormatterSettings
36 NumberRangeFormatterSettings(NumberRangeFormatterSettings<?> parent, int key, Object value) { in NumberRangeFormatterSettings() argument
39 this.value = value; in NumberRangeFormatterSettings()
103 * The default value is AUTO.
126 * The default value is APPROXIMATELY.
137 /* package-protected */ abstract T create(int key, Object value); in create() argument
156 macros.loc = (ULocale) current.value; in resolve()
161 macros.formatter1 = (UnlocalizedNumberFormatter) current.value; in resolve()
166 macros.formatter2 = (UnlocalizedNumberFormatter) current.value; in resolve()
[all...]
/third_party/mbedtls/tests/scripts/
H A Dpsa_collect_statuses.py42 value, function, tail = line.split(':', 2)
46 if value not in self.functions[function]:
47 fdata[value] = []
48 fdata[value].append(tail)
49 self.codes.add(int(value))
53 values = [str(value) for value in self.codes]
56 for value, name in zip(values, output.rstrip().split('\n')):
57 self.status_names[value] = name
66 names = [self.status_names[value] fo
[all...]
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_asn.c34 ASN1_ADB_TEMPLATE(bag_default) = ASN1_EXP(PKCS12_BAGS, value.other, ASN1_ANY, 0);
37 ADB_ENTRY(NID_x509Certificate, ASN1_EXP(PKCS12_BAGS, value.x509cert, ASN1_OCTET_STRING, 0)),
38 ADB_ENTRY(NID_x509Crl, ASN1_EXP(PKCS12_BAGS, value.x509crl, ASN1_OCTET_STRING, 0)),
39 ADB_ENTRY(NID_sdsiCertificate, ASN1_EXP(PKCS12_BAGS, value.sdsicert, ASN1_IA5STRING, 0)),
49 ASN1_ADB_TEMPLATE(safebag_default) = ASN1_EXP(PKCS12_SAFEBAG, value.other, ASN1_ANY, 0);
52 ADB_ENTRY(NID_keyBag, ASN1_EXP(PKCS12_SAFEBAG, value.keybag, PKCS8_PRIV_KEY_INFO, 0)),
53 ADB_ENTRY(NID_pkcs8ShroudedKeyBag, ASN1_EXP(PKCS12_SAFEBAG, value.shkeybag, X509_SIG, 0)),
54 ADB_ENTRY(NID_safeContentsBag, ASN1_EXP_SEQUENCE_OF(PKCS12_SAFEBAG, value.safes, PKCS12_SAFEBAG, 0)),
55 ADB_ENTRY(NID_certBag, ASN1_EXP(PKCS12_SAFEBAG, value.bag, PKCS12_BAGS, 0)),
56 ADB_ENTRY(NID_crlBag, ASN1_EXP(PKCS12_SAFEBAG, value
[all...]
/third_party/openssl/crypto/pkcs12/
H A Dp12_asn.c34 ASN1_ADB_TEMPLATE(bag_default) = ASN1_EXP(PKCS12_BAGS, value.other, ASN1_ANY, 0);
37 ADB_ENTRY(NID_x509Certificate, ASN1_EXP(PKCS12_BAGS, value.x509cert, ASN1_OCTET_STRING, 0)),
38 ADB_ENTRY(NID_x509Crl, ASN1_EXP(PKCS12_BAGS, value.x509crl, ASN1_OCTET_STRING, 0)),
39 ADB_ENTRY(NID_sdsiCertificate, ASN1_EXP(PKCS12_BAGS, value.sdsicert, ASN1_IA5STRING, 0)),
49 ASN1_ADB_TEMPLATE(safebag_default) = ASN1_EXP(PKCS12_SAFEBAG, value.other, ASN1_ANY, 0);
52 ADB_ENTRY(NID_keyBag, ASN1_EXP(PKCS12_SAFEBAG, value.keybag, PKCS8_PRIV_KEY_INFO, 0)),
53 ADB_ENTRY(NID_pkcs8ShroudedKeyBag, ASN1_EXP(PKCS12_SAFEBAG, value.shkeybag, X509_SIG, 0)),
54 ADB_ENTRY(NID_safeContentsBag, ASN1_EXP_SEQUENCE_OF(PKCS12_SAFEBAG, value.safes, PKCS12_SAFEBAG, 0)),
55 ADB_ENTRY(NID_certBag, ASN1_EXP(PKCS12_SAFEBAG, value.bag, PKCS12_BAGS, 0)),
56 ADB_ENTRY(NID_crlBag, ASN1_EXP(PKCS12_SAFEBAG, value
[all...]
/third_party/openssl/crypto/asn1/
H A Dasn_mstbl.c18 static int do_tcreate(const char *value, const char *name);
34 if (!do_tcreate(mval->value, mval->name)) { in stbl_module_init()
53 * Create an table entry based on a name value pair. format is oid_name =
57 static int do_tcreate(const char *value, const char *name) in do_tcreate() argument
70 lst = X509V3_parse_list(value); in do_tcreate()
76 tbl_min = strtoul(cnf->value, &eptr, 0); in do_tcreate()
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
84 if (!ASN1_str2mask(cnf->value, &tbl_mask) || !tbl_mask) in do_tcreate()
87 if (strcmp(cnf->value, "nomask") == 0) in do_tcreate()
89 else if (strcmp(cnf->value, "non in do_tcreate()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkTimelineSemaphore.cpp50 void TimelineSemaphore::signal(uint64_t value) in signal() argument
52 return shared->signal(value); in signal()
55 void TimelineSemaphore::Shared::signal(uint64_t value) in signal() argument
58 if(counter < value) in signal()
60 counter = value; in signal()
69 void TimelineSemaphore::wait(uint64_t value) in wait() argument
71 shared->wait(value); in wait()
74 void TimelineSemaphore::Shared::wait(uint64_t value) in wait() argument
77 cv.wait(lock, [&]() { return counter >= value; }); in wait()
100 void TimelineSemaphore::Shared::signal(int parentId, uint64_t value) in signal() argument
[all...]
H A DVkTimelineSemaphore.hpp36 // for the payload to become a certain value. When a thread signals the timeline, it provides
39 // There is no way to reset a timeline or to decrease the payload's value. A user must instead
49 // Block until this semaphore is signaled with the specified value;
50 void wait(uint64_t value);
52 // Wait until a certain amount of time has passed or until the specified value is signaled.
54 VkResult wait(uint64_t value, const std::chrono::time_point<CLOCK, DURATION> end_ns);
56 // Set the payload to the specified value and signal all waiting threads.
57 void signal(uint64_t value);
60 // as there's no guarantee that the value returned here matches the actual payload's value
146 wait(uint64_t value, const std::chrono::time_point<Clock, Duration> timeout) wait() argument
153 wait(uint64_t value, const std::chrono::time_point<Clock, Duration> timeout) wait() argument
[all...]
/third_party/skia/src/xml/
H A DSkDOM.h82 bool findS32(const Node*, const char name[], int32_t* value) const;
83 bool findScalars(const Node*, const char name[], SkScalar value[], int count) const;
84 bool findHex(const Node*, const char name[], uint32_t* value) const;
88 bool findScalar(const Node* node, const char name[], SkScalar value[]) const { in findScalar()
89 return this->findScalars(node, name, value, 1); in findScalar()
92 bool hasAttr(const Node*, const char name[], const char value[]) const;
93 bool hasS32(const Node*, const char name[], int32_t value) const;
94 bool hasScalar(const Node*, const char name[], SkScalar value) const;
95 bool hasHex(const Node*, const char name[], uint32_t value) const;
96 bool hasBool(const Node*, const char name[], bool value) cons
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-var-avar-table.hh53 // F2DOT14 fromCoord; /* A normalized coordinate value obtained using
55 // F2DOT14 toCoord; /* The modified, normalized coordinate value. */
63 int map (int value, unsigned int from_offset = 0, unsigned int to_offset = 1) const in map()
73 return value; in map()
75 return value - arrayZ[0].fromCoord + arrayZ[0].toCoord; in map()
78 if (value <= arrayZ[0].fromCoord) in map()
79 return value - arrayZ[0].fromCoord + arrayZ[0].toCoord; in map()
83 for (i = 1; i < count && value > arrayZ[i].fromCoord; i++) in map()
86 if (value >= arrayZ[i].fromCoord) in map()
87 return value in map()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DconstructorWithParameterPropertiesAndPrivateFields.es2015.js34 var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
38 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
43 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
51 (_a = this, { key: ({ set value(_b) { __classPrivateFieldSet(_a, _A_privateField, _b, "f"); } }).value } = arg);
65 (_a = this, { key: ({ set value(_
[all...]
H A DprivateNamesInGenericClasses.js6 set #prop(value : T) { this.#foo = value; }
35 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
37 var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
41 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
59 _C_foo = new WeakMap(), _C_instances = new WeakSet(), _C_method = function _C_method() { return __classPrivateFieldGet(this, _C_foo, "f"); }, _C_prop_get = function _C_prop_get() { return __classPrivateFieldGet(this, _C_foo, "f"); }, _C_prop_set = function _C_prop_set(value) { __classPrivateFieldSe
[all...]
H A DimportCallExpressionAsyncES6UMD.js33 function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
35 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
36 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
37 function step(result) { result.done ? resolve(result.value) : adopt(result.value)
[all...]
H A DinfiniteConstraints.js18 declare function value<V extends string>(val: V): Value<V>;
28 const noError = ensureNoDuplicates({main: value("test"), alternate: value("test2")});
30 const shouldBeNoError = ensureNoDuplicates({main: value("test")});
32 const shouldBeError = ensureNoDuplicates({main: value("dup"), alternate: value("dup")});
57 var noError = ensureNoDuplicates({ main: value("test"), alternate: value("test2") });
58 var shouldBeNoError = ensureNoDuplicates({ main: value("test") });
59 var shouldBeError = ensureNoDuplicates({ main: value("du
[all...]
/third_party/vixl/tools/
H A Dprinter.py57 if __last_line_type__.value >= LINE_TYPE_OVERWRITABLE:
59 __last_line_type__.value = LINE_TYPE_NONE
64 spaces = __last_overwritable_line_length__.value - len(string)
72 if __last_line_type__.value != LINE_TYPE_NONE:
77 __last_overwritable_line_length__.value = 0
78 __last_line_type__.value = LINE_TYPE_NONE
88 if (__last_line_type__.value != type) and \
89 (__last_line_type__.value >= LINE_TYPE_OVERWRITABLE):
99 __last_overwritable_line_length__.value = len(string)
100 __last_line_type__.value
[all...]
/third_party/spirv-tools/tools/link/
H A Dlinker.cpp96 if (flags::h.value() || flags::help.value()) { in main()
101 if (flags::version.value()) { in main()
117 if (!spvParseTargetEnv(flags::target_env.value().c_str(), &target_env)) { in main()
119 flags::target_env.value().c_str()); in main()
124 flags::o.value().empty() ? "out.spv" : flags::o.value(); in main()
128 options.SetAllowPartialLinkage(flags::allow_partial_linkage.value()); in main()
129 options.SetCreateLibrary(flags::create_library.value()); in main()
130 options.SetVerifyIds(flags::verify_ids.value()); in main()
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py35 values represented by 24 uppercase hexadecimal characters. Each value in the
52 the "objects" dictionary, named "rootObject". The value of rootObject is a
210 property_type: The type to use as the value of the property,
212 element of the value's list. property_type must
217 as parent, to the property value (or, if is_list is
226 to provide a default value for objects that do not supply
227 their own value. If is_required is True and default
229 value for the property.
240 character to transform; each value is a string
254 hashable value int
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py35 values represented by 24 uppercase hexadecimal characters. Each value in the
52 the "objects" dictionary, named "rootObject". The value of rootObject is a
210 property_type: The type to use as the value of the property,
212 element of the value's list. property_type must
217 as parent, to the property value (or, if is_list is
226 to provide a default value for objects that do not supply
227 their own value. If is_required is True and default
229 value for the property.
240 character to transform; each value is a string
254 hashable value int
[all...]
/drivers/interface/camera/sequenceable/map_data/
H A Dmap_data_sequenceable.h38 int32_t Get(const std::string &key, int32_t &value) const;
39 int32_t Get(const std::string &key, int64_t &value) const;
40 int32_t Get(const std::string &key, double &value) const;
41 int32_t Get(const std::string &key, std::string &value) const;
42 int32_t Set(const std::string &key, int32_t value);
43 int32_t Set(const std::string &key, int64_t value);
44 int32_t Set(const std::string &key, double value);
45 int32_t Set(const std::string &key, const std::string& value);
59 int32_t Get(const std::string &key, MapDataType type, T &value) const;
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dcommon_func.h34 static std::string GetStringFromNAPI(napi_env env, napi_value value);
35 static void ConvertMetadata(napi_env env, const Metadata &metadata, napi_value value);
36 static void ConvertDependency(napi_env env, const Dependency &dependency, napi_value value);
37 static void ConvertPreloadItem(napi_env env, const PreloadItem &preloadItem, napi_value value);
39 napi_env env, const std::vector<ExtensionAbilityInfo> &extensionInfos, napi_value value);
40 static void ConvertStringArrays(napi_env env, const std::vector<std::string> &strs, napi_value value);
43 static void ConvertAbilityInfos(napi_env env, const std::vector<AbilityInfo> &abilityInfos, napi_value value);
46 static bool ParseString(napi_env env, napi_value value, std::string &result);
49 static void ConvertWindowSize(napi_env env, const AbilityInfo &abilityInfo, napi_value value);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_property.h38 auto value = MakeRefPtr<ListItemGroupLayoutProperty>(); variable
39 value->LayoutProperty::UpdateLayoutProperty(DynamicCast<LayoutProperty>(this));
40 value->propSpace_ = CloneSpace();
41 value->propDivider_ = CloneDivider();
42 return value;
62 divider->Put("strokeWidth", propDivider_.value().strokeWidth.ToString().c_str());
63 divider->Put("startMargin", propDivider_.value().startMargin.ToString().c_str());
64 divider->Put("endMargin", propDivider_.value().endMargin.ToString().c_str());
65 divider->Put("color", propDivider_.value().color.ColorToString().c_str());
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_video_ffi.h62 CJ_EXPORT void FfiOHOSAceFrameworkVideoOnStart(void (*callback)(const char* value));
63 CJ_EXPORT void FfiOHOSAceFrameworkVideoOnPause(void (*callback)(const char* value));
64 CJ_EXPORT void FfiOHOSAceFrameworkVideoOnFinish(void (*callback)(const char* value));
65 CJ_EXPORT void FfiOHOSAceFrameworkVideoOnError(void (*callback)(const char* value));
66 CJ_EXPORT void FfiOHOSAceFrameworkVideoOnPrepared(void (*callback)(int32_t value));
67 CJ_EXPORT void FfiOHOSAceFrameworkVideoOnSeeking(void (*callback)(int32_t value));
68 CJ_EXPORT void FfiOHOSAceFrameworkVideoOnSeeked(void (*callback)(int32_t value));
69 CJ_EXPORT void FfiOHOSAceFrameworkVideoOnUpdate(void (*callback)(int32_t value));
70 CJ_EXPORT void FfiOHOSAceFrameworkVideoOnFullscreenChange(void (*callback)(bool value));

Completed in 14 milliseconds

1...<<101102103104105106107108109110>>...1353