/external/dagger2/javatests/dagger/functional/ |
D | NonComponentDependencyComponent.java | 31 Thing thing, in ThingTwo() 38 Thing thing(); in thing() method 44 public Thing thing() { in thing() method in NonComponentDependencyComponent.ThingComponentImpl
|
D | AbstractMembersInjectingBaseClass.java | 22 @Inject Thing thing; field in AbstractMembersInjectingBaseClass
|
D | OuterClassFoo.java | 24 Thing thing(); in thing() method
|
/external/clang/test/SemaTemplate/ |
D | alias-templates.cpp | 26 typedef T thing; typedef 41 template<typename T> struct thing { struct 48 thing(traits_type &traits) : traits(traits), val(traits.alloc()) {} in thing() function 64 typedef X::traits<X::thing<int>> itt;
|
/external/tensorflow/tensorflow/stream_executor/lib/ |
D | statusor_test.cc | 99 StatusOr<std::unique_ptr<int>> thing(ReturnUniquePtr()); in TEST() local 111 StatusOr<std::unique_ptr<int>> thing(tensorflow::errors::Cancelled("")); in TEST() local 116 StatusOr<std::unique_ptr<int>> thing(ReturnUniquePtr()); in TEST() local 218 StatusOr<int> thing; in TEST() local 224 StatusOr<int> thing; in TEST() local 232 StatusOr<int> thing(Status(tensorflow::error::CANCELLED, "")); in TEST() local 239 const StatusOr<int> thing(kI); in TEST() local 307 StatusOr<int> thing(kI); in TEST() local 313 const StatusOr<int> thing(kI); in TEST() local 318 StatusOr<int> thing(Status(tensorflow::error::CANCELLED, "cancelled")); in TEST() local [all …]
|
/external/protobuf/src/google/protobuf/stubs/ |
D | statusor_test.cc | 72 StatusOr<int> thing; in TEST() local 78 StatusOr<int> thing(Status::CANCELLED); in TEST() local 85 StatusOr<int> thing(kI); in TEST() local 160 StatusOr<int> thing(kI); in TEST() local 166 const StatusOr<int> thing(kI); in TEST() local 171 StatusOr<int*> thing; in TEST() local 177 StatusOr<int*> thing(Status::CANCELLED); in TEST() local 184 StatusOr<const int*> thing(&kI); in TEST() local 261 StatusOr<const int*> thing(&kI); in TEST() local 267 const StatusOr<const int*> thing(&kI); in TEST() local
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | alias-templates.cpp | 26 typedef T thing; typedef 41 template<typename T> struct thing { struct 48 thing(traits_type &traits) : traits(traits), val(traits.alloc()) {} in thing() function 64 typedef X::traits<X::thing<int>> itt;
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/ |
D | BuilderInfiniteLoop1978Test.java | 22 public Builder withThing(SubBean thing) { in withThing() 39 SubBean thing; field in BuilderInfiniteLoop1978Test.Bean 49 public void setThing( SubBean thing ) { in setThing()
|
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
D | AutoOneOfJava8Test.java | 50 public abstract String thing(); in thing() method in AutoOneOfJava8Test.EqualsNullable 52 public static EqualsNullable ofThing(String thing) { in ofThing()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-static-function-inheader.h | 1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file s… in thing() function
|
D | no-warn-composite-pointer-type.cpp | 5 void Foo(int **thing, const int **thingMax) in Foo()
|
/external/clang/test/SemaCXX/ |
D | warn-static-function-inheader.h | 1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file s… in thing() function
|
D | no-warn-composite-pointer-type.cpp | 5 void Foo(int **thing, const int **thingMax) in Foo()
|
/external/pdfium/core/fxcrt/ |
D | weak_ptr_unittest.cpp | 55 PseudoDeletable thing; in TEST() local 84 PseudoDeletable thing; in TEST() local 124 PseudoDeletable thing; in TEST() local
|
D | fx_memory_wrappers_unittest.cpp | 15 std::unique_ptr<int, FxFreeDeleter> thing(FX_Alloc(int, 1)); in TEST() local
|
/external/llvm-project/lldb/test/API/lang/cpp/namespace_definitions/ |
D | foo.h | 5 ThingInside *thing; variable
|
/external/python/pybind11/tests/ |
D | conftest.py | 135 def __call__(self, thing): argument 158 def _sanitize_docstring(thing): argument 170 def _sanitize_message(thing): argument
|
/external/llvm-project/clang/test/SemaObjC/ |
D | warn-messaging-id.mm | 7 @property int thing; property
|
/external/llvm-project/debuginfo-tests/dexter-tests/memvars/ |
D | const-branch.c | 20 void thing(int x) { in thing() function
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue145/ |
D | LineNumberInExceptionTest.java | 41 CompleteThing thing = (CompleteThing) yaml in testCompleteThing() local
|
/external/python/cpython2/Misc/Vim/ |
D | syntax_test.py | 16 from sys import path as thing unknown
|
/external/dagger2/javatests/artifacts/hilt-android/simple/app/src/main/java/dagger/hilt/android/simple/ |
D | SimpleActivity.java | 37 @Inject Thing thing; field in SimpleActivity
|
/external/protobuf/js/ |
D | debug.js | 76 jspb.debug.dump_ = function(thing) { argument
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | parallelizer_test.py | 30 def __init__(self, thing, completion_file_name=None): argument 72 def __init__(self, thing): argument
|
/external/libtextclassifier/abseil-cpp/absl/status/ |
D | statusor_test.cc | 231 absl::StatusOr<std::unique_ptr<int>> thing(ReturnUniquePtr()); in TEST() local 243 absl::StatusOr<std::unique_ptr<int>> thing(ReturnUniquePtr()); in TEST() local 290 absl::StatusOr<int> thing; in TEST() local 316 absl::StatusOr<int> thing; in TEST() local 323 absl::StatusOr<int> thing(absl::CancelledError()); in TEST() local 328 const absl::StatusOr<int> thing(absl::UnknownError("")); in TEST() local 333 absl::StatusOr<int*> thing; in TEST() local 338 absl::StatusOr<int*> thing(absl::CancelledError()); in TEST() local 343 const absl::StatusOr<int*> thing(absl::CancelledError()); in TEST() local 399 absl::StatusOr<int> thing(absl::CancelledError()); in TEST() local [all …]
|