Searched
defs:ID (Results
251 -
275 of
1021) sorted by null
<<11121314151617181920>>
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
SerializerTests.java | 38 private static final String ID = "ID"; 50 values.put(KEY, ID); 53 s.data(Tags.COMPOSE_CLIENT_ID, ID); 74 (byte)ID.charAt(0), 75 (byte)ID.charAt(1), 80 (byte)ID.charAt(0), 81 (byte)ID.charAt(1),
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
EditorCurves.java | 29 public static final int ID = R.id.imageCurves; 33 super(ID);
|
EditorTinyPlanet.java | 28 public static final int ID = R.id.tinyPlanetEditor; 33 super(ID, R.layout.filtershow_tiny_planet_editor, R.id.imageTinyPlanet);
|
/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/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());
|
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/ |
MainActivity.java | 70 mSetDefaultSmsLayout = (RelativeLayout) findViewById(R.id.set_default_sms_layout); 71 mSendSmsEditText = (EditText) findViewById(R.id.send_sms_edittext); 72 ListView listView = (ListView) findViewById(android.R.id.list); 73 listView.setEmptyView(findViewById(android.R.id.empty)); 74 mSendSmsButton = (Button) findViewById(R.id.send_sms_button); 85 final int[] toViews = new int[] { android.R.id.text1, android.R.id.text2 }; 143 Button button = (Button) findViewById(R.id.set_default_sms_button); 209 int ID = 0;
|
/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;
|
/external/clang/include/clang/AST/ |
CommentCommandTraits.h | 35 return ID; 43 /// DRY definition of the number of bits used for a command ID. 46 /// The ID of the command. 47 unsigned ID : NumCommandIDBits; 164 /// \returns a CommandInfo object for a given command ID or
|
/external/clang/lib/ASTMatchers/ |
ASTMatchersInternal.cpp | 75 IdDynMatcher(StringRef ID, 77 : ID(ID), InnerMatcher(InnerMatcher) {} 83 if (Result) Builder->setBinding(ID, DynNode); 88 const std::string ID; 209 llvm::Optional<DynTypedMatcher> DynTypedMatcher::tryBind(StringRef ID) const { 212 Result.Implementation = new IdDynMatcher(ID, Result.Implementation);
|
/external/clang/lib/Tooling/Core/ |
Replacement.cpp | 59 FileID ID; 62 ID = Location.isValid() ? 68 SM.getLocForStartOfFile(ID). 271 FileID ID = 282 Rewrite.getEditBuffer(ID).write(OS);
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
Attribute.java | 7 * $Id: Attribute.java,v 1.1.1.1 2004/05/09 16:57:41 vlad_r Exp $ 22 public static final Attribute ID = new AttributeImpl ("ID");
|
/external/llvm/include/llvm/Analysis/ |
DominanceFrontier.h | 146 static char ID; // Pass ID, replacement for typeid
|
IVUsers.h | 138 static char ID; // Pass ID, replacement for typeid
|
/external/llvm/include/llvm/CodeGen/ |
MachineDominators.h | 70 static char ID; // Pass ID, replacement for typeid
|
MachineRegionInfo.h | 96 static char ID;
|
VirtRegMap.h | 70 static char ID; 71 VirtRegMap() : MachineFunctionPass(ID), Virt2PhysMap(NO_PHYS_REG), 162 // stack slot or remat id.
|
/external/llvm/include/llvm/IR/ |
CallingConv.h | 24 typedef unsigned ID;
|
Completed in 505 milliseconds
<<11121314151617181920>>