/external/llvm/lib/Target/MBlaze/ |
MBlazeISelLowering.h | 27 FIRST = 0,
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiSettings.java | 88 * The first is for "usual Settings", appearing as any other Setup fragment. 96 private static final int MENU_ID_WPS_PBC = Menu.FIRST; 97 private static final int MENU_ID_WPS_PIN = Menu.FIRST + 1; 98 private static final int MENU_ID_P2P = Menu.FIRST + 2; 99 private static final int MENU_ID_ADD_NETWORK = Menu.FIRST + 3; 100 private static final int MENU_ID_ADVANCED = Menu.FIRST + 4; 101 private static final int MENU_ID_SCAN = Menu.FIRST + 5; 102 private static final int MENU_ID_CONNECT = Menu.FIRST + 6; 103 private static final int MENU_ID_FORGET = Menu.FIRST + 7; 104 private static final int MENU_ID_MODIFY = Menu.FIRST + 8 [all...] |
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
NavCalculator.java | 479 private static final Quadrant FIRST = new Quadrant(1, 1); 500 return FIRST; 503 return FIRST;
|
/external/clang/include/clang/AST/ |
Comment.h | 176 #define COMMENT_RANGE(BASE, FIRST, LAST) \ 177 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind, 178 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ 179 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
UserDictionaryAddWordFragment.java | 47 private static final int OPTIONS_MENU_DELETE = Menu.FIRST;
|
/frameworks/base/core/tests/coretests/src/android/view/ |
MenuTest.java | 77 final int GROUP_ONE = Menu.FIRST; 78 final int GROUP_TWO = Menu.FIRST + 1;
|
/packages/apps/Settings/src/com/android/settings/ |
ApnSettings.java | 69 private static final int MENU_NEW = Menu.FIRST; 70 private static final int MENU_RESTORE = Menu.FIRST + 1;
|
ZonePicker.java | 68 private static final int MENU_TIMEZONE = Menu.FIRST+1; 69 private static final int MENU_ALPHABETICAL = Menu.FIRST;
|
SettingsPreferenceFragment.java | 46 private static final int MENU_HELP = Menu.FIRST + 100;
|
UserDictionarySettings.java | 76 private static final int OPTIONS_MENU_ADD = Menu.FIRST;
|
/packages/apps/Music/src/com/android/music/ |
MusicPicker.java | 83 static final int TRACK_MENU = Menu.FIRST; 85 static final int ALBUM_MENU = Menu.FIRST+1; 87 static final int ARTIST_MENU = Menu.FIRST+2; 135 /** Set to true when the list view has been shown for the first time. */ 333 // hidden) in case this is the first cursor we have gotten. 404 /** Called when the activity is first created. */ 567 * The first time this is called, we hide the large progress indicator
|
/packages/apps/Phone/src/com/android/phone/sip/ |
SipEditor.java | 56 private static final int MENU_SAVE = Menu.FIRST; 57 private static final int MENU_DISCARD = Menu.FIRST + 1; 58 private static final int MENU_REMOVE = Menu.FIRST + 2;
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
AccountSyncSettings.java | 67 private static final int MENU_SYNC_NOW_ID = Menu.FIRST; 68 private static final int MENU_SYNC_CANCEL_ID = Menu.FIRST + 1; 69 private static final int MENU_REMOVE_ACCOUNT_ID = Menu.FIRST + 2;
|
ManageAccountsSettings.java | 69 private static final int MENU_SYNC_NOW_ID = Menu.FIRST; 70 private static final int MENU_SYNC_CANCEL_ID = Menu.FIRST + 1;
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderThrottle.java | 387 static final int POPULATE_ID = Menu.FIRST; 388 static final int CLEAR_ID = Menu.FIRST+1;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TouchPaint.java | 47 * few added refinements. First, there may be multiple tools available including 67 private static final int CLEAR_ID = Menu.FIRST; 70 private static final int FADE_ID = Menu.FIRST+1; 351 // Advance color when the right mouse button or first stylus button
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
LoaderThrottleSupport.java | 388 static final int POPULATE_ID = Menu.FIRST; 389 static final int CLEAR_ID = Menu.FIRST+1;
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_namednodemapreturnfirstitem.js | 79 the map(test for first item). 83 of the FIRST node can contain either "title", "class" or "dir".
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_namednodemapreturnfirstitem.js | 79 the map(test for first item). 83 of the FIRST node can contain either "title", "class" or "dir".
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
LL1Analyzer.java | 78 LookaheadSet s = FIRST(r); 79 System.out.println("FIRST("+r.name+")="+s); 86 // walk every rule in this grammar and compare FIRST set with 91 //System.out.println(r.name+" FIRST="+r.FIRST); 96 // System.out.println(r.name+" exists in imported grammar: FIRST="+importedRule.FIRST); 97 if ( !r.FIRST.equals(importedRule.FIRST) ) { 114 // somebody invokes rule whose FIRST changed in subgrammar [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
Editor.java | 263 menu.add(Menu.NONE, Menu.FIRST + i, 0, mContext.getString(strId[i]));
|
/packages/apps/Settings/src/com/android/settings/wifi/p2p/ |
WifiP2pSettings.java | 74 private static final int MENU_ID_SEARCH = Menu.FIRST; 75 private static final int MENU_ID_RENAME = Menu.FIRST + 1;
|
/system/core/libpixelflinger/codeflinger/ |
load_store.cpp | 272 if (!(d.flags & FIRST)) { 279 d.flags &= ~FIRST;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
UserDictionarySettings.java | 102 private static final int OPTIONS_MENU_ADD = Menu.FIRST;
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 356 * computing FIRST of what follows the rule reference in the 358 * from within the rule; i.e., the FIRST computation done by 385 * FOLLOW(b1_in_a) = FIRST(']') = ']' 386 * FOLLOW(b2_in_a) = FIRST(')') = ')' 387 * FOLLOW(c_in_b) = FIRST('^') = '^' 455 * FOLLOW(r)={x | S=>*alpha r beta in G and x in FIRST(beta)}
|