/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | data.c | 158 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer() argument 167 value_8 = value; in data_append_integer() 171 value_16 = cpu_to_fdt16(value); in data_append_integer() 175 value_32 = cpu_to_fdt32(value); in data_append_integer() 179 value_64 = cpu_to_fdt64(value); in data_append_integer()
|
/test/testfwk/arkxtest/jsunit/src/module/mock/ |
H A D | MockKit.js | 67 this.recordMockedMethod.forEach(function (value, key, map) { 69 obj[key] = value; 138 values.forEach(function (value, key, map) { 147 findName(obj, value) { 152 if (obj[va1] === value) {
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/textarea/prop/ |
H A D | index.js | 63 value : null,
84 globalThis.value = {
109 value : this.value,
168 this.value = this.$element("value").getInspector()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/textarea/prop/ |
H A D | index.js | 63 value : null,
84 globalThis.value = {
109 value : this.value,
168 this.value = this.$element("value").getInspector()
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/textarea/prop/ |
H A D | index.js | 63 value : null,
84 globalThis.value = {
109 value : this.value,
168 this.value = this.$element("value").getInspector()
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/textarea/prop/ |
H A D | index.js | 63 value : null,
84 globalThis.value = {
109 value : this.value,
168 this.value = this.$element("value").getInspector()
|
/third_party/f2fs-tools/fsck/ |
H A D | xattr.c | 134 const void *value, size_t size, int flags) in f2fs_setxattr() 149 if (value == NULL) in f2fs_setxattr() 170 MSG(0, "Size %d exceeds max value len %d.\n", size, MAX_VALUE_LEN(&inode->i)); in f2fs_setxattr() 197 if (value) { in f2fs_setxattr() 200 * If value is NULL, it is remove operation. in f2fs_setxattr() 230 if (value) { in f2fs_setxattr() 241 memcpy(pval, value, size); in f2fs_setxattr() 133 f2fs_setxattr(struct f2fs_sb_info *sbi, nid_t ino, int index, const char *name, const void *value, size_t size, int flags) f2fs_setxattr() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_hevc.c | 50 const char *attr, const char *value) in hevc_sdp_parse_fmtp_config() 55 hevc_data->profile_id = atoi(value); in hevc_sdp_parse_fmtp_config() 63 /* sprop-sub-layer-id: 0-6, defines highest possible value for TID, default: 6 */ in hevc_sdp_parse_fmtp_config() 91 size_ptr, value); in hevc_sdp_parse_fmtp_config() 102 value MUST be greater than 0. in hevc_sdp_parse_fmtp_config() 105 if (atoi(value) > 0) in hevc_sdp_parse_fmtp_config() 113 if (atoi(value) > 0) in hevc_sdp_parse_fmtp_config() 47 hevc_sdp_parse_fmtp_config(AVFormatContext *s, AVStream *stream, PayloadContext *hevc_data, const char *attr, const char *value) hevc_sdp_parse_fmtp_config() argument
|
/third_party/gn/src/gn/ |
H A D | label.cc | 12 #include "gn/value.h" 21 if (dir.value().size() > 2) in DirWithNoTrailingSlash() 22 return dir.value().substr(0, dir.value().size() - 1); in DirWithNoTrailingSlash() 23 return dir.value(); in DirWithNoTrailingSlash() 29 // used. The value is used only for generating error messages. 62 const std::string& loc = computed_location.value(); in ComputeTargetNameFromDep() 77 // The original value is used only for error reporting, use the |input| as the 78 // input to this function (which may be a substring of the original value when 307 ret.reserve(dir_.value() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TrieIterator.java | 24 * the same value type and the value type itself.</p> 25 * <p>The comparison of each codepoint value is done via extract(), which the 26 * default implementation is to return the value as it is.</p> 37 * uint32_t value) into utrie_enum. utrie_enum will then find ranges of 38 * codepoints with the same value as determined by 39 * UTrieEnumValue(const void *context, uint32_t value). for each range, 65 * public int extract(int value){ 116 * <p>The next set of codepoints with the same value type will be 160 * Called by next() to extracts a 32 bit value fro 168 extract(int value) extract() argument 182 setResult(Element element, int start, int limit, int value) setResult() argument [all...] |
/third_party/PyYAML/lib/yaml/ |
H A D | resolver.py | 45 # value, a string value, or a number. `None` and `False` match against 48 # a mapping value that corresponds to a scalar key which content is 49 # equal to the `index_check` value. An integer `index_check` matches 50 # against a sequence value with the index equal to `index_check`. 136 and index_check == current_index.value): 143 def resolve(self, kind, value, implicit): 145 if value == '': 148 resolvers = self.yaml_implicit_resolvers.get(value[0], []) 151 if regexp.match(value) [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | AlternateLocaleData.java | 28 * to another. The replaced value must retain the original "target" path but will have the value 29 * and value attributes of the "source". A value will only be replaced if both the source and 30 * target paths have associated values. The replacement retains its original position in the value 131 // The value in the mapping is the source path (it's target->source for lookup). in AltData() 137 protected CldrValue filter(CldrValue value) { in filter() argument 138 CldrPath altPath = altPaths.get(value.getPath()); in filter() 142 return altValue.replacePath(value.getPath()); in filter() 145 return toRemove.contains(value in filter() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TrieIterator.java | 25 * the same value type and the value type itself.</p> 26 * <p>The comparison of each codepoint value is done via extract(), which the 27 * default implementation is to return the value as it is.</p> 38 * uint32_t value) into utrie_enum. utrie_enum will then find ranges of 39 * codepoints with the same value as determined by 40 * UTrieEnumValue(const void *context, uint32_t value). for each range, 66 * public int extract(int value){ 117 * <p>The next set of codepoints with the same value type will be 161 * Called by next() to extracts a 32 bit value fro 169 extract(int value) extract() argument 183 setResult(Element element, int start, int limit, int value) setResult() argument [all...] |
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zOut.h | 251 void WriteUInt32(UInt32 value);
252 void WriteUInt64(UInt64 value);
253 void WriteNumber(UInt64 value);
254 void WriteID(UInt64 value) { WriteNumber(value); }
in WriteID() argument
|
/third_party/mbedtls/tests/scripts/ |
H A D | test_psa_constant_names.py | 102 Return a list of pairs of (expr, value) where expr is an expression and 103 value is a string representation of its integer value. 117 ['type', 'expression', 'value', 'output']) 139 for expr, value, output in zip(expressions, values, outputs): 141 sys.stdout.write('{} {}\t{}\n'.format(type_word, value, output)) 145 value=value, 161 out.write('For {} "{}", got "{}" (value: {})\n' 163 error.output, error.value)) [all...] |
/third_party/jerryscript/jerry-core/ext/ |
H A D | heapdump.c | 193 Key("value"); in DumpPropertyPair() 194 ecma_value_t value = pair->values[i].value; in DumpPropertyPair() local 195 if (ecma_is_value_object(value)) { in DumpPropertyPair() 196 ecma_object_t* value_obj = ecma_get_object_from_value(value); in DumpPropertyPair() 199 ecma_string_t* value_str = ecma_op_to_string(value); in DumpPropertyPair()
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-symbol.cpp | 116 TEST_ASSERT (value_2 == prop_desc.value); in HWTEST_F() 117 TEST_ASSERT (jerry_get_number_value (value_2) == jerry_get_number_value (prop_desc.value)); in HWTEST_F() 132 prop_desc.value = jerry_acquire_value (value_3); in HWTEST_F() 145 TEST_ASSERT (value_3 == prop_desc.value); in HWTEST_F() 146 TEST_ASSERT (jerry_value_is_string (prop_desc.value)); in HWTEST_F()
|
/third_party/jerryscript/tests/jerry/ |
H A D | json-stringify.js | 122 function replacer_function (key, value) 124 if (typeof(value) == "string") 126 return value; 153 function replacer_thrower (key, value) 156 return value;
|
/third_party/node/lib/internal/test_runner/reporter/ |
H A D | spec.js | 51 let value = this.#indentMemo.get(nesting); 52 if (value === undefined) { 53 value = StringPrototypeRepeat(' ', nesting); 54 this.#indentMemo.set(nesting, value); 57 return value;
|
/third_party/node/lib/ |
H A D | util.js | 254 value: superCtor, 283 // Because `null` is a special error value in callbacks which means "no error 320 if (typeof descriptors.length.value === 'number') { 321 descriptors.length.value++; 323 if (typeof descriptors.name.value === 'string') { 324 descriptors.name.value += 'Callbackified';
|
/third_party/node/test/js-native-api/6_object_wrap/ |
H A D | 6_object_wrap.cc | 8 MyObject::MyObject(double value) in MyObject() argument 9 : value_(value), env_(nullptr), wrapper_(nullptr) {} in MyObject() 21 { "value", nullptr, nullptr, GetValue, SetValue, 0, napi_default, 0 }, in Init() 53 double value = 0; in New() local 59 NODE_API_CALL(env, napi_get_value_double(env, args[0], &value)); in New() 62 MyObject* obj = new MyObject(value); in New()
|
/third_party/node/test/node-api/test_reference_by_node_api_version/ |
H A D | test_reference_by_node_api_version.c | 55 static napi_value ToUInt32Value(napi_env env, uint32_t value) { in ToUInt32Value() argument 57 NODE_API_CALL(env, napi_create_uint32(env, value, &result)); in ToUInt32Value() 94 napi_value value; in GetRefValue() local 95 NODE_API_CALL(env, napi_get_reference_value(env, refValue, &value)); in GetRefValue() 96 return value; in GetRefValue()
|
/third_party/node/deps/v8/tools/ |
H A D | gdb-v8-support.py | 176 def find(self, startAddr, endAddr, value): 178 result = gdb.execute("find 0x%s, 0x%s, %s" % (startAddr, endAddr, value), 185 def invoke(self, value, from_tty): 190 self.find(m.group(1), m.group(2), value) 195 self.find(m.group(1), m.group(2), value)
|
H A D | gen-inlining-tests.py | 300 trueFlagNames = [name for (name, value) in flags._asdict().items() if value] 441 tag, value = result 443 write( " resetOptAndAssertResultEquals({}, f);".format(value)) 446 write( " resetOptAndAssertThrowsWith({}, f);".format(value))
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | pool.py | 54 def __init__(self, heartbeat, value): 56 self.value = value 63 def create_result(value): 64 return MaybeResult(False, value) 151 the function. Returns a results iterator. A result value of type
|