HomeSort by relevance Sort by last modified time
    Searched refs:namespace (Results 126 - 150 of 1118) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/mac/
IntPointMac.mm 29 namespace WebCore {
IntSizeMac.mm 29 namespace WebCore {
  /external/chromium_org/third_party/libjingle/source/talk/base/
maccocoathreadhelper.mm 34 namespace talk_base {
61 } // namespace talk_base
  /external/chromium_org/third_party/webrtc/base/
maccocoathreadhelper.mm 17 namespace rtc {
44 } // namespace rtc
  /external/chromium_org/ui/ozone/
generate_constructor_list.py 16 --namespace ui \
26 namespace ui {
31 } // namespace ui
33 namespace ui {
45 } // namespace ui
74 def GenerateConstructorList(out, namespace, export, typenames, platforms,
88 out.write('namespace %(namespace)s {\n' % {'namespace': namespace})
    [all...]
  /external/smack/src/org/jivesoftware/smack/provider/
ProviderManager.java 58 * <namespace>jabber:iq:time</namespace>
63 * Each IQ provider is associated with an element name and a namespace. If multiple provider
64 * entries attempt to register to handle the same namespace, the first entry loaded from the
85 * A pluggable system for packet extensions, child elements in a custom namespace for
94 * <namespace>jabber:iq:event</namespace>
99 * If multiple provider entries attempt to register to handle the same element name and namespace,
106 * extension provider is not registered for an element name and namespace combination, Smack will
179 String namespace = parser.nextText() local
212 String namespace = parser.nextText(); local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
SimplePayload.java 32 * namespace and content. The content must be well formed XML.
35 * @param namespace The namespace of the payload, null if there is none
38 public SimplePayload(String elementName, String namespace, String xmlPayload)
42 ns = namespace;
  /libcore/luni/src/test/java/libcore/xml/
NamespacedAttributesLookupTest.java 33 * names for different combinations of namespaces and namespace prefixes.
40 "http://xml.org/sax/features/namespace-prefixes";
67 boolean namespace = true;
69 assertEquals(expected, getStartElements(xml, namespace, namespacePrefixes));
94 boolean namespace = false;
96 assertEquals(expected, getStartElements(xml, namespace, namespacePrefixes));
99 public List<String> getStartElements(String xml, final boolean namespace, boolean namespacePrefixes)
103 reader.setFeature(SAX_PROPERTY_NS, namespace);
113 if (namespace) {
121 if (namespace) {
    [all...]
  /ndk/sources/cxx-stl/gabi++/include/
csetjmp 45 namespace std
49 } // namespace std
  /ndk/sources/cxx-stl/system/include/
csetjmp 45 namespace std
49 } // namespace std
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
csetjmp 43 namespace std
47 } // namespace std
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
csetjmp 43 namespace std
47 } // namespace std
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
csetjmp 45 namespace std
49 } // namespace std
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
csetjmp 45 namespace std
49 } // namespace std
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
csetjmp 45 namespace std
49 } // namespace std
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
csetjmp 45 namespace std
49 } // namespace std
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
csetjmp 45 namespace std
49 } // namespace std
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
csetjmp 45 namespace std
49 } // namespace std
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
csetjmp 45 namespace std
49 } // namespace std
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
csetjmp 45 namespace std
49 } // namespace std
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
csetjmp 45 namespace std
49 } // namespace std
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestAttributeSet.java 54 public boolean getAttributeBooleanValue(String namespace, String attribute, boolean defaultValue) {
55 String value = getAttributeValueInMap(namespace, attribute);
60 public String getAttributeValue(String namespace, String attribute) {
61 return getAttributeValueInMap(namespace, attribute);
65 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) {
66 String value = getAttributeValueInMap(namespace, attribute);
101 public int getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue) {
106 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) {
111 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) {
112 String value = getAttributeValueInMap(namespace, attribute)
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 77 throw new IllegalStateException("Cannot set default namespace for elements in no namespace");
185 public String getPrefix(String namespace, boolean create) {
187 return getPrefix(namespace, false, create);
195 String namespace,
203 if (nspStack[i + 1].equals(namespace)
224 if (namespace.isEmpty())
243 setPrefix(prefix, namespace);
271 public void setPrefix(String prefix, String namespace)
277 if (namespace == null
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 36 namespace Antlr.Runtime
ITokenStream.cs 32 namespace Antlr.Runtime {

Completed in 910 milliseconds

1 2 3 4 56 7 8 91011>>