/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 849 // Should not be able to fail since the input is a String. in ToSTLString() 2337 char* input = nullptr; in ReadFromStdin() local 2338 input = fgets(buffer, kBufferSize, stdin); in ReadFromStdin() 2339 if (input == nullptr) return Local<String>(); in ReadFromStdin() 3734 Local<String> input = Shell::ReadFromStdin(isolate); in RunShell() local 3735 if (input.IsEmpty()) break; in RunShell() 3736 ExecuteString(isolate, input, name, kPrintResult, kReportExceptions, in RunShell() 3904 bool ends_with(const char* input, const char* suffix) { in ends_with() argument 3905 size_t input_length = strlen(input); in ends_with() 3908 return strcmp(input in ends_with() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.cpp | 209 auto const &input = spirvShader->inputs[interfaceInterpolant]; in quad() local 210 if(input.Type != SpirvShader::ATTRIBTYPE_UNUSED) in quad() 212 if(input.Centroid && state.enableMultiSampling) in quad() 217 input.Flat, !input.NoPerspective); in quad() 224 input.Flat, !input.NoPerspective); in quad() 231 input.Flat, !input.NoPerspective); in quad()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | runtests.c | 775 const char *input; in START_TEST() member 799 const char *fromLim = cases[i].input + strlen(cases[i].input); in START_TEST() 803 _INTERNAL_trim_to_complete_utf8_characters(cases[i].input, &fromLim); in START_TEST() 813 for (; j < strlen(cases[i].input); j++) { in START_TEST() 814 printf("\\x%02x", (unsigned char)cases[i].input[j]); in START_TEST() 1176 /* This parses an input line longer than INIT_DATA_BUF_SIZE in START_TEST() 1178 really cheesy approach to building the input buffer, because in START_TEST() 7661 const char *const input = inputs[inputIndex]; in START_TEST() local 7669 parseResult = XML_Parse(parser, input, (in in START_TEST() [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-sony.c | 36 #include <linux/input/mt.h> 488 /* Offsets relative to USB input report (0x1). Bluetooth (0x11) requires an 857 /* input (usage page for x,y axes): constant, variable, relative */ in sony_report_fixup() 860 /* input: data, variable, relative */ in sony_report_fixup() 944 struct input_dev *input_dev = hidinput->input; in dualshock4_parse_report() 961 * sending input reports in report 17. Since report 17 is undefined in dualshock4_parse_report() 1215 * controller must be ignored to avoid generating false input in sony_raw_event() 1246 hid_dbg(sc->hdev, "DualShock 4 input report's CRC check failed, received crc 0x%0x != 0x%0x\n", in sony_raw_event() 1269 * The dongle always sends input reports even when no in sony_raw_event() 1274 * input i in sony_raw_event() [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-npcm7xx.c | 324 /* active-high, input, clear interrupt, enable interrupt */ in npcmgpio_irq_startup() 1686 unsigned int offset, bool input) in npcm_gpio_set_direction() 1694 input); in npcm_gpio_set_direction() 1695 if (input) in npcm_gpio_set_direction() 1684 npcm_gpio_set_direction(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int offset, bool input) npcm_gpio_set_direction() argument
|
/kernel/linux/linux-6.6/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-npcm7xx.c | 329 /* active-high, input, clear interrupt, enable interrupt */ in npcmgpio_irq_startup() 1693 unsigned int offset, bool input) in npcm_gpio_set_direction() 1701 input); in npcm_gpio_set_direction() 1702 if (input) in npcm_gpio_set_direction() 1691 npcm_gpio_set_direction(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int offset, bool input) npcm_gpio_set_direction() argument
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 85 @ Same as mbutterfly0 above, but treating the input in in2 as zero, 95 @ Same as mbutterfly0, but with input being 2 q registers, output 159 @ Same as mbutterfly above, but treating the input in inout2 as zero 167 @ Same as mbutterfly above, but treating the input in inout1 as zero 603 @ Special case: For the last input column (r1 == 4), 1548 @ a normal IDCT16 with every other input component (the even ones, with 1557 @ Double stride of the input, since we only read every other line 1604 @ Move r2 back to the start of the input, and move
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | vtzone.cpp | 371 * domCount number of available days in dom (domCount is specifying the size of dom on input) 926 VTZReader(const UnicodeString& input); 935 VTZReader::VTZReader(const UnicodeString& input) { in VTZReader() argument 936 in = &input; in VTZReader()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | vtzone.cpp | 371 * domCount number of available days in dom (domCount is specifying the size of dom on input) 926 VTZReader(const UnicodeString& input); 935 VTZReader::VTZReader(const UnicodeString& input) { in VTZReader() argument 936 in = &input; in VTZReader()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_draw.c | 1091 dd_thread_main(void *input) in dd_thread_main() argument 1093 struct dd_context *dctx = (struct dd_context *)input; in dd_thread_main() 1370 state->input.indexbuf); in dd_context_draw_vertex_state()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGlSpirvTests.cpp | 712 std::string input; in iterate() local 721 input.append(lines[i] + "\n"); in iterate() 726 spirvUtils::spirvAssemble(vertexBinary.binary, input); in iterate()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | vtzone.cpp | 379 * domCount number of available days in dom (domCount is specifying the size of dom on input) 934 VTZReader(const UnicodeString& input); 943 VTZReader::VTZReader(const UnicodeString& input) { in VTZReader() argument 944 in = &input; in VTZReader()
|
/third_party/python/Lib/test/ |
H A D | test_tempfile.py | 1434 def roundtrip(input, *args, **kwargs): 1436 fileobj.write(input) 1438 self.assertEqual(input, fileobj.read())
|
/kernel/linux/linux-5.10/drivers/acpi/nfit/ |
H A D | core.c | 313 struct acpi_object_list input = { in acpi_label_write() local 332 rc = acpi_evaluate_object(handle, "_LSW", &input, &buf); in acpi_label_write() 343 struct acpi_object_list input = { in acpi_label_read() local 357 rc = acpi_evaluate_object(handle, "_LSR", &input, &buf); in acpi_label_read() 518 /* libnvdimm has already validated the input envelope */ in acpi_nfit_ctl() 529 dev_dbg(dev, "%s cmd: %d: family: %d func: %d input length: %d\n", in acpi_nfit_ctl()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7842.c | 1214 * input format (CE/IT) in automatic mode */ in set_rgb_quantization_range() 1813 /* Manual analog input muxing mode, CVBS (6.4)*/ in select_input() 1847 /* Automatic analog input muxing mode */ in select_input() 1883 /* Automatic analog input muxing mode */ in select_input() 1951 u32 input, u32 output, u32 config) in adv7842_s_routing() 1955 v4l2_dbg(2, debug, sd, "%s: input %d\n", __func__, input); in adv7842_s_routing() 1957 switch (input) { in adv7842_s_routing() 3029 afe_write(sd, 0x02, pdata->ain_sel); /* Select analog input muxing mode */ in adv7842_core_init() 3475 state->hdmi_port_a = pdata->input in adv7842_probe() 1950 adv7842_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) adv7842_s_routing() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 3492 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_script() 3863 int input; in cmd_script() local 3872 input = open(data.path, O_RDONLY); /* input_name */ in cmd_script() 3873 if (input < 0) { in cmd_script() 3879 err = fstat(input, &perf_stat); in cmd_script()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_sdvo.c | 661 * Return whether each input is trained. 1220 * Asks the sdvo controller for the preferred input mode given the output mode. 1231 /* Reset the input timing to the screen. Assume always input 0. */ in intel_sdvo_get_preferred_input_mode() 1321 * We need to construct preferred input timings based on our in intel_sdvo_compute_config() 1387 #define UPDATE_PROPERTY(input, NAME) \ 1389 val = input; \ 1471 * First, set the input mapping for the first input to our controlled in intel_sdvo_pre_enable() 1472 * output. This is only correct if we're a single-input devic in intel_sdvo_pre_enable() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | sor.c | 1070 /* ratio between input and output */ 1157 u64 input, output, watermark, num; in tegra_sor_compute_config() local 1165 input = pclk * config->bits_per_pixel; in tegra_sor_compute_config() 1168 if (input >= output) in tegra_sor_compute_config() 1172 params.ratio = div64_u64(input * f, output); in tegra_sor_compute_config() 1999 /* select HDA audio input */ in tegra_sor_audio_enable()
|
/kernel/linux/linux-6.6/drivers/acpi/nfit/ |
H A D | core.c | 314 struct acpi_object_list input = { in acpi_label_write() local 333 rc = acpi_evaluate_object(handle, "_LSW", &input, &buf); in acpi_label_write() 344 struct acpi_object_list input = { in acpi_label_read() local 358 rc = acpi_evaluate_object(handle, "_LSR", &input, &buf); in acpi_label_read() 519 /* libnvdimm has already validated the input envelope */ in acpi_nfit_ctl() 530 dev_dbg(dev, "%s cmd: %d: family: %d func: %d input length: %d\n", in acpi_nfit_ctl()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7842.c | 1202 * input format (CE/IT) in automatic mode */ in set_rgb_quantization_range() 1801 /* Manual analog input muxing mode, CVBS (6.4)*/ in select_input() 1835 /* Automatic analog input muxing mode */ in select_input() 1871 /* Automatic analog input muxing mode */ in select_input() 1939 u32 input, u32 output, u32 config) in adv7842_s_routing() 1943 v4l2_dbg(2, debug, sd, "%s: input %d\n", __func__, input); in adv7842_s_routing() 1945 switch (input) { in adv7842_s_routing() 3038 afe_write(sd, 0x02, pdata->ain_sel); /* Select analog input muxing mode */ in adv7842_core_init() 3484 state->hdmi_port_a = pdata->input in adv7842_probe() 1938 adv7842_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) adv7842_s_routing() argument [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | blk-iocost.c | 856 * Take the followings as input 3205 static ssize_t ioc_qos_write(struct kernfs_open_file *of, char *input, in ioc_qos_write() argument 3216 blkg_conf_init(&ctx, input); in ioc_qos_write() 3399 static ssize_t ioc_cost_model_write(struct kernfs_open_file *of, char *input, in ioc_cost_model_write() argument 3410 blkg_conf_init(&ctx, input); in ioc_cost_model_write()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_sdvo.c | 663 * Return whether each input is trained. 1243 * Asks the sdvo controller for the preferred input mode given the output mode. 1254 /* Reset the input timing to the screen. Assume always input 0. */ in intel_sdvo_get_preferred_input_mode() 1364 * We need to construct preferred input timings based on our in intel_sdvo_compute_config() 1434 #define UPDATE_PROPERTY(input, NAME) \ 1436 val = input; \ 1518 * First, set the input mapping for the first input to our controlled in intel_sdvo_pre_enable() 1519 * output. This is only correct if we're a single-input devic in intel_sdvo_pre_enable() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | sor.c | 1071 /* ratio between input and output */ 1158 u64 input, output, watermark, num; in tegra_sor_compute_config() local 1166 input = pclk * config->bits_per_pixel; in tegra_sor_compute_config() 1169 if (input >= output) in tegra_sor_compute_config() 1173 params.ratio = div64_u64(input * f, output); in tegra_sor_compute_config() 2000 /* select HDA audio input */ in tegra_sor_audio_enable()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccapitst.c | 2126 /* put character sequence into input buffer */ in bug1() 2325 /* for testing, give ucnv_convertEx() at most <chunkSize> input/pivot/output units at a time */ in convertExStreaming() 2357 /* all consumed, now flush without input (separate from conversion for testing) */ in convertExStreaming() 2539 /* Test illegal UTF-8 input: Data and functions for TestConvertExFromUTF8(). */ 2754 * assemble an input string with the test character between each in testFromBadUTF8() 2787 /* Test illegal UTF-8 input. */ 3370 UChar input[6]; in TestFromUCountPending() member 3389 const UChar* source = fromUnicodeTests[i].input; in TestFromUCountPending() 3473 char input[6]; in TestToUCountPending() member 3495 const char* source = toUnicodeTests[i].input; in TestToUCountPending() [all...] |
/third_party/json/include/nlohmann/ |
H A D | json.hpp | 41 #include <nlohmann/detail/input/binary_reader.hpp> 42 #include <nlohmann/detail/input/input_adapters.hpp> 43 #include <nlohmann/detail/input/lexer.hpp> 44 #include <nlohmann/detail/input/parser.hpp> 4004 /// @brief deserialize from a compatible input 4045 /// @brief check if the input is valid JSON 4054 /// @brief check if the input is valid JSON 4325 /// @brief create a JSON value from an input in CBOR format 4341 /// @brief create a JSON value from an input in CBOR format 4384 /// @brief create a JSON value from an input i [all...] |