HomeSort by relevance Sort by last modified time
    Searched refs:helpers (Results 51 - 75 of 265) sorted by null

1 23 4 5 6 7 8 91011

  /libcore/luni/src/main/java/org/xml/sax/ext/
DefaultHandler2.java 11 import org.xml.sax.helpers.DefaultHandler;
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
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;
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;
  /packages/apps/Mms/src/com/android/mms/dom/smil/parser/
SmilXmlParser.java 27 import org.xml.sax.helpers.XMLReaderFactory;
SmilContentHandler.java 24 import org.xml.sax.helpers.DefaultHandler;
  /system/media/camera/docs/
metadata_parser_xml.py 257 helpers = [(i, getattr(metadata_helpers, i))
259 helpers = dict(helpers)
264 ctx = Context(buf, metadata=self.metadata, **helpers)
  /external/chromium_org/ui/events/gestures/
gesture_recognizer_impl.cc 275 // Transfer helpers to the new GR.
276 std::vector<GestureEventHelper*>& helpers = local
277 g_gesture_recognizer_instance->helpers();
279 for (it = helpers.begin(); it != helpers.end(); ++it)
282 helpers.clear();
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.cc 84 namespace helpers = extension_web_request_api_helpers;
188 if (helpers::IsRelevantResourceType(info->GetResourceType()))
224 out->SetString(keys::kTypeKey, helpers::ResourceTypeToString(resource_type));
288 !helpers::CharListToString(list, value)) {
305 helpers::StringToCharList(value));
522 helpers::EventResponseDeltas response_deltas;
573 !helpers::ParseResourceType(type_str, &type))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TrAXFilter.java 38 import org.xml.sax.helpers.XMLFilterImpl;
39 import org.xml.sax.helpers.XMLReaderFactory;
  /external/chromium_org/sandbox/
seccomp_bpf_helpers.target.darwin-arm.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.darwin-x86.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.linux-arm.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.linux-x86.mk 26 sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc \
27 sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc \
28 sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc \
29 sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
  /prebuilts/devtools/tools/lib/
dvlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.2.0/
dvlib-22.2.0.jar 
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DexDepsXmlHandler.java 21 import org.xml.sax.helpers.DefaultHandler;
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiDescrHandler.java 20 import org.xml.sax.helpers.*;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLReaderManager.java 30 import org.xml.sax.helpers.XMLReaderFactory;
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
SAXParserImpl.java 29 import org.xml.sax.helpers.XMLReaderAdapter;
  /libcore/luni/src/main/java/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
DefaultHandler.java 7 package org.xml.sax.helpers;
XMLReaderFactory.java 8 package org.xml.sax.helpers;
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MockFilter.java 29 import org.xml.sax.helpers.XMLFilterImpl;
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 

Completed in 852 milliseconds

1 23 4 5 6 7 8 91011