/external/llvm/lib/Target/XCore/ |
XCoreFrameToArgsOffsetElim.cpp | 27 static char ID; 28 XCoreFTAOElim() : MachineFunctionPass(ID) {} 36 char XCoreFTAOElim::ID = 0;
|
/external/llvm/lib/Transforms/IPO/ |
InlineAlways.cpp | 42 AlwaysInliner() : Inliner(ID, -2000000000, /*InsertLifetime*/ true), 48 : Inliner(ID, -2000000000, InsertLifetime), ICA(nullptr) { 52 static char ID; // Pass identification, replacement for typeid 67 char AlwaysInliner::ID = 0;
|
InlineSimple.cpp | 43 SimpleInliner() : Inliner(ID), ICA(nullptr) { 48 : Inliner(ID, Threshold, /*InsertLifetime*/ true), ICA(nullptr) { 52 static char ID; // Pass identification, replacement for typeid 75 char SimpleInliner::ID = 0;
|
StripDeadPrototypes.cpp | 32 static char ID; // Pass identification, replacement for typeid 33 StripDeadPrototypesPass() : ModulePass(ID) { 41 char StripDeadPrototypesPass::ID = 0;
|
/external/llvm/lib/Transforms/Scalar/ |
ADCE.cpp | 36 static char ID; // Pass identification, replacement for typeid 37 ADCE() : FunctionPass(ID) { 49 char ADCE::ID = 0;
|
/external/llvm/lib/Transforms/Utils/ |
LowerInvoke.cpp | 34 static char ID; // Pass identification, replacement for typeid 35 explicit LowerInvoke() : FunctionPass(ID) { 42 char LowerInvoke::ID = 0; 47 char &llvm::LowerInvokePassID = LowerInvoke::ID;
|
UnifyFunctionExitNodes.cpp | 26 char UnifyFunctionExitNodes::ID = 0;
|
/external/llvm/tools/opt/ |
BreakpointPrinter.cpp | 27 static char ID; 30 BreakpointPrinter(raw_ostream &out) : ModulePass(ID), Out(out) {} 73 char BreakpointPrinter::ID = 0;
|
PrintSCC.cpp | 38 static char ID; // Pass identification, replacement for typeid 39 CFGSCC() : FunctionPass(ID) {} 50 static char ID; // Pass identification, replacement for typeid 51 CallGraphSCC() : ModulePass(ID) {} 66 char CFGSCC::ID = 0; 70 char CallGraphSCC::ID = 0;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUConvertToISA.cpp | 26 static char ID; 31 MachineFunctionPass(ID), TM(tm) { } 41 char AMDGPUConvertToISAPass::ID = 0;
|
AMDILIntrinsicInfo.h | 22 enum ID { 40 Function *getDeclaration(Module *M, unsigned int ID,
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfReferenceDictionary_autogen.cpp | 55 SkPdfArray* SkPdfReferenceDictionary::ID(SkPdfNativeDoc* doc) { 56 SkPdfNativeObject* ret = get("ID", ""); 64 return get("ID", "") != NULL;
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSScreenFunctionsPass.cpp | 35 static char ID; 70 : ModulePass (ID) { 101 char RSScreenFunctionsPass::ID = 0;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
DiagnosticInfos.h | 17 enum ID {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
EditorZoom.java | 22 public static final int ID = R.id.imageZoom; 25 super(ID, R.layout.filtershow_zoom_editor,R.id.imageZoom);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
Perspective.java | 35 public static String ID = "com.android.ide.eclipse.ddms.Perspective"; //$NON-NLS-1$ 49 folder.addPlaceholder(LogCatView.ID + ":*"); //$NON-NLS-1$ 50 folder.addView(LogCatView.ID); 54 folder.addPlaceholder(DeviceView.ID + ":*"); //$NON-NLS-1$ 55 folder.addView(DeviceView.ID); 59 folder.addPlaceholder(ThreadView.ID + ":*"); //$NON-NLS-1$ 60 folder.addView(ThreadView.ID); 61 folder.addView(HeapView.ID); 62 folder.addView(AllocTrackerView.ID); 63 folder.addView(NetworkStatisticsView.ID); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
PixelPerfectPespective.java | 31 public static final String ID = 42 folder.addView(DeviceSelectorView.ID); 43 folder.addView(PixelPerfectTreeView.ID); 46 folder.addView(PixelPerfectView.ID); 49 folder.addView(PixelPerfectLoupeView.ID); 52 layout.addShowViewShortcut(DeviceSelectorView.ID); 53 layout.addShowViewShortcut(PixelPerfectTreeView.ID); 54 layout.addShowViewShortcut(PixelPerfectLoupeView.ID); 55 layout.addShowViewShortcut(PixelPerfectView.ID); 58 layout.addPerspectiveShortcut(TreeViewPerspective.ID); [all...] |
TreeViewPerspective.java | 32 public static final String ID = "com.android.ide.eclipse.hierarchyviewer.TreeViewPerspective"; //$NON-NLS-1$ 42 folder.addView(DeviceSelectorView.ID); 43 folder.addView(PropertyView.ID); 46 folder.addView(TreeViewView.ID); 49 folder.addView(TreeOverviewView.ID); 53 folder.addView(LayoutView.ID); 55 layout.addShowViewShortcut(DeviceSelectorView.ID); 56 layout.addShowViewShortcut(PropertyView.ID); 57 layout.addShowViewShortcut(TreeOverviewView.ID); 58 layout.addShowViewShortcut(LayoutView.ID); [all...] |
/developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/ |
Contact.java | 42 * The contact ID. 44 public static final String ID = "contact_id"; 47 * Representative invalid contact ID. 66 * Finds a {@link Contact} specified by a contact ID. 68 * @param id The contact ID. This needs to be a valid ID. 71 public static Contact byId(int id) { 72 return CONTACTS[id];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TParser.h | 31 #define ID 4 65 + (id) newTParser:(id<ANTLRTokenStream>)aStream; 83 * an ID *dynamically*. :)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableLexer.h | 29 #define ID 4 38 + (SymbolTableLexer *)newSymbolTableLexerWithCharStream:(id<ANTLRCharStream>)anInput;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
SymbolTableLexer.h | 31 #define ID 4 39 + (SymbolTableLexer *)newSymbolTableLexer:(id<ANTLRCharStream>)anInput;
|
/external/clang/include/clang/Basic/ |
AddressSpaces.h | 27 enum ID {
|
/external/clang/include/clang/Driver/ |
Phases.h | 16 /// ID - Ordered values for successive stages in the 18 enum ID { 31 const char *getPhaseName(ID Id);
|
/external/clang/lib/Analysis/ |
CocoaConventions.cpp | 69 // We assume that id<..>, id, Class, and Class<..> all represent tracked 77 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl(); 81 if (!ID->hasDefinition()) 84 for ( ; ID ; ID = ID->getSuperClass()) 85 if (ID->getIdentifier()->getName() == "NSObject")
|