| /third_party/node/test/fixtures/ |
| 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 …]
|
| /third_party/node/test/fixtures/wpt/url/resources/ |
| 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--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 …]
|
| /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 | 14 const output = input.pipeThrough(new TextDecoderStream()); constant 22 const output = input.pipeThrough(new TextDecoderStream()); constant 29 const output = input.pipeThrough(new TextDecoderStream()); constant 37 const output = input.pipeThrough(new TextDecoderStream()); constant 49 const output = input.pipeThrough(new TextDecoderStream()); constant 58 const output = input.pipeThrough(new TextDecoderStream()); constant
|
| /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 | 32 output: 'const {0:Array} = args;' property 37 output: 'const { 1:res} = args;', property 42 output: '({ 1:elem} = options);', property 47 output: 'const {values:{0:elem}} = options;', property 56 output: '({0:[[elem]]} = options);', property 65 output: 'for(const {0:key, 1:value} of new Map);', property 70 output: 'let {0:first,3:fourth} = array;', property 75 output: 'let {1:second,3:fourth} = array;', property 80 output: 'let { 3:fourth } = array;', property 89 output: 'function map({0:key, 1:value}) {}', property [all …]
|
| /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/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/node/test/sequential/ |
| D | test-heap-prof.js | 47 function verifyFrames(output, file, func) { argument 73 const output = spawnSync(process.execPath, [ constant 93 const output = spawnSync(process.execPath, [ constant 115 const output = spawnSync(process.execPath, [ constant 136 const output = spawnSync(process.execPath, [ constant 159 const output = spawnSync(process.execPath, [ constant 180 const output = spawnSync(process.execPath, [ constant 201 const output = spawnSync(process.execPath, [ constant 222 const output = spawnSync(process.execPath, [ constant 245 const output = spawnSync(process.execPath, [ constant [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 …]
|
| /third_party/skia/resources/sksl/ |
| D | update_fuzzer.py | 52 output = subprocess.check_output( variable 57 output = subprocess.check_output( variable 63 output = subprocess.check_output( variable 68 output = subprocess.check_output( variable
|
| /third_party/node/test/js-native-api/test_conversions/ |
| D | test_conversions.c | 13 napi_value output; in AsBool() local 27 napi_value output; in AsInt32() local 41 napi_value output; in AsUInt32() local 55 napi_value output; in AsInt64() local 69 napi_value output; in AsDouble() local 84 napi_value output; in AsString() local 96 napi_value output; in ToBool() local 107 napi_value output; in ToNumber() local 118 napi_value output; in ToObject() local 129 napi_value output; in ToString() local
|
| /third_party/ffmpeg/tools/ |
| D | crypto_bench.c | 67 const char *output; member 89 static void run_lavu_md5(uint8_t *output, in run_lavu_md5() 113 static void run_lavu_aes128(uint8_t *output, in run_lavu_aes128() 123 static void run_lavu_blowfish(uint8_t *output, in run_lavu_blowfish() 133 static void run_lavu_camellia(uint8_t *output, in run_lavu_camellia() 143 static void run_lavu_cast128(uint8_t *output, in run_lavu_cast128() 153 static void run_lavu_des(uint8_t *output, in run_lavu_des() 163 static void run_lavu_twofish(uint8_t *output, in run_lavu_twofish() 173 static void run_lavu_rc4(uint8_t *output, in run_lavu_rc4() 183 static void run_lavu_xtea(uint8_t *output, in run_lavu_xtea() [all …]
|
| /third_party/skia/third_party/externals/zlib/google/ |
| D | compression_utils.cc | 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() 94 base::span<const char> output) { in GzipUncompress() 99 base::span<const uint8_t> output) { 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()
|