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

1 2 3 4 5 6 7 8

  /external/conscrypt/constants/src/gen/cpp/
generate_constants.cc 27 static const char kCopyright[] =
49 #define CONST(x) \
52 CONST(EXFLAG_CA);
53 CONST(EXFLAG_CRITICAL);
55 CONST(EVP_PKEY_RSA);
56 CONST(EVP_PKEY_EC);
58 CONST(RSA_PKCS1_PADDING);
59 CONST(RSA_NO_PADDING);
60 CONST(RSA_PKCS1_OAEP_PADDING);
61 CONST(RSA_PKCS1_PSS_PADDING)
    [all...]
  /art/test/003-omnibus-opcodes/src/
InternedString.java 20 public static final String CONST = "Class InternedString";
43 WeakReference strRef = new WeakReference<String>(CONST.intern());
47 Main.assertTrue(CONST == CONST.intern());
51 String s = CONST;
57 Main.assertTrue(strRef.get() == CONST);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
AnnotationInitializer.java 19 Object CONST = new Object(); // $line-const$
EnumImplicitMethods.java 16 CONST(Stubs.f() ? new Object() : new Object()); // $line-const$
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
WinNtInclude.h 29 #undef CONST
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Common/
WinNTInclude.h 43 #undef CONST
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/
Types.h 33 #define CONST const
  /external/compiler-rt/test/BlocksRuntime/
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/deqp/framework/randomshaders/
rsgVariable.cpp 31 Variable::Variable (const VariableType& type, Storage storage, const char* name)
43 void Variable::tokenizeDeclaration (GeneratorState& state, TokenStream& str) const
50 case STORAGE_CONST: str << Token::CONST; break;
  /external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/targets/
InterfaceDefaultMethodsTarget.java 21 public static final int CONST = i1(); // $line-clinit$
  /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();
66 A(const T &)
    [all...]
cxx1y-variable-templates_in_class.cpp 5 #define CONST const
12 template<typename T> CONST T wrong; // expected-error {{member 'wrong' declared as a template}}
13 template<typename T> CONST T wrong_init = 5; // expected-error {{member 'wrong_init' declared as a template}}
14 template<typename T, typename T0> static CONST T right = T(100);
15 template<typename T> static CONST T right<T,int> = 5;
16 template<typename T> CONST int right<int,T>; // expected-error {{member 'right' declared as a template}}
17 template<typename T> CONST float right<float,T> = 5; // expected-error {{member 'right' declared as a template}}
18 template<> static CONST int right<int,int> = 7; // expected-error {{explicit specialization of 'right' in class scope}}
19 template<> static CONST float right<float,int>; // expected-error {{explicit specialization of 'right' in class scop (…)
    [all...]
  /external/v8/src/base/
win32-headers.h 68 #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...]
  /system/tools/hidl/c2hal/
Type.h 42 CONST,
79 case Qualifier::CONST: return "const";
88 const std::string decorateName(const std::string &name) const;
90 bool isVoid() const;
91 bool isHwDevice() const;
97 static const std::string signedToUnsigned(const std::string &signedType)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.h 58 #ifndef CONST
60 #define CONST /* blank */
62 #define CONST const
64 #endif /* CONST */
112 extern float strtof ANSI((CONST char *, char **));
113 extern double strtod ANSI((CONST char *, char **));
114 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
123 extern int __strtoId ANSI((CONST char*, char**, double*, double*));
124 extern int __strtoIdd ANSI((CONST char*, char**, double*, double*))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 34 CONST = 1, // value is a constant
43 const Value *Const; // valid for constants
67 SDDbgValue(MDNode *Var, MDNode *Expr, const Value *C, uint64_t off,
71 kind = CONST;
72 u.Const = C;
85 DbgValueKind getKind() const { return kind; }
88 MDNode *getVariable() const { return Var; }
91 MDNode *getExpression() const { return Expr; }
94 SDNode *getSDNode() const { assert (kind==SDNODE); return u.s.Node;
    [all...]
  /external/swiftshader/third_party/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; }
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
Thunk16.asm 26 CONST SEGMENT FLAT "DATA" READONLY
30 CONST ENDS
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoa.h 64 #ifndef CONST
65 #define CONST const
66 #endif /* CONST */
123 extern char* hdtoa ANSI((double d, const char *xdigs, int ndigits, int *decpt,
127 extern char* hldtoa ANSI((long double e, const char *xdigs, int ndigits,
133 extern float strtof ANSI((CONST char *, char **));
134 extern double strtod ANSI((CONST char *, char **));
135 extern int strtodg ANSI((CONST char*, char**, CONST FPI*, Long*, ULong*));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/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...]
  /system/core/libpixelflinger/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;
334 case CONST: return "const";

Completed in 901 milliseconds

1 2 3 4 5 6 7 8