| /third_party/grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/ |
| D | grpc_csharp_ext_dummy_stubs.c | 26 fprintf(stderr, "Should never reach here"); in grpcsharp_init() 30 fprintf(stderr, "Should never reach here"); in grpcsharp_shutdown() 34 fprintf(stderr, "Should never reach here"); in grpcsharp_version_string() 38 fprintf(stderr, "Should never reach here"); in grpcsharp_batch_context_create() 42 fprintf(stderr, "Should never reach here"); in grpcsharp_batch_context_recv_initial_metadata() 46 fprintf(stderr, "Should never reach here"); in grpcsharp_batch_context_recv_message_length() 50 fprintf(stderr, "Should never reach here"); in grpcsharp_batch_context_recv_message_next_slice_peek() 54 fprintf(stderr, "Should never reach here"); in grpcsharp_batch_context_recv_status_on_client_status() 58 fprintf(stderr, "Should never reach here"); in grpcsharp_batch_context_recv_status_on_client_details() 62 fprintf(stderr, "Should never reach here"); in grpcsharp_batch_context_recv_status_on_client_error_string() [all …]
|
| /third_party/libsoup/tests/resources/ |
| D | mbox.gz | |
| D | mbox | 1 From email@here Wed Jun 17 21:20:48 2009 2 Return-path: <email@here> 3 Envelope-to: email@here 5 Received: from email by here.domain with local (Exim 4.69) 6 (envelope-from <email@here>) 8 for email@here; Wed, 17 Jun 2009 21:20:48 -0300 9 To: email@here 11 Message-Id: <E1MH5N2-0008Lq-7c@here.domain> 12 From: A Nice User <email@here> 17 From email@here Wed Jun 17 21:20:48 2009 [all …]
|
| /third_party/boost/libs/vmd/doc/ |
| D | jamfile.v2 | 12 path-constant here : . ; # convenient to refer to files in the same directory as this jamfile.v2 32 $(here)/../../../boost/vmd/array/to_seq.hpp 33 $(here)/../../../boost/vmd/array/to_tuple.hpp 34 $(here)/../../../boost/vmd/assert.hpp 35 $(here)/../../../boost/vmd/assert_is_array.hpp 36 $(here)/../../../boost/vmd/assert_is_empty.hpp 37 $(here)/../../../boost/vmd/assert_is_identifier.hpp 38 $(here)/../../../boost/vmd/assert_is_list.hpp 39 $(here)/../../../boost/vmd/assert_is_number.hpp 40 $(here)/../../../boost/vmd/assert_is_seq.hpp [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | uniqueSymbolsErrors.errors.txt | 5 …niqueSymbol/uniqueSymbolsErrors.ts(8,38): error TS1335: 'unique symbol' types are not allowed here. 6 …niqueSymbol/uniqueSymbolsErrors.ts(9,46): error TS1335: 'unique symbol' types are not allowed here. 7 …iqueSymbol/uniqueSymbolsErrors.ts(10,39): error TS1335: 'unique symbol' types are not allowed here. 8 …iqueSymbol/uniqueSymbolsErrors.ts(11,40): error TS1335: 'unique symbol' types are not allowed here. 9 …iqueSymbol/uniqueSymbolsErrors.ts(12,53): error TS1335: 'unique symbol' types are not allowed here. 10 …iqueSymbol/uniqueSymbolsErrors.ts(13,59): error TS1335: 'unique symbol' types are not allowed here. 11 …iqueSymbol/uniqueSymbolsErrors.ts(14,50): error TS1335: 'unique symbol' types are not allowed here. 12 …iqueSymbol/uniqueSymbolsErrors.ts(18,44): error TS1335: 'unique symbol' types are not allowed here. 15 …iqueSymbol/uniqueSymbolsErrors.ts(22,25): error TS1335: 'unique symbol' types are not allowed here. 16 …iqueSymbol/uniqueSymbolsErrors.ts(23,34): error TS1335: 'unique symbol' types are not allowed here. [all …]
|
| D | invalidMultipleVariableDeclarations.errors.txt | 1 …larations must have the same type. Variable 'a' must be of type 'any', but here has type 'number'. 2 …larations must have the same type. Variable 'a' must be of type 'any', but here has type 'string'. 3 …e declarations must have the same type. Variable 'a' must be of type 'any', but here has type 'C'. 4 …rations must have the same type. Variable 'a' must be of type 'any', but here has type 'D<string>… 5 …rations must have the same type. Variable 'a' must be of type 'any', but here has type 'typeof M'. 6 …ble declarations must have the same type. Variable 'b' must be of type 'I', but here has type 'C'. 7 …le declarations must have the same type. Variable 'b' must be of type 'I', but here has type 'C2'. 8 …the same type. Variable 'f' must be of type '(x: string) => number', but here has type '(x: numbe… 9 … must have the same type. Variable 'arr' must be of type 'string[]', but here has type 'number[]'. 10 … must have the same type. Variable 'arr' must be of type 'string[]', but here has type '(C | D<st… [all …]
|
| D | labeledStatementWithLabel_strict.errors.txt | 1 …ledStatements/labeledStatementWithLabel_strict.ts(2,1): error TS1344: 'A label is not allowed here. 2 …ledStatements/labeledStatementWithLabel_strict.ts(3,1): error TS1344: 'A label is not allowed here. 3 …ledStatements/labeledStatementWithLabel_strict.ts(4,1): error TS1344: 'A label is not allowed here. 4 …ledStatements/labeledStatementWithLabel_strict.ts(5,1): error TS1344: 'A label is not allowed here. 5 …ledStatements/labeledStatementWithLabel_strict.ts(6,1): error TS1344: 'A label is not allowed here. 6 …ledStatements/labeledStatementWithLabel_strict.ts(7,1): error TS1344: 'A label is not allowed here. 7 …ledStatements/labeledStatementWithLabel_strict.ts(8,1): error TS1344: 'A label is not allowed here. 8 …ledStatements/labeledStatementWithLabel_strict.ts(9,1): error TS1344: 'A label is not allowed here. 9 …edStatements/labeledStatementWithLabel_strict.ts(10,1): error TS1344: 'A label is not allowed here. 10 …edStatements/labeledStatementWithLabel_strict.ts(12,1): error TS1344: 'A label is not allowed here. [all …]
|
| D | forStatementsMultipleInvalidDecl.errors.txt | 1 …larations must have the same type. Variable 'a' must be of type 'any', but here has type 'number'. 2 …larations must have the same type. Variable 'a' must be of type 'any', but here has type 'string'. 3 …e declarations must have the same type. Variable 'a' must be of type 'any', but here has type 'C'. 4 …rations must have the same type. Variable 'a' must be of type 'any', but here has type 'D<string>… 5 …rations must have the same type. Variable 'a' must be of type 'any', but here has type 'typeof M'. 6 …ble declarations must have the same type. Variable 'b' must be of type 'I', but here has type 'C'. 7 …le declarations must have the same type. Variable 'b' must be of type 'I', but here has type 'C2'. 8 …the same type. Variable 'f' must be of type '(x: string) => number', but here has type '(x: numbe… 9 … must have the same type. Variable 'arr' must be of type 'string[]', but here has type 'number[]'. 10 … must have the same type. Variable 'arr' must be of type 'string[]', but here has type '(C | D<st… [all …]
|
| D | parser.numericSeparators.decmialNegative.errors.txt | 2 …ecmascriptnext/numericSeparators/10.ts(1,4): error TS6188: Numeric separators are not allowed here. 4 …ecmascriptnext/numericSeparators/12.ts(1,2): error TS6188: Numeric separators are not allowed here. 5 …ecmascriptnext/numericSeparators/13.ts(1,3): error TS6188: Numeric separators are not allowed here. 6 …ecmascriptnext/numericSeparators/14.ts(1,4): error TS6188: Numeric separators are not allowed here. 7 …ecmascriptnext/numericSeparators/15.ts(1,5): error TS6188: Numeric separators are not allowed here. 10 …ecmascriptnext/numericSeparators/17.ts(1,6): error TS6188: Numeric separators are not allowed here. 13 …/ecmascriptnext/numericSeparators/2.ts(1,3): error TS6188: Numeric separators are not allowed here. 15 …ecmascriptnext/numericSeparators/21.ts(1,2): error TS6188: Numeric separators are not allowed here. 16 …ecmascriptnext/numericSeparators/22.ts(1,4): error TS6188: Numeric separators are not allowed here. 17 …ecmascriptnext/numericSeparators/23.ts(1,5): error TS6188: Numeric separators are not allowed here. [all …]
|
| D | decoratorsOnComputedProperties.errors.txt | 7 …ases/compiler/decoratorsOnComputedProperties.ts(27,5): error TS1206: Decorators are not valid here. 8 …ases/compiler/decoratorsOnComputedProperties.ts(28,5): error TS1206: Decorators are not valid here. 9 …ases/compiler/decoratorsOnComputedProperties.ts(29,5): error TS1206: Decorators are not valid here. 10 …ases/compiler/decoratorsOnComputedProperties.ts(30,5): error TS1206: Decorators are not valid here. 12 …ases/compiler/decoratorsOnComputedProperties.ts(36,5): error TS1206: Decorators are not valid here. 13 …ases/compiler/decoratorsOnComputedProperties.ts(37,5): error TS1206: Decorators are not valid here. 15 …ases/compiler/decoratorsOnComputedProperties.ts(39,5): error TS1206: Decorators are not valid here. 16 …ases/compiler/decoratorsOnComputedProperties.ts(40,5): error TS1206: Decorators are not valid here. 23 …ases/compiler/decoratorsOnComputedProperties.ts(62,5): error TS1206: Decorators are not valid here. 24 …ases/compiler/decoratorsOnComputedProperties.ts(63,5): error TS1206: Decorators are not valid here. [all …]
|
| D | typeOfThis.errors.txt | 1 …ations must have the same type. Variable 't' must be of type 'this', but here has type 'MyTestCla… 2 …ations must have the same type. Variable 'p' must be of type 'this', but here has type 'MyTestCla… 3 …ations must have the same type. Variable 'p' must be of type 'this', but here has type 'MyTestCla… 4 …ations must have the same type. Variable 'p' must be of type 'this', but here has type 'MyTestCla… 5 …ations must have the same type. Variable 't' must be of type 'this', but here has type 'MyTestCla… 6 …ations must have the same type. Variable 't' must be of type 'this', but here has type 'MyGeneric… 7 …ations must have the same type. Variable 'p' must be of type 'this', but here has type 'MyGeneric… 8 …ations must have the same type. Variable 'p' must be of type 'this', but here has type 'MyGeneric… 9 …ations must have the same type. Variable 'p' must be of type 'this', but here has type 'MyGeneric… 10 …ations must have the same type. Variable 't' must be of type 'this', but here has type 'MyGeneric… [all …]
|
| D | for-inStatementsInvalid.errors.txt | 5 ….in' statement must be of type 'any', an object type or a type parameter, but here has type 'void'. 6 …n' statement must be of type 'any', an object type or a type parameter, but here has type 'string'. 7 …n' statement must be of type 'any', an object type or a type parameter, but here has type 'string'. 8 …n' statement must be of type 'any', an object type or a type parameter, but here has type 'string'. 9 …n' statement must be of type 'any', an object type or a type parameter, but here has type 'string'. 10 …n' statement must be of type 'any', an object type or a type parameter, but here has type 'string'. 11 …n' statement must be of type 'any', an object type or a type parameter, but here has type 'number'. 12 …ions must have the same type. Variable 'x' must be of type 'string', but here has type 'Extract<k… 13 …n' statement must be of type 'any', an object type or a type parameter, but here has type 'number'. 14 …n' statement must be of type 'any', an object type or a type parameter, but here has type 'number'. [all …]
|
| D | spreadUnion2.errors.txt | 1 … the same type. Variable 'o1' must be of type '{} | { a: number; }', but here has type '{ a?: num… 2 … the same type. Variable 'o2' must be of type '{} | { b: number; }', but here has type '{ b?: num… 3 …e '{} | { a: number; } | { b: number; } | { a: number; b: number; }', but here has type '{ b?: num… 4 …e '{} | { a: number; } | { b: number; } | { a: number; b: number; }', but here has type '{ a?: num… 5 … the same type. Variable 'o4' must be of type '{} | { a: number; }', but here has type '{ a?: num… 6 … the same type. Variable 'o5' must be of type '{} | { b: number; }', but here has type '{ b?: num… 16 … the same type. Variable 'o1' must be of type '{} | { a: number; }', but here has type '{ a?: num… 17 …lated TS6203 tests/cases/conformance/types/spread/spreadUnion2.ts:4:5: 'o1' was also declared here. 22 … the same type. Variable 'o2' must be of type '{} | { b: number; }', but here has type '{ b?: num… 23 …lated TS6203 tests/cases/conformance/types/spread/spreadUnion2.ts:7:5: 'o2' was also declared here. [all …]
|
| D | duplicateVariablesWithAny.errors.txt | 1 …larations must have the same type. Variable 'x' must be of type 'any', but here has type 'number'. 2 …larations must have the same type. Variable 'y' must be of type 'string', but here has type 'any'. 3 …larations must have the same type. Variable 'x' must be of type 'any', but here has type 'number'. 4 …larations must have the same type. Variable 'y' must be of type 'string', but here has type 'any'. 12 …larations must have the same type. Variable 'x' must be of type 'any', but here has type 'number'. 13 …! related TS6203 tests/cases/compiler/duplicateVariablesWithAny.ts:2:5: 'x' was also declared here. 18 …larations must have the same type. Variable 'y' must be of type 'string', but here has type 'any'. 19 …! related TS6203 tests/cases/compiler/duplicateVariablesWithAny.ts:5:5: 'y' was also declared here. 25 …larations must have the same type. Variable 'x' must be of type 'any', but here has type 'number'. 26 …! related TS6203 tests/cases/compiler/duplicateVariablesWithAny.ts:9:9: 'x' was also declared here. [all …]
|
| D | duplicateVarsAcrossFileBoundaries.errors.txt | 1 …tions must have the same type. Variable 'x' must be of type 'number', but here has type 'boolean'. 2 …ations must have the same type. Variable 'x' must be of type 'number', but here has type 'string'. 3 …ations must have the same type. Variable 'y' must be of type 'string', but here has type 'number'. 4 …tions must have the same type. Variable 'z' must be of type 'number', but here has type 'boolean'. 14 …tions must have the same type. Variable 'x' must be of type 'number', but here has type 'boolean'. 15 …TS6203 tests/cases/compiler/duplicateVarsAcrossFileBoundaries_0.ts:1:5: 'x' was also declared here. 21 …ations must have the same type. Variable 'x' must be of type 'number', but here has type 'string'. 22 …TS6203 tests/cases/compiler/duplicateVarsAcrossFileBoundaries_0.ts:1:5: 'x' was also declared here. 25 …ations must have the same type. Variable 'y' must be of type 'string', but here has type 'number'. 26 …TS6203 tests/cases/compiler/duplicateVarsAcrossFileBoundaries_0.ts:2:5: 'y' was also declared here. [all …]
|
| D | forwardDeclaredCommonTypes01.errors.txt | 1 …ror TS2585: 'Promise' only refers to a type, but is being used as a value here. Do you need to cha… 2 …rror TS2585: 'Symbol' only refers to a type, but is being used as a value here. Do you need to cha… 3 …rror TS2585: 'Symbol' only refers to a type, but is being used as a value here. Do you need to cha… 4 …: error TS2585: 'Map' only refers to a type, but is being used as a value here. Do you need to cha… 5 …ror TS2585: 'WeakMap' only refers to a type, but is being used as a value here. Do you need to cha… 6 …: error TS2585: 'Set' only refers to a type, but is being used as a value here. Do you need to cha… 7 …ror TS2585: 'WeakSet' only refers to a type, but is being used as a value here. Do you need to cha… 21 !!! error TS2585: 'Promise' only refers to a type, but is being used as a value here. Do you need t… 24 !!! error TS2585: 'Symbol' only refers to a type, but is being used as a value here. Do you need to… 26 !!! error TS2585: 'Symbol' only refers to a type, but is being used as a value here. Do you need to… [all …]
|
| D | parser.numericSeparators.octalNegative.errors.txt | 1 …/ecmascriptnext/numericSeparators/1.ts(1,5): error TS6188: Numeric separators are not allowed here. 2 …/ecmascriptnext/numericSeparators/2.ts(1,3): error TS6188: Numeric separators are not allowed here. 3 …/ecmascriptnext/numericSeparators/3.ts(1,2): error TS6188: Numeric separators are not allowed here. 8 …/ecmascriptnext/numericSeparators/6.ts(1,3): error TS6188: Numeric separators are not allowed here. 9 …/ecmascriptnext/numericSeparators/6.ts(1,4): error TS6188: Numeric separators are not allowed here. 10 …/ecmascriptnext/numericSeparators/6.ts(1,5): error TS6188: Numeric separators are not allowed here. 16 !!! error TS6188: Numeric separators are not allowed here. 21 !!! error TS6188: Numeric separators are not allowed here. 26 !!! error TS6188: Numeric separators are not allowed here. 45 !!! error TS6188: Numeric separators are not allowed here. [all …]
|
| D | parser.numericSeparators.hexNegative.errors.txt | 1 …/ecmascriptnext/numericSeparators/1.ts(1,5): error TS6188: Numeric separators are not allowed here. 2 …/ecmascriptnext/numericSeparators/2.ts(1,3): error TS6188: Numeric separators are not allowed here. 3 …/ecmascriptnext/numericSeparators/3.ts(1,2): error TS6188: Numeric separators are not allowed here. 8 …/ecmascriptnext/numericSeparators/6.ts(1,3): error TS6188: Numeric separators are not allowed here. 9 …/ecmascriptnext/numericSeparators/6.ts(1,4): error TS6188: Numeric separators are not allowed here. 10 …/ecmascriptnext/numericSeparators/6.ts(1,5): error TS6188: Numeric separators are not allowed here. 16 !!! error TS6188: Numeric separators are not allowed here. 21 !!! error TS6188: Numeric separators are not allowed here. 26 !!! error TS6188: Numeric separators are not allowed here. 45 !!! error TS6188: Numeric separators are not allowed here. [all …]
|
| /third_party/skia/tests/sksl/errors/ |
| D | LayoutInFunctions.glsl | 3 error: 13: layout qualifier 'origin_upper_left' is not permitted here 4 error: 13: layout qualifier 'push_constant' is not permitted here 5 error: 13: layout qualifier 'blend_support_all_equations' is not permitted here 6 error: 13: layout qualifier 'srgb_unpremul' is not permitted here 7 error: 13: layout qualifier 'location' is not permitted here 8 error: 13: layout qualifier 'offset' is not permitted here 9 error: 13: layout qualifier 'binding' is not permitted here 10 error: 13: layout qualifier 'index' is not permitted here 11 error: 13: layout qualifier 'set' is not permitted here 12 error: 13: layout qualifier 'builtin' is not permitted here [all …]
|
| D | BadModifiers.glsl | 3 error: 1: 'const' is not permitted here 4 error: 1: 'in' is not permitted here 5 error: 1: 'out' is not permitted here 6 error: 1: 'uniform' is not permitted here 7 error: 1: 'flat' is not permitted here 8 error: 1: 'noperspective' is not permitted here 10 error: 4: 'uniform' is not permitted here 11 error: 4: 'flat' is not permitted here 12 error: 4: 'noperspective' is not permitted here 13 error: 4: 'sk_has_side_effects' is not permitted here [all …]
|
| /third_party/boost/libs/tti/doc/ |
| D | Jamfile.v2 | 12 path-constant here : . ; # convenient to refer to files in the same directory as this jamfile.v2 40 $(here)/../../../boost/tti/has_class.hpp 41 $(here)/../../../boost/tti/has_data.hpp 42 $(here)/../../../boost/tti/has_enum.hpp 43 $(here)/../../../boost/tti/has_function.hpp 44 $(here)/../../../boost/tti/has_function_template.hpp 45 $(here)/../../../boost/tti/has_member_data.hpp 46 $(here)/../../../boost/tti/has_member_function.hpp 47 $(here)/../../../boost/tti/has_member_function_template.hpp 48 $(here)/../../../boost/tti/has_static_member_data.hpp [all …]
|
| /third_party/boost/tools/build/test/toolset-mock/ |
| D | project-config.jam | 10 path-constant here : . ; 14 using gcc : 4.8.3 : $(PYTHON) $(here)/src/gcc-4.8.3-linux.py : : <target-os>linux ; 15 using gcc : 4.2.1 : $(PYTHON) $(here)/src/gcc-4.2.1-darwin.py : : <target-os>darwin ; 19 using darwin : 4.2.1 : $(PYTHON) $(here)/src/darwin-4.2.1.py 20 : <archiver>$(here)/src/bin/libtool 21 <striper>$(here)/src/bin/strip 25 using clang-darwin : 3.9.0 : $(PYTHON) $(here)/src/clang-3.9.0-darwin.py 26 : <archiver>$(here)/src/bin/ar 27 <ranlib>$(here)/src/bin/ranlib 30 using clang-linux : 3.9.0 : $(PYTHON) $(here)/src/clang-linux-3.9.0.py [all …]
|
| /third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/infback9/ |
| D | infback9.c | 244 code here; /* current decoding table entry */ local 385 here = lencode[BITS(lenbits)]; 386 if ((unsigned)(here.bits) <= bits) break; 389 if (here.val < 16) { 390 NEEDBITS(here.bits); 391 DROPBITS(here.bits); 392 state->lens[state->have++] = here.val; 395 if (here.val == 16) { 396 NEEDBITS(here.bits + 2); 397 DROPBITS(here.bits); [all …]
|
| /third_party/zlib/contrib/infback9/ |
| D | infback9.c | 244 code here; /* current decoding table entry */ local 385 here = lencode[BITS(lenbits)]; 386 if ((unsigned)(here.bits) <= bits) break; 389 if (here.val < 16) { 390 NEEDBITS(here.bits); 391 DROPBITS(here.bits); 392 state->lens[state->have++] = here.val; 395 if (here.val == 16) { 396 NEEDBITS(here.bits + 2); 397 DROPBITS(here.bits); [all …]
|
| /third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/infback9/ |
| D | infback9.c | 244 code here; /* current decoding table entry */ local 385 here = lencode[BITS(lenbits)]; 386 if ((unsigned)(here.bits) <= bits) break; 389 if (here.val < 16) { 390 NEEDBITS(here.bits); 391 DROPBITS(here.bits); 392 state->lens[state->have++] = here.val; 395 if (here.val == 16) { 396 NEEDBITS(here.bits + 2); 397 DROPBITS(here.bits); [all …]
|