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

<<21222324252627282930>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java 39 import com.ibm.icu.text.PluralRules.Factory;
55 * object using a MeasureFormat factory method. Then use that
424 final PluralRanges pluralRanges = Factory.getDefaultFactory().getPluralRanges(getLocale());
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
UnicodeProperty.java 728 static public class Factory {
737 public final Factory add(UnicodeProperty sp) {
    [all...]
  /external/libvorbis/doc/
05-comment.tex 22 Honest Bob and the Factory-to-Dealer-Incentives, \textit{``I'm Still
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 189 * Provides a factory for returning plural rules
195 public static abstract class Factory {
257 * Returns the default factory.
    [all...]
  /external/skia/tools/json/
SkJSONRenderer.cpp 184 SkFlattenable::Factory factory = SkFlattenable::NameToFactory(name); local
185 if (factory == nullptr) {
186 SkDebugf("no factory for loading '%s'\n", name);
192 SkFlattenable* result = factory(buffer);
250 SkImageDecoder* decoder = SkImageDecoder::Factory(&stream);
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 318 const TemporalLayers::Factory& tl_factory =
320 ->Get<TemporalLayers::Factory>();
    [all...]
  /external/v8/src/parsing/
parser-base.h 74 // typedef Factory;
192 typename Traits::Type::Factory* factory);
238 typename Traits::Type::Factory* factory() { return factory_; } function in class:v8::internal::ParserBase::BASE_EMBEDDED
282 typename Traits::Type::Factory* factory_;
527 typename Traits::Type::Factory* factory() { function in class:v8::internal::ParserBase
528 return function_state_->factory();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/v8/src/debug/
debug.cc 498 OnDebugBreak(isolate_->factory()->undefined_value(), false);
510 Factory* factory = isolate_->factory(); local
519 break_points_hit = factory->NewFixedArray(array->length());
527 break_points_hit = factory->NewFixedArray(1);
535 return factory->undefined_value();
538 Handle<JSArray> result = factory->NewJSArrayWithElements(break_points_hit);
551 Handle<Object> undefined = isolate_->factory()->undefined_value();
558 Factory* factory = isolate_->factory() local
1438 Factory* factory = isolate_->factory(); local
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 565 STDMETHOD_(void, GetFactory)(ID2D1Factory **factory) const PURE;
573 STDMETHOD_(void, GetFactory)(ID2D1Resource *This, ID2D1Factory **factory) PURE;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
messages.js 304 * Message Factory.
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 415 void addArg(ArgEffects::Factory &af, unsigned idx, ArgEffect e) {
621 /// AF - A factory for ArgEffects objects.
622 ArgEffects::Factory AF;
    [all...]
  /external/v8/src/runtime/
runtime-object.cc 109 Factory* factory = isolate->factory(); local
110 return factory->LookupSingleCharacterStringFromCode(
210 Factory* factory = isolate->factory(); local
219 if (attrs == ABSENT) return factory->undefined_value();
222 Handle<FixedArray> elms = factory->NewFixedArray(DESCRIPTOR_SIZE);
245 return factory->NewJSArrayWithElements(elms)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV7.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java 257 InCallTonePlayer.Factory playerFactory = new InCallTonePlayer.Factory(
    [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 107 mInputManager = InputManagerCompat.Factory.getInputManager(this.getContext());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 441 // ProgramStateManager - Factory object for ProgramStates.
455 ProgramState::GenericDataMap::Factory GDMFactory;
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 657 final IPathEnumerator enumerator = IPathEnumerator.Factory.create (m_instrPath, m_canonical, this);
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 231 cacheStrategy = new CacheStrategy.Factory(now, request, cacheCandidate).get();
    [all...]

Completed in 483 milliseconds

<<21222324252627282930>>