| /third_party/node/test/fixtures/ |
| D | mime-whatwg-generated.js | 11 "output": null property 15 "output": null property 19 "output": "x/x;bonus=x" property 23 "output": "x/x;bonus=x" property 27 "output": "x/x;bonus=x" property 31 "output": null property 35 "output": null property 39 "output": "x/x;bonus=x" property 43 "output": "x/x;bonus=x" property 47 "output": "x/x;bonus=x" property [all …]
|
| D | icu-punycode-toascii.json | 6 "output": "aa--" string 10 "output": "xn--a---kp0a" string 14 "output": "ab--c" string 19 "output": "-x" string 23 "output": "xn----xhn" string 27 "output": "-x.xn--nxa" string 31 "output": "-x.xn--nxa" string 36 "output": "x-.xn--nxa" string 40 "output": "x-.xn--nxa" string 45 "output": "x..xn--nxa" string [all …]
|
| D | mime-whatwg.js | 14 "output": "text/html;charset=gbk", property 20 "output": "text/html;charset=GBK", property 27 "output": "text/html;charset=\"gbk(\"", property 33 "output": "text/html;x=\"(\";charset=gbk", property 40 "output": "text/html;charset=gbk", property 46 "output": "text/html;charset=\"()\"", property 53 "output": "text/html", property 59 "output": "text/html;charset=gbk", property 65 "output": "text/html;charset=gbk", property 71 "output": "text/html;charset=\" gbk\"", property [all …]
|
| /third_party/node/test/fixtures/wpt/url/resources/ |
| D | IdnaTestV2.json | 6 "output": "fass.de" string 10 "output": "xn--fa-hia.de" string 14 "output": "xn--fa-hia.de" string 18 "output": "xn--fa-hia.de" string 22 "output": "xn--0ca.xn--ssa73l" string 26 "output": "xn--0ca.xn--ssa73l" string 30 "output": "xn--0ca.xn--ssa73l" string 34 "output": "xn--0ca.xn--ssa73l" string 38 "output": "xn--0ca.xn--ssa73l" string 42 "output": "xn--0ca81i.xn--4db" string [all …]
|
| D | toascii.json | 6 "output": "aa--" string 10 "output": "xn--a---kp0a" string 14 "output": "ab--c" string 19 "output": "-x" string 23 "output": "xn----xhn" string 27 "output": "-x.xn--zca" string 31 "output": "-x.xn--zca" string 36 "output": "x-.xn--zca" string 40 "output": "x-.xn--zca" string 45 "output": "x..xn--zca" string [all …]
|
| /third_party/node/test/parallel/ |
| D | test-source-map-enable.js | 25 const output = spawnSync(process.execPath, [ constant 40 const output = spawnSync(process.execPath, [ constant 57 const output = spawnSync(process.execPath, [ constant 68 const output = spawnSync(process.execPath, [ constant 80 const output = spawnSync(process.execPath, [ constant 101 const output = spawnSync(process.execPath, [ constant 122 const output = spawnSync(process.execPath, [ constant 138 const output = spawnSync(process.execPath, [ constant 154 const output = spawnSync(process.execPath, [ constant 169 const output = spawnSync(process.execPath, [ constant [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]' }, property 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-eslint-no-array-destructuring.js | 33 output: 'const {0:Array} = args;' property 38 output: 'const { 1:res} = args;', property 43 output: '({ 1:elem} = options);', property 48 output: 'const {values:{0:elem}} = options;', property 57 output: '({0:[[elem]]} = options);', property 66 output: 'for(const {0:key, 1:value} of new Map);', property 71 output: 'let {0:first,3:fourth} = array;', property 76 output: 'let {1:second,3:fourth} = array;', property 81 output: 'let { 3:fourth } = array;', property 90 output: 'function map({0:key, 1:value}) {}', property [all …]
|
| /third_party/node/test/fixtures/wpt/streams/transform-streams/ |
| D | lipfuzz.any.js | 56 output: [''] property 60 output: [] property 64 output: ['out1'] property 68 output: ['zout1'] property 72 output: ['out1q'] property 76 output: ['out1', '{{in1}'] property 80 output: ['out1', 'out1'] property 84 output: ['', 'out1'] property 88 output: ['', 'out1'] property 92 output: ['', 'out1'] property [all …]
|
| /third_party/node/test/fixtures/wpt/encoding/streams/ |
| D | encode-utf8.any.js | 23 output: [expectedOutputBytes], property 28 output: [astralCharacterEncoded], property 33 output: [astralCharacterEncoded.concat(astralCharacterEncoded)], property 39 output: [astralCharacterEncoded, astralCharacterEncoded], property 45 output: [astralCharacterEncoded.concat(replacementEncoded), astralCharacterEncoded], property 52 output: [replacementEncoded], property 58 output: [replacementEncoded.concat(astralCharacterEncoded)], property 65 output: [replacementEncoded.concat([65])], property 72 output: [replacementEncoded, astralCharacterEncoded], property 79 output: [replacementEncoded, replacementEncoded], property [all …]
|
| D | decode-utf8.any.js | 19 const output = input.pipeThrough(new TextDecoderStream()); constant 27 const output = input.pipeThrough(new TextDecoderStream()); constant 34 const output = input.pipeThrough(new TextDecoderStream()); constant 42 const output = input.pipeThrough(new TextDecoderStream()); constant 52 const output = input.pipeThrough(new TextDecoderStream()); constant 64 const output = input.pipeThrough(new TextDecoderStream()); constant 73 const output = input.pipeThrough(new TextDecoderStream()); constant
|
| /third_party/python/Lib/test/ |
| D | test_sys_settrace.py | 14 def __init__(self, output, value): argument 26 def __init__(self, output, value): argument 1303 def no_jump_to_non_integers(output): argument 1390 def test_jump_simple_forwards(output): argument 1396 def test_jump_simple_backwards(output): argument 1401 def test_jump_out_of_block_forwards(output): argument 1409 def test_jump_out_of_block_backwards(output): argument 1419 async def test_jump_out_of_async_for_block_forwards(output): argument 1427 async def test_jump_out_of_async_for_block_backwards(output): argument 1436 def test_jump_to_codeless_line(output): argument [all …]
|
| /third_party/gn/src/gn/ |
| D | output_conversion.cc | 12 void ToString(const Value& output, std::ostream& out) { in ToString() 16 void ToStringQuoted(const Value& output, std::ostream& out) { in ToStringQuoted() 28 void RenderListToJSON(const Value& output, std::ostream& out, int indent) { in RenderListToJSON() 49 void RenderScopeToJSON(const Value& output, std::ostream& out, int indent) { in RenderScopeToJSON() 73 void OutputListLines(const Value& output, std::ostream& out) { in OutputListLines() 80 void OutputString(const Value& output, std::ostream& out) { in OutputString() 90 void OutputValue(const Value& output, std::ostream& out) { in OutputValue() 102 void OutputScope(const Value& output, std::ostream& out) { in OutputScope() 110 void OutputDefault(const Value& output, std::ostream& out) { in OutputDefault() 117 void OutputJSON(const Value& output, std::ostream& out) { in OutputJSON() [all …]
|
| /third_party/node/deps/v8/src/baseline/ |
| D | baseline-assembler-inl.h | 76 void BaselineAssembler::LoadMap(Register output, Register value) { in LoadMap() 79 void BaselineAssembler::LoadRoot(Register output, RootIndex index) { in LoadRoot() 82 void BaselineAssembler::LoadNativeContextSlot(Register output, uint32_t index) { in LoadNativeContextSlot() 86 void BaselineAssembler::Move(Register output, interpreter::Register source) { in Move() 89 void BaselineAssembler::Move(Register output, RootIndex source) { in Move() 92 void BaselineAssembler::Move(Register output, Register source) { in Move() 95 void BaselineAssembler::Move(Register output, MemOperand operand) { in Move() 98 void BaselineAssembler::Move(Register output, Smi value) { in Move() 103 void BaselineAssembler::SmiUntag(Register output, Register value) { in SmiUntag() 107 void BaselineAssembler::LoadFixedArrayElement(Register output, Register array, in LoadFixedArrayElement() [all …]
|
| /third_party/unity/auto/ |
| D | generate_test_runner.rb | 212 def create_header(output, mocks, testfile_includes = []) argument 243 def create_externs(output, tests, _mocks) argument 255 def create_mock_management(output, mock_headers) argument 290 def create_setup(output) argument 297 def create_teardown(output) argument 304 def create_suite_setup(output) argument 314 def create_suite_teardown(output) argument 324 def create_reset(output) argument 342 def create_run_test(output) argument 348 def create_args_wrappers(output, tests) argument [all …]
|
| /third_party/alsa-lib/src/ |
| D | output.c | 57 int snd_output_close(snd_output_t *output) in snd_output_close() 71 int snd_output_printf(snd_output_t *output, const char *format, ...) in snd_output_printf() 88 int snd_output_vprintf(snd_output_t *output, const char *format, va_list args) in snd_output_vprintf() 99 int snd_output_puts(snd_output_t *output, const char *str) in snd_output_puts() 110 int snd_output_putc(snd_output_t *output, int c) in snd_output_putc() 124 int snd_output_flush(snd_output_t *output) in snd_output_flush() 135 static int snd_output_stdio_close(snd_output_t *output) in snd_output_stdio_close() 144 static int snd_output_stdio_print(snd_output_t *output, const char *format, va_list args) in snd_output_stdio_print() 150 static int snd_output_stdio_puts(snd_output_t *output, const char *str) in snd_output_stdio_puts() 156 static int snd_output_stdio_putc(snd_output_t *output, int c) in snd_output_stdio_putc() [all …]
|
| /third_party/gn/src/base/strings/ |
| D | string_number_conversions.cc | 142 value_type* output) { in Invoke() 180 typename traits::value_type* output) { in Invoke() 216 static bool CheckBounds(value_type* output, uint8_t new_digit) { in CheckBounds() 225 static void Increment(uint8_t increment, value_type* output) { in Increment() 232 static bool CheckBounds(value_type* output, uint8_t new_digit) { in CheckBounds() 241 static void Increment(uint8_t increment, value_type* output) { in Increment() 292 bool StringToIntImpl(std::string_view input, VALUE* output) { in StringToIntImpl() 304 bool String16ToIntImpl(std::u16string_view input, VALUE* output) { in String16ToIntImpl() 359 bool StringToInt(std::string_view input, int* output) { in StringToInt() 363 bool StringToInt(std::u16string_view input, int* output) { in StringToInt() [all …]
|
| /third_party/googletest/googlemock/test/ |
| D | gmock_output_test.py | 64 def RemoveReportHeaderAndFooter(output): argument 75 def RemoveLocations(output): argument 91 def NormalizeErrorMarker(output): argument 97 def RemoveMemoryAddresses(output): argument 103 def RemoveTestNamesOfLeakedMocks(output): argument 109 def GetLeakyTests(output): argument 118 def GetNormalizedOutputAndLeakyTests(output): argument
|
| /third_party/protobuf/src/google/protobuf/io/ |
| D | printer_unittest.cc | 57 ArrayOutputStream output(buffer, GOOGLE_ARRAYSIZE(buffer), block_size); in TEST() local 66 ArrayOutputStream output(buffer, sizeof(buffer), block_size); in TEST() local 92 ArrayOutputStream output(buffer, sizeof(buffer), block_size); in TEST() local 121 ArrayOutputStream output(buffer, sizeof(buffer), block_size); in TEST() local 157 ArrayOutputStream output(buffer, sizeof(buffer)); in TEST() local 212 ArrayOutputStream output(buffer, sizeof(buffer)); in TEST() local 255 ArrayOutputStream output(buffer, sizeof(buffer)); in TEST() local 295 ArrayOutputStream output(buffer, sizeof(buffer)); in TEST() local 319 ArrayOutputStream output(buffer, sizeof(buffer)); in TEST() local 344 ArrayOutputStream output(buffer, sizeof(buffer)); in TEST() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
| D | MicrosoftDemangleNodes.cpp | 150 void NodeArrayNode::output(OutputStream &OS, OutputFlags Flags) const { in output() function in NodeArrayNode 154 void NodeArrayNode::output(OutputStream &OS, OutputFlags Flags, in output() function in NodeArrayNode 166 void EncodedStringLiteralNode::output(OutputStream &OS, in output() function in EncodedStringLiteralNode 187 void IntegerLiteralNode::output(OutputStream &OS, OutputFlags Flags) const { in output() function in IntegerLiteralNode 193 void TemplateParameterReferenceNode::output(OutputStream &OS, in output() function in TemplateParameterReferenceNode 224 void DynamicStructorIdentifierNode::output(OutputStream &OS, in output() function in DynamicStructorIdentifierNode 242 void NamedIdentifierNode::output(OutputStream &OS, OutputFlags Flags) const { in output() function in NamedIdentifierNode 247 void IntrinsicFunctionIdentifierNode::output(OutputStream &OS, in output() function in IntrinsicFunctionIdentifierNode 348 void LocalStaticGuardIdentifierNode::output(OutputStream &OS, in output() function in LocalStaticGuardIdentifierNode 358 void ConversionOperatorIdentifierNode::output(OutputStream &OS, in output() function in ConversionOperatorIdentifierNode [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() 173 static void imdct_half_32(int32_t *output, const int32_t *input) in imdct_half_32() [all …]
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | GPBWire.php | 295 public static function writeTag(&$output, $tag) 300 public static function writeInt32(&$output, $value) 305 public static function writeInt64(&$output, $value) 310 public static function writeUint32(&$output, $value) 315 public static function writeUint64(&$output, $value) 320 public static function writeSint32(&$output, $value) 326 public static function writeSint64(&$output, $value) 332 public static function writeFixed32(&$output, $value) 337 public static function writeFixed64(&$output, $value) 342 public static function writeSfixed32(&$output, $value) [all …]
|
| /third_party/cJSON/tests/unity/auto/ |
| D | generate_test_runner.rb | 156 def create_header(output, mocks, testfile_includes = []) argument 193 def create_externs(output, tests, _mocks) argument 203 def create_mock_management(output, mock_headers) argument 240 def create_suite_setup(output) argument 256 def create_suite_teardown(output) argument 274 def create_runtest(output, used_mocks) argument 307 def create_reset(output, used_mocks) argument 320 def create_main(output, filename, tests, used_mocks) argument 381 def create_h_file(output, filename, tests, testfile_includes, used_mocks) argument
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_print_ir.cpp | 90 print_reg_class(const RegClass rc, FILE* output) in print_reg_class() 104 print_physReg(PhysReg reg, unsigned bytes, FILE* output, unsigned flags) in print_physReg() 133 print_constant(uint8_t reg, FILE* output) in print_constant() 157 aco_print_operand(const Operand* operand, FILE* output, unsigned flags) in aco_print_operand() 190 print_definition(const Definition* definition, FILE* output, unsigned flags) in print_definition() 210 print_storage(storage_class storage, FILE* output) in print_storage() 233 print_semantics(memory_semantics sem, FILE* output) in print_semantics() 254 print_scope(sync_scope scope, FILE* output, const char* prefix = "scope") in print_scope() 267 print_sync(memory_sync_info sync, FILE* output) in print_sync() 275 print_instr_format_specific(const Instruction* instr, FILE* output) in print_instr_format_specific() [all …]
|
| /third_party/protobuf/src/google/protobuf/ |
| D | wire_format_lite.cc | 170 io::CodedOutputStream* output) { in SkipField() 248 io::CodedOutputStream* output) { in SkipMessage() 354 static void WriteArray(const CType* a, int n, io::CodedOutputStream* output) { in WriteArray() 373 io::CodedOutputStream* output) { in WriteFloatArray() 378 io::CodedOutputStream* output) { in WriteDoubleArray() 383 io::CodedOutputStream* output) { in WriteFixed32Array() 388 io::CodedOutputStream* output) { in WriteFixed64Array() 393 io::CodedOutputStream* output) { in WriteSFixed32Array() 398 io::CodedOutputStream* output) { in WriteSFixed64Array() 403 io::CodedOutputStream* output) { in WriteBoolArray() [all …]
|