/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | stripInternal-with-comments-emit-enabled.js | 5671 [[90m12:00:55 AM[0m] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
5675 [[90m12:01:04 AM[0m] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
8135 [[90m12:01:18 AM[0m] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
8139 [[90m12:01:27 AM[0m] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
|
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 1042 F(I31New, const Value& input, Value* result) \ 1043 F(I31GetS, const Value& input, Value* result) \ 1044 F(I31GetU, const Value& input, Value* result) \ 1134 "expected more local decls but reached end of input"); in DecodeLocals() 4411 Value input = Peek(0, 0, kWasmI32); in DecodeGCOpcode() local 4413 CALL_INTERFACE_IF_OK_AND_REACHABLE(I31New, input, &value); in DecodeGCOpcode() 4414 Drop(input); in DecodeGCOpcode() 5246 // Drop the top stack element if present. Takes a Value input for more
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 2319 // Base class for a case with one input attribute (in_v_position) and optionally a TCS; tests with a couple of different sets of tessellation levels. 2761 // Test the "cw" and "ccw" TES input layout qualifiers. 2951 // Test potentially differing input and output patch sizes. 3077 log << TestLog::Message << "Note: input patch size is " << m_inputPatchSize << ", output patch size is " << m_outputPatchSize << TestLog::EndMessage; 3338 log << TestLog::Message << "Note: input patch size is " << INPUT_PATCH_SIZE << ", output patch size is " << OUTPUT_PATCH_SIZE << TestLog::EndMessage; 3914 * Test that the sequence of primitives input to the TES only depends on 4787 * Test that the set of triangles input to the TES only depends on the 4790 * order in which they are input to TES, and can (and will) change the 4812 * Test that the set of inner triangles input to the TES only depends on 4896 * Test that the set of outer triangles input t [all...] |
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandbox_new_test.cpp | 379 static int TestJsonUtilSplit(const char *args[], uint32_t argc, const std::string &input, const std::string &pattern) in TestJsonUtilSplit() argument 382 StringSplit(input.c_str(), pattern.c_str(), reinterpret_cast<void *>(&results), HandleSplitString); in TestJsonUtilSplit()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | alps.c | 16 #include <linux/input.h> 17 #include <linux/input/mt.h> 213 /* Packet formats are described in Documentation/input/devices/alps.rst */ 1425 * format of input device name is: "protocol vendor name" in alps_register_bare_ps2_mouse() 3107 * format of input device name is: "protocol vendor name" in alps_init()
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | af_netlink.c | 1160 /* Don't bother queuing skb if kernel socket has no input function */ in netlink_getsockbyportid() 2056 if (cfg && cfg->input) in __netlink_kernel_create() 2057 nlk_sk(sk)->netlink_rcv = cfg->input; in __netlink_kernel_create()
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | mixer_quirks.c | 2510 static const char * const input[] = { in snd_bbfpro_controls_create() local 2524 input[i], output[o]); in snd_bbfpro_controls_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_connectors.c | 199 /* Maximum allowable input clock in kHz */ in radeon_get_monitor_bpc() 202 DRM_DEBUG("%s: hdmi mode dotclock %d kHz, max tmds input clock %d kHz.\n", in radeon_get_monitor_bpc() 1057 !!(radeon_connector->edid->input & DRM_EDID_INPUT_DIGITAL); in radeon_vga_detect() 1314 !!(radeon_connector->edid->input & DRM_EDID_INPUT_DIGITAL); in radeon_dvi_detect()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | toshiba_acpi.c | 34 #include <linux/input.h> 35 #include <linux/input/sparse-keymap.h> 304 * Perform a raw configuration call. Here we don't care about input or output 681 * LED device is present, but that we just screwed the input in toshiba_eco_mode_available() 2786 dev->hotkey_dev->name = "Toshiba input device"; in toshiba_acpi_setup_keyboard() 2840 pr_info("Unable to register input device\n"); in toshiba_acpi_setup_keyboard()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | toshiba_acpi.c | 35 #include <linux/input.h> 36 #include <linux/input/sparse-keymap.h> 311 * Perform a raw configuration call. Here we don't care about input or output 688 * LED device is present, but that we just screwed the input in toshiba_eco_mode_available() 2882 dev->hotkey_dev->name = "Toshiba input device"; in toshiba_acpi_setup_keyboard() 2937 pr_info("Unable to register input device\n"); in toshiba_acpi_setup_keyboard()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_resource.c | 2178 const struct dc_dcc_surface_param *input, in dcn20_get_dcc_compression_cap() 2183 input, in dcn20_get_dcc_compression_cap() 2608 /* mem input -> ipp -> dpp -> opp -> TG */ in dcn20_resource_construct() 2614 "DC: failed to create memory input!\n"); in dcn20_resource_construct() 2622 "DC: failed to create input pixel processor!\n"); in dcn20_resource_construct() 2177 dcn20_get_dcc_compression_cap(const struct dc *dc, const struct dc_dcc_surface_param *input, struct dc_surface_dcc_cap *output) dcn20_get_dcc_compression_cap() argument
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-ocelot.c | 1244 unsigned int pin, bool input) in ocelot_gpio_set_direction() 1250 input ? 0 : BIT(p)); in ocelot_gpio_set_direction() 1242 ocelot_gpio_set_direction(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int pin, bool input) ocelot_gpio_set_direction() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
H A D | drm_dp_helper.c | 752 edid->input & DRM_EDID_INPUT_DIGITAL && in is_edid_digital_input_dp() 753 (edid->input & DRM_EDID_DIGITAL_TYPE_MASK) == DRM_EDID_DIGITAL_TYPE_DP; in is_edid_digital_input_dp() 2430 * drm_dp_dsc_sink_supported_input_bpcs() - Get all the input bits per component 2434 * input bpcs. 2444 * Number of input BPC values parsed from the DPCD
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | amdgpu_smu.c | 2519 long *input, uint32_t size) in smu_od_edit_dpm_table() 2528 ret = smu->ppt_funcs->od_edit_dpm_table(smu, type, input, size); in smu_od_edit_dpm_table() 2517 smu_od_edit_dpm_table(void *handle, enum PP_OD_DPM_TABLE_COMMAND type, long *input, uint32_t size) smu_od_edit_dpm_table() argument
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-core.c | 25 #include <linux/input.h> 854 /* ignore constant inputs, they will be ignored by hid-input */ in hid_scan_main() 2223 len += sprintf(buf + len, "input"); in hid_connect() 2491 * @count: input size 2965 if (hidinput->input->key[i]) in hid_check_keys_pressed()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | iqs7222.c | 14 #include <linux/input.h> 15 #include <linux/input/touchscreen.h> 2174 error = fwnode_property_read_u32(event_node, "linux,input-type", in iqs7222_parse_event() 2179 dev_err(&client->dev, "Failed to read %s input type: %d\n", in iqs7222_parse_event() 2183 dev_err(&client->dev, "Invalid %s input type: %d\n", in iqs7222_parse_event()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | alps.c | 16 #include <linux/input.h> 17 #include <linux/input/mt.h> 213 /* Packet formats are described in Documentation/input/devices/alps.rst */ 1425 * format of input device name is: "protocol vendor name" in alps_register_bare_ps2_mouse() 3107 * format of input device name is: "protocol vendor name" in alps_init()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | af_netlink.c | 1180 /* Don't bother queuing skb if kernel socket has no input function */ in netlink_getsockbyportid() 2050 if (cfg && cfg->input) in __netlink_kernel_create() 2051 nlk_sk(sk)->netlink_rcv = cfg->input; in __netlink_kernel_create()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | pmtu.sh | 959 input="${1}" 962 for i in ${input}; do
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numrgts.cpp | 241 inline UnicodeString str(const char *input) in str() argument 243 return CharsToUnicodeString(input); in str() 2681 // set up the input date string & expected output
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/ |
H A D | sha512-mips.S | 42 daddu $23,$5 # pointer to the end of input 3116 ld $23,16*8($29) # restore pointer to the end of input
|
H A D | sha256-mips.S | 42 daddu $23,$5 # pointer to the end of input 2972 ld $23,16*4($29) # restore pointer to the end of input
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/sha/ |
H A D | sha512-mips.S | 42 daddu $23,$5 # pointer to the end of input 3116 ld $23,16*8($29) # restore pointer to the end of input
|
H A D | sha256-mips.S | 42 daddu $23,$5 # pointer to the end of input 2972 ld $23,16*4($29) # restore pointer to the end of input
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | vp8l_enc.c | 1636 // Replace each input pixel by corresponding palette index. in MapImageFromPalette() 1719 static int EncodeStreamHook(void* input, void* data2) { in EncodeStreamHook() argument 1720 StreamEncodeContext* const params = (StreamEncodeContext*)input; in EncodeStreamHook()
|