/external/compiler-rt/BlocksRuntime/tests/ |
D | copyconstructor.C | 17 #define CONST const macro 22 TestObject(CONST TestObject& inObj); 26 TestObject& operator=(CONST TestObject& inObj); 28 int version() CONST { return _version; } in version() 33 TestObject::TestObject(CONST TestObject& inObj) in TestObject() 56 TestObject& TestObject::operator=(CONST TestObject& inObj)
|
D | reference.C | 20 #define CONST const macro 25 TestObject(CONST TestObject& inObj); 29 TestObject& operator=(CONST TestObject& inObj); 33 int version() CONST { return _version; } in version() 38 TestObject::TestObject(CONST TestObject& inObj) in TestObject() 61 TestObject& TestObject::operator=(CONST TestObject& inObj)
|
/external/chromium/base/third_party/dmg_fp/ |
D | gcc_warnings.patch | 23 #ifndef CONST 43 - (CONST char **sp, char *t) 44 + (CONST char **sp, CONST char *t) 71 +nrv_alloc(CONST char *s, char **rve, int n)
|
D | dtoa.cc | 292 #ifndef CONST 294 #define CONST /* blank */ macro 296 #define CONST const 662 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; 664 (CONST char *s, int nd0, int nd, ULong y9, int dplen) 1439 static CONST double 1449 static CONST double 1452 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 1467 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 }; 1471 static CONST double tinytens[] = { 1e-16, 1e-32 }; [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 34 CONST = 1, // value is a constant enumerator 66 kind = CONST; in SDDbgValue() 90 const Value *getConst() { assert (kind==CONST); return u.Const; } in getConst()
|
/external/clang/test/SemaCXX/ |
D | implicit-member-functions.cpp | 26 operator = (CONST); in B() 38 static const B CONST; member in PR6570::B
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | FontCacheWin.cpp | 73 static int CALLBACK metaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int … in metaFileEnumProc() 82 static int CALLBACK linkedFontEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fon… in linkedFontEnumProc() 415 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWO… in matchImprovingEnumProc() 515 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD… in traitsInFamilyEnumProc()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegOps.java | 50 public static final int CONST = 5; field in RegOps 318 case CONST: return "const"; in opName()
|
/external/v8/src/ |
D | contexts.cc | 175 case CONST: in Lookup() 208 ASSERT(mode == CONST || mode == CONST_HARMONY); in Lookup() 209 *binding_flags = (mode == CONST) in Lookup()
|
D | win32-headers.h | 90 #undef CONST
|
D | variables.cc | 43 case CONST: return "CONST"; in Mode2String()
|
D | variables.h | 128 return (mode_ == CONST || in is_const_mode()
|
/external/valgrind/main/coregrind/m_demangle/ |
D | ansidecl.h | 188 #define CONST const macro 227 #define CONST macro
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | LiteralOpUpgrader.java | 152 opcode.getOpcode() != RegOps.CONST) { in tryReplacingWithConstant() 157 RegOps.CONST, (Constant) type); in tryReplacingWithConstant()
|
D | EscapeAnalysis.java | 262 case RegOps.CONST: in processMoveResultPseudoInsn() 547 RegOps.CONST, newZero); in replaceDef() 615 next.getResult(), RegOps.CONST, in replaceUse() 632 RegOps.CONST, constList.get(i)); in replaceUse()
|
D | NormalSsaInsn.java | 230 case RegOps.CONST: in hasSideEffect()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-04-08-FloatUndef.ll | 3 define void @execute_shader(<4 x float>* %OUT, <4 x float>* %IN, <4 x float>* %CONST) {
|
/external/chromium/base/ |
D | sha1_win.cc | 32 if (!CryptHashData(hash, reinterpret_cast<CONST BYTE*>(str.data()), in SHA1HashString()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-11-19-VectorSplitting.ll | 7 %CONST) {
|
/external/javassist/src/main/javassist/compiler/ |
D | TokenId.java | 27 int CONST = 308; // reserved keyword field
|
/external/mesa3d/src/mesa/main/ |
D | compiler.h | 188 # define CONST macro 190 # define CONST const macro
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontCacheWinCE.cpp | 187 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD… in traitsInFamilyEnumProc()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | Dops.java | 142 new Dop(Opcodes.CONST_4, Opcodes.CONST, 146 new Dop(Opcodes.CONST_16, Opcodes.CONST, 149 public static final Dop CONST = field in Dops 150 new Dop(Opcodes.CONST, Opcodes.CONST, 154 new Dop(Opcodes.CONST_HIGH16, Opcodes.CONST, 155 Opcodes.CONST, Form21h.THE_ONE, true); 1126 set(CONST);
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | Opcodes.java | 64 public static final int CONST = 0x14; field in Opcodes
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | SerializationStressTest2.java | 912 final int CONST = -500; in test_18_44_writeObject() local 913 spf.anInstanceVar = CONST; in test_18_44_writeObject() 920 ((SerialPersistentFields) objLoaded).anInstanceVar == CONST); in test_18_44_writeObject() 1035 final int CONST = -500; in test_18_48_writeObject() local 1036 spf.anInstanceVar = CONST; in test_18_48_writeObject() 1043 ((SerialPersistentFieldsWithoutField) objLoaded).anInstanceVar != CONST); in test_18_48_writeObject()
|