HomeSort by relevance Sort by last modified time
    Searched defs:ForField (Results 1 - 2 of 2) sorted by null

  /external/guice/core/test/com/google/inject/
RequestInjectionTest.java 37 @BindingAnnotation @interface ForField {}
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/v8/src/crankshaft/
hydrogen-instructions.cc     [all...]

Completed in 198 milliseconds