/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
IcuUnicodeNormalizerFactory.java | 18 public class IcuUnicodeNormalizerFactory implements UnicodeTransform.Factory {
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
RemoveTransliterator.java | 25 Transliterator.registerFactory(_ID, new Transliterator.Factory() {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
PluralRulesFactory.java | 17 public abstract class PluralRulesFactory extends PluralRules.Factory {
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
TestDataModule.java | 39 public static class Factory{
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/ |
TextureData.java | 69 public static class Factory {
|
/external/llvm/include/llvm/ADT/ |
ImmutableSet.h | 44 typedef ImutAVLFactory<ImutInfo> Factory; 221 Factory *factory; member in class:llvm::ImutAVLTree 237 // Internal methods (node manipulation; used by Factory). 243 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, 245 : factory(f), left(l), right(r), prev(nullptr), next(nullptr), 268 // methods of a factory object (see below). When a tree 349 factory->Cache[factory->maskCacheIndex(computeDigest())] = next; 355 factory->freeNodes.push_back(this) [all...] |
/external/skia/gm/ |
cmykjpeg.cpp | 36 SkImageDecoder* codec = SkImageDecoder::Factory(&stream);
|
/external/skia/src/core/ |
SkReadBuffer.h | 190 void setFactoryPlayback(SkFlattenable::Factory array[], int count) { 198 * factory it sees by name. Used by the pipe code in conjunction with 201 void setFactoryArray(SkTDArray<SkFlattenable::Factory>* array) { 236 SkTDArray<SkFlattenable::Factory>* fFactoryTDArray; 237 SkFlattenable::Factory* fFactoryArray;
|
/external/skia/tests/ |
FlattenableFactoryToName.cpp | 16 SkFlattenable::Factory factory = f->getFactory(); local 17 REPORTER_ASSERT(r, factory); 18 if (factory) { 19 if (!SkFlattenable::FactoryToName(factory)) {
|
/packages/apps/Camera2/src/com/android/camera/debug/ |
Logger.java | 80 public interface Factory {
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
BugleActionToasts.java | 22 import com.android.messaging.Factory; 76 if (AccessibilityUtil.isTouchExplorationEnabled(Factory.get().getApplicationContext())) { 100 final Context context = Factory.get().getApplicationContext(); 140 return Factory.get().getApplicationContext();
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ICUServiceThreadTest.java | 30 import android.icu.impl.ICUService.Factory; 214 Factory f = new TestFactory(getCLV()); 237 Factory f = (Factory)factories.remove(n); 239 log.logln("factory: " + f + (success ? " succeeded." : " *** failed.")); 245 Factory[] factories; 248 UnregisterFactoryListThread(String name, ICUService service, long delay, Factory[] factories, TestLog log) { 256 Factory f = factories[n++]; 258 log.logln("factory: " + f + (success ? " succeeded." : " *** failed.")); 369 service.registerFactory((Factory)iter.next()) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ICUServiceThreadTest.java | 29 import com.ibm.icu.impl.ICUService.Factory; 210 Factory f = new TestFactory(getCLV()); 233 Factory f = (Factory)factories.remove(n); 235 log.logln("factory: " + f + (success ? " succeeded." : " *** failed.")); 241 Factory[] factories; 244 UnregisterFactoryListThread(String name, ICUService service, long delay, Factory[] factories, TestLog log) { 252 Factory f = factories[n++]; 254 log.logln("factory: " + f + (success ? " succeeded." : " *** failed.")); 365 service.registerFactory((Factory)iter.next()) [all...] |
/external/emma/ant/ant14/com/vladium/emma/ant/ |
SuppressableTask.java | 117 return IProperties.Factory.combine (verbositySettings, 118 IProperties.Factory.combine (genericSettings,
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
IElement.java | 26 abstract class Factory 39 static class ElementImpl extends ISimpleElement.Factory.SimpleElementImpl
|
/external/testng/src/test/java/test/mannotation/ |
MTest1.java | 16 import org.testng.annotations.Factory; 64 @Factory(parameters = {"pf1", "pf2"}) 65 public void factory() {} method in class:MTest1
|
/frameworks/base/core/java/android/preference/ |
GenericInflater.java | 52 private Factory<T> mFactory; 67 public interface Factory<T> { 85 private static class FactoryMerger<T> implements Factory<T> { 86 private final Factory<T> mF1, mF2; 88 FactoryMerger(Factory<T> f1, Factory<T> f2) { 170 * Return the current factory (or null). This is called on each element 171 * name. If the factory returns an item, add that to the hierarchy. If it 174 public final Factory<T> getFactory() { 179 * Attach a custom Factory interface for creating items while using thi [all...] |
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
GenericInflater.java | 52 private Factory<T> mFactory; 63 public interface Factory<T> { 81 private static class FactoryMerger<T> implements Factory<T> { 82 private final Factory<T> mF1, mF2; 84 FactoryMerger(Factory<T> f1, Factory<T> f2) { 166 * Return the current factory (or null). This is called on each element 167 * name. If the factory returns an item, add that to the hierarchy. If it 170 public final Factory<T> getFactory() { 175 * Attach a custom Factory interface for creating items while using thi [all...] |
/packages/apps/Camera2/src/com/android/camera/burst/ |
BurstTakerImpl.java | 39 private final RequestBuilder.Factory mRequestBuilder; 57 * @param builder factory to use for creating the {@link Request} for burst 59 * @param imageFactory the factory to use for creating a stream of images 68 FrameServer frameServer, RequestBuilder.Factory builder,
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
ConvergedImageCaptureCommand.java | 58 private final RequestBuilder.Factory mScanRequestTemplate; 59 private final RequestBuilder.Factory mRepeatingRequestBuilder; 62 private final List<RequestBuilder.Factory> mBurst; 70 private static RequestBuilder.Factory resetFocusExposureModes(RequestBuilder.Factory template) { 96 RequestBuilder.Factory repeatingRequestBuilder, 98 List<RequestBuilder.Factory> burst, boolean waitForAEConvergence, 193 for (RequestBuilder.Factory builderTemplate : mBurst) {
|
PictureTakerFactory.java | 40 public static PictureTakerFactory create(Logger.Factory logFactory, MainThread mainExecutor, 44 RequestBuilder.Factory rootRequestBuilder,
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
DatabaseUpgradeHelper.java | 21 import com.android.messaging.Factory; 52 final Context context = Factory.get().getApplicationContext();
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
DocumentImagePicker.java | 24 import com.android.messaging.Factory; 115 Factory.get().getApplicationContext().getContentResolver(), documentUri);
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
ContactRecipientEntryUtils.java | 23 import com.android.messaging.Factory; 82 return Factory.get().getApplicationContext().getResources().getString(
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
DefaultSuggestionViewFactory.java | 30 * Suggestion view factory for Google suggestions. 40 mDefaultFactory = new DefaultSuggestionView.Factory(context); 41 addFactory(new WebSearchSuggestionView.Factory(context)); 47 protected final void addFactory(SuggestionViewFactory factory) { 48 mFactories.addFirst(factory); 56 for (SuggestionViewFactory factory : mFactories) { 57 mViewTypes.addAll(factory.getSuggestionViewTypes()); 66 for (SuggestionViewFactory factory : mFactories) { 67 if (factory.canCreateView(suggestion)) { 68 return factory.getView(suggestion, userQuery, convertView, parent) [all...] |