Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 1622) sorted by relevance

12345678910>>...65

/third_party/node/test/fixtures/wpt/url/resources/
Dtoascii.json5 "input": "aa--", string
9 "input": "a†--", string
13 "input": "ab--c", string
18 "input": "-x", string
22 "input": "-†", string
26 "input": "-x.xn--nxa", string
30 "input": "-x.β", string
35 "input": "x-.xn--nxa", string
39 "input": "x-.β", string
44 "input": "x..xn--nxa", string
[all …]
/third_party/parse5/test/data/serialization/
Dtests.json4 "input": "<body><template>Some <div>content</div></template></body>", string
9 …"input": "<head><meta http-equiv=\"refresh\" content=\"30\"></head><body><div style=\"background-c… string
14 "input": "<svg xml:base=\"http://example.org\"></svg>", string
19 …"input": "<svg xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"… string
24 "input": "<svg xlink:title=\"Hey!\"></svg>", string
29 "input": "<div data-foo=\"& 42 &\"></div>", string
34 "input": "<div data-foo=\"\u00A0 bar\u00A0\"></div>", string
39 "input": "<div data-foo=\"&quot;\" id=test1\" class='test2\"'></div>", string
44 "input": "<div data-foo=\"<span>\"></div>", string
49 "input": "<div data-foo='&raquo;&phone;'>", string
[all …]
/third_party/node/test/fixtures/wpt/encoding/
Dtextdecoder-fatal.any.js4 { encoding: 'utf-8', input: [0xFF], name: 'invalid code' }, property
5 { encoding: 'utf-8', input: [0xC0], name: 'ends early' }, property
6 { encoding: 'utf-8', input: [0xE0], name: 'ends early 2' }, property
7 { encoding: 'utf-8', input: [0xC0, 0x00], name: 'invalid trail' }, property
8 { encoding: 'utf-8', input: [0xC0, 0xC0], name: 'invalid trail 2' }, property
9 { encoding: 'utf-8', input: [0xE0, 0x00], name: 'invalid trail 3' }, property
10 { encoding: 'utf-8', input: [0xE0, 0xC0], name: 'invalid trail 4' }, property
11 { encoding: 'utf-8', input: [0xE0, 0x80, 0x00], name: 'invalid trail 5' }, property
12 { encoding: 'utf-8', input: [0xE0, 0x80, 0xC0], name: 'invalid trail 6' }, property
13 { encoding: 'utf-8', input: [0xFC, 0x80, 0x80, 0x80, 0x80, 0x80], name: '> 0x10FFFF' }, property
[all …]
Dtextencoder-utf16-surrogates.any.js5 input: '\uD800', property
10 input: '\uDC00', property
15 input: '\uD800\u0000', property
20 input: '\uDC00\u0000', property
25 input: '\uDC00\uD800', property
30 input: '\uD834\uDD1E', property
/third_party/node/test/parallel/
Dtest-whatwg-encoding-custom-textdecoder-fatal.js14 { encoding: 'utf-8', input: [0xFF], name: 'invalid code' }, property
15 { encoding: 'utf-8', input: [0xC0], name: 'ends early' }, property
16 { encoding: 'utf-8', input: [0xE0], name: 'ends early 2' }, property
17 { encoding: 'utf-8', input: [0xC0, 0x00], name: 'invalid trail' }, property
18 { encoding: 'utf-8', input: [0xC0, 0xC0], name: 'invalid trail 2' }, property
19 { encoding: 'utf-8', input: [0xE0, 0x00], name: 'invalid trail 3' }, property
20 { encoding: 'utf-8', input: [0xE0, 0xC0], name: 'invalid trail 4' }, property
21 { encoding: 'utf-8', input: [0xE0, 0x80, 0x00], name: 'invalid trail 5' }, property
22 { encoding: 'utf-8', input: [0xE0, 0x80, 0xC0], name: 'invalid trail 6' }, property
23 { encoding: 'utf-8', input: [0xFC, 0x80, 0x80, 0x80, 0x80, 0x80], property
[all …]
Dtest-whatwg-url-custom-parsing.js22 { input: '' }, property
23 { input: 'test' }, property
24 { input: undefined }, property
25 { input: 0 }, property
26 { input: true }, property
27 { input: false }, property
28 { input: null }, property
29 { input: new Date() }, property
30 { input: new RegExp() }, property
31 { input: 'test', base: null }, property
[all …]
Dtest-util-log.js43 { input: 'foo', output: 'foo' }, property
44 { input: undefined, output: 'undefined' }, property
45 { input: null, output: 'null' }, property
46 { input: false, output: 'false' }, property
47 { input: 42, output: '42' }, property
48 { input: function() {}, output: '[Function: input]' }, method
49 { input: parseInt('not a number', 10), output: 'NaN' }, property
50 { input: { answer: 42 }, output: '{ answer: 42 }' }, property
51 { input: [1, 2, 3], output: '[ 1, 2, 3 ]' } property
Dtest-repl-editor.js16 function run({ input, output, event, checkTerminalCodes = true }) { property
29 input: stream, property
49 input: '', property
54 input: 'let i = 1;', property
59 input: 'let i = 1;\ni + 3', property
64 input: ' let i = 1;\ni + 3', property
69 input: '', property
79 function testCodeAlignment({ input, cursor = 0, line = '' }) { property
88 input: stream, property
107 input: 'let i = 1;\n' property
[all …]
Dtest-readline-interface.js54 const rli = new readline.Interface({ input: fi, output: fi }); property
62 const rli = new readline.Interface({ input: fi, output: fi, crlfDelay: 0 }); property
71 input: fi, property
83 input: fi, property
96 { input: fi, output: fi, terminal: terminal, historySize: 0 } property
109 { input: fi, output: fi, terminal: terminal } property
122 { input: fi, output: fi, terminal: terminal } property
137 { input: fi, output: fi, terminal: terminal } property
165 { input: fi, output: fi, terminal: terminal } property
183 { input: fi, output: fi, terminal: terminal } property
[all …]
/third_party/boost/boost/atomic/detail/
Dintegral_extend.hpp33 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in zero_extend_impl()
41 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in zero_extend_impl()
48 BOOST_FORCEINLINE Output zero_extend(Input input) BOOST_NOEXCEPT in zero_extend()
55 BOOST_FORCEINLINE Output integral_truncate(Input input) BOOST_NOEXCEPT in integral_truncate()
62 BOOST_FORCEINLINE Output sign_extend_impl(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in sign_extend_impl()
68 BOOST_FORCEINLINE Output sign_extend_impl(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in sign_extend_impl()
75 BOOST_FORCEINLINE Output sign_extend(Input input) BOOST_NOEXCEPT in sign_extend()
82 BOOST_FORCEINLINE Output integral_extend(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in integral_extend()
89 BOOST_FORCEINLINE Output integral_extend(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in integral_extend()
96 BOOST_FORCEINLINE Output integral_extend(Input input) BOOST_NOEXCEPT in integral_extend()
Dintegral_conversions.hpp34 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in zero_extend_impl()
42 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in zero_extend_impl()
49 BOOST_FORCEINLINE Output zero_extend(Input input) BOOST_NOEXCEPT in zero_extend()
56 BOOST_FORCEINLINE Output integral_truncate(Input input) BOOST_NOEXCEPT in integral_truncate()
63 BOOST_FORCEINLINE Output sign_extend_impl(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in sign_extend_impl()
69 BOOST_FORCEINLINE Output sign_extend_impl(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in sign_extend_impl()
76 BOOST_FORCEINLINE Output sign_extend(Input input) BOOST_NOEXCEPT in sign_extend()
83 BOOST_FORCEINLINE Output integral_extend(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in integral_extend()
90 BOOST_FORCEINLINE Output integral_extend(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in integral_extend()
97 BOOST_FORCEINLINE Output integral_extend(Input input) BOOST_NOEXCEPT in integral_extend()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Ddefine_test.cpp22 const char *input = in TEST_F() local
37 const char *input = in TEST_F() local
70 const char *input = in TEST_F() local
85 const char *input = in TEST_F() local
100 const char *input = in TEST_F() local
115 const char *input = in TEST_F() local
132 const char *input = in TEST_F() local
149 const char *input = in TEST_F() local
166 const char *input = in TEST_F() local
183 const char *input = in TEST_F() local
[all …]
DPreprocessorTest.cpp13 void SimplePreprocessorTest::preprocess(const char *input, in preprocess()
35 void SimplePreprocessorTest::preprocess(const char *input, const pp::PreprocessorSettings &settings) in preprocess()
41 void SimplePreprocessorTest::preprocess(const char *input) in preprocess()
46 void SimplePreprocessorTest::preprocess(const char *input, const char *expected) in preprocess()
51 void SimplePreprocessorTest::preprocess(const char *input, const char *expected, ShShaderSpec spec) in preprocess()
62 void SimplePreprocessorTest::lexSingleToken(const char *input, pp::Token *token) in lexSingleToken()
71 const char *const input[], in lexSingleToken()
/third_party/node/test/fixtures/wpt/encoding/streams/
Dencode-utf8.any.js22 input: [inputString], property
27 input: [leading, trailing], property
32 input: [leading, trailing + astralCharacter], property
38 input: [leading, trailing + leading, trailing], property
44 input: [leading, trailing + leading + leading, trailing], property
51 input: [leading], property
57 input: [leading, astralCharacter], property
64 input: [leading, 'A'], property
71 input: [leading, leading, trailing], property
78 input: [leading, leading], property
[all …]
Ddecode-utf8.any.js13 const input = readableStreamFromArray([inputChunk]); constant
21 const input = readableStreamFromArray([emptyChunk]); constant
28 const input = readableStreamFromArray([emptyChunk, inputChunk]); constant
36 const input = readableStreamFromArray([inputChunk, emptyChunk]); constant
48 const input = readableStreamFromArray([view]); constant
57 const input = readableStreamFromArray([buffer]); constant
/third_party/node/doc/api/
Dnet.md1229 [IPC]: #net_ipc_support
1230 [Identifying paths for IPC connections]: #net_identifying_paths_for_ipc_connections
1232 [`'close'`]: #net_event_close
1233 [`'connect'`]: #net_event_connect
1234 [`'connection'`]: #net_event_connection
1235 [`'data'`]: #net_event_data
1236 [`'drain'`]: #net_event_drain
1237 [`'end'`]: #net_event_end
1238 [`'error'`]: #net_event_error_1
1239 [`'listening'`]: #net_event_listening
[all …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DParser.java61 public MessageType parseFrom(CodedInputStream input) throws InvalidProtocolBufferException; in parseFrom()
68 public MessageType parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) in parseFrom()
75 public MessageType parsePartialFrom(CodedInputStream input) throws InvalidProtocolBufferException; in parsePartialFrom()
82 CodedInputStream input, ExtensionRegistryLite extensionRegistry) in parsePartialFrom()
191 public MessageType parseFrom(InputStream input) throws InvalidProtocolBufferException; in parseFrom()
197 public MessageType parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parseFrom()
204 public MessageType parsePartialFrom(InputStream input) throws InvalidProtocolBufferException; in parsePartialFrom()
210 public MessageType parsePartialFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parsePartialFrom()
222 public MessageType parseDelimitedFrom(InputStream input) throws InvalidProtocolBufferException; in parseDelimitedFrom()
225 public MessageType parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parseDelimitedFrom()
[all …]
DAbstractParser.java78 public MessageType parsePartialFrom(CodedInputStream input) in parsePartialFrom()
84 public MessageType parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) in parseFrom()
90 public MessageType parseFrom(CodedInputStream input) throws InvalidProtocolBufferException { in parseFrom()
99 CodedInputStream input = data.newCodedInput(); in parsePartialFrom() local
133 CodedInputStream input = CodedInputStream.newInstance(data); in parseFrom() local
157 CodedInputStream input = CodedInputStream.newInstance(data, off, len); in parsePartialFrom() local
212 public MessageType parsePartialFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parsePartialFrom()
225 public MessageType parsePartialFrom(InputStream input) throws InvalidProtocolBufferException { in parsePartialFrom()
230 public MessageType parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parseFrom()
236 public MessageType parseFrom(InputStream input) throws InvalidProtocolBufferException { in parseFrom()
[all …]
/third_party/ffmpeg/libavcodec/
Ddcadct.c26 static void sum_a(const int *input, int *output, int len) in sum_a()
34 static void sum_b(const int *input, int *output, int len) in sum_b()
43 static void sum_c(const int *input, int *output, int len) in sum_c()
51 static void sum_d(const int *input, int *output, int len) in sum_d()
60 static void dct_a(const int *input, int *output) in dct_a()
83 static void dct_b(const int *input, int *output) in dct_b()
106 static void mod_a(const int *input, int *output) in mod_a()
124 static void mod_b(int *input, int *output) in mod_b()
143 static void mod_c(const int *input, int *output) in mod_c()
165 static void clp_v(int *input, int len) in clp_v()
[all …]
/third_party/libinput/src/
Dudev-seat.c78 struct udev_input *input, in device_added()
148 device_removed(struct udev_device *udev_device, struct udev_input *input) in device_removed()
168 udev_input_add_devices(struct udev_input *input, struct udev *udev) in udev_input_add_devices()
217 struct udev_input *input = data; in evdev_udev_handler() local
242 udev_input_remove_devices(struct udev_input *input) in udev_input_remove_devices()
260 struct udev_input *input = (struct udev_input*)libinput; in udev_input_disable() local
276 struct udev_input *input = (struct udev_input*)libinput; in udev_input_enable() local
320 udev_input_destroy(struct libinput *input) in udev_input_destroy()
339 udev_seat_create(struct udev_input *input, in udev_seat_create()
355 udev_seat_get_named(struct udev_input *input, const char *seat_name) in udev_seat_get_named()
[all …]
/third_party/boost/libs/spirit/test/support/
Dregression_line_pos_iterator.cpp30 void test(std::string const& input, validations const& validations) { in test()
57 std::string const input = line_break + line_break; in testLRandCR() local
65 std::string const input = "foo" + line_break + "bar" + line_break + "git"; in testLRandCR_foo_bar_git() local
74 std::string const input = line_break + "bar" + line_break + "git"; in testLRandCR_bar_git() local
83 std::string const input = "foo" + line_break + "bar" + line_break; in testLRandCR_foo_bar() local
93 std::string const input = line_break + line_break; in testLRorCR() local
101 std::string const input = "foo" + line_break + "bar" + line_break + "git"; in testLRorCR_foo_bar_git() local
110 std::string const input = line_break + "bar" + line_break + "git"; in testLRorCR_bar_git() local
119 std::string const input = "foo" + line_break + "bar" + line_break; in testLRorCR_foo_bar() local
/third_party/python/Lib/encodings/
Dhex_codec.py13 def hex_encode(input, errors='strict'): argument
17 def hex_decode(input, errors='strict'): argument
22 def encode(self, input, errors='strict'): argument
24 def decode(self, input, errors='strict'): argument
28 def encode(self, input, final=False): argument
33 def decode(self, input, final=False): argument
Dquopri_codec.py10 def quopri_encode(input, errors='strict'): argument
17 def quopri_decode(input, errors='strict'): argument
25 def encode(self, input, errors='strict'): argument
27 def decode(self, input, errors='strict'): argument
31 def encode(self, input, final=False): argument
35 def decode(self, input, final=False): argument
Dbase64_codec.py13 def base64_encode(input, errors='strict'): argument
17 def base64_decode(input, errors='strict'): argument
22 def encode(self, input, errors='strict'): argument
24 def decode(self, input, errors='strict'): argument
28 def encode(self, input, final=False): argument
33 def decode(self, input, final=False): argument
/third_party/gn/src/gn/
Dparser_unittest.cc14 bool GetTokens(const InputFile* input, std::vector<Token>* result) { in GetTokens()
21 void DoParserPrintTest(const char* input, const char* expected) { in DoParserPrintTest()
39 void DoExpressionPrintTest(const char* input, const char* expected) { in DoExpressionPrintTest()
57 void DoParserErrorTest(const char* input, int err_line, int err_char) { in DoParserErrorTest()
75 void DoExpressionErrorTest(const char* input, int err_line, int err_char) { in DoExpressionErrorTest()
131 const char* input = "(foo(1)) + (a + (b - c) + d)"; in TEST() local
149 const char* input = "5 - 1 - 2\n"; in TEST() local
160 const char* input = in TEST() local
303 const char* input = in TEST() local
332 const char* input = in TEST() local
[all …]

12345678910>>...65