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

1 2

  /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/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;
  /external/v8/src/
win32-headers.h 86 #undef CONST
variables.h 47 CONST, // declared via 'const' declarations
82 static const char* Mode2String(Mode mode);
85 Property* AsProperty() const;
86 Slot* AsSlot() const;
94 Scope* scope() const { return scope_; }
96 Handle<String> name() const { return name_; }
97 Mode mode() const { return mode_; }
98 bool is_accessed_from_inner_scope() const {
107 bool IsVariable(Handle<String> n) const {
    [all...]
  /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...]
light.cpp 40 static inline void vscale3(GLfixed* d, const GLfixed* m, GLfixed s);
43 void vnorm3(GLfixed* d, const GLfixed* a);
46 const GLfixed* m, GLfixed s, const GLfixed* a);
48 const GLfixed* m, GLfixed s, const GLfixed* a);
50 const GLfixed* m0, const GLfixed* m1, const GLfixed* a);
52 const GLfixed* m0, const GLfixed* m1)
    [all...]
primitives.cpp 30 extern "C" void iterators0032(const void* that,
78 const GLvoid* cp = c->arrays.color.element(
84 const GLvoid* cp = c->arrays.color.element(
90 const GLvoid* cp = c->arrays.color.element(
101 const GLvoid* cp = c->arrays.color.element(
137 const GLvoid* cp = c->arrays.color.element(
201 static const light_primitive_t lightPrimitive[8] = {
214 const uint32_t enables = c->rasterizer.state.enables;
237 vertex_t const* v0, vertex_t const* v1, vertex_t const* v2
    [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; }
  /external/mesa3d/src/mesa/main/
compiler.h 125 # pragma warning( disable : 4244 ) /* '=' : conversion from 'const double ' to 'float ', possible loss of data */
127 # pragma warning( disable : 4305 ) /* '=' : truncation from 'const double ' to 'float ' */
184 * Some compilers don't like some of Mesa's const usage. In those places use
185 * CONST instead of const. Pass -DNO_CONST to compilers where this matters.
188 # define CONST
190 # define CONST const
  /external/valgrind/main/coregrind/m_demangle/
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...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmdefs.h 32 #define CONST const
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h 32 #define CONST const
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 68 #ifndef CONST
69 #define CONST const
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 68 #ifndef CONST
69 #define CONST const
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
ansidecl.h 29 PTRCONST `void *const' `char *'
31 const not defined `'
59 int printf PARAMS ((const char *format, ...));
62 printf VPARAMS ((const char *format, ...))
82 printf VPARAMS ((const char *format, ...))
87 VA_FIXEDARG (ap, const char *, format);
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
154 #define PTRCONST void *const
174 #undef const macro
193 #define CONST cons
222 #undef const macro
226 #define const macro
    [all...]
  /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/arm-linux-androideabi-4.4.x/include/
ansidecl.h 29 PTRCONST `void *const' `char *'
31 const not defined `'
59 int printf PARAMS ((const char *format, ...));
62 printf VPARAMS ((const char *format, ...))
82 printf VPARAMS ((const char *format, ...))
87 VA_FIXEDARG (ap, const char *, format);
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
154 #define PTRCONST void *const
174 #undef const macro
193 #define CONST cons
222 #undef const macro
226 #define const macro
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/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...]
  /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...]
  /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";
  /system/core/libpixelflinger/
pixelflinger.cpp 46 static const uint8_t gDitherMatrix[GGL_DITHER_SIZE] = {
73 static inline int min(int a, int b) CONST;
78 static inline int max(int a, int b) CONST;
93 static void ggl_bindTexture(void* con, const GGLSurface* surface)
102 static void ggl_bindTextureLod(void* con, GGLuint tmu,const GGLSurface* surface)
109 static void ggl_colorBuffer(void* con, const GGLSurface* surface)
129 static void ggl_readBuffer(void* con, const GGLSurface* surface)
135 static void ggl_depthBuffer(void* con, const GGLSurface* surface)
218 static void ggl_color4xv(void* con, const GGLclampx* color)
227 static void ggl_colorGrad12xv(void* con, const GGLcolor* grad
    [all...]
  /external/javassist/src/main/javassist/compiler/
TokenId.java 27 int CONST = 308; // reserved keyword

Completed in 1243 milliseconds

1 2