Home
last modified time | relevance | path

Searched defs:thing (Results 1 – 25 of 80) sorted by relevance

1234

/external/dagger2/javatests/dagger/functional/
DNonComponentDependencyComponent.java31 Thing thing, in ThingTwo()
38 Thing thing(); in thing() method
44 public Thing thing() { in thing() method in NonComponentDependencyComponent.ThingComponentImpl
DAbstractMembersInjectingBaseClass.java22 @Inject Thing thing; field in AbstractMembersInjectingBaseClass
DOuterClassFoo.java24 Thing thing(); in thing() method
/external/clang/test/SemaTemplate/
Dalias-templates.cpp26 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/
Dstatusor_test.cc99 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/
Dstatusor_test.cc72 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/
Dalias-templates.cpp26 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/
DBuilderInfiniteLoop1978Test.java22 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/
DAutoOneOfJava8Test.java50 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/
Dwarn-static-function-inheader.h1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file s… in thing() function
Dno-warn-composite-pointer-type.cpp5 void Foo(int **thing, const int **thingMax) in Foo()
/external/clang/test/SemaCXX/
Dwarn-static-function-inheader.h1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file s… in thing() function
Dno-warn-composite-pointer-type.cpp5 void Foo(int **thing, const int **thingMax) in Foo()
/external/pdfium/core/fxcrt/
Dweak_ptr_unittest.cpp55 PseudoDeletable thing; in TEST() local
84 PseudoDeletable thing; in TEST() local
124 PseudoDeletable thing; in TEST() local
Dfx_memory_wrappers_unittest.cpp15 std::unique_ptr<int, FxFreeDeleter> thing(FX_Alloc(int, 1)); in TEST() local
/external/llvm-project/lldb/test/API/lang/cpp/namespace_definitions/
Dfoo.h5 ThingInside *thing; variable
/external/python/pybind11/tests/
Dconftest.py135 def __call__(self, thing): argument
158 def _sanitize_docstring(thing): argument
170 def _sanitize_message(thing): argument
/external/llvm-project/clang/test/SemaObjC/
Dwarn-messaging-id.mm7 @property int thing; property
/external/llvm-project/debuginfo-tests/dexter-tests/memvars/
Dconst-branch.c20 void thing(int x) { in thing() function
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue145/
DLineNumberInExceptionTest.java41 CompleteThing thing = (CompleteThing) yaml in testCompleteThing() local
/external/python/cpython2/Misc/Vim/
Dsyntax_test.py16 from sys import path as thing unknown
/external/dagger2/javatests/artifacts/hilt-android/simple/app/src/main/java/dagger/hilt/android/simple/
DSimpleActivity.java37 @Inject Thing thing; field in SimpleActivity
/external/protobuf/js/
Ddebug.js76 jspb.debug.dump_ = function(thing) { argument
/external/chromium-trace/catapult/devil/devil/utils/
Dparallelizer_test.py30 def __init__(self, thing, completion_file_name=None): argument
72 def __init__(self, thing): argument
/external/libtextclassifier/abseil-cpp/absl/status/
Dstatusor_test.cc231 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 …]

1234