| /external/llvm/lib/Target/Sparc/ |
| FPMover.cpp | 37 static char ID; 39 : MachineFunctionPass(ID), TM(tm) { } 48 char FPMover::ID = 0;
|
| /external/llvm/lib/Target/X86/ |
| X86FloatingPoint.cpp | 53 static char ID; 54 FPS() : MachineFunctionPass(ID) { 320 char FPS::ID = 0; [all...] |
| /external/llvm/lib/Transforms/IPO/ |
| IPConstantPropagation.cpp | 37 static char ID; // Pass identification, replacement for typeid 38 IPCP() : ModulePass(ID) { 49 char IPCP::ID = 0;
|
| PartialInlining.cpp | 32 static char ID; // Pass identification, replacement for typeid 33 PartialInliner() : ModulePass(ID) { 44 char PartialInliner::ID = 0;
|
| PruneEH.cpp | 38 static char ID; // Pass identification, replacement for typeid 39 PruneEH() : CallGraphSCCPass(ID) { 51 char PruneEH::ID = 0;
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| OptimalEdgeProfiling.cpp | 38 static char ID; // Pass identification, replacement for typeid 39 OptimalEdgeProfiler() : ModulePass(ID) { 54 char OptimalEdgeProfiler::ID = 0;
|
| /external/llvm/lib/Transforms/Scalar/ |
| CorrelatedValuePropagation.cpp | 44 static char ID; 45 CorrelatedValuePropagation(): FunctionPass(ID) { 57 char CorrelatedValuePropagation::ID = 0;
|
| LoopUnrollPass.cpp | 50 static char ID; // Pass ID, replacement for typeid 51 LoopUnroll(int T = -1, int C = -1, int P = -1) : LoopPass(ID) { 102 char LoopUnroll::ID = 0;
|
| Sink.cpp | 38 static char ID; // Pass identification 39 Sinking() : FunctionPass(ID) { 61 char Sinking::ID = 0;
|
| /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/ |
| EasSyncServiceTests.java | 42 static private final String ID = "id"; 101 svc.mDeviceId = ID; 115 assertEquals("&User=" + USER + "&DeviceId=" + ID + "&DeviceType=" + 126 assertEquals("&User=" + safeUserName + "&DeviceId=" + ID + "&DeviceType=" +
|
| /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/ |
| SerializerTests.java | 33 private static final String ID = "ID"; 45 values.put(KEY, ID); 48 s.data(Tags.COMPOSE_CLIENT_ID, ID); 69 (byte)ID.charAt(0), 70 (byte)ID.charAt(1), 75 (byte)ID.charAt(0), 76 (byte)ID.charAt(1),
|
| /packages/apps/Exchange/tests/src/com/android/exchange/ |
| EasSyncServiceTests.java | 42 static private final String ID = "id"; 101 svc.mDeviceId = ID; 115 assertEquals("&User=" + USER + "&DeviceId=" + ID + "&DeviceType=" + 126 assertEquals("&User=" + safeUserName + "&DeviceId=" + ID + "&DeviceType=" +
|
| /packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
| SerializerTests.java | 33 private static final String ID = "ID"; 45 values.put(KEY, ID); 48 s.data(Tags.COMPOSE_CLIENT_ID, ID); 69 (byte)ID.charAt(0), 70 (byte)ID.charAt(1), 75 (byte)ID.charAt(0), 76 (byte)ID.charAt(1),
|
| /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/ |
| PartnerBookmarksContract.java | 81 * @param folderId the ID of the folder to point to 126 * The unique ID for a row. Cannot be BOOKMARK_PARENT_ROOT_ID. 129 public static final String ID = "_id"; 158 * The ID of the parent folder. BOOKMARK_PARENT_ROOT_ID is the root folder.
|
| /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
| EventValueDescription.java | 47 ID(5),
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
| ExportEditor.java | 35 public static final String ID = AdtConstants.EDITORS_NAMESPACE + ".text.ExportEditor"; //$NON-NLS-1$
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
| PixelPerfectTreeView.java | 31 public static final String ID =
|
| PixelPerfectView.java | 33 public static final String ID =
|
| /cts/tests/tests/sax/src/android/sax/cts/ |
| ElementTest.java | 42 + "<name><id>bob</id></name>" 43 + "<entry1><id year=\"2009\">james</id></entry1>" 44 + "<entry2 year=\"2000\"><id>jim</id></entry2>" 45 + "<name><id>tom</id></name>" 46 + "<name><id>brett</id></name></feed>" [all...] |
| /development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
| RssContentProvider.java | 59 public static final String ID = "_id"; 75 ID + " INTEGER PRIMARY KEY AUTOINCREMENT, " + 196 int rowCount = mDb.delete(DATABASE_TABLE_NAME, ID + " = " + uri.getPathLeafId());
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
| DebugGrammarLexer.cs | 30 public const int ID=6; 234 // $ANTLR start "ID" 239 int _type = ID; 291 // $ANTLR end "ID" 457 // BuildOptions\\DebugGrammar.g3:1:10: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | ID | INT | NEWLINE | WS ) 650 // BuildOptions\\DebugGrammar.g3:1:58: ID
|
| ProfileGrammarLexer.cs | 30 public const int ID=6; 234 // $ANTLR start "ID" 239 int _type = ID; 291 // $ANTLR end "ID" 457 // BuildOptions\\ProfileGrammar.g3:1:10: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | ID | INT | NEWLINE | WS ) 650 // BuildOptions\\ProfileGrammar.g3:1:58: ID
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
| Fuzzy.h | 28 #define ID 11 54 + (Fuzzy *)newFuzzyWithCharStream:(id<ANTLRCharStream>)anInput;
|
| FuzzyLexer.h | 29 #define ID 8 58 + (Fuzzy *)newFuzzyWithCharStream:(id<ANTLRCharStream>)anInput;
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
| FuzzyLexer.h | 29 #define ID 8 56 + (Fuzzy *)newFuzzy:(id<ANTLRCharStream>)anInput;
|