Searched refs:ForField (Results 1 - 6 of 6) sorted by relevance

/external/guice/core/test/com/google/inject/
H A DRequestInjectionTest.java37 @BindingAnnotation @interface ForField {} interface in class:RequestInjectionTest
56 bindConstant().annotatedWith(ForField.class).to(5);
72 bindConstant().annotatedWith(ForField.class).to(5);
88 bindConstant().annotatedWith(ForField.class).to(5);
174 @Inject @ForField static int staticField;
175 @Inject @ForField int instanceField;
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp647 TEST(HasAnyConstructorInitializer, ForField) {
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc3927 HObjectAccess HObjectAccess::ForField(Handle<Map> map, int index, function in class:v8::internal::HObjectAccess
H A Dhydrogen-instructions.h5360 static HObjectAccess ForField(Handle<Map> map, int index,
H A Dhydrogen.cc5922 access_ = HObjectAccess::ForField(map, index, representation(), name_);
6042 access_ = HObjectAccess::ForField(map_, index, representation, name_);

Completed in 261 milliseconds