/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-emplace-ignore-implicit-constructors.cpp | 41 struct Something { struct 42 Something(int a, int b = 41) {} in Something() function 43 Something() {} in Something() argument 49 operator Something() { return Something{}; } in operator Something() argument
|
D | modernize-use-emplace.cpp | 133 struct Something { struct 134 Something(int a, int b = 41) {} in Something() argument 135 Something() {} in Something() argument 141 operator Something() { return Something{}; } in operator Something() argument
|
D | modernize-loop-convert-basic.cpp | 124 bool Something = false; in constArray() local
|
/external/skia/experimental/tskit/bindings/ |
D | core.d.ts | 8 readonly Something: SomethingConstructor; property 15 export interface Something extends embind.EmbindObject<Something> { interface
|
D | core.cpp | 11 class Something { class 13 Something(std::string n): fName(n) {} in Something() function in Something
|
D | public_api.d.ts | 9 readonly Something: SomethingConstructor; property 26 export interface Something extends EmbindObject<Something> { interface
|
/external/skia/experimental/tskit/npm_build/types/ |
D | index.d.ts | 27 readonly Something: SomethingConstructor; property 61 export interface Something extends EmbindObject<Something> { interface
|
/external/dagger2/javatests/dagger/functional/ |
D | NeedsFactory.java | 31 static class Something {} class in NeedsFactory
|
D | NeedsProviderOfFactory.java | 41 static class Something {} class in NeedsProviderOfFactory
|
/external/mockito/src/test/java/org/mockito/internal/creation/ |
D | DelegatingMethodTest.java | 55 private interface Something { interface in DelegatingMethodTest
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testpatch.py | 98 class Something(object): class 115 class Something(object): class 128 class Something(object): class 447 class Something(object): class 469 class Something(object): class 495 class Something(object): class 813 class Something(object): class 831 class Something(object): class
|
D | testmock.py | 31 class Something(object): class 541 class Something(object): class 1411 class Something: class
|
/external/python/mock/mock/tests/ |
D | testpatch.py | 101 class Something(object): class 114 class Something(object): class 127 class Something(object): class 446 class Something(object): class 468 class Something(object): class 494 class Something(object): class 803 class Something(object): class 821 class Something(object): class
|
D | testmock.py | 43 class Something(object): class 546 class Something(object): class
|
/external/skia/modules/skparagraph/src/ |
D | OneLineShaper.h | 64 Something, enumerator
|
/external/clang/test/SemaCXX/ |
D | cxx1y-variable-templates_in_class.cpp | 370 struct Something struct 372 void foo() { in foo()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx1y-variable-templates_in_class.cpp | 368 struct Something struct 370 void foo() { in foo()
|
/external/python/cpython3/Lib/test/ |
D | test_positional_only_arg.py | 307 class Something: class
|
D | test_inspect.py | 1856 class Something(Base): class 1877 class Something(Base, metaclass=Meta): class
|