Home
last modified time | relevance | path

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

123

/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DNonComponentDependencyComponent.java30 Thing thing, in ThingTwo()
37 Thing thing(); in thing() method
43 public Thing thing() { in thing() method in NonComponentDependencyComponent.ThingComponentImpl
DAbstractMembersInjectingBaseClass.java21 @Inject Thing thing; field in AbstractMembersInjectingBaseClass
DOuterClassFoo.java23 Thing thing(); in thing() method
DInjectedThing.java88 @Inject Thing thing; field in InjectedThing
93 @Inject InjectedThing( in InjectedThing()
225 @Inject void thing(Thing thing) {} in thing() argument
DBasicComponent.java72 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;
Dcurrent-instantiation.cpp242 static const int thing = 0; member
/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/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()
Dwarn-missing-noreturn.cpp115 template <typename T> void thingy(T thing) { in thingy()
/external/pdfium/core/fxcrt/
Dweak_ptr_unittest.cpp56 PseudoDeletable thing; in TEST() local
85 PseudoDeletable thing; in TEST() local
125 PseudoDeletable thing; in TEST() local
/external/python/cpython2/Misc/Vim/
Dsyntax_test.py16 from sys import path as thing unknown
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue145/
DLineNumberInExceptionTest.java41 CompleteThing thing = (CompleteThing) yaml in testCompleteThing() local
/external/protobuf/js/
Ddebug.js75 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
73 def __init__(self, thing): argument
Dmock_calls_test.py61 def echo(self, thing): argument
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
Dtest.cpp68 A thing; in main() local
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest.cpp68 A thing; in main() local
/external/icu/icu4c/source/i18n/
Dnfrlist.h65 void add(NFRule* thing) { in add()
/external/clang/test/CodeGenCXX/
Dmicrosoft-uuidof.cpp27 GUID thing = __uuidof(Curly); variable
/external/python/cpython2/Lib/
Dcontextlib.py149 def __init__(self, thing): argument
/external/mockito/src/test/java/org/mockitousage/constructor/
DCreatingMocksWithConstructorTest.java281 AbstractThing thing = spy(AbstractThing.class); in abstract_method_returns_default() local
287 AbstractThing thing = spy(AbstractThing.class); in abstract_method_stubbed() local
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DWorkerProcessTest.java154 @Benchmark long thing(long reps) { in thing() method in WorkerProcessTest.TestBenchmark

123