/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_ext.h | 56 * The lookup value of a unit points to another table that is to be searched 85 * which are output value limits in the data structure. 159 * Array of byte/value pairs for lookups for toUnicode conversion. 162 * a default value for when the lookup in this section yields no match. 174 * Each uint32_t contains an input byte value in bits 31..24 and the 175 * corresponding lookup value in bits 23..0. 176 * Interpret the value as follows: 177 * if(value==0) { 179 * } else if(value<0x1f0000) { 180 * partial match - use value a [all...] |
H A D | ucnv_ext.cpp | 36 * @return lookup value for the byte, if found; else 0 131 uint32_t value, matchValue; in ucnv_extMatchToU() local 168 value=*toUSection++; in ucnv_extMatchToU() 169 length=UCNV_EXT_TO_U_GET_BYTE(value); in ucnv_extMatchToU() 170 value=UCNV_EXT_TO_U_GET_VALUE(value); in ucnv_extMatchToU() 171 if( value!=0 && in ucnv_extMatchToU() 172 (UCNV_EXT_TO_U_IS_ROUNDTRIP(value) || in ucnv_extMatchToU() 177 matchValue=value; in ucnv_extMatchToU() 202 value in ucnv_extMatchToU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument 286 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extInitialMatchToU() local 336 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extSimpleMatchToU() local 374 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extContinueMatchToU() local 454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) extFromUUseMapping() argument 543 uint32_t value, matchValue; ucnv_extMatchFromU() local 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument 757 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extInitialMatchFromU() local 816 uint32_t value; ucnv_extSimpleMatchFromU() local 870 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extContinueMatchFromU() local 953 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) extSetUseMapping() argument 990 uint32_t value; ucnv_extGetUnicodeSetString() local 1039 uint32_t value; ucnv_extGetUnicodeSet() local [all...] |
/third_party/node/deps/v8/src/numbers/ |
H A D | conversions-inl.h | 29 // rounding towards zero, or any reasonable value if the argument is larger 105 // Masking to a 32-bit value ensures that the result of the 106 // static_cast<int64_t> below is not the minimal int64_t value, 142 bool DoubleToSmiInteger(double value, int* smi_int_value) { in DoubleToSmiInteger() argument 143 if (!IsSmiDouble(value)) return false; in DoubleToSmiInteger() 144 *smi_int_value = FastD2I(value); in DoubleToSmiInteger() 149 bool IsSmiDouble(double value) { in IsSmiDouble() argument 150 return value >= Smi::kMinValue && value <= Smi::kMaxValue && in IsSmiDouble() 151 !IsMinusZero(value) in IsSmiDouble() 154 IsInt32Double(double value) IsInt32Double() argument 159 IsUint32Double(double value) IsUint32Double() argument 164 DoubleToUint32IfEqualToSelf(double value, uint32_t* uint32_value) DoubleToUint32IfEqualToSelf() argument 206 int value = Smi::ToInt(number); DoubleToUint32IfEqualToSelf() local 210 double value = HeapNumber::cast(number).value(); DoubleToUint32IfEqualToSelf() local 233 int value = Smi::ToInt(number); DoubleToUint32IfEqualToSelf() local 237 double value = HeapNumber::cast(number).value(); DoubleToUint32IfEqualToSelf() local 249 int value = Smi::ToInt(number); DoubleToUint32IfEqualToSelf() local 258 double value = HeapNumber::cast(number).value(); DoubleToUint32IfEqualToSelf() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_ext.h | 56 * The lookup value of a unit points to another table that is to be searched 85 * which are output value limits in the data structure. 159 * Array of byte/value pairs for lookups for toUnicode conversion. 162 * a default value for when the lookup in this section yields no match. 174 * Each uint32_t contains an input byte value in bits 31..24 and the 175 * corresponding lookup value in bits 23..0. 176 * Interpret the value as follows: 177 * if(value==0) { 179 * } else if(value<0x1f0000) { 180 * partial match - use value a [all...] |
H A D | ucnv_ext.cpp | 36 * @return lookup value for the byte, if found; else 0 131 uint32_t value, matchValue; in ucnv_extMatchToU() local 168 value=*toUSection++; in ucnv_extMatchToU() 169 length=UCNV_EXT_TO_U_GET_BYTE(value); in ucnv_extMatchToU() 170 value=UCNV_EXT_TO_U_GET_VALUE(value); in ucnv_extMatchToU() 171 if( value!=0 && in ucnv_extMatchToU() 172 (UCNV_EXT_TO_U_IS_ROUNDTRIP(value) || in ucnv_extMatchToU() 177 matchValue=value; in ucnv_extMatchToU() 202 value in ucnv_extMatchToU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument 286 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extInitialMatchToU() local 336 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extSimpleMatchToU() local 374 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extContinueMatchToU() local 454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) extFromUUseMapping() argument 543 uint32_t value, matchValue; ucnv_extMatchFromU() local 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument 757 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extInitialMatchFromU() local 816 uint32_t value; ucnv_extSimpleMatchFromU() local 870 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extContinueMatchFromU() local 953 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) extSetUseMapping() argument 990 uint32_t value; ucnv_extGetUnicodeSetString() local 1039 uint32_t value; ucnv_extGetUnicodeSet() local [all...] |
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_helper.cpp | 54 bool StringHelper::StartWith(const std::string &value, char prefix)
in StartWith() argument 56 return value.find(prefix) == 0;
in StartWith() 59 bool StringHelper::StartWith(const std::string &value, const std::string &prefix)
in StartWith() argument 61 return value.find(prefix) == 0;
in StartWith() 64 bool StringHelper::EndWith(const std::string &value, char suffix)
in EndWith() argument 66 if (value.empty()) {
in EndWith() 69 return value.back() == suffix;
in EndWith() 72 bool StringHelper::EndWith(const std::string &value, const std::string &suffix)
in EndWith() argument 74 size_t index = value.rfind(suffix);
in EndWith() 79 return index + suffix.size() == value in EndWith() 82 Replace(const std::string &value, char oldChar, char newChar) Replace() argument 98 Replace(const std::string &value, const std::string &oldstr, const std::string &newstr) Replace() argument 109 Replace( const std::string &value, size_t position, const std::string &substr, const std::string &newstr) Replace() argument 121 Replace(const std::string &value, size_t position, size_t len, const std::string &newStr) Replace() argument 132 SubStr(const std::string &value, size_t start, size_t end) SubStr() argument 140 StrToLower(const std::string &value) StrToLower() argument 151 StrToUpper(const std::string &value) StrToUpper() argument 162 FirstToUpper(const std::string &value) FirstToUpper() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/ |
H A D | div_declaration.cpp | 53 [](const std::string& value, DivDeclaration& declaration) { in SetSpecializedStyle() 56 divStyle.alignContent = value; in SetSpecializedStyle() 60 [](const std::string& value, DivDeclaration& declaration) { in SetSpecializedStyle() 63 divStyle.alignItems = value; in SetSpecializedStyle() 67 [](const std::string& value, DivDeclaration& declaration) { in SetSpecializedStyle() 70 divStyle.direction = value; in SetSpecializedStyle() 74 [](const std::string& value, DivDeclaration& declaration) { in SetSpecializedStyle() 77 divStyle.isFlexWrap = (value == DOM_WRAP); in SetSpecializedStyle() 81 [](const std::string& value, DivDeclaration& declaration) { in SetSpecializedStyle() 84 divStyle.direction = value; in SetSpecializedStyle() [all...] |
/third_party/skia/third_party/externals/tint/src/ |
H A D | traits_test.cc | 31 static_assert(std::is_same<ParameterType<decltype(&F1), 0>, S>::value, ""); in TEST() 32 static_assert(std::is_same<ParameterType<decltype(&F3), 0>, int>::value, ""); in TEST() 33 static_assert(std::is_same<ParameterType<decltype(&F3), 1>, S>::value, ""); in TEST() 34 static_assert(std::is_same<ParameterType<decltype(&F3), 2>, float>::value, in TEST() 36 static_assert(std::is_same<ReturnType<decltype(&F1)>, void>::value, ""); in TEST() 37 static_assert(std::is_same<ReturnType<decltype(&F3)>, void>::value, ""); in TEST() 50 static_assert(std::is_same<ParameterType<decltype(&C::F1), 0>, S>::value, ""); in TEST() 51 static_assert(std::is_same<ParameterType<decltype(&C::F3), 0>, int>::value, in TEST() 53 static_assert(std::is_same<ParameterType<decltype(&C::F3), 1>, S>::value, ""); in TEST() 54 static_assert(std::is_same<ParameterType<decltype(&C::F3), 2>, float>::value, in TEST() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | unicodeEscapesInNames01(target=es5).js | 126 Object.defineProperty(exports, "__esModule", { value: true });
133 Object.defineProperty(exports, "__esModule", { value: true });
140 Object.defineProperty(exports, "__esModule", { value: true });
147 Object.defineProperty(exports, "__esModule", { value: true });
154 Object.defineProperty(exports, "__esModule", { value: true });
169 Object.defineProperty(exports, "__esModule", { value: true });
184 Object.defineProperty(exports, "__esModule", { value: true });
199 Object.defineProperty(exports, "__esModule", { value: true });
214 var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
218 return (kind === "a" ? f.call(receiver, value) [all...] |
H A D | narrowingDestructuring.js | 4 function func<T extends X>(value: T) { 5 if (value.kind === "a") { 6 value.a; 7 const { a } = value; 9 value.b; 10 const { b } = value; 17 function func2<T extends Z>(value: T) { 18 if (value.kind === "f") { 19 const { f: f1 } = value; 20 const { f: { a, ...spread } } = value; [all...] |
H A D | jsDeclarationsExportDefinePropertyEmit.js | 2 Object.defineProperty(module.exports, "a", { value: function a() {} }); 4 Object.defineProperty(module.exports, "b", { value: function b() {} }); 5 Object.defineProperty(module.exports.b, "cat", { value: "cat" }); 13 Object.defineProperty(module.exports, "d", { value: d }); 23 Object.defineProperty(module.exports, "e", { value: e }); 32 Object.defineProperty(module.exports, "f", { value: f }); 33 Object.defineProperty(module.exports.f, "self", { value: module.exports.f }); 42 Object.defineProperty(module.exports, "g", { value: g }); 52 Object.defineProperty(module.exports, "h", { value: hh }); 54 Object.defineProperty(module.exports, "i", { value [all...] |
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBJsonWire.php | 39 $value, 50 $value, 82 foreach ($values as $key => $value) { 103 $value, 115 foreach ($values as $value) { 122 $value, 141 $value, 149 $str_value = strval($value); 154 if ($value < 0) { 155 $value variable 163 $value = bcadd($value, "18446744073709551616"); global() variable 229 $value = json_encode($value, JSON_UNESCAPED_UNICODE); global() variable [all...] |
/foundation/communication/dsoftbus/tests/common/include/ |
H A D | fuzz_data_generator.h | 48 inline bool GenerateFromList(T &value, const std::vector<T> &candidateValues) in GenerateFromList() argument 57 value = candidateValues[rawData % candidateValues.size()]; in GenerateFromList() 61 inline bool GenerateBool(bool &value) in GenerateBool() argument 63 return DataGenerator::GetInstance().ReadBool(value); in GenerateBool() 66 inline bool GenerateInt8(int8_t &value) in GenerateInt8() argument 68 return DataGenerator::GetInstance().ReadInt8(value); in GenerateInt8() 71 inline bool GenerateInt16(int16_t &value) in GenerateInt16() argument 73 return DataGenerator::GetInstance().ReadInt16(value); in GenerateInt16() 76 inline bool GenerateInt32(int32_t &value) in GenerateInt32() argument 78 return DataGenerator::GetInstance().ReadInt32(value); in GenerateInt32() 81 GenerateInt64(int64_t &value) GenerateInt64() argument 86 GenerateUint8(uint8_t &value) GenerateUint8() argument 91 GenerateUint16(uint16_t &value) GenerateUint16() argument 96 GenerateUint32(uint32_t &value) GenerateUint32() argument 101 GenerateUint64(uint64_t &value) GenerateUint64() argument 106 GenerateFloat(float &value) GenerateFloat() argument 111 GenerateDouble(double &value) GenerateDouble() argument 116 GenerateString(std::string &value) GenerateString() argument [all...] |
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_predicates_object.h | 58 Type value; 73 SingleValue(Type val) noexcept : value(std::move(val)) in move() 80 SingleValue(SingleValue &&val) noexcept :value(std::move(val.value)) in move() 87 SingleValue(const SingleValue &val) : value(val.value) {} in SingleValue() 93 value = std::move(object.value); 102 value = object.value; in operator =() [all...] |
/third_party/libinput/test/ |
H A D | litest-device-synaptics-rmi4.c | 30 { .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN }, 31 { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN }, 32 { .type = EV_ABS, .code = ABS_PRESSURE, .value = LITEST_AUTO_ASSIGN }, 33 { .type = EV_ABS, .code = ABS_MT_SLOT, .value = LITEST_AUTO_ASSIGN }, 34 { .type = EV_ABS, .code = ABS_MT_TRACKING_ID, .value = LITEST_AUTO_ASSIGN }, 35 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = 0 }, 36 { .type = EV_ABS, .code = ABS_MT_TOUCH_MAJOR, .value = 2 }, 37 { .type = EV_ABS, .code = ABS_MT_TOUCH_MINOR, .value = 2 }, 38 { .type = EV_ABS, .code = ABS_MT_POSITION_X, .value = LITEST_AUTO_ASSIGN }, 39 { .type = EV_ABS, .code = ABS_MT_POSITION_Y, .value 61 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) get_axis_default() argument [all...] |
/third_party/python/Lib/email/ |
H A D | policy.py | 50 refold_source -- if the value for a header in the Message object 53 that value when transforming the message back into 65 'value', where 'name' is a header field name and 66 'value' is an unfolded header field value, and 121 The value is determined by stripping leading whitespace off the 127 name, value = sourcelines[0].split(':', 1) 128 value = value.lstrip(' \t') + ''.join(sourcelines[1:]) 129 return (name, value [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/ |
H A D | button_declaration.cpp | 77 { DOM_BUTTON_AUTO_FOCUS, [](ButtonDeclaration& button, const std::string& value) { in SetSpecializedAttr() 79 buttonAttr.isAutoFocus = StringToBool(value); in SetSpecializedAttr() 81 { DOM_DISABLED, [](ButtonDeclaration& button, const std::string& value) { in SetSpecializedAttr() 83 buttonAttr.isDisabled = StringToBool(value); in SetSpecializedAttr() 85 { DOM_BUTTON_ICON, [](ButtonDeclaration& button, const std::string& value) { in SetSpecializedAttr() 87 buttonAttr.iconSrc = value; in SetSpecializedAttr() 89 { DOM_PLACEMENT, [](ButtonDeclaration& button, const std::string& value) { in SetSpecializedAttr() 91 buttonAttr.placement = value; in SetSpecializedAttr() 93 { DOM_BUTTON_TYPE, [](ButtonDeclaration& button, const std::string& value) { in SetSpecializedAttr() 95 buttonAttr.buttonType = value; in SetSpecializedAttr() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/ |
H A D | text_clip_test.cpp | 24 ArkUI_NumberValue value[] = {{.i32 = clipValue}}; in TestTextClip001() local 25 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextClip001() 27 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_CLIP)->value[PARAM_0].i32, clipValue); in TestTextClip001() 36 ArkUI_NumberValue value[] = {{.i32 = clipValue}}; in TestTextClip002() local 37 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextClip002() 39 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_CLIP)->value[PARAM_0].i32, clipValue); in TestTextClip002() 48 ArkUI_NumberValue value[] = {{.i32 = clipValue}}; in TestTextClip003() local 49 ArkUI_AttributeItem valueItem = {value, sizeo in TestTextClip003() 66 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_RECTANGLE}, TestTextClip004() local 87 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_CIRCLE}, {.f32 = widthValue}, {.f32 = heightValue}}; TestTextClip005() local 102 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_ELLIPSE}, {.f32 = widthValue}, {.f32 = heightValue}}; TestTextClip006() local 117 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_PATH}, {.f32 = widthValue}, {.f32 = heightValue}}; TestTextClip007() local 135 ArkUI_NumberValue value[] = {{.i32 = exception}, {.f32 = widthValue}, {.f32 = heightValue}}; TestTextClip008() local 152 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_RECTANGLE}, TestTextClip009() local 174 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_CIRCLE}, {.f32 = widthValue}, {.f32 = heightValue}}; TestTextClip010() local 190 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_ELLIPSE}, {.f32 = widthValue}, {.f32 = heightValue}}; TestTextClip011() local 206 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CLIP_TYPE_PATH}, {.f32 = widthValue}, {.f32 = heightValue}}; TestTextClip012() local [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/ |
H A D | textinput_fontweight_test.cpp | 24 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; in TestTextInputFontWeight001() local 25 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextInputFontWeight001() 28 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_FONT_WEIGHT)->value[PARAM_0].i32, fontWeight); in TestTextInputFontWeight001() 36 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; in TestTextInputFontWeight002() local 37 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextInputFontWeight002() 40 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_FONT_WEIGHT)->value[PARAM_0].i32, fontWeight); in TestTextInputFontWeight002() 48 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; in TestTextInputFontWeight003() local 49 ArkUI_AttributeItem valueItem = {value, sizeo in TestTextInputFontWeight003() 60 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight004() local 72 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight005() local 84 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight006() local 96 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight007() local 108 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight008() local 120 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight009() local 132 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight010() local 144 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight011() local 156 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight012() local 168 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight013() local 180 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight014() local 192 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight015() local 204 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestTextInputFontWeight016() local [all...] |
/third_party/spirv-tools/test/tools/ |
H A D | flags_test.cpp | 71 EXPECT_FALSE(g.value()); in TEST_F() 75 EXPECT_TRUE(g.value()); in TEST_F() 82 EXPECT_TRUE(g.value()); in TEST_F() 86 EXPECT_TRUE(g.value()); in TEST_F() 92 EXPECT_FALSE(g.value()); in TEST_F() 96 EXPECT_TRUE(g.value()); in TEST_F() 104 EXPECT_FALSE(foo.value()); in TEST_F() 108 EXPECT_TRUE(foo.value()); in TEST_F() 116 EXPECT_FALSE(foo.value()); in TEST_F() 120 EXPECT_TRUE(foo.value()); in TEST_F() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | object-macros.h | 48 #define DECL_PRIMITIVE_SETTER(name, type) inline void set_##name(type value); 72 inline void set_##name(type value, RelaxedStoreTag); 111 #define DECL_FIELD_OFFSET_TQ(name, value, tq_type) \ 112 static const int k##name##Offset = value; \ 116 inline void set_##name(type value, \ 128 inline void set_##name(type value, tag_type, \ 166 void holder::set_##name(type value) { WriteField<type>(offset, value); } 184 void holder::set_##name(int32_t value, RelaxedStoreTag) { \ 185 RELAXED_WRITE_INT32_FIELD(*this, offset, value); \ [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_ext.cpp | 36 * @return lookup value for the byte, if found; else 0 131 uint32_t value, matchValue; in ucnv_extMatchToU() local 168 value=*toUSection++; in ucnv_extMatchToU() 169 length=UCNV_EXT_TO_U_GET_BYTE(value); in ucnv_extMatchToU() 170 value=UCNV_EXT_TO_U_GET_VALUE(value); in ucnv_extMatchToU() 171 if( value!=0 && in ucnv_extMatchToU() 172 (UCNV_EXT_TO_U_IS_ROUNDTRIP(value) || in ucnv_extMatchToU() 177 matchValue=value; in ucnv_extMatchToU() 202 value in ucnv_extMatchToU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument 286 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extInitialMatchToU() local 336 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extSimpleMatchToU() local 374 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extContinueMatchToU() local 454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) extFromUUseMapping() argument 543 uint32_t value, matchValue; ucnv_extMatchFromU() local 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument 757 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extInitialMatchFromU() local 816 uint32_t value; ucnv_extSimpleMatchFromU() local 870 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ ucnv_extContinueMatchFromU() local 953 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) extSetUseMapping() argument 990 uint32_t value; ucnv_extGetUnicodeSetString() local 1039 uint32_t value; ucnv_extGetUnicodeSet() local [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_stack_app_config_in.c | 198 Input : FILLP_UINT32 name: Timer name which user wants to change the timeout value (FILLP_TIMER_LIST). 199 FILLP_UINT32 *value : Will specify the timeout value in milliseconds 204 IN FILLP_CONST void *value, in FtAppTimerConfigSet() 210 timerValue = *(FILLP_UINT32 *)value; in FtAppTimerConfigSet() 218 FILLP_LOGINF("set connect timeout fillp_sock_id:%d, value:%u", sockIndex, timerValue); in FtAppTimerConfigSet() 225 IN FILLP_CONST void *value, in FtAppSetKeepAliveTime() 231 timerValue = *(FILLP_UINT32 *)value; in FtAppSetKeepAliveTime() 267 IN FILLP_CONST void *value, in FtAppSetConnRetryTimeout() 273 usTempTimerValue = *(FILLP_UINT16 *)value; in FtAppSetConnRetryTimeout() 203 FtAppTimerConfigSet( IN FILLP_CONST void *value, struct GlobalAppResource *resource, IN FILLP_INT sockIndex) FtAppTimerConfigSet() argument 224 FtAppSetKeepAliveTime( IN FILLP_CONST void *value, struct GlobalAppResource *resource, IN FILLP_INT sockIndex) FtAppSetKeepAliveTime() argument 266 FtAppSetConnRetryTimeout( IN FILLP_CONST void *value, struct GlobalAppResource *resource, IN FILLP_INT sockIndex) FtAppSetConnRetryTimeout() argument 284 FtAppSetDisconnectRetryTimeout( IN FILLP_CONST void *value, struct GlobalAppResource *resource, IN FILLP_INT sockIndex) FtAppSetDisconnectRetryTimeout() argument 315 FtAppConfigSetTxBurst( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppConfigSetTxBurst() argument 333 FtAppConfigSetSendCache( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppConfigSetSendCache() argument 360 FtAppConfigSetRecvCache( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppConfigSetRecvCache() argument 387 FtAppSetMaxServerSendCache( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppSetMaxServerSendCache() argument 405 FtAppSetMaxServeRecvCache( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppSetMaxServeRecvCache() argument 424 FtAppConfigSetOppositeSetRate( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppConfigSetOppositeSetRate() argument 455 FtAppConfigSetPktSize( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppConfigSetPktSize() argument 495 FtAppConfigSetSendBufSize( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex, struct FtSocket *sock) FtAppConfigSetSendBufSize() argument 530 FtAppConfigSetRecvBufSize( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex, struct FtSocket *sock) FtAppConfigSetRecvBufSize() argument 565 FtAppConfigSetSlowStart( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppConfigSetSlowStart() argument 590 FtAppConfigSetMaxRate( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppConfigSetMaxRate() argument 615 FtAppConfigSetConstRate( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppConfigSetConstRate() argument 633 FtAppConfigSetMaxRecvRate( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppConfigSetMaxRecvRate() argument 652 FtAppEnlargePackInterval( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex, struct FtSocket *sock) FtAppEnlargePackInterval() argument 702 FtAppConfigSetEnableNackDelay( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppConfigSetEnableNackDelay() argument 733 FtAppConfigSetNackDelayTimeout( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppConfigSetNackDelayTimeout() argument 763 FtAppSetFcStatInterval( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppSetFcStatInterval() argument 782 FtAppConfigSetPackInterval(IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex) FtAppConfigSetPackInterval() argument 812 FtInnerAppConfigSetHelper( IN FILLP_UINT32 name, IN FILLP_CONST void *value, IN struct GlobalAppResource *resource, IN FILLP_INT sockIndex, IN struct FtSocket *sock) FtInnerAppConfigSetHelper() argument 865 FtInnerAppConfigSet( IN FILLP_UINT32 name, IN FILLP_CONST void *value, IN struct GlobalAppResource *resource, IN FILLP_INT sockIndex, IN struct FtSocket *sock) FtInnerAppConfigSet() argument 924 FtInnerAppConfigGetHelper(FILLP_UINT32 name, void *value, FILLP_CONST struct GlobalAppResource *resource) FtInnerAppConfigGetHelper() argument 983 FtAppGetMaxServerSendCache(void *value, FILLP_CONST struct GlobalAppResource *resource) FtAppGetMaxServerSendCache() argument 997 FtAppGetMaxServeRecvCache(void *value, FILLP_CONST struct GlobalAppResource *resource) FtAppGetMaxServeRecvCache() argument 1011 FtAppConfigGetOppositeSetRate(void *value, FILLP_CONST struct GlobalAppResource *resource) FtAppConfigGetOppositeSetRate() argument 1038 FtInnerAppConfigGet(IN FILLP_UINT32 name, IO void *value, IN FILLP_CONST struct GlobalAppResource *resource) FtInnerAppConfigGet() argument [all...] |
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | writer.js | 112 * @param {number} value 115 writeUnsignedVarint32_(value) { 116 checkTypeUnsignedInt32(value); 117 while (value > 0x7f) { 118 this.currentBuffer_.push((value & 0x7f) | 0x80); 119 value = value >>> 7; 121 this.currentBuffer_.push(value); 129 * Writes a boolean value field to the buffer as a varint. 130 * @param {boolean} value [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | text_model_impl.cpp | 42 void TextModelImpl::SetFont(const Font& value) {} in SetFont() argument 44 void TextModelImpl::SetFontSize(const Dimension& value) in SetFontSize() argument 50 textStyle.SetFontSize(value); in SetFontSize() 54 void TextModelImpl::SetTextColor(const Color& value) in SetTextColor() argument 60 textStyle.SetTextColor(value); in SetTextColor() 64 void TextModelImpl::SetTextShadow(const std::vector<Shadow>& value) {} in SetTextShadow() argument 65 void TextModelImpl::SetTextCaretColor(const Color& value) {} in SetTextCaretColor() argument 66 void TextModelImpl::SetSelectedBackgroundColor(const Color& value) {} in SetSelectedBackgroundColor() argument 68 void TextModelImpl::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() argument 74 textStyle.SetFontStyle(value); in SetItalicFontStyle() 78 SetFontWeight(Ace::FontWeight value) SetFontWeight() argument 88 SetMinFontScale(const float value) SetMinFontScale() argument 90 SetMaxFontScale(const float value) SetMaxFontScale() argument 92 SetFontFamily(const std::vector<std::string>& value) SetFontFamily() argument 102 SetTextAlign(Ace::TextAlign value) SetTextAlign() argument 112 SetTextOverflow(Ace::TextOverflow value) SetTextOverflow() argument 121 SetMaxLines(uint32_t value) SetMaxLines() argument 131 SetTextIndent(const Dimension& value) SetTextIndent() argument 141 SetLineHeight(const Dimension& value) SetLineHeight() argument 151 SetTextDecoration(Ace::TextDecoration value) SetTextDecoration() argument 160 SetTextDecorationColor(const Color& value) SetTextDecorationColor() argument 169 SetTextDecorationStyle(TextDecorationStyle value) SetTextDecorationStyle() argument 178 SetBaselineOffset(const Dimension& value) SetBaselineOffset() argument 188 SetTextCase(Ace::TextCase value) SetTextCase() argument 198 SetLetterSpacing(const Dimension& value) SetLetterSpacing() argument 208 SetLineSpacing(const Dimension& value) SetLineSpacing() argument 210 SetAdaptMinFontSize(const Dimension& value) SetAdaptMinFontSize() argument 220 SetAdaptMaxFontSize(const Dimension& value) SetAdaptMaxFontSize() argument 230 SetHeightAdaptivePolicy(TextHeightAdaptivePolicy value) SetHeightAdaptivePolicy() argument 232 SetTextDetectEnable(bool value) SetTextDetectEnable() argument [all...] |