HomeSort by relevance Sort by last modified time
    Searched refs:FIRST (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
Notepadv2.java 36 private static final int INSERT_ID = Menu.FIRST;
37 private static final int DELETE_ID = Menu.FIRST + 1;
42 /** Called when the activity is first created. */
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
Notepadv3.java 36 private static final int INSERT_ID = Menu.FIRST;
37 private static final int DELETE_ID = Menu.FIRST + 1;
42 /** Called when the activity is first created. */
  /external/e2fsprogs/lib/ss/
ct_c.sed 28 # The first section of this script is just to cannoicalize the file.
32 :FIRST
80 # First, parse out the subroutine name
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordFragment.java 52 private static final int OPTIONS_MENU_ADD = Menu.FIRST;
53 private static final int OPTIONS_MENU_DELETE = Menu.FIRST + 1;
  /frameworks/base/core/java/android/view/
Menu.java 84 * First value for group and item identifier integers.
86 static final int FIRST = 1;
281 * @param specifics Specific items to place first as defined by
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 93 * The first is for "usual Settings", appearing as any other Setup fragment.
104 /* package */ static final int MENU_ID_WPS_PBC = Menu.FIRST;
105 private static final int MENU_ID_WPS_PIN = Menu.FIRST + 1;
106 private static final int MENU_ID_SAVED_NETWORK = Menu.FIRST + 2;
107 /* package */ static final int MENU_ID_ADD_NETWORK = Menu.FIRST + 3;
108 private static final int MENU_ID_ADVANCED = Menu.FIRST + 4;
109 private static final int MENU_ID_SCAN = Menu.FIRST + 5;
110 private static final int MENU_ID_CONNECT = Menu.FIRST + 6;
111 private static final int MENU_ID_FORGET = Menu.FIRST + 7;
112 private static final int MENU_ID_MODIFY = Menu.FIRST + 8
    [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 62 # Get the root element from the schema. This is the first element
251 # Get the first letter of the schema name (e.g. sdk-repo => 'r')
277 # only use its first definition.
330 # First we expect a type. For convenience the type can be plural.
340 FIRST="1"
360 # these attributes from the first zip found.
381 if [[ $FIRST ]]; then
382 FIRST=""
  /external/libmpeg2/common/
impeg2_defs.h 281 /* Motion vectors (first/second) */
284 FIRST,
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 68 private static final int MENU_STATS_TYPE = Menu.FIRST;
69 private static final int MENU_BATTERY_SAVER = Menu.FIRST + 2;
70 private static final int MENU_HIGH_POWER_APPS = Menu.FIRST + 3;
71 private static final int MENU_HELP = Menu.FIRST + 4;
PowerUsageBase.java 42 private static final int MENU_STATS_REFRESH = Menu.FIRST + 1;
  /external/libmpeg2/decoder/
impeg2d_i_pic.c 83 /* The first MB of a slice cannot be skipped */
86 /* previous row. Hence for the first slice in a row, the */
148 impeg2d_dec_mv(ps_stream,ps_dec->ai2_pred_mv[FORW][FIRST],ps_dec->ai2_mv[FORW][FIRST],
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
VrActivity.java 157 menu.add(0, Menu.FIRST + i, Menu.NONE, looks[i]);
179 menu.add(0, Menu.FIRST + i, Menu.NONE, volumes[i]);
  /packages/apps/Settings/src/com/android/settings/
ZonePicker.java 57 private static final int MENU_TIMEZONE = Menu.FIRST+1;
58 private static final int MENU_ALPHABETICAL = Menu.FIRST;
HelpUtils.java 44 private static final int MENU_HELP = Menu.FIRST + 100;
143 // The help url string exists, so first add in some extra query parameters.
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsUi.java 47 private static final int MENU_SHOW_AVG = Menu.FIRST;
48 private static final int MENU_SHOW_MAX = Menu.FIRST + 1;
  /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;
  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
ApnEditorActivity.java 122 private static final int MENU_DELETE = Menu.FIRST;
123 private static final int MENU_SAVE = Menu.FIRST + 1;
124 private static final int MENU_CANCEL = Menu.FIRST + 2;
263 // MCC is first 3 chars and then in 2 - 3 chars of MNC
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 69 private static final int MENU_ID_SCAN = Menu.FIRST;
70 private static final int MENU_ID_RENAME_DEVICE = Menu.FIRST + 1;
71 private static final int MENU_ID_SHOW_RECEIVED = Menu.FIRST + 2;
DevicePickerFragment.java 41 private static final int MENU_ID_REFRESH = Menu.FIRST;
  /external/clang/lib/Basic/
IdentifierTable.cpp 247 // the first and third character. For preprocessor ID's there are no
251 #define HASH(LEN, FIRST, THIRD) \
252 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
253 #define CASE(LEN, FIRST, THIRD, NAME) \
254 case HASH(LEN, FIRST, THIRD): \
462 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); local
463 if (!first) return OMF_None;
465 StringRef name = first->getName();
508 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); local
509 if (!first) return OIT_None
534 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_gen.py 29 FIRST, LAST = 'first', 'last'
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordFragment.java 48 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;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java 130 * // First, get the collation rules from en_USCollator
180 * // suppose the last character before the first base letter 'a' in
421 * characters first.
463 * Sets the case first mode to the initial mode set during construction of the RuleBasedCollator. See
631 * first mode. A simple way to ignore accent differences in a string is to set the strength to PRIMARY and enable
750 } else if(Collator.ReorderCodes.FIRST <= group && group <= Collator.ReorderCodes.CURRENCY) {
751 value = group - Collator.ReorderCodes.FIRST;
768 group = Collator.ReorderCodes.FIRST + defaultSettings.getMaxVariable();
787 return Collator.ReorderCodes.FIRST + settings.readOnly().getMaxVariable();
    [all...]
Collator.java 268 * The first entry in the enumeration of reordering groups. This is intended for use in
272 public final static int FIRST = SPACE;
655 return Collator.ReorderCodes.FIRST +
750 int[] codes = new int[UScript.CODE_LIMIT + Collator.ReorderCodes.LIMIT - Collator.ReorderCodes.FIRST];
    [all...]

Completed in 1940 milliseconds

12 3 4 5