HomeSort by relevance Sort by last modified time
    Searched full:factorymethod (Results 1 - 23 of 23) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/gesture/
gesture_suggest_policy_factory.h 28 static void setGestureSuggestPolicyFactoryMethod(const SuggestPolicy *(*factoryMethod)()) {
29 sGestureSuggestFactoryMethod = factoryMethod;
  /external/testng/src/main/java/org/testng/internal/
FactoryMethod.java 22 public class FactoryMethod extends BaseTestMethod {
31 public FactoryMethod(ConstructorOrMethod com,
65 System.out.println("[FactoryMethod] " + s);
112 throw new IllegalStateException("clone is not supported for FactoryMethod");
TestNGClassFinder.java 137 ConstructorOrMethod factoryMethod =
139 if (factoryMethod != null && factoryMethod.getEnabled()) {
140 FactoryMethod fm = new FactoryMethod( /* cls, */
141 factoryMethod,
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ComponentWriter.java 88 MethodWriter factoryMethod =
90 factoryMethod.addModifiers(PUBLIC, STATIC);
92 factoryMethod
BindingGraphValidator.java 193 ExecutableElement factoryMethod, TypeElement subcomponentType) {
194 BindingGraph subgraph = subject.subgraphs().get(factoryMethod);
197 .filter(not(in(subgraphFactoryMethodParameters(factoryMethod))))
212 factoryMethod);
217 ExecutableElement factoryMethod) {
221 asExecutable(types.asMemberOf(componentType, factoryMethod));
    [all...]
  /system/connectivity/shill/net/
mock_netlink_manager.h 41 const NetlinkMessageFactory::FactoryMethod& message_factory));
netlink_message.h 240 FactoryMethod;
246 bool AddFactoryMethod(uint16_t message_type, FactoryMethod factory);
254 std::map<uint16_t, FactoryMethod> factories_;
netlink_message.cc 270 FactoryMethod factory) {
297 map<uint16_t, FactoryMethod>::const_iterator factory;
netlink_manager_unittest.cc 361 NetlinkMessageFactory::FactoryMethod null_factory;
392 NetlinkMessageFactory::FactoryMethod null_factory;
417 NetlinkMessageFactory::FactoryMethod null_factory;
    [all...]
netlink_manager.h 215 const NetlinkMessageFactory::FactoryMethod& message_factory);
netlink_manager.cc 334 const NetlinkMessageFactory::FactoryMethod& message_factory) {
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider2.java 131 final Method factoryMethod;
141 TypeLiteral<?> implementationType, Method factoryMethod,
148 this.factoryMethod = factoryMethod;
162 .add("factory method", factoryMethod)
174 return factoryMethod;
    [all...]
  /external/guava/guava/src/com/google/common/reflect/
Invokable.java 144 * Method factoryMethod = Person.class.getMethod("create");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFacilitatorImpl.java 260 final Method factoryMethod = dictClass.getMethod(DICT_FACTORY_METHOD_NAME,
262 final Object dict = factoryMethod.invoke(null /* obj */,
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10-sources.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/
jaxb-api-2.2.12-b140109.1041.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/guice/lib/build/
spring-beans.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/
dagger-compiler-2.0.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 

Completed in 1087 milliseconds