Searched refs:Constants (Results 26 - 50 of 173) sorted by relevance

1234567

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExsltFuncResult.java76 * Constants class.
77 * @see org.apache.xalan.templates.Constants
81 return Constants.EXSLT_ELEMNAME_FUNCRESULT;
86 * Constants class.
87 * @see org.apache.xalan.templates.Constants
93 return Constants.EXSLT_ELEMNAME_FUNCRESULT_STRING;
H A DElemWhen.java76 * Constants class.
77 * @see org.apache.xalan.templates.Constants
81 return Constants.ELEMNAME_WHEN;
106 return Constants.ELEMNAME_WHEN_STRING;
H A DDecimalFormatProperties.java66 m_dfs.setInfinity(Constants.ATTRVAL_INFINITY);
67 m_dfs.setNaN(Constants.ATTRVAL_NAN);
258 return Constants.ELEMNAME_DECIMALFORMAT_STRING;
311 * @see org.apache.xalan.templates.Constants
317 return Constants.ELEMNAME_DECIMALFORMAT;
H A DElemExtensionScript.java95 * @see org.apache.xalan.templates.Constants
101 return Constants.ELEMNAME_EXTENSIONSCRIPT;
H A DElemAttributeSet.java76 * @see org.apache.xalan.templates.Constants
82 return Constants.ELEMNAME_DEFINEATTRIBUTESET;
92 return Constants.ELEMNAME_ATTRIBUTESET_STRING;
151 case Constants.ELEMNAME_ATTRIBUTE :
H A DElemExsltFunction.java46 * Constants class.
47 * @see org.apache.xalan.templates.Constants
51 return Constants.EXSLT_ELEMNAME_FUNCTION;
56 * Constants class.
57 * @see org.apache.xalan.templates.Constants
63 return Constants.EXSLT_ELEMNAME_FUNCTION_STRING;
137 if (!(namespace.equals(Constants.S_EXSLT_FUNCTIONS_URL)))
139 namespace = Constants.S_EXSLT_FUNCTIONS_URL;
H A DElemIf.java97 * @see org.apache.xalan.templates.Constants
103 return Constants.ELEMNAME_IF;
113 return Constants.ELEMNAME_IF_STRING;
H A DKeyDeclaration.java90 return Constants.ELEMNAME_KEY_STRING;
162 * @see org.apache.xalan.templates.Constants
168 return Constants.ELEMNAME_KEY;
H A DElemCallTemplate.java88 * @see org.apache.xalan.templates.Constants
94 return Constants.ELEMNAME_CALLTEMPLATE;
104 return Constants.ELEMNAME_CALLTEMPLATE_STRING;
151 if(ete.getXSLToken() == Constants.ELEMNAME_PARAMVARIABLE)
335 if (Constants.ELEMNAME_WITHPARAM == type)
H A DElemExtensionCall.java64 * @see org.apache.xalan.templates.Constants
70 return Constants.ELEMNAME_EXTENSIONCALL;
125 if (Constants.ELEMNAME_EXTENSIONDECL == child.getXSLToken())
157 if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
183 if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
H A DElemCopy.java50 * @see org.apache.xalan.templates.Constants
56 return Constants.ELEMNAME_COPY;
66 return Constants.ELEMNAME_COPY_STRING;
H A DElemSort.java287 * @see org.apache.xalan.templates.Constants
293 return Constants.ELEMNAME_SORT;
303 return Constants.ELEMNAME_SORT_STRING;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DConstants.java19 * $Id: Constants.java 468655 2006-10-28 07:12:06Z minchau $
27 public class Constants class
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtElementAvailable.java23 import org.apache.xalan.templates.Constants;
60 namespace = Constants.S_XSLNAMESPACEURL;
72 if (namespace.equals(Constants.S_XSLNAMESPACEURL)
73 || namespace.equals(Constants.S_BUILTIN_EXTENSIONS_URL))
H A DFuncExtFunctionAvailable.java23 import org.apache.xalan.templates.Constants;
61 namespace = Constants.S_XSLNAMESPACEURL;
73 if (namespace.equals(Constants.S_XSLNAMESPACEURL))
/external/javasqlite/src/main/java/SQLite/
H A DStmt.java210 * @return column type code, e.g. SQLite.Constants.SQLITE_INTEGER
229 case Constants.SQLITE_INTEGER:
231 case Constants.SQLITE_FLOAT:
233 case Constants.SQLITE_BLOB:
235 case Constants.SQLITE3_TEXT:
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp18 #include "llvm/IR/Constants.h"
167 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); local
168 for (unsigned i = 0, e = Constants.size(); i != e; ++i) {
169 if (Constants[i].isMachineConstantPoolEntry() &&
170 (Constants[i].getAlignment() & AlignMask) == 0) {
172 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal;
220 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); local
221 for (unsigned i = 0, e = Constants.size(); i != e; ++i) {
222 if (Constants[i].isMachineConstantPoolEntry() &&
223 (Constants[
275 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); local
[all...]
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dconstants.h36 #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
60 class Constants { class in namespace:buzz
[all...]
H A Dconstants.cc39 const std::string & Constants::ns_client() {
44 const std::string & Constants::ns_server() {
49 const std::string & Constants::ns_stream() {
54 const std::string & Constants::ns_xstream() {
59 const std::string & Constants::ns_tls() {
64 const std::string & Constants::ns_sasl() {
69 const std::string & Constants::ns_bind() {
74 const std::string & Constants::ns_dialback() {
79 const std::string & Constants::ns_session() {
84 const std::string & Constants
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h137 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants. member in class:llvm::MachineConstantPool
159 bool isEmpty() const { return Constants.empty(); }
162 return Constants;
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dnetwork_list.js19 function Constants() {}
22 Constants.TYPE_UNKNOWN = 'UNKNOWN';
23 Constants.TYPE_ETHERNET = 'ethernet';
24 Constants.TYPE_WIFI = 'wifi';
25 Constants.TYPE_WIMAX = 'wimax';
26 Constants.TYPE_BLUETOOTH = 'bluetooth';
27 Constants.TYPE_CELLULAR = 'cellular';
28 Constants.TYPE_VPN = 'vpn';
31 Constants.ACTIVATION_STATE_UNKNOWN = 0;
32 Constants
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_manager.js175 WallpaperUtil.saveToStorage(Constants.AccessManifestKey, manifest, false);
182 var accessManifestKey = Constants.AccessManifestKey;
184 Constants.WallpaperLocalStorage.get(accessManifestKey, function(items) {
200 WallpaperUtil.saveToStorage(Constants.AccessSurpriseMeEnabledKey,
236 Constants.WallpaperLocalStorage.get(Constants.AccessSurpriseMeEnabledKey,
238 if (items[Constants.AccessSurpriseMeEnabledKey]) {
247 Constants.WallpaperSourceEnum.Online, function(lists) {
258 Constants.HighResolutionSuffix;
316 if (!item || item.source != Constants
[all...]
/external/chromium_org/tools/stats_viewer/
H A Dwin32.cs15 #region Constants
/external/chromium_org/chrome/browser/resources/net_internals/
H A Devents_tracker.js57 // Constants. Discard those events, as they can cause the fake
60 if (Constants == null)
H A Dlog_util.js68 Constants,
85 Constants,
164 if (logDump.constants.logFormatVersion != Constants.logFormatVersion) {
167 ', Expected ' + Constants.logFormatVersion;

Completed in 417 milliseconds

1234567