/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/ |
RepeatFailureHandlerComponent.java | 48 public static RepeatFailureHandlerComponent create(Logger.Factory logFactory,
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
LegacyPictureTakerFactory.java | 41 frameServer, RequestBuilder.Factory rootRequestBuilder,
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
MtpDeviceIndexRunnable.java | 43 * MtpDeviceIndexRunnable factory. 45 public static class Factory { 73 private static Factory sDefaultFactory = new Factory(); 75 public static Factory getFactory() {
|
/packages/apps/Messaging/src/com/android/messaging/ |
BugleApplication.java | 80 // Only create the factory if not running tests 100 // Called by the "real" factory from FactoryImpl.register() (i.e. not run in tests) 101 public void initializeSync(final Factory factory) { 103 final Context context = factory.getApplicationContext(); 104 final BugleGservices bugleGservices = factory.getBugleGservices(); 105 final BuglePrefs buglePrefs = factory.getApplicationPrefs(); 106 final DataModel dataModel = factory.getDataModel(); 108 factory.getCarrierConfigValuesLoader(); 165 public void initializeAsync(final Factory factory) [all...] |
FactoryImpl.java | 50 class FactoryImpl extends Factory { 77 public static Factory register(final Context applicationContext, 81 Assert.isNull(Factory.get()); 83 final FactoryImpl factory = new FactoryImpl(); local 84 Factory.setInstance(factory); 87 // At this point Factory is published. Services can now get initialized and depend on 88 // Factory.get(). 89 factory.mApplication = application; 90 factory.mApplicationContext = applicationContext [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/ |
NotificationPlayer.java | 28 import com.android.messaging.Factory; 86 (AudioManager) Factory.get().getApplicationContext() 91 player.setDataSource(Factory.get().getApplicationContext(), mCmd.uri); 346 final PowerManager pm = (PowerManager) Factory.get().getApplicationContext()
|
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.6/ |
dagger-2.6.jar | |
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
RangeTest.java | 52 withData(TestData.Factory.ofSupplier( 124 return TestData.Factory.ofIntSupplier("int range", () -> IntStream.range(start, end)); 128 return TestData.Factory.ofIntSupplier("int rangeClosed", () -> IntStream.rangeClosed(start, end)); 137 withData(TestData.Factory.ofIntSupplier( 207 return TestData.Factory.ofLongSupplier("long range", () -> LongStream.range(start, end)); 211 return TestData.Factory.ofLongSupplier("long rangeClosed", () -> LongStream.rangeClosed(start, end)); 220 withData(TestData.Factory.ofLongSupplier(
|
/external/okhttp/okio/okio/src/test/java/okio/ |
BufferedSinkTest.java | 38 private interface Factory { 48 new Factory() { 58 new Factory() { 72 private final Factory factory; 73 public BufferedSinkTest(Factory factory) { 74 this.factory = factory; 83 sink = factory.create(data) [all...] |
/external/v8/test/cctest/ |
test-weaksets.cc | 44 Factory* factory = isolate->factory(); local 45 Handle<Map> map = factory->NewMap(JS_WEAK_SET_TYPE, JSWeakSet::kSize); 46 Handle<JSObject> weakset_obj = factory->NewJSObjectFromMap(map); 73 Factory* factory = isolate->factory(); local 83 Handle<Map> map = factory->NewMap(JS_OBJECT_TYPE, JSObject::kHeaderSize); 84 Handle<JSObject> object = factory->NewJSObjectFromMap(map) 134 Factory* factory = isolate->factory(); local 178 Factory* factory = isolate->factory(); local 219 Factory* factory = isolate->factory(); local [all...] |
test-elements-kind.cc | 14 #include "src/factory.h" 30 Factory* factory = isolate->factory(); local 31 return factory->InternalizeUtf8String(str); 72 Factory* factory = isolate->factory(); local 75 Handle<FixedArray> empty_fixed_array(factory->empty_fixed_array()); 76 Handle<JSFunction> function = factory->NewFunction(factory->empty_string()) 100 Factory* factory = isolate->factory(); local 145 Factory* factory = isolate->factory(); local 198 Factory* factory = isolate->factory(); local 229 Factory* factory = isolate->factory(); local 288 Factory* factory = isolate->factory(); local 362 Factory* factory = isolate->factory(); local 411 Factory* factory = isolate->factory(); local [all...] |
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ |
FlagOpTest.java | 110 TestData<Integer, Stream<Integer>> data = TestData.Factory.ofArray("Array", countTo(10).toArray(new Integer[0])); 149 TestData<Integer, Stream<Integer>> data = TestData.Factory.ofArray("Array", countTo(10).toArray(new Integer[0])); 183 TestData<Integer, Stream<Integer>> data = TestData.Factory.ofArray("Array", countTo(10).toArray(new Integer[0])); 219 TestData<Integer, Stream<Integer>> data = TestData.Factory.ofArray("Array", countTo(10).toArray(new Integer[0])); 245 TestData<Integer, Stream<Integer>> data = TestData.Factory.ofArray("Array", countTo(10).toArray(new Integer[0]));
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
MeasureUnit.java | 177 Factory factory; local 179 factory = CURRENCY_FACTORY; 181 factory = TIMEUNIT_FACTORY; 183 factory = UNIT_FACTORY; 185 return MeasureUnit.addUnit(type, subType, factory); 208 protected interface Factory { 218 private static Factory UNIT_FACTORY = new Factory() { 224 static Factory CURRENCY_FACTORY = new Factory() [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
MeasureUnit.java | 188 Factory factory; local 190 factory = CURRENCY_FACTORY; 192 factory = TIMEUNIT_FACTORY; 194 factory = UNIT_FACTORY; 196 return MeasureUnit.addUnit(type, subType, factory); 217 protected interface Factory { 226 private static Factory UNIT_FACTORY = new Factory() { 232 static Factory CURRENCY_FACTORY = new Factory() [all...] |
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
MembersInjectionBinding.java | 119 static final class Factory { 122 private final Key.Factory keyFactory; 123 private final DependencyRequest.Factory dependencyRequestFactory; 125 Factory(Elements elements, Types types, Key.Factory keyFactory, 126 DependencyRequest.Factory dependencyRequestFactory) {
|
BindingGraph.java | 156 static final class Factory { 159 private final Key.Factory keyFactory; 160 private final ProvisionBinding.Factory provisionBindingFactory; 161 private final ProductionBinding.Factory productionBindingFactory; 163 Factory(Elements elements, 165 Key.Factory keyFactory, 166 ProvisionBinding.Factory provisionBindingFactory, 167 ProductionBinding.Factory productionBindingFactory) {
|
ComponentGenerator.java | 43 private final Key.Factory keyFactory; 50 Key.Factory keyFactory,
|
ModuleProcessingStep.java | 50 private final ProvisionBinding.Factory provisionBindingFactory; 58 ProvisionBinding.Factory provisionBindingFactory,
|
ProducerModuleProcessingStep.java | 51 private final ProductionBinding.Factory productionBindingFactory; 59 ProductionBinding.Factory productionBindingFactory,
|
/external/v8/test/mjsunit/ |
debug-liveedit-newsource.js | 43 + "ChooseAnimal.Factory = function Factory() {\n" 77 assertEquals("Hello Peter", ChooseAnimal.Factory()("Peter"));
|
/packages/apps/Messaging/src/com/android/messaging/receiver/ |
SmsReceiver.java | 39 import com.android.messaging.Factory; 221 Factory.get().getUIIntents().launchClassZeroActivity(context, messageValues); 262 final Context context = Factory.get().getApplicationContext(); 282 NotificationManagerCompat.from(Factory.get().getApplicationContext()); 299 NotificationManagerCompat.from(Factory.get().getApplicationContext()); 305 return Factory.get().getApplicationContext().getPackageName() + ":secondaryuser";
|
/external/clang/unittests/AST/ |
StmtPrinterTest.cpp | 76 std::unique_ptr<FrontendActionFactory> Factory( 79 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args))
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
BreakIteratorFactory.java | 22 import android.icu.impl.ICUService.Factory; 44 return service.unregisterFactory((Factory)key);
|
CollatorServiceShim.java | 19 import android.icu.impl.ICUService.Factory; 88 return service.unregisterFactory((Factory)registryKey);
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
CollatorServiceShim.java | 18 import com.ibm.icu.impl.ICUService.Factory; 87 return service.unregisterFactory((Factory)registryKey);
|