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

<<11121314151617181920>>

  /packages/apps/Camera2/src/com/android/camera/device/
LegacyCameraActions.java 46 Logger.Factory logFactory) {
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
ManualAutoFocusFactory.java 72 Runnable previewRunner, RequestBuilder.Factory rootBuilder,
  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
CameraCommandExecutor.java 87 public CameraCommandExecutor(Logger.Factory loggerFactory,
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
ImageDistributorImpl.java 77 public ImageDistributorImpl(Logger.Factory logFactory,
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
InsertNewMessageAction.java 26 import com.android.messaging.Factory;
265 final long threadId = MmsUtils.getOrCreateThreadId(Factory.get().getApplicationContext(),
295 final Context context = Factory.get().getApplicationContext();
352 final Context context = Factory.get().getApplicationContext();
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessagePartData.java 28 import com.android.messaging.Factory;
430 Factory.get().getApplicationContext().getContentResolver().delete(
443 Factory.get().getApplicationContext().getContentResolver().delete(
454 Factory.get().getApplicationContext(), mContentUri);
  /packages/apps/Messaging/src/com/android/messaging/util/
UiUtils.java 47 import com.android.messaging.Factory;
172 return Factory.get().getApplicationContext().getResources().getConfiguration().orientation
177 return Factory.get().getApplicationContext();
303 return OsUtil.isAtLeastJB_MR2() && Factory.get().getApplicationContext().getResources()
  /external/okhttp/okio/okio/src/test/java/okio/
BufferedSourceTest.java 40 private static final Factory BUFFER_FACTORY = new Factory() {
54 private static final Factory REAL_BUFFERED_SOURCE_FACTORY = new Factory() {
68 private static final Factory ONE_BYTE_AT_A_TIME_FACTORY = new Factory() {
86 private interface Factory {
108 private final Factory factory; field in class:BufferedSourceTest
109 public BufferedSourceTest(Factory factory)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java 45 import com.android.messaging.Factory;
640 final Context context = Factory.get().getApplicationContext();
692 final Context context = Factory.get().getApplicationContext();
729 final Context context = Factory.get().getApplicationContext();
741 final Context context = Factory.get().getApplicationContext();
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 478 /// A factory, from which one makes pools, from which one creates
540 AttributeFactory &Factory;
544 return Factory.allocate(size);
557 /// Create a new pool for a factory.
558 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {}
563 AttributePool(AttributePool &&pool) : Factory(pool.Factory), Head(pool.Head) {
567 AttributeFactory &getFactory() const { return Factory; }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 79 typedef PrimRangeSet::Factory Factory;
86 RangeSet addRange(Factory &F, const RangeSet &RS) {
99 RangeSet(Factory &F, const llvm::APSInt &from, const llvm::APSInt &to)
114 void IntersectInRange(BasicValueFactory &BV, Factory &F,
247 RangeSet Intersect(BasicValueFactory &BV, Factory &F,
343 RangeSet::Factory F;
404 ConstraintRangeTy::Factory& CRFactory = state->get_context<ConstraintRange>();
  /external/clang/unittests/AST/
MatchVerifier.h 92 std::unique_ptr<tooling::FrontendActionFactory> Factory(
123 if (!tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 30 // note: the ordering is consistent with code in Factory:
38 // note: the ordering is consistent with code in Factory and SrcFileItem:
49 abstract class Factory
231 private Factory () {}
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRangesTest.java 18 import android.icu.text.PluralRules.Factory;
52 final PluralRanges pluralRanges = Factory.getDefaultFactory().getPluralRanges(locale);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestBagFormatter.java 37 static final void generatePropertyAliases(boolean showValues, UnicodeProperty.Factory ups) {
106 UnicodeProperty.Factory ups = ICUPropertyFactory.make();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodePropertySymbolTable.java 31 final UnicodeProperty.Factory factory; field in class:UnicodePropertySymbolTable
33 public UnicodePropertySymbolTable(UnicodeProperty.Factory factory) {
35 this.factory = factory;
131 UnicodeProperty prop = factory.getProperty(propertyName);
158 otherProperty = factory.getProperty(otherPropName);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRangesTest.java 17 import com.ibm.icu.text.PluralRules.Factory;
48 final PluralRanges pluralRanges = Factory.getDefaultFactory().getPluralRanges(locale);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestBagFormatter.java 36 static final void generatePropertyAliases(boolean showValues, UnicodeProperty.Factory ups) {
105 UnicodeProperty.Factory ups = ICUPropertyFactory.make();
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
UnicodePropertySymbolTable.java 30 final UnicodeProperty.Factory factory; field in class:UnicodePropertySymbolTable
32 public UnicodePropertySymbolTable(UnicodeProperty.Factory factory) {
34 this.factory = factory;
130 UnicodeProperty prop = factory.getProperty(propertyName);
157 otherProperty = factory.getProperty(otherPropName);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
CacheStrategy.java 88 public static class Factory {
125 public Factory(long nowMillis, Request request, Response cacheResponse) {
  /external/v8/src/runtime/
runtime-i18n.cc 12 #include "src/factory.h"
45 Factory* factory = isolate->factory(); local
62 return *factory->NewStringFromAsciiChecked(kInvalidTag);
71 return *factory->NewStringFromAsciiChecked(kInvalidTag);
74 return *factory->NewStringFromAsciiChecked(result);
80 Factory* factory = isolate->factory(); local
125 Factory* factory = isolate->factory(); local
146 Factory* factory = isolate->factory(); local
332 Factory* factory = isolate->factory(); local
427 Factory* factory = isolate->factory(); local
533 Factory* factory = isolate->factory(); local
634 Factory* factory = isolate->factory(); local
    [all...]
  /frameworks/base/core/java/android/view/
LayoutInflater.java 56 * To create a new LayoutInflater with an additional {@link Factory} for your
59 * Factory.
86 private Factory mFactory;
132 public interface Factory {
153 public interface Factory2 extends Factory {
172 private final Factory mF1, mF2;
175 FactoryMerger(Factory f1, Factory2 f12, Factory f2, Factory2 f22) {
262 * Return the current {@link Factory} (or null). This is called on each element
263 * name. If the factory returns a View, add that to the hierarchy. If i
    [all...]
  /frameworks/support/v4/kitkat/android/support/v4/app/
NotificationCompatKitKat.java 139 int actionIndex, NotificationCompatBase.Action.Factory factory,
140 RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory) {
148 return NotificationCompatJellybean.readAction(factory, remoteInputFactory,
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
ExplodeOpTest.java 67 exerciseOps(TestData.Factory.ofArray("stringsArray", stringsArray), s -> s.flatMap(flattenChars));
68 exerciseOps(TestData.Factory.ofArray("LONG_STRING", new String[] {LONG_STRING}), s -> s.flatMap(flattenChars));
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstCaptureCommand.java 58 private final RequestBuilder.Factory mBuilderFactory;
74 * @param builder factory to use for creating the {@link Request} for burst
76 * @param managedImageReader the factory to use for creating a stream of
90 public BurstCaptureCommand(FrameServer frameServer, RequestBuilder.Factory builder,

Completed in 964 milliseconds

<<11121314151617181920>>