Searched defs:constructor (Results 1 – 9 of 9) sorted by relevance
167 jmethodID constructor = env->GetMethodID( in CreateJavaObject() local
245 final VCardEntryConstructor constructor = new VCardEntryConstructor(mVCardType); in verifyWithInputStream() local
111 Constructor constructor, Object... args) { in newSingleTestMethod()
369 Constructor constructor = (Constructor) sConstructorMap.get(name); in createItem() local
470 Constructor<?> constructor = clazz.getConstructor(constructorSignature); in newInstance() local
551 Constructor<? extends View> constructor = sConstructorMap.get(name); in createView() local
475 Constructor<?> constructor = clazz.getConstructor(constructorSignature); in newInstance() local
97 TEST_F( HashTableTest, constructor ) { in TEST_F() argument
380 final Constructor constructor = CLASS_OPERATION.getDeclaredConstructor(CLASS_BUILDER); in newOperationFromBuilder() local