HomeSort by relevance Sort by last modified time
    Searched defs:CONST (Results 1 - 25 of 63) 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);
  /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)
  /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;
56 static const T &get();
65 A(const T &)
    [all...]
  /external/v8/src/
win32-headers.h 90 #undef CONST
  /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/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 };
  /external/valgrind/main/coregrind/m_demangle/
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...]
  /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
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/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...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/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...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/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...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/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...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/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...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/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...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/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...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/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...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/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...]

Completed in 1029 milliseconds

1 2 3