HomeSort by relevance Sort by last modified time
    Searched refs:nameSpace (Results 1 - 18 of 18) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
PaletteMetadataDescriptor.java 55 * where the name can start with "android:" to indicate a property in the android namespace,
103 String nameSpace = ""; //$NON-NLS-1$
106 nameSpace = ANDROID_URI;
110 SimpleAttribute attr = new SimpleAttribute(nameSpace, name, value);
115 domElement.setAttributeNS(nameSpace, name, value);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
MetaDataTest.java 81 final String nameSpace = "http://schemas.android.com/apk/res/android";
82 final int colorIntAttr = xml.getAttributeIntValue(nameSpace, "color", 0);
84 final String colorStrAttr = xml.getAttributeValue(nameSpace, "color");
  /external/skia/src/core/
SkResourceCache.h 36 // nameSpace must be unique per Key subclass.
39 void init(void* nameSpace, uint64_t sharedID, size_t length);
64 void* fNamespace; // A unique namespace tag. This is hashed.
SkResourceCache.cpp 29 void SkResourceCache::Key::init(void* nameSpace, uint64_t sharedID, size_t length) {
45 fNamespace = nameSpace;
  /external/libxml2/include/libxml/
SAX.h 140 xmlChar *nameSpace);
tree.h 136 * This is the namespace for the special xml: prefix predefined in the
137 * XML Namespace specification.
140 (const xmlChar *) "http://www.w3.org/XML/1998/namespace"
268 const xmlChar *prefix; /* the namespace prefix if any */
312 const xmlChar *prefix; /* Namespace prefix */
359 const xmlChar *prefix; /* the namespace prefix if any */
371 * A namespace declaration node.
379 * An XML namespace.
380 * Note that prefix == NULL is valid, it defines the default namespace
391 const xmlChar *href; /* URL for the namespace */
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 29 using namespace llvm;
31 namespace {
38 const std::string &Namespace, bool KnownToGCC) :
39 V(Variety), N(Name), NS(Namespace), K(KnownToGCC) {}
47 NS = Spelling.getValueAsString("Namespace");
54 const std::string &nameSpace() const { return NS; }
57 } // namespace
163 namespace {
    [all...]
  /external/libxml2/
tree.c 271 /* xml: prefix is not really a namespace */
713 * @node: the element carrying the namespace
715 * @prefix: the prefix for the namespace
717 * Creation of a new Namespace. This function will refuse to create
718 * a namespace with a similar prefix than an existing one present on this
720 * Note that for a default namespace, @prefix should be NULL.
722 * We use href==NULL in the case of an element creation where the namespace
725 * Returns a new namespace pointer or NULL
735 /* xml namespace is predefined, no need to add it */
741 * namespace, which break
    [all...]
valid.c     [all...]
testapi.c     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 688 milliseconds