HomeSort by relevance Sort by last modified time
    Searched refs:factory (Results 751 - 775 of 2677) sorted by null

<<31323334353637383940>>

  /external/chromium_org/net/dns/
dns_client.cc 31 ClientSocketFactory* factory = ClientSocketFactory::GetDefaultFactory(); variable
33 config.randomize_ports ? DnsSocketPool::CreateDefault(factory)
34 : DnsSocketPool::CreateNull(factory));
  /external/chromium_org/net/socket_stream/
socket_stream_job_manager.cc 50 const std::string& scheme, SocketStreamJob::ProtocolFactory* factory) {
60 if (factory) {
61 factories_[scheme] = factory;
  /external/chromium_org/ppapi/proxy/
dispatcher.cc 37 InterfaceProxy::Factory factory = local
39 if (!factory) {
43 proxy = factory(this);
  /external/chromium_org/third_party/libjingle/source/talk/base/
referencecountedsingletonfactory.h 42 // Thus, the factory owns at most one object of the desired kind, and
45 // and if the reference count hits zero, the factory can throw the object
46 // away. If a consumer requests the pointer and the factory has none,
103 // Create a pointer that uses the factory to get the instance.
105 explicit rcsf_ptr(ReferenceCountedSingletonFactory<Interface>* factory)
107 factory_(factory) {
131 // Set instance to NULL and tell the factory we aren't using the instance
147 // Returns the factory that this pointer is using.
148 ReferenceCountedSingletonFactory<Interface>* factory() const { function in class:talk_base::rcsf_ptr
  /external/chromium_org/third_party/webrtc/base/
referencecountedsingletonfactory.h 25 // Thus, the factory owns at most one object of the desired kind, and
28 // and if the reference count hits zero, the factory can throw the object
29 // away. If a consumer requests the pointer and the factory has none,
86 // Create a pointer that uses the factory to get the instance.
88 explicit rcsf_ptr(ReferenceCountedSingletonFactory<Interface>* factory)
90 factory_(factory) {
114 // Set instance to NULL and tell the factory we aren't using the instance
130 // Returns the factory that this pointer is using.
131 ReferenceCountedSingletonFactory<Interface>* factory() const { function in class:rtc::rcsf_ptr
  /external/deqp/framework/common/
tcuFactoryRegistry.cpp 85 void GenericFactoryRegistry::registerFactory (AbstractFactory* factory)
87 DE_ASSERT(!getFactoryByName(factory->getName()));
88 m_factories.push_back(factory);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDirectCursorDriver.java 43 public Cursor query(CursorFactory factory, String[] selectionArgs) {
49 if (factory == null) {
52 cursor = factory.newCursor(mDatabase, this, mEditTable, query);
  /frameworks/support/v4/api20/android/support/v4/app/
RemoteInputCompatApi20.java 25 RemoteInputCompatBase.RemoteInput.Factory factory) {
29 RemoteInputCompatBase.RemoteInput[] result = factory.newArray(srcArray.length);
32 result[i] = factory.build(src.getResultKey(), src.getLabel(), src.getChoices(),
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentinvalidcharacterexceptioncreateentref.java 45 * @param factory document factory, may not be null
48 public documentinvalidcharacterexceptioncreateentref(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 super(factory);
50 if (factory.hasFeature("XML", null) != true) {
documentinvalidcharacterexceptioncreateentref1.java 42 * @param factory document factory, may not be null
45 public documentinvalidcharacterexceptioncreateentref1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
46 super(factory);
47 if (factory.hasFeature("XML", null) != true) {
documentinvalidcharacterexceptioncreatepi.java 45 * @param factory document factory, may not be null
48 public documentinvalidcharacterexceptioncreatepi(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 super(factory);
50 if (factory.hasFeature("XML", null) != true) {
documentinvalidcharacterexceptioncreatepi1.java 42 * @param factory document factory, may not be null
45 public documentinvalidcharacterexceptioncreatepi1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
46 super(factory);
47 if (factory.hasFeature("XML", null) != true) {
hc_attrappendchild4.java 41 * @param factory document factory, may not be null
44 public hc_attrappendchild4(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
46 if (factory.hasFeature("XML", null) != true) {
hc_attrgetvalue2.java 39 * @param factory document factory, may not be null
42 public hc_attrgetvalue2(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
43 super(factory);
44 if (factory.hasFeature("XML", null) != true) {
hc_attrinsertbefore5.java 41 * @param factory document factory, may not be null
44 public hc_attrinsertbefore5(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
46 if (factory.hasFeature("XML", null) != true) {
hc_entitiesremovenameditem1.java 40 * @param factory document factory, may not be null
43 public hc_entitiesremovenameditem1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
44 super(factory);
45 if (factory.hasFeature("XML", null) != true) {
hc_entitiessetnameditem1.java 41 * @param factory document factory, may not be null
44 public hc_entitiessetnameditem1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
46 if (factory.hasFeature("XML", null) != true) {
hc_nodevalue07.java 41 * @param factory document factory, may not be null
44 public hc_nodevalue07(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
46 if (factory.hasFeature("XML", null) != true) {
hc_nodevalue08.java 41 * @param factory document factory, may not be null
44 public hc_nodevalue08(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
46 if (factory.hasFeature("XML", null) != true) {
hc_notationsremovenameditem1.java 40 * @param factory document factory, may not be null
43 public hc_notationsremovenameditem1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
44 super(factory);
45 if (factory.hasFeature("XML", null) != true) {
hc_notationssetnameditem1.java 41 * @param factory document factory, may not be null
44 public hc_notationssetnameditem1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
46 if (factory.hasFeature("XML", null) != true) {
  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.cc 366 PrefServiceSyncableFactory* factory,
374 factory->set_managed_prefs(
379 factory->set_recommended_prefs(
388 factory->set_supervised_user_prefs(
394 factory->set_async(async);
395 factory->set_extension_prefs(extension_prefs);
396 factory->set_command_line_prefs(
399 factory->set_read_error_callback(base::Bind(&HandleReadError));
400 factory->set_user_prefs(user_pref_store);
425 PrefServiceSyncableFactory factory; local
458 PrefServiceSyncableFactory factory; local
    [all...]
  /external/chromium_org/v8/src/
json-parser.h 34 factory_(isolate_->factory()),
175 inline Factory* factory() { return factory_; } function in class:v8::internal::BASE_EMBEDDED
191 Factory* factory_;
209 Factory* factory = this->factory(); local
215 array = factory->NewJSArray(0);
229 array = factory->NewJSArray(0);
233 array = factory->NewJSArray(0)
    [all...]
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 112 private final ITypeFactory factory; field in class:GenericSignatureParser
117 public GenericSignatureParser(ITypeFactory factory,
119 this.factory = factory;
304 SigTypeVariableDefinition typeVariable = factory.getTypeVariable(name,
364 SigArrayType arrayType = factory.getArrayType(parseTypeSignature());
398 parentType = factory.getClassReference(packageName, className);
400 IClassReference rawType = factory.getClassReference(packageName,
402 SigParameterizedType parameterizedType = factory
423 memberType = factory.getClassReference(packageName, className)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
sync_value_store_cache.cc 40 const scoped_refptr<SettingsStorageFactory>& factory,
53 factory, observers, profile_path));
93 const scoped_refptr<SettingsStorageFactory>& factory,
99 factory,
106 factory,

Completed in 1398 milliseconds

<<31323334353637383940>>