HomeSort by relevance Sort by last modified time
    Searched refs:Factory (Results 326 - 350 of 953) sorted by null

<<11121314151617181920>>

  /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/v8/test/cctest/
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...]
test-slots-buffer.cc 17 Factory* factory = isolate->factory(); local
22 Handle<FixedArray> array = factory->NewFixedArray(2, TENURED);
64 Factory* factory = isolate->factory(); local
74 Handle<FixedArray> fake_object = factory->NewFixedArray(23, TENURED);
84 Handle<FixedArray> new_space_object = factory->NewFixedArray(23);
94 factory->NewFixedArray(23, TENURED)
    [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);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BreakIteratorFactory.java 21 import com.ibm.icu.impl.ICUService.Factory;
43 return service.unregisterFactory((Factory)key);
  /external/mockito/src/org/mockito/internal/creation/jmock/
ClassImposterizer.java 134 Factory proxy = (Factory) objenesis.newInstance(proxyClass);
  /external/skia/include/core/
SkImageDecoder.h 229 static SkImageDecoder* Factory(SkStreamRewindable*);
369 // calls SkImageDecoder::Factory(stream)
371 return SkImageDecoder::Factory(stream);
381 // decoder implementation that registers with the decoder factory must call it.
  /external/skia/src/lazy/
SkDiscardablePixelRef.cpp 15 SkDiscardableMemory::Factory* fact)
105 SkBitmap* dst, SkDiscardableMemory::Factory* factory) {
140 new SkDiscardablePixelRef(prInfo, autoGenerator.detach(), dst->rowBytes(), factory));
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliModifierList.java 41 import com.intellij.psi.impl.source.tree.Factory;
111 final TreeElement leaf = Factory.createSingleLeafElement(SmaliTokens.ACCESS_SPEC, name, null, getManager());
  /external/v8/src/compiler/
access-info.h 19 class Factory;
120 // Factory class for {ElementAccessInfo}s and {PropertyAccessInfo}s.
146 Factory* factory() const;
js-typed-lowering.h 17 class Factory;
107 Factory* factory() const;
  /frameworks/support/v4/java/android/support/v4/app/
RemoteInput.java 263 public static final Factory FACTORY = new Factory() {
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
DoubleStreamTestDataProvider.java 87 TestData.Factory.ofArray("array:" + name, doubles)});
94 TestData.Factory.ofSpinedBuffer("SpinedList:" + name, isl)});

Completed in 388 milliseconds

<<11121314151617181920>>