HomeSort by relevance Sort by last modified time
    Searched defs:helpers (Results 1 - 25 of 44) sorted by null

1 2

  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserFactory.java 6 package org.xml.sax.helpers;
23 * {@link org.xml.sax.helpers.XMLReaderFactory XMLReaderFactory} instead.</p>
NewInstance.java 8 package org.xml.sax.helpers;
XMLReaderFactory.java 8 package org.xml.sax.helpers;
DefaultHandler.java 7 package org.xml.sax.helpers;
LocatorImpl.java 6 package org.xml.sax.helpers;
AttributeListImpl.java 6 package org.xml.sax.helpers;
24 * replaced by the new SAX2 {@link org.xml.sax.helpers.AttributesImpl
57 * {@link org.xml.sax.helpers.AttributesImpl
AttributesImpl.java 7 package org.xml.sax.helpers;
36 * org.xml.sax.helpers.AttributeListImpl AttributeListImpl}
NamespaceSupport.java 7 package org.xml.sax.helpers;
601 * @see org.xml.sax.helpers.NamespaceSupport#declarePrefix
640 * @see org.xml.sax.helpers.NamespaceSupport#processName
720 * @see org.xml.sax.helpers.NamespaceSupport#getURI
742 * @see org.xml.sax.helpers.NamespaceSupport#getPrefix
758 * @see org.xml.sax.helpers.NamespaceSupport#getDeclaredPrefixes
772 * @see org.xml.sax.helpers.NamespaceSupport#getPrefixes
XMLReaderAdapter.java 7 package org.xml.sax.helpers;
XMLFilterImpl.java 7 package org.xml.sax.helpers;
ParserAdapter.java 7 package org.xml.sax.helpers;
51 * @see org.xml.sax.helpers.XMLReaderAdapter
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
ParserFactoryTest.java 17 package tests.api.org.xml.sax.helpers;
21 import org.xml.sax.helpers.ParserFactory;
XMLReaderFactoryTest.java 17 package tests.api.org.xml.sax.helpers;
22 import org.xml.sax.helpers.XMLReaderFactory;
LocatorImplTest.java 17 package tests.api.org.xml.sax.helpers;
22 import org.xml.sax.helpers.LocatorImpl;
DefaultHandlerTest.java 17 package tests.api.org.xml.sax.helpers;
24 import org.xml.sax.helpers.AttributesImpl;
25 import org.xml.sax.helpers.DefaultHandler;
26 import org.xml.sax.helpers.LocatorImpl;
NamespaceSupportTest.java 17 package tests.api.org.xml.sax.helpers;
26 import org.xml.sax.helpers.NamespaceSupport;
AttributeListImplTest.java 17 package tests.api.org.xml.sax.helpers;
22 import org.xml.sax.helpers.AttributeListImpl;
ParserAdapterTest.java 17 package tests.api.org.xml.sax.helpers;
35 import org.xml.sax.helpers.AttributeListImpl;
36 import org.xml.sax.helpers.LocatorImpl;
37 import org.xml.sax.helpers.ParserAdapter;
XMLFilterImplTest.java 17 package tests.api.org.xml.sax.helpers;
35 import org.xml.sax.helpers.AttributesImpl;
36 import org.xml.sax.helpers.LocatorImpl;
37 import org.xml.sax.helpers.XMLFilterImpl;
XMLReaderAdapterTest.java 17 package tests.api.org.xml.sax.helpers;
34 import org.xml.sax.helpers.AttributesImpl;
35 import org.xml.sax.helpers.LocatorImpl;
36 import org.xml.sax.helpers.XMLReaderAdapter;
AttributesImplTest.java 17 package tests.api.org.xml.sax.helpers;
22 import org.xml.sax.helpers.AttributesImpl;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
  /frameworks/base/core/java/android/app/backup/
BackupHelperDispatcher.java 47 // First, do the helpers that we've already done, since they're already in the state
51 TreeMap<String,BackupHelper> helpers = (TreeMap<String,BackupHelper>)mHelpers.clone(); local
59 BackupHelper helper = helpers.get(header.keyPrefix);
63 helpers.remove(header.keyPrefix);
72 for (Map.Entry<String,BackupHelper> entry: helpers.entrySet()) {
  /frameworks/native/services/sensorservice/
mat.h 30 namespace helpers { namespace in namespace:android
119 }; // namespace helpers
149 helpers::doAssign(*this, rhs);
166 return helpers::doAssign(*this, rhs);
173 return helpers::doAdd(
178 return helpers::doSub(
188 return helpers::doMul(lhs, rhs);
194 return helpers::doMul(lhs, rhs);
200 return helpers::doMul(lhs, rhs);
205 return helpers::doMul(lhs, v)
    [all...]
vec.h 34 // non-inline helpers
42 namespace helpers { namespace in namespace:android
119 }; // namespace helpers
148 return helpers::doAdd(lhs, rhs);
160 return helpers::doSub(lhs, rhs);
171 return helpers::doMulScalar(lhs, rhs);
182 return helpers::doScalarMul(lhs, rhs);
337 helpers::doAssign(*this, rhs);
366 return helpers::doAssign(*this, rhs);
386 return helpers::doAdd(lhs, rhs)
    [all...]

Completed in 1892 milliseconds

1 2