HomeSort by relevance Sort by last modified time
    Searched refs:namespace (Results 376 - 400 of 876) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 39 namespace std {
90 } // namespace std
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 39 namespace std {
90 } // namespace std
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 41 namespace std {
92 } // namespace std
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 41 namespace std {
92 } // namespace std
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 41 namespace std {
92 } // namespace std
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 41 namespace std {
92 } // namespace std
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 41 namespace std {
92 } // namespace std
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 41 namespace std {
92 } // namespace std
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 41 namespace std {
92 } // namespace std
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 41 namespace std {
92 } // namespace std
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 299 // figure out the prefix associated with the android namespace.
346 public String getAttributeValue(String namespace, String localName) {
348 ANDROID_URI.equals(namespace)) {
356 ANDROID_URI.equals(namespace)) {
374 Node attribute = xmlNode.getAttributes().getNamedItemNS(namespace, localName);
380 if (attribute == null && namespace != null && !namespace.equals(ANDROID_URI)) {
387 ANDROID_URI.equals(namespace)) {
397 ANDROID_URI.equals(namespace)) {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 215 // ignore "ID" without namespace
370 // remove the namespace-definitions from the list
561 "All XML elements must be in a namespace", BADXMP);
990 String namespace = xmlNode.getNamespaceURI(); local
992 if (namespace != null)
994 if (NS_DC_DEPRECATED.equals(namespace))
996 // Fix a legacy DC namespace
997 namespace = NS_DC;
1000 String prefix = registry.getNamespacePrefix(namespace);
1004 prefix = registry.registerNamespace(namespace, prefix)
1257 String namespace = node.getNamespaceURI(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 35 namespace Antlr.Runtime
EarlyExitException.cs 33 namespace Antlr.Runtime {
MismatchedNotSetException.cs 33 namespace Antlr.Runtime {
MismatchedSetException.cs 33 namespace Antlr.Runtime {
MismatchedTreeNodeException.cs 33 namespace Antlr.Runtime {
RecognizerSharedState.cs 33 namespace Antlr.Runtime {
UnbufferedTokenStream.cs 33 namespace Antlr.Runtime {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs 33 namespace Antlr.Runtime.Debug {
Tracer.cs 35 namespace Antlr.Runtime.Debug
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
ExceptionExtensions.cs 38 namespace Antlr.Runtime.JavaExtensions {
IOExtensions.cs 40 namespace Antlr.Runtime.JavaExtensions
StringTokenizer.cs 35 namespace Antlr.Runtime.JavaExtensions
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
ErrorManager.cs 35 namespace Antlr.Runtime.Misc

Completed in 4588 milliseconds

<<11121314151617181920>>