HomeSort by relevance Sort by last modified time
    Searched full:constants (Results 1 - 25 of 17366) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/classfile/constant/visitor/
package.html 2 This package contains visitors for class constants.
  /libcore/luni/src/main/java/javax/xml/
package.html 4 Provides a utility class with useful XML constants.
  /ndk/tests/build/stdint-c++/jni/
gen-sources.sh 6 CONSTANTS=""
10 CONSTANTS="$CONSTANTS $PREFIX${SIZE}_C"
14 CONSTANTS="$CONSTANTS $PREFIX${SIZE}_C"
19 CONSTANTS="$CONSTANTS INTMAX_C UINTMAX_C"
23 CONSTANTS="$CONSTANTS ${PREFIX}_C"
27 CONSTANTS="$CONSTANTS UINTPTR_C
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemComment.java 43 * @see org.apache.xalan.templates.Constants
49 return Constants.ELEMNAME_COMMENT;
59 return Constants.ELEMNAME_COMMENT_STRING;
112 case Constants.ELEMNAME_TEXTLITERALRESULT :
113 case Constants.ELEMNAME_APPLY_TEMPLATES :
114 case Constants.ELEMNAME_APPLY_IMPORTS :
115 case Constants.ELEMNAME_CALLTEMPLATE :
116 case Constants.ELEMNAME_FOREACH :
117 case Constants.ELEMNAME_VALUEOF :
118 case Constants.ELEMNAME_COPY_OF
    [all...]
ElemPI.java 95 * @see org.apache.xalan.templates.Constants
101 return Constants.ELEMNAME_PI;
111 return Constants.ELEMNAME_PI_STRING;
141 new Object[]{ Constants.ATTRNAME_NAME, piName });
151 new Object[]{ Constants.ATTRNAME_NAME, piName });
193 case Constants.ELEMNAME_TEXTLITERALRESULT :
194 case Constants.ELEMNAME_APPLY_TEMPLATES :
195 case Constants.ELEMNAME_APPLY_IMPORTS :
196 case Constants.ELEMNAME_CALLTEMPLATE :
197 case Constants.ELEMNAME_FOREACH
    [all...]
ElemAttribute.java 53 * @see org.apache.xalan.templates.Constants
59 return Constants.ELEMNAME_ATTRIBUTE;
69 return Constants.ELEMNAME_ATTRIBUTE_STRING;
231 case Constants.ELEMNAME_TEXTLITERALRESULT :
232 case Constants.ELEMNAME_APPLY_TEMPLATES :
233 case Constants.ELEMNAME_APPLY_IMPORTS :
234 case Constants.ELEMNAME_CALLTEMPLATE :
235 case Constants.ELEMNAME_FOREACH :
236 case Constants.ELEMNAME_VALUEOF :
237 case Constants.ELEMNAME_COPY_OF
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Authorizer.java 17 * @return Constants.SQLITE_OK for success, Constants.SQLITE_IGNORE
18 * for don't allow access but don't raise an error, Constants.SQLITE_DENY
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 52 if (Constants.LOGVV) {
53 Log.v(Constants.TAG, "Received broadcast intent for " +
58 if (Constants.LOGVV) {
59 Log.v(Constants.TAG, "Received broadcast intent for " +
69 } else if (action.equals(Constants.ACTION_RETRY)) {
71 } else if (action.equals(Constants.ACTION_OPEN)
72 || action.equals(Constants.ACTION_LIST)
73 || action.equals(Constants.ACTION_HIDE)) {
84 if (Constants.LOGVV) {
85 if (action.equals(Constants.ACTION_OPEN))
    [all...]
  /bionic/libc/kernel/arch-arm/asm/arch/
memory.h 6 *** call into the kernel available to libc. It contains only constants,
timex.h 6 *** call into the kernel available to libc. It contains only constants,
vmalloc.h 6 *** call into the kernel available to libc. It contains only constants,
  /bionic/libc/kernel/arch-arm/asm/
auxvec.h 6 *** call into the kernel available to libc. It contains only constants,
bitops.h 6 *** call into the kernel available to libc. It contains only constants,
cache.h 6 *** call into the kernel available to libc. It contains only constants,
cputime.h 6 *** call into the kernel available to libc. It contains only constants,
dma-mapping.h 6 *** call into the kernel available to libc. It contains only constants,
dyntick.h 6 *** call into the kernel available to libc. It contains only constants,
errno.h 6 *** call into the kernel available to libc. It contains only constants,
glue.h 6 *** call into the kernel available to libc. It contains only constants,
hardware.h 6 *** call into the kernel available to libc. It contains only constants,
hw_irq.h 6 *** call into the kernel available to libc. It contains only constants,
ide.h 6 *** call into the kernel available to libc. It contains only constants,
io.h 6 *** call into the kernel available to libc. It contains only constants,
ioctl.h 6 *** call into the kernel available to libc. It contains only constants,
linkage.h 6 *** call into the kernel available to libc. It contains only constants,

Completed in 757 milliseconds

1 2 3 4 5 6 7 8 91011>>