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

1 2

  /external/pdfium/fxjs/xfa/
cjx_model.cpp 44 WideString nameSpace;
46 nameSpace = runtime->ToWideString(params[2]);
78 WideString nameSpace;
80 nameSpace = runtime->ToWideString(params[0]);
83 runtime->NewBoolean(TryNamespace().value_or(WideString()) == nameSpace));
  /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);
  /prebuilts/go/darwin-x86/src/html/template/
template.go 28 *nameSpace // common to all associated templates
34 // nameSpace is the data structure shared by all templates in an association.
35 type nameSpace struct {
45 ns := t.nameSpace
85 t.nameSpace.mu.Lock()
86 defer t.nameSpace.mu.Unlock()
87 if t.nameSpace.escaped {
95 t.nameSpace.mu.Lock()
96 defer t.nameSpace.mu.Unlock()
97 t.nameSpace.escaped = tru
    [all...]
escape.go 84 // ns is the nameSpace that this escaper is associated with.
85 ns *nameSpace
103 func makeEscaper(n *nameSpace) escaper {
  /prebuilts/go/linux-x86/src/html/template/
template.go 28 *nameSpace // common to all associated templates
34 // nameSpace is the data structure shared by all templates in an association.
35 type nameSpace struct {
45 ns := t.nameSpace
85 t.nameSpace.mu.Lock()
86 defer t.nameSpace.mu.Unlock()
87 if t.nameSpace.escaped {
95 t.nameSpace.mu.Lock()
96 defer t.nameSpace.mu.Unlock()
97 t.nameSpace.escaped = tru
    [all...]
escape.go 84 // ns is the nameSpace that this escaper is associated with.
85 ns *nameSpace
103 func makeEscaper(n *nameSpace) escaper {
  /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 34 * @param nameSpace must be unique per Key subclass.
38 void init(void* nameSpace, uint64_t sharedID, size_t dataSize);
68 void* fNamespace; // A unique namespace tag. This is hashed.
SkResourceCache.cpp 32 void SkResourceCache::Key::init(void* nameSpace, uint64_t sharedID, size_t dataSize) {
48 fNamespace = nameSpace;
56 namespace {
  /external/skqp/src/core/
SkResourceCache.h 34 * @param nameSpace must be unique per Key subclass.
38 void init(void* nameSpace, uint64_t sharedID, size_t dataSize);
68 void* fNamespace; // A unique namespace tag. This is hashed.
SkResourceCache.cpp 32 void SkResourceCache::Key::init(void* nameSpace, uint64_t sharedID, size_t dataSize) {
48 fNamespace = nameSpace;
56 namespace {
  /external/libxml2/include/libxml/
SAX.h 140 xmlChar *nameSpace);
tree.h 137 * This is the namespace for the special xml: prefix predefined in the
138 * XML Namespace specification.
141 (const xmlChar *) "http://www.w3.org/XML/1998/namespace"
269 const xmlChar *prefix; /* the namespace prefix if any */
313 const xmlChar *prefix; /* Namespace prefix */
360 const xmlChar *prefix; /* the namespace prefix if any */
372 * A namespace declaration node.
380 * An XML namespace.
381 * Note that prefix == NULL is valid, it defines the default namespace
392 const xmlChar *href; /* URL for the namespace */
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 40 using namespace llvm;
42 namespace {
50 const std::string &Namespace, bool KnownToGCC) :
51 V(Variety), N(Name), NS(Namespace), K(KnownToGCC) {}
59 NS = Spelling.getValueAsString("Namespace");
66 const std::string &nameSpace() const { return NS; }
70 } // end anonymous namespace
181 namespace {
    [all...]
  /external/libxml2/
tree.c 277 /* xml: prefix is not really a namespace */
719 * @node: the element carrying the namespace
721 * @prefix: the prefix for the namespace
723 * Creation of a new Namespace. This function will refuse to create
724 * a namespace with a similar prefix than an existing one present on this
726 * Note that for a default namespace, @prefix should be NULL.
728 * We use href==NULL in the case of an element creation where the namespace
731 * Returns a new namespace pointer or NULL
741 /* xml namespace is predefined, no need to add it */
747 * namespace, which break
    [all...]
valid.c     [all...]
testapi.c     [all...]
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.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 
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 736 milliseconds

1 2