Searched
defs:ID (Results
301 -
325 of
595) sorted by null
<<11121314151617181920>>
| /external/llvm/lib/Target/Mips/ |
| MipsCodeEmitter.cpp | 64 static char ID; 68 MachineFunctionPass(ID), JTI(0), 127 char MipsCodeEmitter::ID = 0;
|
| /external/llvm/lib/Target/X86/ |
| X86RegisterInfo.cpp | 255 X86RegisterInfo::getCallPreservedMask(CallingConv::ID CC) const { 719 static char ID; 720 MSAH() : MachineFunctionPass(ID) {} 754 char MSAH::ID = 0;
|
| /external/llvm/lib/Transforms/IPO/ |
| FunctionAttrs.cpp | 44 static char ID; // Pass identification, replacement for typeid 45 FunctionAttrs() : CallGraphSCCPass(ID), AA(0) { 76 char FunctionAttrs::ID = 0;
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| ThreadSanitizer.cpp | 72 static char ID; // Pass identification, replacement for typeid. 95 char ThreadSanitizer::ID = 0; 101 : FunctionPass(ID),
|
| /external/llvm/lib/Transforms/Scalar/ |
| LoopIdiomRecognize.cpp | 73 static char ID; 74 explicit LoopIdiomRecognize() : LoopPass(ID) { 116 char LoopIdiomRecognize::ID = 0;
|
| LoopRotation.cpp | 38 static char ID; // Pass ID, replacement for typeid 39 LoopRotate() : LoopPass(ID) { 64 char LoopRotate::ID = 0;
|
| Reassociate.cpp | 82 static char ID; // Pass identification, replacement for typeid 83 Reassociate() : FunctionPass(ID) { 110 char Reassociate::ID = 0; [all...] |
| TailRecursionElimination.cpp | 82 static char ID; // Pass identification, replacement for typeid 83 TailCallElim() : FunctionPass(ID) { 111 char TailCallElim::ID = 0;
|
| /external/llvm/lib/Transforms/Utils/ |
| LowerSwitch.cpp | 35 static char ID; // Pass identification, replacement for typeid 36 LowerSwitch() : FunctionPass(ID) { 83 char LowerSwitch::ID = 0; 88 char &llvm::LowerSwitchID = LowerSwitch::ID;
|
| /external/llvm/lib/VMCore/ |
| Metadata.cpp | 219 FoldingSetNodeID ID; 221 ID.AddPointer(Vals[i]); 224 MDNode *N = pImpl->MDNodeSet.FindNodeOrInsertPos(ID, InsertPoint); 254 N->Hash = ID.ComputeHash(); 305 void MDNode::Profile(FoldingSetNodeID &ID) const { 311 ID.AddPointer(getOperand(i)); 370 FoldingSetNodeID ID; 371 Profile(ID); 373 if (MDNode *N = pImpl->MDNodeSet.FindNodeOrInsertPos(ID, InsertPoint)) { 380 Hash = ID.ComputeHash() [all...] |
| /external/llvm/tools/opt/ |
| opt.cpp | 151 static char ID; 157 CallGraphSCCPass(ID), PassToPrint(PI), Out(out) { 184 char CallGraphSCCPassPrinter::ID = 0; 187 static char ID; 193 : ModulePass(ID), PassToPrint(PI), Out(out) { 215 char ModulePassPrinter::ID = 0; 219 static char ID; 223 : FunctionPass(ID), PassToPrint(PI), Out(out) { 247 char FunctionPassPrinter::ID = 0; 250 static char ID; [all...] |
| /frameworks/base/core/java/android/os/ |
| Build.java | 29 public static final String ID = getString("ro.build.id"); 31 /** A build ID string meant for displaying to the user */ 32 public static final String DISPLAY = getString("ro.build.display.id");
|
| /frameworks/compile/libbcc/lib/Transforms/ |
| ForEachExpand.cpp | 41 static char ID; 113 : ModulePass(ID), M(NULL), C(NULL), mNames(Names), 360 char ForEachExpandPass::ID = 0;
|
| /libcore/luni/src/main/java/java/util/ |
| TimeZone.java | 31 * <p>You can also get a specific {@code TimeZone} {@link #getTimeZone by id}. 83 private String ID; 88 * Returns a new time zone with the same ID, raw offset, and daylight 209 * Returns the ID of this {@code TimeZone}, such as 213 return ID; 268 * Returns a {@code TimeZone} suitable for {@code id}, or {@code GMT} for unknown ids. 270 * <p>An id can be an Olson name of the form <i>Area</i>/<i>Location</i>, such 284 public static synchronized TimeZone getTimeZone(String id) { 285 if (id == null) { 286 throw new NullPointerException("id == null") [all...] |
| /packages/apps/Contacts/src/com/android/contacts/list/ |
| DirectoryListLoader.java | 56 public static final int ID = 0; 151 long directoryId = cursor.getLong(DirectoryQuery.ID);
|
| /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
| io_apic_32.h | 26 ID : 8;
|
| /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
| io_apic_32.h | 26 ID : 8;
|
| /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
| io_apic_32.h | 26 ID : 8;
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/ |
| io_apic_32.h | 26 ID : 8;
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/ |
| io_apic_32.h | 26 ID : 8;
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
| ResourceManagerBuilder.java | 58 public static final String ID = "com.android.ide.eclipse.adt.ResourceManagerBuilder"; //$NON-NLS-1$
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
| LogCatView.java | 36 /** LogCatView ID as defined in plugin.xml. */ 37 public static final String ID = "com.android.ide.eclipse.ddms.views.LogCatView"; //$NON-NLS-1$
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
| StateViewPage.java | 61 public static final String ID = "com.android.ide.eclipse.gltrace.views.GLState"; //$NON-NLS-1$
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
| PixelPerfectLoupeView.java | 43 public static final String ID =
|
| TreeViewView.java | 43 public static final String ID = "com.android.ide.eclipse.hierarchyviewer.views.TreeViewView"; //$NON-NLS-1$
|
Completed in 1330 milliseconds
<<11121314151617181920>>