/third_party/typescript/tests/baselines/reference/ |
D | collisionRestParameterClassConstructor.js | 72 function c1(_i) { argument 82 function c1NoError(_i) { argument 104 function c3(_i) { argument 115 function c3NoError(_i) { argument 122 function c5(_i) { argument 132 function c5NoError(_i) { argument
|
D | collisionRestParameterClassMethod.js | 45 c1.prototype.foo = function (_i) { argument 52 c1.prototype.fooNoError = function (_i) { argument 55 c1.prototype.f4 = function (_i) { argument 62 c1.prototype.f4NoError = function (_i) { argument
|
D | varianceRepeatedlyPropegatesWithUnreliableFlag.js | 18 const _i: I<A> = i; constant 25 var _i = i; variable
|
D | ES5For-of21.js | 10 var _i = _d[_c]; variable
|
D | collisionRestParameterUnderscoreIUsage.js | 3 var _i = "This is what I'd expect to see"; variable
|
/third_party/googletest/googlemock/include/gmock/internal/ |
D | gmock-pp.h | 144 #define GMOCK_PP_INC(_i) GMOCK_PP_CAT(GMOCK_PP_INTERNAL_INC_, _i) argument 147 #define GMOCK_PP_COMMA_IF(_i) GMOCK_PP_CAT(GMOCK_PP_INTERNAL_COMMA_IF_, _i) argument 217 #define GMOCK_PP_INTERNAL_CALL_MACRO(_Macro, _i, _Data, _element) \ argument 219 #define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_0(_i, _Macro, _Data, _Tuple) argument 220 #define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_1(_i, _Macro, _Data, _Tuple) \ argument 222 #define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_2(_i, _Macro, _Data, _Tuple) \ argument 226 #define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_3(_i, _Macro, _Data, _Tuple) \ argument 230 #define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_4(_i, _Macro, _Data, _Tuple) \ argument 234 #define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_5(_i, _Macro, _Data, _Tuple) \ argument 238 #define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_6(_i, _Macro, _Data, _Tuple) \ argument [all …]
|
/third_party/mesa3d/src/util/ |
D | u_atomic.h | 43 #define p_atomic_set(_v, _i) __atomic_store_n((_v), (_i), __ATOMIC_RELEASE) argument 58 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument 89 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument 95 #define p_atomic_add(_v, _i) ((void) p_atomic_add_return((_v), (_i))) argument 98 #define p_atomic_add_return(_v, _i) (*(_v) = *(_v) + (_i)) argument 127 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument 152 #define p_atomic_add(_v, _i) \ argument 155 #define p_atomic_add_return(_v, _i) (\ argument 178 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument
|
/third_party/typescript/tests/cases/compiler/ |
D | collisionRestParameterClassConstructor.ts | 25 constructor(public _i: number, ...restParameters) { //_i is error property in c3 30 constructor(public _i: number) { // no error property in c3NoError
|
D | collisionRestParameterUnderscoreIUsage.ts | 3 var _i = "This is what I'd expect to see"; variable
|
/third_party/flatbuffers/tests/union_vector/ |
D | Rapunzel.java | 10 public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); } in __init() 11 public Rapunzel __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
D | BookReader.java | 10 public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); } in __init() 11 public BookReader __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
D | Attacker.java | 13 public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); } in __init() 14 public Attacker __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.java | 12 public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); } in __init() 13 public StructInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
D | TableInNestedNS.java | 15 public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); } in __init() 16 public TableInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Ability.java | 12 public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); } in __init() 13 public Ability __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
D | Test.java | 12 public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); } in __init() 13 public Test __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
D | StructOfStructs.java | 12 public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); } in __init() 13 public StructOfStructs __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
D | TestSimpleTableWithEnum.java | 15 public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); } in __init() 16 public TestSimpleTableWithEnum __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
/third_party/flatbuffers/tests/MyGame/Example2/ |
D | Monster.java | 15 public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); } in __init() 16 public Monster __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
/third_party/flatbuffers/tests/MyGame/ |
D | InParentNamespace.java | 15 public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); } in __init() 16 public InParentNamespace __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
/third_party/typescript/tests/cases/conformance/statements/for-ofStatements/ |
D | ES5For-of21.ts | 2 for (let _i of []) { } variable
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-function-mocker.h | 187 #define GMOCK_INTERNAL_NOEXCEPT_SPEC_IF_NOEXCEPT(_i, _, _elem) \ argument 195 #define GMOCK_INTERNAL_REF_SPEC_IF_REF(_i, _, _elem) \ argument 202 #define GMOCK_INTERNAL_ASSERT_VALID_SPEC_ELEMENT(_i, _, _elem) \ argument 214 #define GMOCK_INTERNAL_DETECT_CONST(_i, _, _elem) \ argument 219 #define GMOCK_INTERNAL_DETECT_OVERRIDE(_i, _, _elem) \ argument 224 #define GMOCK_INTERNAL_DETECT_FINAL(_i, _, _elem) \ argument 229 #define GMOCK_INTERNAL_DETECT_NOEXCEPT(_i, _, _elem) \ argument 234 #define GMOCK_INTERNAL_DETECT_REF(_i, _, _elem) \ argument 241 #define GMOCK_INTERNAL_GET_CALLTYPE_IMPL(_i, _, _elem) \ argument 281 #define GMOCK_INTERNAL_GET_TYPE(_i, _, _elem) \ argument [all …]
|
/third_party/flatbuffers/net/FlatBuffers/ |
D | IFlatbufferObject.cs | 24 void __init(int _i, ByteBuffer _bb); in __init()
|
/third_party/flatbuffers/tests/namespace_test/NamespaceA/ |
D | SecondTableInA.java | 15 public void __init(int _i, ByteBuffer _bb) { __reset(_i, _bb); } in __init() 16 public SecondTableInA __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | Struct.java | 38 protected void __reset(int _i, ByteBuffer _bb) { in __reset()
|