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

1 2 3 4

  /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 *
  /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 *
  /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...]
  /external/clang/test/SemaCXX/
implicit-member-functions.cpp 7 B::B(const B&) { } // expected-error {{definition of implicitly declared copy constructor}}
10 C& C::operator=(const C&) { return *this; } // expected-error {{definition of implicitly declared copy assignment operator}}
25 B(const A& a) {
26 operator = (CONST);
30 B& operator = (const A& a) {
34 void f(const A &a) {
38 static const B CONST;
  /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...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 34 CONST = 1, // value is a constant
44 const Value *Const; // valid for constants
63 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl,
66 kind = CONST;
67 u.Const = C;
90 const Value *getConst() { assert (kind==CONST); return u.Const; }
  /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)
  /external/v8/src/
win32-headers.h 86 #undef CONST
variables.cc 40 const char* Variable::Mode2String(Mode mode) {
43 case CONST: return "CONST";
55 Property* Variable::AsProperty() const {
60 Slot* Variable::AsSlot() const {
65 bool Variable::IsStackAllocated() const {
71 bool Variable::IsParameter() const {
77 bool Variable::IsStackLocal() const {
83 bool Variable::IsContextSlot() const {
108 bool Variable::is_global() const {
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 50 public static final int CONST = 5;
318 case CONST: return "const";
  /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) \
  /external/chromium/base/
sha1_win.cc 17 std::string SHA1HashString(const std::string& str) {
32 if (!CryptHashData(hash, reinterpret_cast<CONST BYTE*>(str.data()),
  /external/javassist/src/main/javassist/compiler/
TokenId.java 27 int CONST = 308; // reserved keyword

Completed in 611 milliseconds

1 2 3 4