Home
last modified time | relevance | path

Searched refs:value (Results 13976 - 14000 of 27074) sorted by relevance

1...<<551552553554555556557558559560>>...1083

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H A Dcustom_float.h35 struct fixed31_32 value,
/third_party/cups-filters/cupsfilters/
H A Dpdftoippprinter.h7 const char *value);
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/jitter/no/
H A Dno.jitter.js2 Object.defineProperty(exports, "__esModule", { value: true });
/third_party/python/Lib/test/
H A Dann_module5.py10 value: Final = 3000
H A Dtest_minidom.py23 "]><doc attr='value'> text\n"
229 self.confirm(a.value == "bar",
230 "NamedNodeMap.__setitem__() sets value")
286 self.confirm(child.attributes["def"].value == "ghi")
290 self.confirm(child.attributes["jkl"].value == "mno")
296 self.confirm(child.attributes["def"].value == "newval")
368 # when changing the value:
371 and el.attributes["spam"].value == "bam"
377 and el.attributes["spam"].value == "ham"
383 and el.attributes["spam"].value
[all...]
/third_party/skia/src/utils/
H A DSkFloatToDecimal.h18 the original value if the value is finite. This function accepts all
27 @param value Any floating-point number
32 unsigned SkFloatToDecimal(float value, char output[kMaximumSkFloatToDecimalLength]);
/third_party/typescript/tests/baselines/reference/
H A DdeclarationEmitUnknownImport2.js7 Object.defineProperty(exports, "__esModule", { value: true });
H A Des5ExportDefaultFunctionDeclaration.js7 Object.defineProperty(exports, "__esModule", { value: true });
H A DuseStrictLikePrologueString01.js11 Object.defineProperty(exports, "__esModule", { value: true });
/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...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.h154 void set_allow_macro_instructions(bool value) { in set_allow_macro_instructions() argument
155 allow_macro_instructions_ = value; in set_allow_macro_instructions()
740 // On Windows, Claim will write a value every 4k, as is required by the stack
781 void AssertPositiveOrZero(Register value);
885 // with a subsequent instruction that accepts a shift. The value moved into
914 inline void JumpIfSmi(Register value, Label* smi_label,
1068 inline void Fcmp(const VRegister& fn, double value);
1112 // Peek at a value on the stack, and put it in 'dst'. The offset is in bytes.
1116 // value. 'dst' must be lr in this case.
1352 // If rm is the minimum representable value, th
2038 IncrementCounter(StatsCounter* counter, int value, Register scratch1, Register scratch2) IncrementCounter() argument
2045 DecrementCounter(StatsCounter* counter, int value, Register scratch1, Register scratch2) DecrementCounter() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp108 deUint32 getNextMultipleOffset (deUint32 divisor, deUint32 value) in getNextMultipleOffset() argument
110 if (value % divisor == 0) in getNextMultipleOffset()
113 return divisor - (value % divisor); in getNextMultipleOffset()
1439 void writeVertexInputValueSint (deUint8* destPtr, VkFormat format, int componentNdx, deInt32 value) in writeVertexInputValueSint() argument
1447 *((deInt8*)destFormatPtr) = (deInt8)value; in writeVertexInputValueSint()
1451 *((deInt16*)destFormatPtr) = (deInt16)value; in writeVertexInputValueSint()
1455 *((deInt32*)destFormatPtr) = (deInt32)value; in writeVertexInputValueSint()
1463 void writeVertexInputValueIntPacked(deUint8* destPtr, deUint32& packedFormat, deUint32& componentOffset, VkFormat format, deUint32 componentNdx, deUint32 value) in writeVertexInputValueIntPacked() argument
1470 packedFormat |= (((deUint32)value & usedBits) << componentOffset); in writeVertexInputValueIntPacked()
1476 void writeVertexInputValueUint (deUint8* destPtr, VkFormat format, int componentNdx, deUint32 value) in writeVertexInputValueUint() argument
1500 writeVertexInputValueSfloat(deUint8* destPtr, VkFormat format, int componentNdx, float value) writeVertexInputValueSfloat() argument
1523 writeVertexInputValueUfloat(deUint8* destPtr, deUint32& packedFormat, deUint32& componentOffset, VkFormat format, deUint32 componentNdx, float value) writeVertexInputValueUfloat() argument
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.cc397 binding_point = {bp.group->value, bp.binding->value}; in Variable()
412 global->SetConstantId(static_cast<uint16_t>(override->value)); in Variable()
477 constant_id = static_cast<uint16_t>(override_deco->value); in AllocateOverridableConstantIds()
531 constant_ids_.emplace(override_deco->value, sem); in GlobalVariable()
710 ws[i].value = 1; in WorkgroupSize()
759 sem::Constant value; in WorkgroupSize() local
774 value = Sem(decl->constructor)->ConstantValue(); in WorkgroupSize()
776 // No constructor means this value must be overriden by the user. in WorkgroupSize()
777 ws[i].value in WorkgroupSize()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc321 std::is_convertible<const K&, absl::string_view>::value>::type>
438 static_assert(std::is_empty<std::equal_to<absl::string_view>>::value, ""); in TEST()
439 static_assert(std::is_empty<std::allocator<int>>::value, ""); in TEST()
463 if (std::is_empty<HashtablezInfoHandle>::value) { in TEST()
1687 std::is_nothrow_copy_constructible<absl::Hash<absl::string_view>>::value); in TEST()
1689 std::equal_to<absl::string_view>>::value); in TEST()
1690 ASSERT_TRUE(std::is_nothrow_copy_constructible<std::allocator<int>>::value); in TEST()
1691 EXPECT_TRUE(std::is_nothrow_move_constructible<StringTable>::value); in TEST()
1696 std::is_nothrow_move_assignable<absl::Hash<absl::string_view>>::value); in TEST()
1698 std::is_nothrow_move_assignable<std::equal_to<absl::string_view>>::value); in TEST()
1846 std::string value; TEST() member
[all...]
/drivers/peripheral/audio/hal/hdi_binder/server/include/
H A Dhdf_audio_events.h27 int32_t AudioPnpMsgReadValue(const char *pnpInfo, const char *typeName, uint32_t *value);
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_dfx_vdi.h24 void HdfAudioStartTrace(const char* value, int valueLen);
/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Danonymous_string.h23 std::string GetAnonyString(const std::string &value);
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-gpio.h15 int ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value);
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Dgpio_public.h25 \param value[in] The data to be written
27 \return none, GPIO[ID].ctrl[reg] = value
32 const hrt_data value);
38 \param value[in] The data to be written
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Dgpio_public.h25 \param value[in] The data to be written
27 \return none, GPIO[ID].ctrl[reg] = value
32 const hrt_data value);
38 \param value[in] The data to be written
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-gpio.h15 int ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value);

Completed in 43 milliseconds

1...<<551552553554555556557558559560>>...1083