/external/llvm/lib/Target/X86/ |
X86FloatingPoint.cpp | 60 static char ID; 61 FPS() : MachineFunctionPass(ID) { 281 char FPS::ID = 0; [all...] |
/external/llvm/lib/Transforms/IPO/ |
MergeFunctions.cpp | 324 /// 3. Types has same ID, so check whether they belongs to the next group: [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
GCOVProfiling.cpp | 75 static char ID; 77 GCOVProfiler(const GCOVOptions &Opts) : ModulePass(ID), Options(Opts) { 144 char GCOVProfiler::ID = 0; 217 // Here 2 = 1 for string length + 1 for '0' id#. [all...] |
/external/llvm/lib/Transforms/Scalar/ |
JumpThreading.cpp | 106 static char ID; // Pass identification 107 JumpThreading(int T = -1) : FunctionPass(ID) { 143 char JumpThreading::ID = 0; [all...] |
LoopIdiomRecognize.cpp | 138 static char ID; 139 explicit LoopIdiomRecognize() : LoopPass(ID) { 214 char LoopIdiomRecognize::ID = 0; [all...] |
LoopInterchange.cpp | 410 static char ID; 416 : FunctionPass(ID), SE(nullptr), LI(nullptr), DA(nullptr), DT(nullptr) { 563 DEBUG(dbgs() << "Processing Innder Loop Id = " << InnerLoopId [all...] |
LoopRerollPass.cpp | 142 static char ID; // Pass ID, replacement for typeid 143 LoopReroll() : LoopPass(ID) { 443 char LoopReroll::ID = 0; [all...] |
LoopUnrollPass.cpp | 82 static char ID; // Pass ID, replacement for typeid 83 LoopUnroll(int T = -1, int C = -1, int P = -1, int R = -1) : LoopPass(ID) { 237 char LoopUnroll::ID = 0; 677 // Set operand 0 to refer to the loop id itself. [all...] |
LoopUnswitch.cpp | 156 static char ID; // Pass ID, replacement for typeid 158 LoopPass(ID), OptimizeForSize(Os), redoLoop(false), 334 char LoopUnswitch::ID = 0; [all...] |
Reassociate.cpp | 166 static char ID; // Pass identification, replacement for typeid 167 Reassociate() : FunctionPass(ID) { 229 char Reassociate::ID = 0; [all...] |
SCCP.cpp | [all...] |
StructurizeCFG.cpp | 236 static char ID; 239 RegionPass(ID) { 263 char StructurizeCFG::ID = 0;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILPeepholeOptimizer.cpp | 43 static char ID; 132 char AMDGPUPeepholeOpt::ID = 0; 163 : FunctionPass(ID), TM(tm) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenTypes.java | 172 public static final int ID = LexerCore.ID;
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_icc.cpp | 16 FX_BOOL MD5ComputeID( FX_LPCVOID buf, FX_DWORD dwSize, FX_BYTE ID[16] ) 18 return cmsMD5computeIDExt(buf, dwSize, ID); 409 FX_BYTE ID[16]; 414 MD5ComputeID(pIccParam->pProfileData, pIccParam->dwProfileSize, ID); 417 FXSYS_memset32(ID, 0, 16); 425 MD5ComputeID(text.GetBuffer(0), text.GetLength(), ID); 430 key.AppendBlock(ID, 16); [all...] |
/frameworks/av/media/libstagefright/mpeg2ts/ |
ESQueue.cpp | 193 unsigned ID = (ptr[1] >> 3) & 1; 196 if (ID == 1 && profile_ObjectType == 3) { 221 unsigned ID = (ptr[1] >> 3) & 3; 223 if (ID == 1) { 670 bits.skipBits(3); // ID, layer [all...] |
/frameworks/compile/libbcc/lib/Renderscript/ |
RSForEachExpand.cpp | 59 static char ID; 432 : ModulePass(ID), Module(nullptr), Context(nullptr), [all...] |
/frameworks/ex/common/java/com/android/common/contacts/ |
BaseEmailAddressAdapter.java | 145 public static final int ID = 0; 373 long id = directoryCursor.getLong(DirectoryListQuery.ID); local 377 if (id == DIRECTORY_LOCAL_INVISIBLE) { 382 partition.directoryId = id;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
IdentityHashMap2Test.java | 35 private static final String ID = "hello";
|
IdentityHashMapTest.java | 38 private static final String ID = "hello"; 446 map.put(ID, "world"); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
parallel.h | 64 UCHAR ID;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PostCompilerBuilder.java | 85 /** This ID is used in plugin.xml and in each project's .project file. 87 public static final String ID = "com.android.ide.eclipse.adt.ApkBuilder"; //$NON-NLS-1$ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
DeviceView.java | 102 public static final String ID = "com.android.ide.eclipse.ddms.views.DeviceView"; //$NON-NLS-1$ [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar | |