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

1 2 3

  /dalvik/tests/003-omnibus-opcodes/src/
InternedString.java 20 public static final String CONST = "Class InternedString";
33 s = CONST;
40 WeakReference strRef = new WeakReference<String>(CONST.intern());
44 assert(CONST == CONST.intern());
48 String s = CONST;
54 assert(strRef.get() == CONST);
  /hardware/ti/omap3/dspbridge/inc/
DSPProcessor_OEM.h 96 IN CONST INT iArgc,
97 IN CONST CHAR ** aArgv,
98 IN CONST CHAR ** aEnvp);
csl.h 102 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
180 extern LONG CSL_Strcmp(IN CONST PSTR pstrStr1, IN CONST PSTR pstrStr2);
200 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc,
218 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle);
233 extern DWORD CSL_Strlen(IN CONST PSTR pstrSrc);
273 extern LONG CSL_Strncmp(IN CONST PSTR pstrStr1,
274 IN CONST PSTR pstrStr2, IN DWORD n);
292 IN CONST CHAR * szSeparators)
    [all...]
DSPNode.h 91 IN CONST struct DSP_UUID * pNodeID,
92 IN CONST OPTIONAL struct DSP_CBDATA * pArgs,
360 IN CONST struct DSP_MSG * pMessage,
447 IN CONST struct DSP_UUID * pNodeID,
dbtype.h 68 #ifndef CONST
69 #define CONST const
nldrdefs.h 151 IN CONST struct DCD_NODEPROPS *pNodeProps,
178 IN CONST struct NLDR_ATTRS * pAttrs);
DSPProcessor.h 87 OPTIONAL CONST struct DSP_PROCESSORATTRIN *
cmm.h 128 IN CONST struct CMM_MGRATTRS *pMgrAttrs);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor_OEM.h 96 IN CONST INT iArgc,
97 IN CONST CHAR ** aArgv,
98 IN CONST CHAR ** aEnvp);
csl.h 103 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
181 extern LONG CSL_Strcmp(IN CONST PSTR pstrStr1, IN CONST PSTR pstrStr2);
201 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc,
219 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle);
234 extern DWORD CSL_Strlen(IN CONST PSTR pstrSrc);
274 extern LONG CSL_Strncmp(IN CONST PSTR pstrStr1,
275 IN CONST PSTR pstrStr2, IN DWORD n);
293 IN CONST CHAR * szSeparators)
    [all...]
DSPNode.h 91 IN CONST struct DSP_UUID * pNodeID,
92 IN CONST OPTIONAL struct DSP_CBDATA * pArgs,
360 IN CONST struct DSP_MSG * pMessage,
447 IN CONST struct DSP_UUID * pNodeID,
dbtype.h 68 #ifndef CONST
69 #define CONST const
nldrdefs.h 151 IN CONST struct DCD_NODEPROPS *pNodeProps,
178 IN CONST struct NLDR_ATTRS * pAttrs);
DSPProcessor.h 87 OPTIONAL CONST struct DSP_PROCESSORATTRIN *
cmm.h 128 IN CONST struct CMM_MGRATTRS *pMgrAttrs);
  /frameworks/base/opengl/libagl/
fp.h 34 extern "C" GLfixed gglFloatToFixed(float f) __attribute__((const));
41 GLfloat fixedToFloat(GLfixed) CONST;
44 float sinef(GLfloat x) CONST;
45 float cosinef(GLfloat x) CONST;
47 inline bool cmpf(GLfloat a, GLfloat b) CONST;
48 inline bool isZerof(GLfloat) CONST;
49 inline bool isOnef(GLfloat) CONST;
51 inline int isZeroOrNegativef(GLfloat) CONST;
53 inline int exponent(GLfloat) CONST;
54 inline int32_t mantissa(GLfloat) CONST;
    [all...]
  /system/core/include/private/pixelflinger/
ggl_fixed.h 25 #define CONST __attribute__((const))
28 const GGLfixed FIXED_BITS = 16;
29 const GGLfixed FIXED_EPSILON = 1;
30 const GGLfixed FIXED_ONE = 1L<<FIXED_BITS;
31 const GGLfixed FIXED_HALF = 1L<<(FIXED_BITS-1);
32 const GGLfixed FIXED_MIN = 0x80000000L;
33 const GGLfixed FIXED_MAX = 0x7FFFFFFFL;
86 GGLfixed gglPowx(GGLfixed x, GGLfixed y) CONST;
87 GGLfixed gglSqrtx(GGLfixed a) CONST;
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor_OEM.c 94 DBAPI DSPProcessor_Load(DSP_HPROCESSOR hProcessor, IN CONST INT iArgc,
95 IN CONST CHAR **aArgv, IN CONST CHAR **aEnvp)
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 50 public static final int CONST = 5;
318 case CONST: return "const";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigset.h 75 const sigset_t *__set = (set); \
83 const sigset_t *__left = (left); \
84 const sigset_t *__right = (right); \
92 const sigset_t *__left = (left); \
93 const sigset_t *__right = (right); \
109 # define __SIGSETFN(NAME, BODY, CONST) \
111 NAME (CONST __sigset_t *__set, int __sig) \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ansidecl.h 28 PTRCONST `void *const' `char *'
30 const not defined `'
58 int printf PARAMS ((const char *format, ...));
61 printf VPARAMS ((const char *format, ...))
81 printf VPARAMS ((const char *format, ...))
86 VA_FIXEDARG (ap, const char *, format);
111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
149 #define PTRCONST void *const
169 #undef const macro
188 #define CONST cons
217 #undef const macro
221 #define const macro
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ansidecl.h 28 PTRCONST `void *const' `char *'
30 const not defined `'
58 int printf PARAMS ((const char *format, ...));
61 printf VPARAMS ((const char *format, ...))
81 printf VPARAMS ((const char *format, ...))
86 VA_FIXEDARG (ap, const char *, format);
111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
149 #define PTRCONST void *const
169 #undef const macro
188 #define CONST cons
217 #undef const macro
221 #define const macro
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
ansidecl.h 28 PTRCONST `void *const' `char *'
30 const not defined `'
58 int printf PARAMS ((const char *format, ...));
61 printf VPARAMS ((const char *format, ...))
81 printf VPARAMS ((const char *format, ...))
86 VA_FIXEDARG (ap, const char *, format);
111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
149 #define PTRCONST void *const
169 #undef const macro
188 #define CONST cons
217 #undef const macro
221 #define const macro
    [all...]
  /external/v8/src/
variables.cc 92 const char* StaticType::Type2String(StaticType* type) {
109 const char* Variable::Mode2String(Mode mode) {
112 case CONST: return "CONST";
134 Slot* Variable::slot() const {
157 bool Variable::is_global() const {
  /external/webkit/WebCore/platform/graphics/win/
FontCacheWin.cpp 73 static int CALLBACK metaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int tableEntries, LPARAM logFont)
76 const EMREXTCREATEFONTINDIRECTW* createFontRecord = reinterpret_cast<const EMREXTCREATEFONTINDIRECTW*>(record);
82 static int CALLBACK linkedFontEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM hfont)
88 static const Vector<String>* getLinkedFonts(String& family)
123 static const Vector<DWORD, 4>& getCJKCodePageMasks()
127 static const UINT CJKCodePages[] = {
188 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length
    [all...]

Completed in 2345 milliseconds

1 2 3