HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 51 - 75 of 595) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 29 static char ID; // Pass identification, replacement for typeid
30 PromotePass() : FunctionPass(ID) {
50 char PromotePass::ID = 0;
UnifyFunctionExitNodes.cpp 26 char UnifyFunctionExitNodes::ID = 0;
  /external/llvm/tools/opt/
AnalysisWrappers.cpp 33 static char ID; // Pass ID, replacement for typeid
34 ExternalFunctionsPassedConstants() : ModulePass(ID) {}
71 char ExternalFunctionsPassedConstants::ID = 0;
78 static char ID; // Pass ID, replacement for typeid
79 CallGraphPrinter() : ModulePass(ID) {}
92 char CallGraphPrinter::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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
Perspective.java 34 public static String ID = "com.android.ide.eclipse.ddms.Perspective"; //$NON-NLS-1$
48 folder.addPlaceholder(LogCatView.ID + ":*"); //$NON-NLS-1$
49 folder.addView(LogCatView.ID);
53 folder.addPlaceholder(DeviceView.ID + ":*"); //$NON-NLS-1$
54 folder.addView(DeviceView.ID);
58 folder.addPlaceholder(ThreadView.ID + ":*"); //$NON-NLS-1$
59 folder.addView(ThreadView.ID);
60 folder.addView(HeapView.ID);
61 folder.addView(AllocTrackerView.ID);
62 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...]
  /bootable/bootloader/legacy/include/boot/
usb_descriptors.h 57 0xD1, 0x18, // vendor id
58 0x0D, 0xD0, // product id
140 unsigned short id; member in struct:__anon703
143 #define ID(type,num) ((type << 8) | num)
146 { device_desc, sizeof(device_desc), ID(TYPE_DEVICE, 0) },
147 { config_desc, sizeof(config_desc), ID(TYPE_CONFIGURATION, 0) },
148 { manufacturer_string, sizeof(manufacturer_string), ID(TYPE_STRING, 1) },
149 { product_string, sizeof(product_string), ID(TYPE_STRING, 2) },
150 { default_string, sizeof(default_string), ID(TYPE_STRING, 4) },
151 { language_table, sizeof(language_table), ID(TYPE_STRING, 0) }
    [all...]
  /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 25 enum ID {
  /external/clang/lib/Analysis/
CocoaConventions.cpp 67 // We assume that id<..>, id, Class, and Class<..> all represent tracked
75 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
79 if (!ID->hasDefinition())
82 for ( ; ID ; ID = ID->getSuperClass())
83 if (ID->getIdentifier()->getName() == "NSObject")
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 58 const ObjCIvarDecl *ID = D->getPropertyIvarDecl();
60 if (!ID)
63 IvarUsageMap::iterator I = M.find(ID);
74 if (const ObjCImplementationDecl *ID = dyn_cast<ObjCImplementationDecl>(D)) {
77 for (ObjCImplementationDecl::propimpl_iterator I = ID->propimpl_begin(),
78 E = ID->propimpl_end(); I!=E; ++I)
83 ID->getClassInterface()->getCategoryList(); CD ;
105 const ObjCInterfaceDecl *ID = D->getClassInterface();
109 for (ObjCInterfaceDecl::ivar_iterator I=ID->ivar_begin(),
110 E=ID->ivar_end(); I!=E; ++I)
    [all...]
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 56 unsigned ID = Diag.getID();
57 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID);
64 if (ID == diag::fatal_too_many_errors) {
71 if (DiagnosticIDs::isBuiltinExtensionDiag(ID, EnabledByDefault) &&
  /external/icu4c/i18n/unicode/
translit.h 190 * <em>ID</em>. IDs follow the format <em>source-destination</em>,
211 * transliterator given its ID. Valid IDs may be enumerated using
213 * multiple calls to {@link #createInstance } with the same ID will
219 * acts a template; future calls to {@link #createInstance } with the ID
248 UnicodeString ID;
296 * invoked, it will be passed the ID string that is being
300 * functions that are registered to more than one ID may use the
301 * ID or the context parameter to parameterize the transliterator
303 * @param ID the string identifier for this transliterator
305 * later passed to the factory function when an ID matchin
    [all...]
  /external/llvm/include/llvm/Analysis/
IntervalPartition.h 49 static char ID; // Pass identification, replacement for typeid
51 IntervalPartition() : FunctionPass(ID), RootInterval(0) {
LazyValueInfo.h 35 static char ID;
36 LazyValueInfo() : FunctionPass(ID), PImpl(0) {
LoopPass.h 86 static char ID;
  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 38 static char ID;
39 EdgeBundles() : MachineFunctionPass(ID) {}
  /external/llvm/lib/Analysis/
AliasDebugger.cpp 41 static char ID; // Class identification, replacement for typeinfo
42 AliasDebugger() : ModulePass(ID) {
89 if (PI == &AliasAnalysis::ID)
133 char AliasDebugger::ID = 0;
CFGPrinter.cpp 27 static char ID; // Pass identifcation, replacement for typeid
28 CFGViewer() : FunctionPass(ID) {
45 char CFGViewer::ID = 0;
50 static char ID; // Pass identifcation, replacement for typeid
51 CFGOnlyViewer() : FunctionPass(ID) {
68 char CFGOnlyViewer::ID = 0;
74 static char ID; // Pass identification, replacement for typeid
75 CFGPrinter() : FunctionPass(ID) {
102 char CFGPrinter::ID = 0;
108 static char ID; // Pass identification, replacement for typei
    [all...]
InstCount.cpp 53 static char ID; // Pass identification, replacement for typeid
54 InstCount() : FunctionPass(ID) {
68 char InstCount::ID = 0;
LibCallAliasAnalysis.cpp 22 char LibCallAliasAnalysis::ID = 0;
NoAliasAnalysis.cpp 28 static char ID; // Class identification, replacement for typeinfo
29 NoAA() : ImmutablePass(ID) {
74 virtual void *getAdjustedAnalysisPointer(const void *ID) {
75 if (ID == &AliasAnalysis::ID)
83 char NoAA::ID = 0;

Completed in 1554 milliseconds

1 23 4 5 6 7 8 91011>>