/third_party/node/test/fixtures/ |
D | mime-whatwg-generated.js | 10 "input": "\u0000/x", property 14 "input": "x/\u0000", property 18 "input": "x/x;\u0000=x;bonus=x", property 22 "input": "x/x;x=\u0000;bonus=x", property 26 "input": "x/x;x=\"\u0000\";bonus=x", property 30 "input": "\u0001/x", property 34 "input": "x/\u0001", property 38 "input": "x/x;\u0001=x;bonus=x", property 42 "input": "x/x;x=\u0001;bonus=x", property 46 "input": "x/x;x=\"\u0001\";bonus=x", property [all …]
|
D | icu-punycode-toascii.json | 5 "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 …]
|
D | mime-whatwg.js | 13 "input": "text/html;charset=gbk", property 19 "input": "TEXT/HTML;CHARSET=GBK", property 26 "input": "text/html;charset=gbk(", property 32 "input": "text/html;x=(;charset=gbk", property 39 "input": "text/html;charset=gbk;charset=windows-1255", property 45 "input": "text/html;charset=();charset=GBK", property 52 "input": "text/html;charset =gbk", property 58 "input": "text/html ;charset=gbk", property 64 "input": "text/html; charset=gbk", property 70 "input": "text/html;charset= gbk", property [all …]
|
/third_party/node/test/fixtures/wpt/url/resources/ |
D | IdnaTestV2.json | 5 "input": "fass.de", string 9 "input": "fa\u00df.de", string 13 "input": "Fa\u00df.de", string 17 "input": "xn--fa-hia.de", string 21 "input": "\u00e0.\u05d0\u0308", string 25 "input": "a\u0300.\u05d0\u0308", string 29 "input": "A\u0300.\u05d0\u0308", string 33 "input": "\u00c0.\u05d0\u0308", string 37 "input": "xn--0ca.xn--ssa73l", string 41 "input": "\u00e0\u0308.\u05d0", string [all …]
|
D | toascii.json | 5 "input": "aa--", string 9 "input": "a†--", string 13 "input": "ab--c", string 18 "input": "-x", string 22 "input": "-†", string 26 "input": "-x.xn--zca", string 30 "input": "-x.ß", string 35 "input": "x-.xn--zca", string 39 "input": "x-.ß", string 44 "input": "x..xn--zca", string [all …]
|
/third_party/rust/crates/syn/tests/ |
D | test_derive_input.rs | 16 let input = quote! { in test_unit() localVariable 35 let input = quote! { in test_struct() localVariable 132 let input = quote! { in test_union() localVariable 186 let input = quote! { in test_enum() localVariable 348 let input = quote! { in test_attr_with_non_mod_style_path() localVariable 358 let input = quote! { in test_attr_with_mod_style_path_with_self() localVariable 409 let input = quote! { in test_pub_restricted() localVariable 465 let input = quote! { in test_pub_restricted_crate() localVariable 492 let input = quote! { in test_pub_restricted_super() localVariable 519 let input = quote! { in test_pub_restricted_in_super() localVariable [all …]
|
D | test_meta.rs | 14 let input = "hello"; in test_parse_meta_item_word() localVariable 29 let input = "foo = 5"; in test_parse_meta_name_value() localVariable 67 let input = "foo(5)"; in test_parse_meta_item_list_lit() localVariable 103 let input = "foo(word, name = 5, list(name2 = 6), word2)"; in test_parse_meta_item_multiple() localVariable 139 let input = "::serde::Serialize"; in test_parse_path() localVariable
|
/third_party/parse5/test/data/serialization/ |
D | tests.json | 4 "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=\""\" id=test1\" class='test2\"'></div>", string 44 "input": "<div data-foo=\"<span>\"></div>", string 49 "input": "<div data-foo='»☎'>", string [all …]
|
/third_party/node/test/parallel/ |
D | test-whatwg-encoding-custom-textdecoder-fatal.js | 14 { 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 …]
|
D | test-whatwg-url-custom-parsing.js | 21 { input: '' }, property 22 { input: 'test' }, property 23 { input: undefined }, property 24 { input: 0 }, property 25 { input: true }, property 26 { input: false }, property 27 { input: null }, property 28 { input: new Date() }, property 29 { input: new RegExp() }, property 30 { input: 'test', base: null }, property [all …]
|
D | test-util-log.js | 43 { 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
|
D | test-repl-editor.js | 16 function run({ input, output, event, checkTerminalCodes = true }) { property 30 input: stream, property 50 input: '', property 55 input: 'let i = 1;', property 60 input: 'let i = 1;\ni + 3', property 65 input: ' let i = 1;\ni + 3', property 70 input: '', property 80 function testCodeAlignment({ input, cursor = 0, line = '' }) { property 89 input: stream, property 108 input: 'let i = 1;\n' property [all …]
|
/third_party/node/test/fixtures/wpt/encoding/ |
D | textdecoder-fatal.any.js | 4 { 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 …]
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | define_test.cpp | 22 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 …]
|
D | PreprocessorTest.cpp | 13 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/ |
D | encode-utf8.any.js | 22 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 …]
|
D | decode-utf8.any.js | 18 const input = readableStreamFromArray([inputChunk]); constant 26 const input = readableStreamFromArray([emptyChunk]); constant 33 const input = readableStreamFromArray([emptyChunk, inputChunk]); constant 41 const input = readableStreamFromArray([inputChunk, emptyChunk]); constant 51 const input = readableStreamFromArray([chunk]); constant 63 const input = readableStreamFromArray([view]); constant 72 const input = readableStreamFromArray([buffer]); constant
|
/third_party/node/test/fixtures/wpt/streams/transform-streams/ |
D | lipfuzz.any.js | 55 input: [''], property 59 input: [], property 63 input: ['{{in1}}'], property 67 input: ['z{{in1}}'], property 71 input: ['{{in1}}q'], property 75 input: ['{{in1}}{{in1}'], property 79 input: ['{{in1}}{{in1}', '}'], property 83 input: ['{{in1', '}}'], property 87 input: ['{{', 'in1}}'], property 91 input: ['{', '{in1}}'], property [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-subset-input.cc | 43 hb_subset_input_t *input = hb_object_create<hb_subset_input_t>(); in hb_subset_input_create_or_fail() local 212 hb_subset_input_reference (hb_subset_input_t *input) in hb_subset_input_reference() 227 hb_subset_input_destroy (hb_subset_input_t *input) in hb_subset_input_destroy() 250 hb_subset_input_unicode_set (hb_subset_input_t *input) in hb_subset_input_unicode_set() 267 hb_subset_input_glyph_set (hb_subset_input_t *input) in hb_subset_input_glyph_set() 284 hb_subset_input_set (hb_subset_input_t *input, hb_subset_sets_t set_type) in hb_subset_input_set() 300 hb_subset_input_get_flags (hb_subset_input_t *input) in hb_subset_input_get_flags() 316 hb_subset_input_set_flags (hb_subset_input_t *input, in hb_subset_input_set_flags() 337 hb_subset_input_set_user_data (hb_subset_input_t *input, in hb_subset_input_set_user_data() 359 hb_subset_input_get_user_data (const hb_subset_input_t *input, in hb_subset_input_get_user_data()
|
/third_party/node/doc/api/ |
D | net.md | 1731 [IPC]: #ipc-support 1732 [Identifying paths for IPC connections]: #identifying-paths-for-ipc-connections 1735 [`'close'`]: #event-close 1736 [`'connect'`]: #event-connect 1737 [`'connection'`]: #event-connection 1738 [`'data'`]: #event-data 1739 [`'drain'`]: #event-drain 1740 [`'end'`]: #event-end 1741 [`'error'`]: #event-error_1 1742 [`'listening'`]: #event-listening [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | dcadct.c | 26 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/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | AbstractParser.java | 78 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 …]
|
D | Parser.java | 61 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 …]
|
/third_party/libinput/src/ |
D | udev-seat.c | 78 struct udev_input *input, in device_added() 150 device_removed(struct udev_device *udev_device, struct udev_input *input) in device_removed() 170 udev_input_add_devices(struct udev_input *input, struct udev *udev) in udev_input_add_devices() 219 struct udev_input *input = data; in evdev_udev_handler() local 244 udev_input_remove_devices(struct udev_input *input) in udev_input_remove_devices() 262 struct udev_input *input = (struct udev_input*)libinput; in udev_input_disable() local 278 struct udev_input *input = (struct udev_input*)libinput; in udev_input_enable() local 325 udev_input_destroy(struct libinput *input) in udev_input_destroy() 344 udev_seat_create(struct udev_input *input, in udev_seat_create() 360 udev_seat_get_named(struct udev_input *input, const char *seat_name) in udev_seat_get_named() [all …]
|
/third_party/alsa-lib/src/ |
D | input.c | 58 int snd_input_close(snd_input_t *input) in snd_input_close() 74 int snd_input_scanf(snd_input_t *input, const char *format, ...) in snd_input_scanf() 94 char *snd_input_gets(snd_input_t *input, char *str, size_t size) in snd_input_gets() 104 int snd_input_getc(snd_input_t *input) in snd_input_getc() 115 int snd_input_ungetc(snd_input_t *input, int c) in snd_input_ungetc() 135 static int snd_input_stdio_scan(snd_input_t *input, const char *format, va_list args) in snd_input_stdio_scan() 142 static char *snd_input_stdio_gets(snd_input_t *input, char *str, size_t size) in snd_input_stdio_gets() 148 static int snd_input_stdio_getc(snd_input_t *input) in snd_input_stdio_getc() 154 static int snd_input_stdio_ungetc(snd_input_t *input, int c) in snd_input_stdio_ungetc() 181 snd_input_t *input; in snd_input_stdio_attach() local [all …]
|