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

1 2 3 4 5

  /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);
  /external/compiler-rt/BlocksRuntime/tests/
copyconstructor.C 17 #define CONST const
22 TestObject(CONST TestObject& inObj);
26 TestObject& operator=(CONST TestObject& inObj);
28 int version() CONST { return _version; }
33 TestObject::TestObject(CONST TestObject& inObj)
38 //printf("%p (%d) -- TestObject(const TestObject&) called\n", this, _version);
56 TestObject& TestObject::operator=(CONST TestObject& inObj)
68 void (^b)(void) = ^{ printf("my const copy of one is %d\n", one.version()); };
reference.C 20 #define CONST const
25 TestObject(CONST TestObject& inObj);
29 TestObject& operator=(CONST TestObject& inObj);
33 int version() CONST { return _version; }
38 TestObject::TestObject(CONST TestObject& inObj)
43 //printf("%p (%d) -- TestObject(const TestObject&) called", this, _version);
61 TestObject& TestObject::operator=(CONST TestObject& inObj)
  /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);
  /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);
  /frameworks/native/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; }
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 29 enum AdaptationMode { CONST, INV_LINEAR, INV_QUADRATIC, INV_SQRT };
  /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/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";
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 50 public static final int CONST = 5;
318 case CONST: return "const";
  /prebuilts/gcc/linux-x86/host/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) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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) \

Completed in 843 milliseconds

1 2 3 4 5