/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemComment.java | 49 return Constants.ELEMNAME_COMMENT; in getXSLToken() 59 return Constants.ELEMNAME_COMMENT_STRING; in getNodeName() 112 case Constants.ELEMNAME_TEXTLITERALRESULT : in appendChild() 113 case Constants.ELEMNAME_APPLY_TEMPLATES : in appendChild() 114 case Constants.ELEMNAME_APPLY_IMPORTS : in appendChild() 115 case Constants.ELEMNAME_CALLTEMPLATE : in appendChild() 116 case Constants.ELEMNAME_FOREACH : in appendChild() 117 case Constants.ELEMNAME_VALUEOF : in appendChild() 118 case Constants.ELEMNAME_COPY_OF : in appendChild() 119 case Constants.ELEMNAME_NUMBER : in appendChild() [all …]
|
D | ElemPI.java | 101 return Constants.ELEMNAME_PI; in getXSLToken() 111 return Constants.ELEMNAME_PI_STRING; in getNodeName() 141 new Object[]{ Constants.ATTRNAME_NAME, piName }); in execute() 151 new Object[]{ Constants.ATTRNAME_NAME, piName }); in execute() 193 case Constants.ELEMNAME_TEXTLITERALRESULT : in appendChild() 194 case Constants.ELEMNAME_APPLY_TEMPLATES : in appendChild() 195 case Constants.ELEMNAME_APPLY_IMPORTS : in appendChild() 196 case Constants.ELEMNAME_CALLTEMPLATE : in appendChild() 197 case Constants.ELEMNAME_FOREACH : in appendChild() 198 case Constants.ELEMNAME_VALUEOF : in appendChild() [all …]
|
D | ElemAttribute.java | 59 return Constants.ELEMNAME_ATTRIBUTE; in getXSLToken() 69 return Constants.ELEMNAME_ATTRIBUTE_STRING; in getNodeName() 231 case Constants.ELEMNAME_TEXTLITERALRESULT : in appendChild() 232 case Constants.ELEMNAME_APPLY_TEMPLATES : in appendChild() 233 case Constants.ELEMNAME_APPLY_IMPORTS : in appendChild() 234 case Constants.ELEMNAME_CALLTEMPLATE : in appendChild() 235 case Constants.ELEMNAME_FOREACH : in appendChild() 236 case Constants.ELEMNAME_VALUEOF : in appendChild() 237 case Constants.ELEMNAME_COPY_OF : in appendChild() 238 case Constants.ELEMNAME_NUMBER : in appendChild() [all …]
|
D | ElemChoose.java | 51 return Constants.ELEMNAME_CHOOSE; in getXSLToken() 61 return Constants.ELEMNAME_CHOOSE_STRING; in getNodeName() 88 if (Constants.ELEMNAME_WHEN == type) in execute() 109 else if (Constants.ELEMNAME_OTHERWISE == type) in execute() 141 case Constants.ELEMNAME_WHEN : in appendChild() 142 case Constants.ELEMNAME_OTHERWISE : in appendChild()
|
D | ElemFallback.java | 48 return Constants.ELEMNAME_FALLBACK; in getXSLToken() 58 return Constants.ELEMNAME_FALLBACK_STRING; in getNodeName() 95 if (Constants.ELEMNAME_EXTENSIONCALL == parentElemType in executeFallback() 96 || Constants.ELEMNAME_UNDEFINED == parentElemType) in executeFallback()
|
D | ElemParam.java | 60 return Constants.ELEMNAME_PARAMVARIABLE; in getXSLToken() 70 return Constants.ELEMNAME_PARAMVARIABLE_STRING; in getNodeName() 96 if (parentToken == Constants.ELEMNAME_TEMPLATE in compose() 97 || parentToken == Constants.EXSLT_ELEMNAME_FUNCTION) in compose()
|
D | ElemText.java | 107 return Constants.ELEMNAME_TEXT; in getXSLToken() 117 return Constants.ELEMNAME_TEXT_STRING; in getNodeName() 136 case Constants.ELEMNAME_TEXTLITERALRESULT : in appendChild()
|
D | DecimalFormatProperties.java | 66 m_dfs.setInfinity(Constants.ATTRVAL_INFINITY); in DecimalFormatProperties() 67 m_dfs.setNaN(Constants.ATTRVAL_NAN); in DecimalFormatProperties() 258 return Constants.ELEMNAME_DECIMALFORMAT_STRING; in getNodeName() 317 return Constants.ELEMNAME_DECIMALFORMAT; in getXSLToken()
|
D | ElemMessage.java | 51 private boolean m_terminate = Constants.ATTRVAL_NO; // default value 87 return Constants.ELEMNAME_MESSAGE; in getXSLToken() 97 return Constants.ELEMNAME_MESSAGE_STRING; in getNodeName()
|
D | ElemUnknown.java | 44 return Constants.ELEMNAME_UNDEFINED; in getXSLToken() 61 if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK) in executeFallbacks() 87 if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK) in hasFallbackChildren()
|
D | ElemExsltFunction.java | 51 return Constants.EXSLT_ELEMNAME_FUNCTION; in getXSLToken() 63 return Constants.EXSLT_ELEMNAME_FUNCTION_STRING; in getNodeName() 137 if (!(namespace.equals(Constants.S_EXSLT_FUNCTIONS_URL))) in compose() 139 namespace = Constants.S_EXSLT_FUNCTIONS_URL; in compose()
|
D | RedundentExprEliminator.java | 57 static final String PSUEDOVARNAMESPACE = Constants.S_VENDORURL+"/xalan/psuedovar"; 926 if ((null != ete) && (Constants.ELEMNAME_PARAMVARIABLE == ete.getXSLToken())) in addVarDeclToElem() 935 if ((null != ete) && Constants.ELEMNAME_PARAMVARIABLE != ete.getXSLToken()) in addVarDeclToElem() 963 case Constants.ELEMNAME_PARAMVARIABLE: in isParam() 965 case Constants.ELEMNAME_TEMPLATE: in isParam() 966 case Constants.ELEMNAME_STYLESHEET: in isParam() 993 if((Constants.ELEMNAME_VARIABLE == type) || in getPrevVariableElem() 994 (Constants.ELEMNAME_PARAMVARIABLE == type)) in getPrevVariableElem() 1018 if((Constants.ELEMNAME_FOREACH == type) || in getPrevElementWithinContext() 1019 (Constants.ELEMNAME_TEMPLATE == type) || in getPrevElementWithinContext() [all …]
|
D | ElemAttributeSet.java | 82 return Constants.ELEMNAME_DEFINEATTRIBUTESET; in getXSLToken() 92 return Constants.ELEMNAME_ATTRIBUTESET_STRING; in getNodeName() 151 case Constants.ELEMNAME_ATTRIBUTE : in appendChildElem()
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTSchema.java | 25 import org.apache.xalan.templates.Constants; 230 …new XSLTAttributeDef(Constants.S_XMLNAMESPACEURI, "space", false, false, false, XSLTAttributeDef.W… in build() 231 "default", Constants.ATTRVAL_STRIP, "preserve", in build() 232 Constants.ATTRVAL_PRESERVE); in build() 236 new XSLTAttributeDef(Constants.S_XMLNAMESPACEURI, "space", in build() 254 "single", Constants.NUMBERLEVEL_SINGLE, in build() 255 "multiple", Constants.NUMBERLEVEL_MULTI, in build() 256 "any", Constants.NUMBERLEVEL_ANY); in build() 276 "alphabetic", Constants.NUMBERLETTER_ALPHABETIC, in build() 277 "traditional", Constants.NUMBERLETTER_TRADITIONAL); in build() [all …]
|
D | XSLTElementDef.java | 26 import org.apache.xalan.templates.Constants; 62 && (namespace.equals(Constants.S_XSLNAMESPACEURL) in XSLTElementDef() 63 || namespace.equals(Constants.S_BUILTIN_EXTENSIONS_URL) in XSLTElementDef() 64 || namespace.equals(Constants.S_BUILTIN_OLD_EXTENSIONS_URL))) in XSLTElementDef() 92 && (namespace.equals(Constants.S_XSLNAMESPACEURL) in XSLTElementDef() 93 || namespace.equals(Constants.S_BUILTIN_EXTENSIONS_URL) in XSLTElementDef() 94 || namespace.equals(Constants.S_BUILTIN_OLD_EXTENSIONS_URL))) in XSLTElementDef() 484 if (!equalsMayBeNullOrZeroLen(uri, Constants.S_XSLNAMESPACEURL)) in getProcessorFor() 610 if (uri.length() > 0 && !equalsMayBeNullOrZeroLen(uri, Constants.S_XSLNAMESPACEURL)) in getAttributeDef()
|
D | ProcessorLRE.java | 30 import org.apache.xalan.templates.Constants; 85 … handler.getProcessorFor(Constants.S_XSLNAMESPACEURL, "stylesheet", in startElement() 127 if ((null != attrUri) && attrUri.equals(Constants.S_XSLNAMESPACEURL)) in startElement() 134 … "xmlns")) && value.equals(Constants.S_XSLNAMESPACEURL)) in startElement() 219 && (uri.equals(Constants.S_BUILTIN_EXTENSIONS_URL) in startElement() 220 || uri.equals(Constants.S_BUILTIN_OLD_EXTENSIONS_URL))) in startElement() 364 if(decl.getURI().equals(Constants.S_XSLNAMESPACEURL)) in declaredXSLNS()
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
D | internet_network_element.js | 11 function Constants() {} class 13 Constants.MIN_WIRELESS_PASSWORD_LENGTH = 5; 15 Constants.MIN_WIRELESS_SSID_LENGTH = 1; 17 Constants.ACTIVATION_STATE_UNKNOWN = 0; 18 Constants.ACTIVATION_STATE_ACTIVATED = 1; 19 Constants.ACTIVATION_STATE_ACTIVATING = 2; 20 Constants.ACTIVATION_STATE_NOT_ACTIVATED = 3; 21 Constants.ACTIVATION_STATE_PARTIALLY_ACTIVATED = 4; 23 Constants.TYPE_UNKNOWN = 0; 24 Constants.TYPE_ETHERNET = 1; [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
D | ExtensionNamespacesManager.java | 25 import org.apache.xalan.templates.Constants; 210 String uri = Constants.S_EXTENSIONS_JAVA_URL; in setPredefinedNamespaces() 217 uri = Constants.S_EXTENSIONS_OLD_JAVA_URL; in setPredefinedNamespaces() 221 uri = Constants.S_EXTENSIONS_LOTUSXSL_JAVA_URL; in setPredefinedNamespaces() 225 uri = Constants.S_BUILTIN_EXTENSIONS_URL; in setPredefinedNamespaces() 232 uri = Constants.S_BUILTIN_OLD_EXTENSIONS_URL; in setPredefinedNamespaces() 237 uri = Constants.S_EXTENSIONS_REDIRECT_URL; in setPredefinedNamespaces() 242 uri = Constants.S_EXTENSIONS_PIPE_URL; in setPredefinedNamespaces() 247 uri = Constants.S_EXTENSIONS_SQL_URL; in setPredefinedNamespaces() 255 uri = Constants.S_EXSLT_COMMON_URL; in setPredefinedNamespaces() [all …]
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | constants.h | 36 #define NS_CLIENT Constants::ns_client() 37 #define NS_SERVER Constants::ns_server() 38 #define NS_STREAM Constants::ns_stream() 39 #define NS_XSTREAM Constants::ns_xstream() 40 #define NS_TLS Constants::ns_tls() 41 #define NS_SASL Constants::ns_sasl() 42 #define NS_BIND Constants::ns_bind() 43 #define NS_DIALBACK Constants::ns_dialback() 44 #define NS_SESSION Constants::ns_session() 45 #define NS_STANZA Constants::ns_stanza() [all …]
|
D | constants.cc | 39 const std::string & Constants::ns_client() { in ns_client() 44 const std::string & Constants::ns_server() { in ns_server() 49 const std::string & Constants::ns_stream() { in ns_stream() 54 const std::string & Constants::ns_xstream() { in ns_xstream() 59 const std::string & Constants::ns_tls() { in ns_tls() 64 const std::string & Constants::ns_sasl() { in ns_sasl() 69 const std::string & Constants::ns_bind() { in ns_bind() 74 const std::string & Constants::ns_dialback() { in ns_dialback() 79 const std::string & Constants::ns_session() { in ns_session() 84 const std::string & Constants::ns_stanza() { in ns_stanza() [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 167 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); in getExistingMachineCPValue() local 168 for (unsigned i = 0, e = Constants.size(); i != e; ++i) { in getExistingMachineCPValue() 169 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValue() 170 (Constants[i].getAlignment() & AlignMask) == 0) { in getExistingMachineCPValue() 172 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal; in getExistingMachineCPValue() 232 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); in getExistingMachineCPValue() local 233 for (unsigned i = 0, e = Constants.size(); i != e; ++i) { in getExistingMachineCPValue() 234 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValue() 235 (Constants[i].getAlignment() & AlignMask) == 0) { in getExistingMachineCPValue() 237 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal; in getExistingMachineCPValue() [all …]
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 645 for (unsigned i = 0, e = Constants.size(); i != e; ++i) in ~MachineConstantPool() 646 if (Constants[i].isMachineConstantPoolEntry()) in ~MachineConstantPool() 647 delete Constants[i].Val.MachineCPVal; in ~MachineConstantPool() 710 for (unsigned i = 0, e = Constants.size(); i != e; ++i) in getConstantPoolIndex() 711 if (!Constants[i].isMachineConstantPoolEntry() && in getConstantPoolIndex() 712 CanShareConstantPoolEntry(Constants[i].Val.ConstVal, C, TD)) { in getConstantPoolIndex() 713 if ((unsigned)Constants[i].getAlignment() < Alignment) in getConstantPoolIndex() 714 Constants[i].Alignment = Alignment; in getConstantPoolIndex() 718 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex() 719 return Constants.size()-1; in getConstantPoolIndex() [all …]
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FuncExtElementAvailable.java | 23 import org.apache.xalan.templates.Constants; 60 namespace = Constants.S_XSLNAMESPACEURL; in execute() 72 if (namespace.equals(Constants.S_XSLNAMESPACEURL) in execute() 73 || namespace.equals(Constants.S_BUILTIN_EXTENSIONS_URL)) in execute()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Stmt.java | 229 case Constants.SQLITE_INTEGER: in column() 231 case Constants.SQLITE_FLOAT: in column() 233 case Constants.SQLITE_BLOB: in column() 235 case Constants.SQLITE3_TEXT: in column()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 85 } Constants; member 88 Constant(false) { Constants.Int = 0;} in DotDebugLocEntry() 92 Constant(false) { Constants.Int = 0; EntryKind = E_Location; } in DotDebugLocEntry() 95 Constant(true) { Constants.Int = i; EntryKind = E_Integer; } in DotDebugLocEntry() 98 Constant(true) { Constants.CFP = FPtr; EntryKind = E_ConstantFP; } in DotDebugLocEntry() 101 Constant(true) { Constants.CIP = IPtr; EntryKind = E_ConstantInt; } in DotDebugLocEntry() 117 int64_t getInt() { return Constants.Int; } in getInt() 118 const ConstantFP *getConstantFP() { return Constants.CFP; } in getConstantFP() 119 const ConstantInt *getConstantInt() { return Constants.CIP; } in getConstantInt()
|