/third_party/rust/crates/syn/tests/ |
D | test_derive_input.rs | 11 let input = quote! { in test_unit() localVariable 30 let input = quote! { in test_struct() localVariable 143 let input = quote! { in test_union() localVariable 197 let input = quote! { in test_enum() localVariable 359 let input = quote! { in test_attr_with_path() localVariable 401 let input = quote! { in test_attr_with_non_mod_style_path() localVariable 437 let input = quote! { in test_attr_with_mod_style_path_with_self() localVariable 491 let input = quote! { in test_pub_restricted() localVariable 550 let input = quote! { in test_vis_crate() localVariable 569 let input = quote! { in test_pub_restricted_crate() localVariable [all …]
|
D | test_meta.rs | 10 let input = "hello"; in test_parse_meta_item_word() localVariable 26 let input = "foo = 5"; in test_parse_meta_name_value() localVariable 62 let input = "static = 5"; in test_parse_meta_name_value_with_keyword() localVariable 98 let input = "true = 5"; in test_parse_meta_name_value_with_bool() localVariable 134 let input = "foo(5)"; in test_parse_meta_item_list_lit() localVariable 174 let input = "foo(word, name = 5, list(name2 = 6), word2)"; in test_parse_meta_item_multiple() localVariable 312 let input = "5"; in test_parse_nested_meta() localVariable 315 let input = "list(name2 = 6)"; in test_parse_nested_meta() localVariable 345 let input = "::serde::Serialize"; in test_parse_path() localVariable 362 let input = "::serde::Serialize"; in test_parse_path() localVariable
|
/third_party/node/test/fixtures/wpt/url/resources/ |
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--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/node/test/fixtures/ |
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 …]
|
/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/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/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/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/flutter/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 | 13 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/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 | 1405 [IPC]: #net_ipc_support 1406 [Identifying paths for IPC connections]: #net_identifying_paths_for_ipc_connections 1408 [`'close'`]: #net_event_close 1409 [`'connect'`]: #net_event_connect 1410 [`'connection'`]: #net_event_connection 1411 [`'data'`]: #net_event_data 1412 [`'drain'`]: #net_event_drain 1413 [`'end'`]: #net_event_end 1414 [`'error'`]: #net_event_error_1 1415 [`'listening'`]: #net_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 …]
|
/third_party/skia/third_party/externals/zlib/google/ |
D | compression_utils.cc | 16 bool GzipCompress(base::span<const char> input, in GzipCompress() 37 bool GzipCompress(base::span<const char> input, std::string* output) { in GzipCompress() 41 bool GzipCompress(base::span<const uint8_t> input, std::string* output) { in GzipCompress() 76 bool GzipUncompress(const std::string& input, std::string* output) { in GzipUncompress() 93 bool GzipUncompress(base::span<const char> input, in GzipUncompress() 98 bool GzipUncompress(base::span<const uint8_t> input, in GzipUncompress() 109 bool GzipUncompress(base::span<const char> input, std::string* output) { in GzipUncompress() 113 bool GzipUncompress(base::span<const uint8_t> input, std::string* output) { in GzipUncompress()
|
/third_party/gn/src/gn/ |
D | parser_unittest.cc | 14 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 …]
|