Home
last modified time | relevance | path

Searched refs:value (Results 9701 - 9725 of 36350) sorted by relevance

1...<<381382383384385386387388389390>>...1454

/third_party/icu/icu4c/source/i18n/
H A Ducol_sit.cpp122 * representation and real collation attribute value.
126 UColAttributeValue value; member
150 return conversions[i].value; in ucol_sit_letterToAttributeValue()
169 _processLocaleElement(CollatorSpec *spec, uint32_t value, const char* string, in _processLocaleElement() argument
173 if(value == UCOL_SIT_LANGUAGE || value == UCOL_SIT_KEYWORD || value == UCOL_SIT_PROVIDER) { in _processLocaleElement()
174 spec->locElements[value].append(uprv_tolower(*string), *status); in _processLocaleElement()
176 spec->locElements[value].append(*string, *status); in _processLocaleElement()
224 int32_t value in readHexCodeUnit() local
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py139 ``(key, value)`` tuples. Per default all fields are returned, but
157 over all fields and yields the values of they are nodes. If the value
170 return value is `None`.
249 value = getattr(node, field)
250 if isinstance(value, list):
252 for idx, item in enumerate(value):
258 _dump(value)
408 """Return the value of the expression as constant or raise
470 """Looks up a name or stores a value in a name.
473 - `store`: store a value i
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py150 ``(key, value)`` tuples. Per default all fields are returned, but
166 over all fields and yields the values of they are nodes. If the value
179 return value is `None`.
258 value = getattr(node, field)
259 if isinstance(value, list):
261 for idx, item in enumerate(value):
267 _dump(value)
398 """Return the value of the expression as constant or raise
454 """Looks up a name or stores a value in a name.
457 - `store`: store a value i
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ducol_sit.cpp123 * representation and real collation attribute value.
127 UColAttributeValue value; member
151 return conversions[i].value; in ucol_sit_letterToAttributeValue()
170 _processLocaleElement(CollatorSpec *spec, uint32_t value, const char* string, in _processLocaleElement() argument
174 if(value == UCOL_SIT_LANGUAGE || value == UCOL_SIT_KEYWORD || value == UCOL_SIT_PROVIDER) { in _processLocaleElement()
175 spec->locElements[value].append(uprv_tolower(*string), *status); in _processLocaleElement()
177 spec->locElements[value].append(*string, *status); in _processLocaleElement()
225 int32_t value in readHexCodeUnit() local
[all...]
H A Dlistformatter.cpp427 void handleValueForPattern(ResourceValue &value, UnicodeString &pattern, UErrorCode &errorCode) { in handleValueForPattern()
429 if (value.getType() == URES_ALIAS) { in handleValueForPattern()
431 setAliasedStyle(value.getAliasUnicodeString(errorCode)); in handleValueForPattern()
434 pattern = value.getUnicodeString(errorCode); in handleValueForPattern()
439 virtual void put(const char *key, ResourceValue &value, UBool /*noFallback*/,
442 if (value.getType() == URES_ALIAS) {
443 setAliasedStyle(value.getAliasUnicodeString(errorCode));
446 ResourceTable listPatterns = value.getTable(errorCode);
447 for (int i = 0; U_SUCCESS(errorCode) && listPatterns.getKeyAndValue(i, key, value); ++i) {
449 handleValueForPattern(value, tw
[all...]
/third_party/node/deps/v8/src/heap/
H A Dslot-set.h125 STATIC_ASSERT(std::is_standard_layout<PossiblyEmptyBuckets>::value);
455 void StoreCell(int cell_index, uint32_t value) { in StoreCell() argument
456 base::AsAtomic32::Release_Store(cell(cell_index), value); in StoreCell() local
554 void StoreBucket(Bucket** bucket, Bucket* value) { in StoreBucket() argument
556 base::AsAtomicPointer::Release_Store(bucket, value); in StoreBucket()
558 *bucket = value; in StoreBucket()
563 void StoreBucket(size_t bucket_index, Bucket* value) { in StoreBucket() argument
564 StoreBucket(bucket(bucket_index), value); in StoreBucket() local
568 bool SwapInNewBucket(size_t bucket_index, Bucket* value) { in SwapInNewBucket() argument
571 return base::AsAtomicPointer::Release_CompareAndSwap(b, nullptr, value) in SwapInNewBucket()
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc41 bool IsWasmCompileAllowed(v8::Isolate* isolate, v8::Local<v8::Value> value, in IsWasmCompileAllowed() argument
47 (value->IsArrayBuffer() && value.As<v8::ArrayBuffer>()->ByteLength() <= in IsWasmCompileAllowed()
49 (value->IsArrayBufferView() && in IsWasmCompileAllowed()
50 value.As<v8::ArrayBufferView>()->ByteLength() <= in IsWasmCompileAllowed()
202 int32_t value = base::ReadUnalignedValue<int32_t>(value_addr_smi.ptr()); in RUNTIME_FUNCTION() local
203 PrintF(" -> %d\n", value); in RUNTIME_FUNCTION()
207 int64_t value = base::ReadUnalignedValue<int64_t>(value_addr_smi.ptr()); in RUNTIME_FUNCTION() local
208 PrintF(" -> %" PRId64 "\n", value); in RUNTIME_FUNCTION()
212 float value in RUNTIME_FUNCTION() local
217 double value = base::ReadUnalignedValue<double>(value_addr_smi.ptr()); RUNTIME_FUNCTION() local
[all...]
/third_party/python/Lib/test/
H A Dtest_calendar.py525 value = getattr(calendar, attr)
526 self.assertEqual(len(value), 7)
527 self.assertEqual(len(value[:]), 7)
529 self.assertEqual(len(set(value)), 7)
531 self.assertEqual(value[::-1], list(reversed(value)))
535 value = getattr(calendar, attr)
536 self.assertEqual(len(value), 13)
537 self.assertEqual(len(value[:]), 13)
538 self.assertEqual(value[
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.cpp271 // Again by bubbling the expression value up the callstack as in EmitVariable()
273 // the value to a local without calling a constructor in in EmitVariable()
287 auto value = V(variable); in EmitVariable() local
300 scope.pending.value = value; in EmitVariable()
308 // return value before the function scope closes. in EmitVariable()
321 if(pending.value == nullptr) in emitPending()
331 bool isAlloca = llvm::isa<llvm::AllocaInst>(pending.value); in emitPending()
336 auto value = pending.value; in emitPending() local
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py139 ``(key, value)`` tuples. Per default all fields are returned, but
157 over all fields and yields the values of they are nodes. If the value
170 return value is `None`.
249 value = getattr(node, field)
250 if isinstance(value, list):
252 for idx, item in enumerate(value):
258 _dump(value)
408 """Return the value of the expression as constant or raise
470 """Looks up a name or stores a value in a name.
473 - `store`: store a value i
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dlistformatter.cpp434 void handleValueForPattern(ResourceValue &value, UnicodeString &pattern, UErrorCode &errorCode) { in handleValueForPattern()
436 if (value.getType() == URES_ALIAS) { in handleValueForPattern()
438 setAliasedStyle(value.getAliasUnicodeString(errorCode)); in handleValueForPattern()
441 pattern = value.getUnicodeString(errorCode); in handleValueForPattern()
446 virtual void put(const char *key, ResourceValue &value, UBool /*noFallback*/, in put()
449 if (value.getType() == URES_ALIAS) { in put()
450 setAliasedStyle(value.getAliasUnicodeString(errorCode)); in put()
453 ResourceTable listPatterns = value.getTable(errorCode); in put()
454 for (int i = 0; U_SUCCESS(errorCode) && listPatterns.getKeyAndValue(i, key, value); ++i) { in put()
456 handleValueForPattern(value, tw in put()
[all...]
H A Ducol_sit.cpp122 * representation and real collation attribute value.
126 UColAttributeValue value; member
150 return conversions[i].value; in ucol_sit_letterToAttributeValue()
169 _processLocaleElement(CollatorSpec *spec, uint32_t value, const char* string, in _processLocaleElement() argument
173 if(value == UCOL_SIT_LANGUAGE || value == UCOL_SIT_KEYWORD || value == UCOL_SIT_PROVIDER) { in _processLocaleElement()
174 spec->locElements[value].append(uprv_tolower(*string), *status); in _processLocaleElement()
176 spec->locElements[value].append(*string, *status); in _processLocaleElement()
224 int32_t value in readHexCodeUnit() local
[all...]
/third_party/skia/src/sksl/
H A DSkSLConstantFolder.cpp121 double value = foldFn(*left.getConstantValue(i), *right.getConstantValue(i)); in simplify_vector() local
122 if (value < minimumValue || value > maximumValue) { in simplify_vector()
126 args.push_back(Literal::Make(left.fLine, value, &componentType)); in simplify_vector()
139 bool ConstantFolder::GetConstantInt(const Expression& value, SKSL_INT* out) { in GetConstantInt() argument
140 const Expression* expr = GetConstantValueForVariable(value); in GetConstantInt()
148 bool ConstantFolder::GetConstantValue(const Expression& value, double* out) { in GetConstantValue() argument
149 const Expression* expr = GetConstantValueForVariable(value); in GetConstantValue()
153 *out = expr->as<Literal>().value(); in GetConstantValue()
168 static bool is_constant_value(const Expression& expr, double value) { in is_constant_value() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfdrivr.c218 FT_FREE( prop->value.atom ); in PCF_Face_Done()
602 aproperty->u.atom = prop->value.atom; in pcf_get_bdf_property()
606 if ( prop->value.l > 0x7FFFFFFFL || in pcf_get_bdf_property()
607 prop->value.l < ( -1 - 0x7FFFFFFFL ) ) in pcf_get_bdf_property()
611 prop->value.l )); in pcf_get_bdf_property()
620 aproperty->u.integer = (FT_Int32)prop->value.l; in pcf_get_bdf_property()
656 const void* value, in pcf_property_set()
674 const char* s = (const char*)value; in pcf_property_set()
688 FT_Bool* no_long_family_names = (FT_Bool*)value; in pcf_property_set()
700 FT_UNUSED( value ); in pcf_property_set()
654 pcf_property_set( FT_Module module, const char* property_name, const void* value, FT_Bool value_is_string ) pcf_property_set() argument
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp175 // - last specified value applies to all remaining chars (closest ancestor) in resolve()
178 // This means we need to discriminate between explicit rotation (rotate value provided for in resolve()
180 // char - we use the last specified value). in resolve()
185 // Explicit rotation value overrides anything in the ancestor chain. in resolve()
189 // Local implicit rotation (last specified value) overrides ancestor implicit in resolve()
250 return offset.value() * fPathData->length() / 100;
470 // with the last value. in commitRunBuffer()
518 // Containers always override xml:space with the local value. in onShapeText()
534 bool SkSVGTextContainer::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
535 return INHERITED::parseAndSetAttribute(name, value) || in parseAndSetAttribute()
661 parseAndSetAttribute(const char* name, const char* value) parseAndSetAttribute() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.cpp48 DestT UniformStateQueryCast(SrcT value);
52 GLint UniformStateQueryCast(GLfloat value) in UniformStateQueryCast() argument
54 return clampCast<GLint>(roundf(value)); in UniformStateQueryCast()
58 GLuint UniformStateQueryCast(GLfloat value) in UniformStateQueryCast() argument
60 return clampCast<GLuint>(roundf(value)); in UniformStateQueryCast()
65 GLint UniformStateQueryCast(GLuint value) in UniformStateQueryCast() argument
67 return clampCast<GLint>(value); in UniformStateQueryCast()
71 GLuint UniformStateQueryCast(GLint value) in UniformStateQueryCast() argument
73 return clampCast<GLuint>(value); in UniformStateQueryCast()
78 GLfloat UniformStateQueryCast(GLboolean value) in UniformStateQueryCast() argument
84 UniformStateQueryCast(GLboolean value) UniformStateQueryCast() argument
90 UniformStateQueryCast(GLboolean value) UniformStateQueryCast() argument
97 UniformStateQueryCast(SrcT value) UniformStateQueryCast() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp240 short value = 1000; in HWTEST_F() local
241 pacmap_->PutShortValue("key_short", value); in HWTEST_F()
242 EXPECT_EQ(value, pacmap_->GetShortValue("key_short")); in HWTEST_F()
254 int value = 1000; in HWTEST_F() local
255 pacmap_->PutIntValue("key_int", value); in HWTEST_F()
256 EXPECT_EQ(value, pacmap_->GetIntValue("key_int")); in HWTEST_F()
268 long value = -1000; in HWTEST_F() local
269 pacmap_->PutLongValue("key_long", value); in HWTEST_F()
270 EXPECT_EQ(value, pacmap_->GetLongValue("key_long")); in HWTEST_F()
282 AAFwk::byte value in HWTEST_F() local
296 bool value = true; HWTEST_F() local
315 float value = 3.14f; HWTEST_F() local
329 double value = 3.1415926; HWTEST_F() local
759 char value = 'a'; HWTEST_F() local
1118 char value = 'a'; HWTEST_F() local
1150 std::shared_ptr<UserObjectBase> value = nullptr; HWTEST_F() local
[all...]
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp571 int32_t JsInputMonitor::GetJsPointerItem(const PointerEvent::PointerItem &item, napi_value value) const in GetJsPointerItem()
573 CHKRR(SetNameProperty(jsEnv_, value, "id", item.GetPointerId()), "Set id", RET_ERR); in GetJsPointerItem()
574 CHKRR(SetNameProperty(jsEnv_, value, "pressedTime", item.GetDownTime()), "Set pressedTime", RET_ERR); in GetJsPointerItem()
575 CHKRR(SetNameProperty(jsEnv_, value, "screenX", item.GetDisplayX()), "Set screenX", RET_ERR); in GetJsPointerItem()
576 CHKRR(SetNameProperty(jsEnv_, value, "screenY", item.GetDisplayY()), "Set screenY", RET_ERR); in GetJsPointerItem()
577 CHKRR(SetNameProperty(jsEnv_, value, "windowX", item.GetWindowX()), "Set windowX", RET_ERR); in GetJsPointerItem()
578 CHKRR(SetNameProperty(jsEnv_, value, "windowY", item.GetWindowY()), "Set windowY", RET_ERR); in GetJsPointerItem()
579 CHKRR(SetNameProperty(jsEnv_, value, "pressure", item.GetPressure()), "Set pressure", RET_ERR); in GetJsPointerItem()
580 CHKRR(SetNameProperty(jsEnv_, value, "width", item.GetWidth()), "Set width", RET_ERR); in GetJsPointerItem()
581 CHKRR(SetNameProperty(jsEnv_, value, "heigh in GetJsPointerItem()
983 napi_value value = nullptr; GetJoystickPressedButtons() local
1122 napi_value value = nullptr; GetPressedButtons() local
1158 napi_value value = nullptr; GetPressedKeys() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dtables_phy_ht.c608 u32 type, value; in b43_httab_read() local
617 value = b43_phy_read(dev, B43_PHY_HT_TABLE_DATALO) & 0xFF; in b43_httab_read()
621 value = b43_phy_read(dev, B43_PHY_HT_TABLE_DATALO); in b43_httab_read()
625 value = b43_phy_read(dev, B43_PHY_HT_TABLE_DATAHI); in b43_httab_read()
626 value <<= 16; in b43_httab_read()
627 value |= b43_phy_read(dev, B43_PHY_HT_TABLE_DATALO); in b43_httab_read()
631 value = 0; in b43_httab_read()
634 return value; in b43_httab_read()
672 void b43_httab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_httab_write() argument
681 B43_WARN_ON(value in b43_httab_write()
705 u32 type, value; b43_httab_write_few() local
750 u32 type, value; b43_httab_write_bulk() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
H A Dhw.c680 u8 value, mask = 1 << offset; in set_source_common() local
684 value = 0x00; in set_source_common()
687 value = mask; in set_source_common()
694 via_write_reg_mask(VIACR, index, value, mask); in set_source_common()
699 u8 value; in set_crt_source() local
703 value = 0x00; in set_crt_source()
706 value = 0x40; in set_crt_source()
713 via_write_reg_mask(VIASR, 0x16, value, 0x40); in set_crt_source()
766 u8 value; in set_crt_state() local
770 value in set_crt_state()
790 u8 value; set_dvp0_state() local
808 u8 value; set_dvp1_state() local
826 u8 value; set_lvds1_state() local
844 u8 value; set_lvds2_state() local
1825 u8 value, index, mask; viafb_setmode() local
[all...]
/kernel/linux/linux-5.10/net/dcb/
H A Ddcbnl.c222 u8 value; in dcbnl_getpfccfg() local
251 &value); in dcbnl_getpfccfg()
252 ret = nla_put_u8(skb, i, value); in dcbnl_getpfccfg()
281 u8 value; in dcbnl_getcap() local
309 if (!netdev->dcbnl_ops->getcap(netdev, i, &value)) { in dcbnl_getcap()
310 ret = nla_put_u8(skb, i, value); in dcbnl_getcap()
326 u8 value; in dcbnl_getnumtcs() local
354 ret = netdev->dcbnl_ops->getnumtcs(netdev, i, &value); in dcbnl_getnumtcs()
356 ret = nla_put_u8(skb, i, value); in dcbnl_getnumtcs()
374 u8 value; in dcbnl_setnumtcs() local
416 u8 value; dcbnl_setpfcstate() local
702 u8 value; dcbnl_setstate() local
722 u8 value; dcbnl_setpfccfg() local
1233 u8 value; dcbnl_cee_fill() local
1592 u8 value; dcbnl_setdcbx() local
1610 u8 value; dcbnl_getfeatcfg() local
1657 u8 value; dcbnl_setfeatcfg() local
[all...]
/kernel/linux/linux-6.6/fs/fuse/
H A Ddir.c180 args->in_args[0].value = name->name; in fuse_lookup_init()
183 args->out_args[0].value = outarg; in fuse_lookup_init()
513 ext->value = header; in get_security_context()
525 p = krealloc(buf->value, newlen, GFP_KERNEL); in extend_arg()
527 kfree(buf->value); in extend_arg()
529 buf->value = NULL; in extend_arg()
534 buf->value = p; in extend_arg()
580 struct fuse_in_arg ext = { .size = 0, .value = NULL }; in get_create_ext()
594 kfree(ext.value); in get_create_ext()
603 kfree(args->in_args[args->ext_idx].value); in free_ext_value()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c1277 * To get the current value of a control.
1322 ret = atomisp_color_effect(asd, 0, &control->value); in atomisp_g_ctrl()
1325 ret = atomisp_bad_pixel(asd, 0, &control->value); in atomisp_g_ctrl()
1328 ret = atomisp_gdc_cac(asd, 0, &control->value); in atomisp_g_ctrl()
1331 ret = atomisp_video_stable(asd, 0, &control->value); in atomisp_g_ctrl()
1334 ret = atomisp_fixed_pattern(asd, 0, &control->value); in atomisp_g_ctrl()
1337 ret = atomisp_false_color(asd, 0, &control->value); in atomisp_g_ctrl()
1340 ret = atomisp_low_light(asd, 0, &control->value); in atomisp_g_ctrl()
1351 * To change the value of a control.
1352 * applications initialize the id and value field
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/via/
H A Dhw.c680 u8 value, mask = 1 << offset; in set_source_common() local
684 value = 0x00; in set_source_common()
687 value = mask; in set_source_common()
694 via_write_reg_mask(VIACR, index, value, mask); in set_source_common()
699 u8 value; in set_crt_source() local
703 value = 0x00; in set_crt_source()
706 value = 0x40; in set_crt_source()
713 via_write_reg_mask(VIASR, 0x16, value, 0x40); in set_crt_source()
766 u8 value; in set_crt_state() local
770 value in set_crt_state()
790 u8 value; set_dvp0_state() local
808 u8 value; set_dvp1_state() local
826 u8 value; set_lvds1_state() local
844 u8 value; set_lvds2_state() local
1825 u8 value, index, mask; viafb_setmode() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dtables_phy_ht.c608 u32 type, value; in b43_httab_read() local
617 value = b43_phy_read(dev, B43_PHY_HT_TABLE_DATALO) & 0xFF; in b43_httab_read()
621 value = b43_phy_read(dev, B43_PHY_HT_TABLE_DATALO); in b43_httab_read()
625 value = b43_phy_read(dev, B43_PHY_HT_TABLE_DATAHI); in b43_httab_read()
626 value <<= 16; in b43_httab_read()
627 value |= b43_phy_read(dev, B43_PHY_HT_TABLE_DATALO); in b43_httab_read()
631 value = 0; in b43_httab_read()
634 return value; in b43_httab_read()
672 void b43_httab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_httab_write() argument
681 B43_WARN_ON(value in b43_httab_write()
705 u32 type, value; b43_httab_write_few() local
750 u32 type, value; b43_httab_write_bulk() local
[all...]

Completed in 41 milliseconds

1...<<381382383384385386387388389390>>...1454