/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
BasicParameterInt.java | 28 public final int ID; 44 public BasicParameterInt(int id, int value) { 45 ID = id; 49 public BasicParameterInt(int id, int value, int min, int max) { 50 ID = id;
|
BasicParameterStyle.java | 30 public final int ID; 44 public BasicParameterStyle(int id, int numberOfStyles) { 45 ID = id;
|
ParameterColor.java | 30 public final int ID; 39 public ParameterColor(int id, int defaultColor) { 40 ID = id;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
BasicEditor.java | 34 public static int ID = R.id.basicEditor; 38 super(ID, R.layout.filtershow_default_editor, R.id.basicEditor); 41 protected BasicEditor(int id) { 42 super(id, R.layout.filtershow_default_editor, R.id.basicEditor); 45 protected BasicEditor(int id, int layoutID, int viewID) { 46 super(id, layoutID, viewID);
|
EditorMirror.java | 35 public static final int ID = R.id.editorFlip; 39 super(ID); 71 final Button button = (Button) accessoryViewList.findViewById(R.id.applyEffect);
|
EditorRotate.java | 35 public static final int ID = R.id.editorRotate; 39 super(ID); 71 final Button button = (Button) accessoryViewList.findViewById(R.id.applyEffect);
|
EditorStraighten.java | 31 public static final int ID = R.id.editorStraighten; 35 super(ID);
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
LogTelephonyDatabaseAction.java | 48 private static final int ID = 0; 96 long id = cursor.getLong(0); local 98 LogUtil.d(TAG, LogUtil.sanitizePII("id: " + id + " number: " + number)); 114 LogUtil.d(TAG, LogUtil.sanitizePII("threadId: " + cursor.getLong(ID) +
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
FileExplorerView.java | 40 public static final String ID = "com.android.ide.eclipse.ddms.views.FileExplorerView"; //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
DeviceSelectorView.java | 38 public static final String ID = 51 if (perspective.getId().equals(PixelPerfectPespective.ID)) { 53 } else if (perspective.getId().equals(TreeViewPerspective.ID)) { 101 if (perspective.getId().equals(PixelPerfectPespective.ID)) { 104 } else if (perspective.getId().equals(TreeViewPerspective.ID)) {
|
LayoutView.java | 39 public static final String ID = "com.android.ide.eclipse.hierarchyviewer.views.LayoutView"; //$NON-NLS-1$
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
io_apic_32.h | 34 ID : 8;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
RemoteDebugEventSocketListener.cs | 178 public int ID; 185 public ProxyTree(int ID, int type, int line, int charPos, int tokenIndex, string text) { 186 this.ID = ID; 194 public ProxyTree(int ID) { 195 this.ID = ID; 445 int ID = int.Parse(elements[1]); 449 ProxyTree node = new ProxyTree(ID, type, -1, -1, -1, text); 452 int ID = int.Parse(elements[1]) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
RemoteDebugEventSocketListener.cs | 214 public int ID; 221 public ProxyTree( int ID, int type, int line, int charPos, int tokenIndex, string text ) 223 this.ID = ID; 231 public ProxyTree( int ID ) 233 this.ID = ID; 579 int ID = int.Parse( elements[1] ); 583 ProxyTree node = new ProxyTree( ID, type, -1, -1, -1, text ); 588 int ID = int.Parse( elements[1] ) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugTreeGrammar.cs | 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='" 42 public const int ID=6; 206 // BuildOptions\\DebugTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) ); 225 // BuildOptions\\DebugTreeGrammar.g3:56:9: ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) ) 234 case ID: 293 // BuildOptions\\DebugTreeGrammar.g3:59:9: ^( '=' ID expr ) 301 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100); 425 // BuildOptions\\DebugTreeGrammar.g3:63:0: expr returns [BigInteger value] : ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call ); 448 // BuildOptions\\DebugTreeGrammar.g3:64:9: ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call ) 481 case ID [all...] |
ProfileTreeGrammar.cs | 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='" 42 public const int ID=6; 211 // BuildOptions\\ProfileTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) ); 230 // BuildOptions\\ProfileTreeGrammar.g3:56:9: ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) ) 239 case ID: 298 // BuildOptions\\ProfileTreeGrammar.g3:59:9: ^( '=' ID expr ) 306 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100); 430 // BuildOptions\\ProfileTreeGrammar.g3:63:0: expr returns [BigInteger value] : ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call ); 453 // BuildOptions\\ProfileTreeGrammar.g3:64:9: ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call ) 486 case ID [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugTreeNodeStream.java | 76 int ID = adaptor.getUniqueID(node); 85 int ID = adaptor.getUniqueID(node);
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
BaseTreeAdaptor.java | 245 int ID = uniqueNodeID; 246 treeToUniqueIDMap.put(node, new Integer(ID)); 248 return ID; 256 * the DECL node as in ^(DECL type ID). 266 * the DECL node as in ^(DECL type ID). 272 * r : lc='{' ID+ '}' -> ^(BLOCK[$lc] ID+) ;
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
treewizard.py | 60 ID = 3 80 ## Set when token type is ID or ARG 107 return ID 175 elif self.ttype == ID: 194 while self.ttype in (BEGIN, ID, PERCENT, DOT): 219 if self.ttype != ID: 227 self.ttype = self.tokenizer.nextToken() # move to ID following colon 238 # "ID" or "ID[arg]" 239 if self.ttype != ID [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarSpelunker.java | 182 if ( isID_START() ) return ID(); 191 String ID() throws IOException {
|
/external/clang/include/clang/Basic/ |
Builtins.h | 45 enum ID { 47 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, 76 /// appropriate builtin ID # and mark any non-portable builtin identifiers as 85 const char *GetName(unsigned ID) const { 86 return GetRecord(ID).Name; 90 const char *GetTypeString(unsigned ID) const { 91 return GetRecord(ID).Type; 96 bool isConst(unsigned ID) const { 97 return strchr(GetRecord(ID).Attributes, 'c') != nullptr [all...] |
/external/clang/lib/AST/ |
DeclarationName.cpp | 41 void Profile(llvm::FoldingSetNodeID &ID) { 42 ID.AddInteger(ExtraKindOrNumArgs); 43 ID.AddPointer(Type.getAsOpaquePtr()); 65 IdentifierInfo *ID; 72 FSID.AddPointer(ID); 274 return CXXLit->ID; 406 llvm::FoldingSetNodeID ID; 407 ID.AddInteger(EKind); 408 ID.AddPointer(Ty.getAsOpaquePtr()); 411 if (CXXSpecialName *Name = SpecialNames->FindNodeOrInsertPos(ID, InsertPos) [all...] |
NestedNameSpecifier.cpp | 30 llvm::FoldingSetNodeID ID; 31 Mockup.Profile(ID); 35 = Context.NestedNameSpecifiers.FindNodeOrInsertPos(ID, InsertPos); 296 // dependent template-id types (e.g., Outer<T>::template Inner<U>),
|
/external/clang/lib/Lex/ |
PreprocessingRecord.cpp | 325 /// \brief Retrieve the preprocessed entity at the given ID. 327 if (PPID.ID < 0) { 328 unsigned Index = -PPID.ID - 1; 334 if (PPID.ID == 0) 336 unsigned Index = PPID.ID - 1; 367 void PreprocessingRecord::addMacroExpansion(const Token &Id, 371 if (Id.getLocation().isMacroID()) 376 new (*this) MacroExpansion(Id.getIdentifierInfo(),Range)); 411 void PreprocessingRecord::MacroExpands(const Token &Id,const MacroDirective *MD, 414 addMacroExpansion(Id, MD->getMacroInfo(), Range) [all...] |
/external/clang/lib/Serialization/ |
ASTReaderInternals.h | 156 SelectorID ID;
|