Home
last modified time | relevance | path

Searched refs:value (Results 15701 - 15725 of 31071) sorted by relevance

1...<<621622623624625626627628629630>>...1243

/third_party/skia/third_party/externals/tint/src/ast/
H A Dbinding_decoration_test.cc26 EXPECT_EQ(2u, d->value); in TEST_F()
H A Dgroup_decoration_test.cc26 EXPECT_EQ(2u, d->value); in TEST_F()
H A Dlocation_decoration_test.cc26 EXPECT_EQ(2u, d->value); in TEST_F()
/third_party/typescript/tests/baselines/reference/transformApi/
H A DtransformsCorrectly.transformAddCommentToExportedVar.js2 Object.defineProperty(exports, "__esModule", { value: true });
/third_party/typescript/tests/baselines/reference/
H A DtripleSlashTypesReferenceWithMissingExports(module=node16).js19 Object.defineProperty(exports, "__esModule", { value: true });
H A DtripleSlashTypesReferenceWithMissingExports(module=nodenext).js19 Object.defineProperty(exports, "__esModule", { value: true });
H A DdeclarationEmitUnknownImport.js7 Object.defineProperty(exports, "__esModule", { value: true });
H A DdefaultExportsCannotMerge04.js17 Object.defineProperty(exports, "__esModule", { value: true });
H A DmoduleResolutionWithoutExtension3.js15 Object.defineProperty(exports, "__esModule", { value: true });
H A DmoduleResolutionWithoutExtension4.js15 Object.defineProperty(exports, "__esModule", { value: true });
H A DmultipleDefaultExports04.js10 Object.defineProperty(exports, "__esModule", { value: true });
H A Des5ExportDefaultIdentifier.js9 Object.defineProperty(exports, "__esModule", { value: true });
H A Des6ImportDefaultBindingInEs5.js16 Object.defineProperty(exports, "__esModule", { value: true });
H A Des6ImportNameSpaceImportNoNamedExports.js16 Object.defineProperty(exports, "__esModule", { value: true });
H A Des6ImportNamedImportNoNamedExports.js17 Object.defineProperty(exports, "__esModule", { value: true });
H A DgenericWithCallSignatureReturningSpecialization.js4 (value: T): void;
H A DinstanceMemberWithComputedPropertyName2.js21 value: void 0
/third_party/protobuf/src/google/protobuf/io/
H A Dstrtod.h46 // Casts a double value to a float value. If the value is outside of the
49 float SafeDoubleToFloat(double value);
/third_party/python/Modules/_sqlite/
H A Dutil.h38 sqlite_int64 _pysqlite_long_as_int64(PyObject * value);
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp122 CtoJSUsbEndpoint(env, objTmp, usbEndpoint.value()); in CtoJSUsbInterface()
233 int32_t value; member
247 int32_t value = 0; in ParsePipeControlParam() local
248 NapiUtil::JsObjectToInt(env, jsObj, "value", value); in ParsePipeControlParam()
264 controlParam.value = value; in ParsePipeControlParam()
274 int32_t value; member
287 int32_t value = 0; in ParseUsbPipeControlParam() local
288 NapiUtil::JsObjectToInt(env, jsObj, "wValue", value); in ParseUsbPipeControlParam()
1625 ToInt32Value(napi_env env, int32_t value) ToInt32Value() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov5640.c791 * This is supposed to be ranging from 1 to 8, but the value is always
800 * This is supposed to be ranging from 1 to 16, but the value is
814 * This is supposed to be ranging from 1 to 2, but the value is always
827 * This is supposed to be ranging from 1 to 8, but the value is always
839 * This is supposed to be ranging from 1 to 8, but the value is always
954 * MIPI_DIV is fixed to value 2, but it -might- be changed according to the
1350 /* get banding filter value */ in ov5640_get_light_freq()
1499 * are always setting REG21/REG20 bit 0 to same value... in ov5640_set_binning()
2023 * - [6]: f value in CCIR656 SYNC code when fixed f value in ov5640_set_power_dvp()
2412 ov5640_set_ctrl_hue(struct ov5640_dev *sensor, int value) ov5640_set_ctrl_hue() argument
2429 ov5640_set_ctrl_contrast(struct ov5640_dev *sensor, int value) ov5640_set_ctrl_contrast() argument
2447 ov5640_set_ctrl_saturation(struct ov5640_dev *sensor, int value) ov5640_set_ctrl_saturation() argument
2572 ov5640_set_ctrl_test_pattern(struct ov5640_dev *sensor, int value) ov5640_set_ctrl_test_pattern() argument
2578 ov5640_set_ctrl_light_freq(struct ov5640_dev *sensor, int value) ov5640_set_ctrl_light_freq() argument
2593 ov5640_set_ctrl_hflip(struct ov5640_dev *sensor, int value) ov5640_set_ctrl_hflip() argument
2615 ov5640_set_ctrl_vflip(struct ov5640_dev *sensor, int value) ov5640_set_ctrl_vflip() argument
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-playstation.c123 /* Magic value required in tag field of Bluetooth output report. */
1151 static int dualsense_player_led_set_brightness(struct led_classdev *led, enum led_brightness value) in dualsense_player_led_set_brightness() argument
1161 if (value == LED_OFF) in dualsense_player_led_set_brightness()
1314 uint8_t battery_data, battery_capacity, charging_status, value; in dualsense_parse_report() local
1352 value = ds_report->buttons[0] & DS_BUTTONS0_HAT_SWITCH; in dualsense_parse_report()
1353 if (value >= ARRAY_SIZE(ps_gamepad_hat_mapping)) in dualsense_parse_report()
1354 value = 8; /* center */ in dualsense_parse_report()
1355 input_report_abs(ds->gamepad, ABS_HAT0X, ps_gamepad_hat_mapping[value].x); in dualsense_parse_report()
1356 input_report_abs(ds->gamepad, ABS_HAT0Y, ps_gamepad_hat_mapping[value].y); in dualsense_parse_report()
1611 ps_dev->battery_capacity = 100; /* initial value unti in dualsense_create()
2046 dualshock4_led_set_brightness(struct led_classdev *led, enum led_brightness value) dualshock4_led_set_brightness() argument
2181 uint8_t battery_capacity, num_touch_reports, value; dualshock4_parse_report() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java437 * or more keyword/value pairs separated by semicolons(';').
728 * @return a hash code value for this object.
828 // Normalize the result value: in compareTo()
829 // Note: String.compareTo() may return value other than -1, 0, 1. in compareTo()
830 // A value other than those are OK by the definition, but we don't want in compareTo()
1214 * {@icu} Returns the value for a keyword in this locale. If the keyword is not
1216 * @param keywordName name of the keyword whose value is desired. Case insensitive.
1217 * @return the value of the keyword, or null.
1225 * {@icu} Returns the value for a keyword in the specified locale. If the keyword is
1227 * @param keywordName name of the keyword whose value i
1822 setKeywordValue(String keyword, String value) setKeywordValue() argument
1841 setKeywordValue(String localeID, String keyword, String value) setKeywordValue() argument
3713 toUnicodeLocaleType(String keyword, String value) toUnicodeLocaleType() argument
3778 toLegacyType(String keyword, String value) toLegacyType() argument
4025 setExtension(char key, String value) setExtension() argument
[all...]
/third_party/node/lib/internal/http2/
H A Dcore.js351 // Convert the array of header name value pairs into an object
879 const value = socket[prop];
880 return typeof value === 'function' ?
881 FunctionPrototypeBind(value, socket) :
882 value;
892 set(session, prop, value) {
897 session[prop] = value;
914 socket[prop] = value;
1000 set(obj, prop, value) {
1004 return ReflectSet(obj, prop, value);
[all...]
/third_party/nghttp2/src/
H A Dh2load.cc923 const uint8_t *value, size_t valuelen) { in on_header()
942 if ('0' <= value[i] && value[i] <= '9') { in on_header()
944 status += value[i] - '0'; in on_header()
2012 std::cerr << "Time value error at line " << line_count << ". \n\t" in read_script_from_file()
2013 << "value = " << script_line.substr(0, pos) << std::endl; in read_script_from_file()
2067 std::cerr << "--" << opt << ": Bad option value: " << optarg << std::endl; in parse_header_table_size()
2198 whatever variable rate it wants. The default value for in print_help()
2204 the rate option is not used. The default value for this in print_help()
2219 value i in print_help()
922 on_header(int32_t stream_id, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen) on_header() argument
2468 char *value = strchr(optarg + 1, ':'); main() local
[all...]

Completed in 31 milliseconds

1...<<621622623624625626627628629630>>...1243